2024-08-29 11:42:55.334 | + stack.sh:main:496 : exec 2024-08-29 11:42:55.334 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-08-29-114255' 2024-08-29 11:42:55.334 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-08-29-114255.summary.2024-08-29-114255 2024-08-29 11:42:55.334 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:42:55.334 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-08-29-114255 2024-08-29 11:42:55.334 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-29-114255 /opt/stack//logs/stack.sh.log 2024-08-29 11:42:55.334 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-29-114255.summary.2024-08-29-114255 /opt/stack//logs/stack.sh.log.summary 2024-08-29 11:42:55.334 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2024-08-29 11:42:55.334 | + functions:check_path_perm_sanity:607 : local real_path 2024-08-29 11:42:55.334 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-08-29 11:42:55.334 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-08-29 11:42:55.334 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-08-29 11:42:55.334 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-08-29 11:42:55.334 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-08-29 11:42:55.334 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-29 11:42:55.334 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-08-29 11:42:55.334 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-08-29 11:42:55.334 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-29 11:42:55.335 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-29 11:42:55.336 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-08-29 11:42:55.338 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-08-29 11:42:55.341 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-29 11:42:55.342 | + stack.sh:main:528 : trap exit_trap EXIT 2024-08-29 11:42:55.344 | + stack.sh:main:569 : trap err_trap ERR 2024-08-29 11:42:55.345 | + stack.sh:main:582 : set -o errexit 2024-08-29 11:42:55.347 | + stack.sh:main:585 : uname -a 2024-08-29 11:42:55.347 | Linux devstack 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-08-29 11:42:55.349 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-08-29 11:42:55.350 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2024-08-29 11:42:55.352 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2024-08-29 11:42:55.376 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2024-08-29 11:42:55.387 | + stack.sh:main:599 : fetch_plugins 2024-08-29 11:42:55.389 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-08-29 11:42:55.390 | + functions-common:fetch_plugins:1782 : local plugin 2024-08-29 11:42:55.392 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-08-29 11:42:55.393 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-08-29 11:42:55.393 | Fetching DevStack plugins 2024-08-29 11:42:55.394 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-08-29 11:42:55.396 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-08-29 11:42:55.397 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-08-29 11:42:55.398 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-08-29 11:42:55.399 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-08-29 11:42:55.401 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-08-29 11:42:55.402 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-08-29 11:42:55.404 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-08-29 11:42:55.405 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-08-29 11:42:55.406 | + functions-common:git_clone:614 : local git_ref=devstack 2024-08-29 11:42:55.407 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 11:42:55.409 | ++ functions-common:git_clone:616 : pwd 2024-08-29 11:42:55.411 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:42:55.412 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:42:55.414 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:42:55.423 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:42:55.424 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 11:42:55.426 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 11:42:55.427 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:42:55.429 | + functions-common:git_clone:633 : echo devstack 2024-08-29 11:42:55.429 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:42:55.432 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-08-29 11:42:55.433 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 11:42:55.435 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-08-29 11:42:55.436 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:42:55.437 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:42:55.438 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:42:55.440 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:42:55.441 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:42:55.442 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:42:55.444 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:42:55.445 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:42:55.447 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:42:55.449 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931775447 2024-08-29 11:42:55.450 | + 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 2024-08-29 11:42:55.453 | Cloning into '/opt/stack/networking-nsx-t'... 2024-08-29 11:42:55.993 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:42:55.995 | + functions-common:time_stop:2435 : local name 2024-08-29 11:42:55.996 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:42:55.998 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:42:55.999 | + functions-common:time_stop:2438 : local total 2024-08-29 11:42:56.000 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:42:56.002 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:42:56.003 | + functions-common:time_stop:2442 : start_time=1724931775447 2024-08-29 11:42:56.005 | + functions-common:time_stop:2444 : [[ -z 1724931775447 ]] 2024-08-29 11:42:56.006 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:42:56.009 | + functions-common:time_stop:2447 : end_time=1724931776007 2024-08-29 11:42:56.010 | + functions-common:time_stop:2448 : elapsed_time=560 2024-08-29 11:42:56.012 | + functions-common:time_stop:2449 : total=0 2024-08-29 11:42:56.013 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:42:56.014 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=560 2024-08-29 11:42:56.016 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-08-29 11:42:56.017 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-08-29 11:42:56.018 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:42:56.020 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:42:56.021 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:42:56.023 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:42:56.024 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:42:56.025 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:42:56.027 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:42:56.028 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:42:56.030 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:42:56.032 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931776030 2024-08-29 11:42:56.033 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-08-29 11:42:56.595 | From https://github.com/sapcc/networking-nsx-t 2024-08-29 11:42:56.595 | * branch devstack -> FETCH_HEAD 2024-08-29 11:42:56.599 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:42:56.600 | + functions-common:time_stop:2435 : local name 2024-08-29 11:42:56.602 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:42:56.603 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:42:56.605 | + functions-common:time_stop:2438 : local total 2024-08-29 11:42:56.606 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:42:56.607 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:42:56.609 | + functions-common:time_stop:2442 : start_time=1724931776030 2024-08-29 11:42:56.610 | + functions-common:time_stop:2444 : [[ -z 1724931776030 ]] 2024-08-29 11:42:56.612 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:42:56.614 | + functions-common:time_stop:2447 : end_time=1724931776613 2024-08-29 11:42:56.615 | + functions-common:time_stop:2448 : elapsed_time=583 2024-08-29 11:42:56.617 | + functions-common:time_stop:2449 : total=560 2024-08-29 11:42:56.618 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:42:56.619 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1143 2024-08-29 11:42:56.621 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 11:42:56.622 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:42:56.623 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:42:56.625 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:42:56.626 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:42:56.627 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:42:56.629 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:42:56.630 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:42:56.631 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:42:56.633 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:42:56.636 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931776634 2024-08-29 11:42:56.637 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 11:42:56.647 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:42:56.647 | 2024-08-29 11:42:56.647 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:42:56.647 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:42:56.647 | state without impacting any branches by switching back to a branch. 2024-08-29 11:42:56.647 | 2024-08-29 11:42:56.647 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:42:56.647 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:42:56.647 | 2024-08-29 11:42:56.647 | git switch -c 2024-08-29 11:42:56.647 | 2024-08-29 11:42:56.647 | Or undo this operation with: 2024-08-29 11:42:56.647 | 2024-08-29 11:42:56.647 | git switch - 2024-08-29 11:42:56.647 | 2024-08-29 11:42:56.647 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:42:56.647 | 2024-08-29 11:42:56.647 | HEAD is now at dfae701 Split join statements 2024-08-29 11:42:56.649 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:42:56.650 | + functions-common:time_stop:2435 : local name 2024-08-29 11:42:56.651 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:42:56.653 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:42:56.654 | + functions-common:time_stop:2438 : local total 2024-08-29 11:42:56.655 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:42:56.657 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:42:56.658 | + functions-common:time_stop:2442 : start_time=1724931776634 2024-08-29 11:42:56.659 | + functions-common:time_stop:2444 : [[ -z 1724931776634 ]] 2024-08-29 11:42:56.661 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:42:56.663 | + functions-common:time_stop:2447 : end_time=1724931776662 2024-08-29 11:42:56.664 | + functions-common:time_stop:2448 : elapsed_time=28 2024-08-29 11:42:56.666 | + functions-common:time_stop:2449 : total=1143 2024-08-29 11:42:56.667 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:42:56.668 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1171 2024-08-29 11:42:56.670 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-08-29 11:42:56.679 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-08-29 11:42:56.681 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 11:42:56.681 | + functions-common:git_clone:696 : head -1 2024-08-29 11:42:56.683 | dfae701 Split join statements 2024-08-29 11:42:56.685 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:42:56.686 | + stack.sh:main:603 : run_phase override_defaults 2024-08-29 11:42:56.688 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-08-29 11:42:56.689 | + functions-common:run_phase:1864 : local phase= 2024-08-29 11:42:56.691 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 11:42:56.692 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 11:42:56.694 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 11:42:56.695 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 11:42:56.696 | + functions-common:run_phase:1873 : local extra 2024-08-29 11:42:56.698 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 11:42:56.701 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 11:42:56.702 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 11:42:56.704 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 11:42:56.705 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-08-29 11:42:56.707 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 11:42:56.716 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:42:56.718 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-29 11:42:56.719 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 11:42:56.720 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 11:42:56.722 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 11:42:56.723 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 11:42:56.724 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 11:42:56.726 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-08-29 11:42:56.727 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-08-29 11:42:56.728 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-29 11:42:56.730 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 11:42:56.731 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-08-29 11:42:56.733 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-08-29 11:42:56.734 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-08-29 11:42:56.735 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-08-29 11:42:56.737 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-08-29 11:42:56.737 | Overriding Configuration Defaults 2024-08-29 11:42:56.738 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-08-29 11:42:56.740 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-08-29 11:42:56.741 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-08-29 11:42:56.743 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2024-08-29 11:42:56.754 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2024-08-29 11:42:56.755 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-08-29 11:42:56.764 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:42:56.766 | +++ lib/tls:source:43 : hostname -f 2024-08-29 11:42:56.768 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-08-29 11:42:56.770 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-08-29 11:42:56.771 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-08-29 11:42:56.773 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-08-29 11:42:56.774 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-08-29 11:42:56.775 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-08-29 11:42:56.777 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-08-29 11:42:56.778 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-08-29 11:42:56.780 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-08-29 11:42:56.781 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-08-29 11:42:56.784 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2024-08-29 11:42:56.792 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2024-08-29 11:42:56.804 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2024-08-29 11:42:56.812 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2024-08-29 11:42:56.821 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2024-08-29 11:42:56.845 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2024-08-29 11:42:56.883 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2024-08-29 11:42:56.928 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2024-08-29 11:42:56.946 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2024-08-29 11:42:56.980 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2024-08-29 11:42:57.012 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2024-08-29 11:42:57.014 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-08-29 11:42:57.023 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:42:57.025 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-08-29 11:42:57.026 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-08-29 11:42:57.028 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-08-29 11:42:57.029 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-08-29 11:42:57.032 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-08-29 11:42:57.042 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-29 11:42:57.044 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-29 11:42:57.045 | +++ functions-common:is_suse:544 : is_opensuse 2024-08-29 11:42:57.047 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 11:42:57.048 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 11:42:57.050 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 11:42:57.051 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 11:42:57.053 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 11:42:57.054 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-29 11:42:57.057 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-08-29 11:42:57.058 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-08-29 11:42:57.060 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-08-29 11:42:57.061 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-29 11:42:57.063 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-29 11:42:57.065 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-08-29 11:42:57.075 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-08-29 11:42:57.077 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-08-29 11:42:57.079 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-08-29 11:42:57.090 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-08-29 11:42:57.091 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-08-29 11:42:57.093 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-08-29 11:42:57.094 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-08-29 11:42:57.096 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-08-29 11:42:57.097 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-08-29 11:42:57.099 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-08-29 11:42:57.101 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-08-29 11:42:57.102 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-08-29 11:42:57.104 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-08-29 11:42:57.105 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-08-29 11:42:57.107 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-08-29 11:42:57.109 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-08-29 11:42:57.110 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-08-29 11:42:57.112 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-08-29 11:42:57.114 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-08-29 11:42:57.116 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-29 11:42:57.116 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 11:42:57.119 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-08-29 11:42:57.120 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-08-29 11:42:57.122 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-08-29 11:42:57.123 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-08-29 11:42:57.125 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-08-29 11:42:57.127 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-08-29 11:42:57.137 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-08-29 11:42:57.139 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-08-29 11:42:57.141 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-08-29 11:42:57.141 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 11:42:57.144 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-08-29 11:42:57.145 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-08-29 11:42:57.147 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-08-29 11:42:57.148 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-08-29 11:42:57.150 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-08-29 11:42:57.152 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-08-29 11:42:57.153 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-08-29 11:42:57.155 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-08-29 11:42:57.156 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-08-29 11:42:57.158 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-08-29 11:42:57.159 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-08-29 11:42:57.161 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-08-29 11:42:57.162 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-08-29 11:42:57.164 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-08-29 11:42:57.166 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-08-29 11:42:57.167 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-08-29 11:42:57.169 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-08-29 11:42:57.179 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-29 11:42:57.180 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-29 11:42:57.182 | ++++ functions-common:is_suse:544 : is_opensuse 2024-08-29 11:42:57.184 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 11:42:57.185 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 11:42:57.187 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 11:42:57.188 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 11:42:57.190 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 11:42:57.191 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-29 11:42:57.193 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-08-29 11:42:57.195 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-08-29 11:42:57.196 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-29 11:42:57.198 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-08-29 11:42:57.199 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 11:42:57.201 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-08-29 11:42:57.202 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 11:42:57.204 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-08-29 11:42:57.205 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-08-29 11:42:57.207 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-08-29 11:42:57.208 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-08-29 11:42:57.210 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-08-29 11:42:57.211 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-08-29 11:42:57.213 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-08-29 11:42:57.214 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-08-29 11:42:57.216 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-08-29 11:42:57.217 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-08-29 11:42:57.219 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-08-29 11:42:57.220 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-08-29 11:42:57.240 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-08-29 11:42:57.250 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-08-29 11:42:57.251 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-08-29 11:42:57.253 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-08-29 11:42:57.255 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-08-29 11:42:57.256 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-08-29 11:42:57.258 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-08-29 11:42:57.260 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-08-29 11:42:57.271 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-08-29 11:42:57.273 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-08-29 11:42:57.275 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-08-29 11:42:57.277 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-08-29 11:42:57.279 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-08-29 11:42:57.280 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-08-29 11:42:57.282 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-08-29 11:42:57.283 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-08-29 11:42:57.285 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-08-29 11:42:57.287 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-08-29 11:42:57.288 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-08-29 11:42:57.291 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-08-29 11:42:57.291 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-08-29 11:42:57.291 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-08-29 11:42:57.292 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-08-29 11:42:57.296 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=75:1242:90a9 2024-08-29 11:42:57.298 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-08-29 11:42:57.299 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-08-29 11:42:57.301 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-08-29 11:42:57.303 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-08-29 11:42:57.304 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd75:1242:90a9::/56 2024-08-29 11:42:57.307 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd75:1242:90a9::/56 2024-08-29 11:42:57.307 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-08-29 11:42:57.311 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd75:1242:90a9::/64 2024-08-29 11:42:57.313 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-08-29 11:42:57.314 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-08-29 11:42:57.316 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-08-29 11:42:57.317 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-08-29 11:42:57.319 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-08-29 11:42:57.321 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-08-29 11:42:57.322 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-08-29 11:42:57.324 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-08-29 11:42:57.325 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-08-29 11:42:57.327 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-08-29 11:42:57.329 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-08-29 11:42:57.330 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-08-29 11:42:57.332 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd75:1242:90a9::/56 2024-08-29 11:42:57.333 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-08-29 11:42:57.335 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-08-29 11:42:57.337 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-08-29 11:42:57.338 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-08-29 11:42:57.338 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-08-29 11:42:57.342 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-08-29 11:42:57.345 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-08-29 11:42:57.345 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-08-29 11:42:57.345 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-08-29 11:42:57.349 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-08-29 11:42:57.352 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-08-29 11:42:57.354 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-08-29 11:42:57.356 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-08-29 11:42:57.357 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-08-29 11:42:57.359 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-08-29 11:42:57.361 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-08-29 11:42:57.373 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2024-08-29 11:42:57.383 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2024-08-29 11:42:57.393 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2024-08-29 11:42:57.402 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2024-08-29 11:42:57.450 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2024-08-29 11:42:57.452 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-08-29 11:42:57.454 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-08-29 11:42:57.456 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-08-29 11:42:57.458 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-08-29 11:42:57.460 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-08-29 11:42:57.460 | False' 2024-08-29 11:42:57.462 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-08-29 11:42:57.476 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-08-29 11:42:57.478 | + stack.sh:main:633 : run_phase source 2024-08-29 11:42:57.480 | + functions-common:run_phase:1863 : local mode=source 2024-08-29 11:42:57.482 | + functions-common:run_phase:1864 : local phase= 2024-08-29 11:42:57.483 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 11:42:57.485 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 11:42:57.487 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 11:42:57.489 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 11:42:57.491 | + functions-common:run_phase:1873 : local extra 2024-08-29 11:42:57.493 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 11:42:57.496 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 11:42:57.497 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 11:42:57.499 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 11:42:57.501 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-08-29 11:42:57.502 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 11:42:57.513 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:42:57.515 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-08-29 11:42:57.517 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-08-29 11:42:57.543 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-08-29 11:42:57.545 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-08-29 11:42:57.547 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-08-29 11:42:57.548 | + functions-common:run_phase:1885 : load_plugin_settings 2024-08-29 11:42:57.550 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-08-29 11:42:57.552 | + functions-common:load_plugin_settings:1800 : local plugin 2024-08-29 11:42:57.554 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-08-29 11:42:57.555 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-08-29 11:42:57.555 | Loading plugin settings 2024-08-29 11:42:57.557 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-08-29 11:42:57.559 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-08-29 11:42:57.560 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-08-29 11:42:57.562 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-08-29 11:42:57.564 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-08-29 11:42:57.566 | ++ functions-common:define_plugin:1907 : : 2024-08-29 11:42:57.568 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-08-29 11:42:57.569 | + functions-common:run_phase:1886 : verify_disabled_services 2024-08-29 11:42:57.571 | + functions-common:verify_disabled_services:2146 : local service 2024-08-29 11:42:57.573 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.575 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-08-29 11:42:57.577 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.578 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-08-29 11:42:57.581 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.583 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-08-29 11:42:57.585 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.587 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-08-29 11:42:57.588 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.590 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-08-29 11:42:57.592 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.594 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-08-29 11:42:57.596 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.598 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-08-29 11:42:57.600 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.601 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-08-29 11:42:57.603 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.605 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-08-29 11:42:57.607 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.608 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-08-29 11:42:57.610 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.612 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-08-29 11:42:57.614 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.615 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-08-29 11:42:57.617 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.619 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-08-29 11:42:57.621 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.623 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-08-29 11:42:57.624 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.626 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-08-29 11:42:57.628 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.630 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-08-29 11:42:57.631 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.633 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-08-29 11:42:57.635 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.636 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-08-29 11:42:57.638 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.640 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-08-29 11:42:57.642 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.644 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-08-29 11:42:57.645 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.647 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-08-29 11:42:57.649 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:42:57.651 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-08-29 11:42:57.653 | + stack.sh:main:704 : initialize_database_backends 2024-08-29 11:42:57.654 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-29 11:42:57.656 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-08-29 11:42:57.668 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:42:57.670 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-08-29 11:42:57.671 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-29 11:42:57.673 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-08-29 11:42:57.685 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:42:57.687 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-08-29 11:42:57.688 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-08-29 11:42:57.690 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-08-29 11:42:57.692 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-08-29 11:42:57.694 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-08-29 11:42:57.696 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-08-29 11:42:57.697 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-08-29 11:42:57.699 | + lib/database:initialize_database_backends:92 : return 0 2024-08-29 11:42:57.701 | + stack.sh:main:705 : echo 'Using mysql database backend' 2024-08-29 11:42:57.701 | Using mysql database backend 2024-08-29 11:42:57.703 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-08-29 11:42:57.715 | + stack.sh:main:710 : define_database_baseurl 2024-08-29 11:42:57.718 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-08-29 11:42:57.720 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-29 11:42:57.721 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-08-29 11:42:57.724 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 11:42:57.725 | + stack.sh:main:722 : is_service_enabled rabbit 2024-08-29 11:42:57.738 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:42:57.740 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-08-29 11:42:57.752 | + stack.sh:main:730 : is_service_enabled keystone 2024-08-29 11:42:57.765 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:42:57.766 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-08-29 11:42:57.779 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-08-29 11:42:57.791 | + stack.sh:main:745 : is_service_enabled ldap 2024-08-29 11:42:57.803 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:42:57.805 | + stack.sh:main:754 : is_service_enabled s-proxy 2024-08-29 11:42:57.817 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:42:57.819 | + stack.sh:main:766 : save_stackenv 766 2024-08-29 11:42:57.821 | + functions-common:save_stackenv:60 : local tag=766 2024-08-29 11:42:57.823 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 11:42:57.826 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-114257 2024-08-29 11:42:57.828 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-114257 766' 2024-08-29 11:42:57.830 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.832 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 11:42:57.833 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.835 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 11:42:57.837 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.839 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 11:42:57.841 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.843 | + 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 2024-08-29 11:42:57.845 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.847 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 11:42:57.848 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.850 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 11:42:57.852 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.854 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-114255 2024-08-29 11:42:57.856 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.858 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 11:42:57.860 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.862 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 11:42:57.863 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.865 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 11:42:57.867 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.869 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 11:42:57.871 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.873 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 11:42:57.875 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.876 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 11:42:57.878 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.880 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 11:42:57.882 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:42:57.884 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 11:42:57.886 | + stack.sh:main:779 : GIT_DEPTH=0 2024-08-29 11:42:57.888 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-08-29 11:42:57.889 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-08-29 11:42:57.891 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-08-29 11:42:57.893 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 11:42:57.895 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 11:42:57.897 | ++ functions-common:git_clone:616 : pwd 2024-08-29 11:42:57.899 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:42:57.900 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:42:57.903 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:42:57.915 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:42:57.916 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-08-29 11:42:57.918 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:42:57.920 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 11:42:57.920 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:42:57.924 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-08-29 11:42:57.926 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 11:42:57.927 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-29 11:42:57.929 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:42:57.931 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:42:57.932 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:42:57.934 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:42:57.936 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:42:57.937 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:42:57.939 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:42:57.941 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:42:57.943 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:42:57.945 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931777944 2024-08-29 11:42:57.947 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-29 11:42:57.949 | Cloning into '/opt/stack//requirements'... 2024-08-29 11:43:01.176 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:43:01.178 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:01.179 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:01.181 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:01.183 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:01.185 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:01.187 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:43:01.188 | + functions-common:time_stop:2442 : start_time=1724931777944 2024-08-29 11:43:01.190 | + functions-common:time_stop:2444 : [[ -z 1724931777944 ]] 2024-08-29 11:43:01.193 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:01.196 | + functions-common:time_stop:2447 : end_time=1724931781194 2024-08-29 11:43:01.198 | + functions-common:time_stop:2448 : elapsed_time=3250 2024-08-29 11:43:01.199 | + functions-common:time_stop:2449 : total=1171 2024-08-29 11:43:01.201 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:01.203 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4421 2024-08-29 11:43:01.205 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-08-29 11:43:01.206 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-08-29 11:43:01.208 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:43:01.210 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:43:01.212 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:43:01.214 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:43:01.215 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:43:01.217 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:43:01.219 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:43:01.220 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:43:01.223 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:43:01.226 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931781224 2024-08-29 11:43:01.227 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-08-29 11:43:01.903 | From https://opendev.org/openstack/requirements 2024-08-29 11:43:01.903 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 11:43:01.912 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:43:01.914 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:01.915 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:01.917 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:01.919 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:01.921 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:01.922 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:43:01.924 | + functions-common:time_stop:2442 : start_time=1724931781224 2024-08-29 11:43:01.926 | + functions-common:time_stop:2444 : [[ -z 1724931781224 ]] 2024-08-29 11:43:01.928 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:01.931 | + functions-common:time_stop:2447 : end_time=1724931781929 2024-08-29 11:43:01.933 | + functions-common:time_stop:2448 : elapsed_time=705 2024-08-29 11:43:01.934 | + functions-common:time_stop:2449 : total=4421 2024-08-29 11:43:01.936 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:01.938 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5126 2024-08-29 11:43:01.940 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 11:43:01.942 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:43:01.943 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:43:01.945 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:43:01.947 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:43:01.949 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:43:01.950 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:43:01.952 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:43:01.954 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:43:01.956 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:43:01.959 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931781957 2024-08-29 11:43:01.961 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 11:43:01.971 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:43:01.971 | 2024-08-29 11:43:01.971 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:43:01.971 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:43:01.971 | state without impacting any branches by switching back to a branch. 2024-08-29 11:43:01.971 | 2024-08-29 11:43:01.971 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:43:01.971 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:43:01.971 | 2024-08-29 11:43:01.971 | git switch -c 2024-08-29 11:43:01.971 | 2024-08-29 11:43:01.971 | Or undo this operation with: 2024-08-29 11:43:01.971 | 2024-08-29 11:43:01.971 | git switch - 2024-08-29 11:43:01.971 | 2024-08-29 11:43:01.972 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:43:01.972 | 2024-08-29 11:43:01.972 | HEAD is now at c962ebe0 Merge "update constraint for neutron-lib to new release 3.4.3" into stable/2023.1 2024-08-29 11:43:01.974 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:43:01.976 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:01.977 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:01.979 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:01.981 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:01.983 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:01.985 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:43:01.986 | + functions-common:time_stop:2442 : start_time=1724931781957 2024-08-29 11:43:01.988 | + functions-common:time_stop:2444 : [[ -z 1724931781957 ]] 2024-08-29 11:43:01.991 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:01.994 | + functions-common:time_stop:2447 : end_time=1724931781992 2024-08-29 11:43:01.995 | + functions-common:time_stop:2448 : elapsed_time=35 2024-08-29 11:43:01.997 | + functions-common:time_stop:2449 : total=5126 2024-08-29 11:43:01.999 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:02.000 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5161 2024-08-29 11:43:02.002 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-08-29 11:43:02.013 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-08-29 11:43:02.016 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 11:43:02.016 | + functions-common:git_clone:696 : head -1 2024-08-29 11:43:02.019 | c962ebe0 Merge "update constraint for neutron-lib to new release 3.4.3" into stable/2023.1 2024-08-29 11:43:02.021 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:43:02.023 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2024-08-29 11:43:02.025 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:43:02.027 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2024-08-29 11:43:02.029 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-08-29 11:43:02.031 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-08-29 11:43:02.033 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-08-29 11:43:02.035 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-08-29 11:43:02.037 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-08-29 11:43:02.038 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-08-29 11:43:02.040 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-08-29 11:43:02.043 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-08-29 11:43:02.046 | ++ tools/install_prereqs.sh:source:47 : NOW=1724931782 2024-08-29 11:43:02.049 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-08-29 11:43:02.051 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-08-29 11:43:02.054 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-08-29 11:43:02.055 | ++ tools/install_prereqs.sh:source:49 : DELTA=1724931782 2024-08-29 11:43:02.058 | ++ tools/install_prereqs.sh:source:50 : [[ 1724931782 -lt 7200 ]] 2024-08-29 11:43:02.059 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-08-29 11:43:02.061 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-08-29 11:43:02.063 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-08-29 11:43:02.065 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-08-29 11:43:02.067 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-08-29 11:43:02.068 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-08-29 11:43:02.070 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-08-29 11:43:02.073 | +++ 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 2024-08-29 11:43:02.100 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-08-29 11:43:02.100 | apache2-dev 2024-08-29 11:43:02.100 | bc 2024-08-29 11:43:02.100 | bsdmainutils 2024-08-29 11:43:02.100 | curl 2024-08-29 11:43:02.100 | g++ 2024-08-29 11:43:02.100 | gawk 2024-08-29 11:43:02.100 | gcc 2024-08-29 11:43:02.100 | gettext 2024-08-29 11:43:02.100 | git 2024-08-29 11:43:02.100 | graphviz 2024-08-29 11:43:02.100 | iputils-ping 2024-08-29 11:43:02.100 | libapache2-mod-proxy-uwsgi 2024-08-29 11:43:02.100 | libffi-dev 2024-08-29 11:43:02.100 | libjpeg-dev 2024-08-29 11:43:02.100 | libpcre3-dev 2024-08-29 11:43:02.100 | libpq-dev 2024-08-29 11:43:02.100 | libssl-dev 2024-08-29 11:43:02.100 | libsystemd-dev 2024-08-29 11:43:02.100 | libxml2-dev 2024-08-29 11:43:02.100 | libxslt1-dev 2024-08-29 11:43:02.100 | libyaml-dev 2024-08-29 11:43:02.100 | lsof 2024-08-29 11:43:02.100 | openssh-server 2024-08-29 11:43:02.100 | openssl 2024-08-29 11:43:02.100 | pkg-config 2024-08-29 11:43:02.100 | psmisc 2024-08-29 11:43:02.100 | python3-dev 2024-08-29 11:43:02.100 | python3-pip 2024-08-29 11:43:02.100 | python3-systemd 2024-08-29 11:43:02.100 | python3-venv 2024-08-29 11:43:02.100 | tar 2024-08-29 11:43:02.100 | tcpdump 2024-08-29 11:43:02.100 | unzip 2024-08-29 11:43:02.100 | uuid-runtime 2024-08-29 11:43:02.100 | wget 2024-08-29 11:43:02.100 | wget 2024-08-29 11:43:02.100 | zlib1g-dev 2024-08-29 11:43:02.100 | libkrb5-dev 2024-08-29 11:43:02.100 | libldap2-dev 2024-08-29 11:43:02.100 | libsasl2-dev 2024-08-29 11:43:02.100 | memcached 2024-08-29 11:43:02.100 | python3-mysqldb 2024-08-29 11:43:02.100 | sqlite3 2024-08-29 11:43:02.100 | conntrack 2024-08-29 11:43:02.100 | curl 2024-08-29 11:43:02.100 | ebtables 2024-08-29 11:43:02.100 | genisoimage 2024-08-29 11:43:02.100 | iptables 2024-08-29 11:43:02.100 | iputils-arping 2024-08-29 11:43:02.100 | kpartx 2024-08-29 11:43:02.100 | libjs-jquery-tablesorter 2024-08-29 11:43:02.100 | parted 2024-08-29 11:43:02.100 | pm-utils 2024-08-29 11:43:02.101 | python3-mysqldb 2024-08-29 11:43:02.101 | socat 2024-08-29 11:43:02.101 | sqlite3 2024-08-29 11:43:02.101 | sudo 2024-08-29 11:43:02.101 | vlan 2024-08-29 11:43:02.101 | lsscsi 2024-08-29 11:43:02.101 | open-iscsi 2024-08-29 11:43:02.101 | lvm2 2024-08-29 11:43:02.101 | qemu-utils 2024-08-29 11:43:02.101 | thin-provisioning-tools 2024-08-29 11:43:02.101 | acl 2024-08-29 11:43:02.101 | dnsmasq-base 2024-08-29 11:43:02.101 | dnsmasq-utils 2024-08-29 11:43:02.101 | ebtables 2024-08-29 11:43:02.101 | haproxy 2024-08-29 11:43:02.101 | iptables 2024-08-29 11:43:02.101 | iputils-arping 2024-08-29 11:43:02.101 | iputils-ping 2024-08-29 11:43:02.101 | postgresql-server-dev-all 2024-08-29 11:43:02.101 | python3-mysqldb 2024-08-29 11:43:02.101 | sqlite3 2024-08-29 11:43:02.101 | sudo 2024-08-29 11:43:02.101 | vlan 2024-08-29 11:43:02.101 | ipset 2024-08-29 11:43:02.101 | conntrack 2024-08-29 11:43:02.101 | conntrackd 2024-08-29 11:43:02.101 | keepalived' 2024-08-29 11:43:02.102 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-08-29 11:43:02.117 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-08-29 11:43:02.117 | apache2-dev 2024-08-29 11:43:02.117 | bc 2024-08-29 11:43:02.117 | bsdmainutils 2024-08-29 11:43:02.117 | curl 2024-08-29 11:43:02.117 | g++ 2024-08-29 11:43:02.117 | gawk 2024-08-29 11:43:02.117 | gcc 2024-08-29 11:43:02.117 | gettext 2024-08-29 11:43:02.117 | git 2024-08-29 11:43:02.117 | graphviz 2024-08-29 11:43:02.117 | iputils-ping 2024-08-29 11:43:02.117 | libapache2-mod-proxy-uwsgi 2024-08-29 11:43:02.117 | libffi-dev 2024-08-29 11:43:02.117 | libjpeg-dev 2024-08-29 11:43:02.117 | libpcre3-dev 2024-08-29 11:43:02.117 | libpq-dev 2024-08-29 11:43:02.117 | libssl-dev 2024-08-29 11:43:02.117 | libsystemd-dev 2024-08-29 11:43:02.117 | libxml2-dev 2024-08-29 11:43:02.117 | libxslt1-dev 2024-08-29 11:43:02.117 | libyaml-dev 2024-08-29 11:43:02.117 | lsof 2024-08-29 11:43:02.117 | openssh-server 2024-08-29 11:43:02.117 | openssl 2024-08-29 11:43:02.117 | pkg-config 2024-08-29 11:43:02.117 | psmisc 2024-08-29 11:43:02.117 | python3-dev 2024-08-29 11:43:02.117 | python3-pip 2024-08-29 11:43:02.117 | python3-systemd 2024-08-29 11:43:02.117 | python3-venv 2024-08-29 11:43:02.118 | tar 2024-08-29 11:43:02.118 | tcpdump 2024-08-29 11:43:02.118 | unzip 2024-08-29 11:43:02.118 | uuid-runtime 2024-08-29 11:43:02.118 | wget 2024-08-29 11:43:02.118 | wget 2024-08-29 11:43:02.118 | zlib1g-dev 2024-08-29 11:43:02.118 | libkrb5-dev 2024-08-29 11:43:02.118 | libldap2-dev 2024-08-29 11:43:02.118 | libsasl2-dev 2024-08-29 11:43:02.118 | memcached 2024-08-29 11:43:02.118 | python3-mysqldb 2024-08-29 11:43:02.118 | sqlite3 2024-08-29 11:43:02.118 | conntrack 2024-08-29 11:43:02.118 | curl 2024-08-29 11:43:02.118 | ebtables 2024-08-29 11:43:02.118 | genisoimage 2024-08-29 11:43:02.118 | iptables 2024-08-29 11:43:02.118 | iputils-arping 2024-08-29 11:43:02.118 | kpartx 2024-08-29 11:43:02.118 | libjs-jquery-tablesorter 2024-08-29 11:43:02.118 | parted 2024-08-29 11:43:02.118 | pm-utils 2024-08-29 11:43:02.118 | python3-mysqldb 2024-08-29 11:43:02.118 | socat 2024-08-29 11:43:02.118 | sqlite3 2024-08-29 11:43:02.118 | sudo 2024-08-29 11:43:02.118 | vlan 2024-08-29 11:43:02.118 | lsscsi 2024-08-29 11:43:02.118 | open-iscsi 2024-08-29 11:43:02.118 | lvm2 2024-08-29 11:43:02.118 | qemu-utils 2024-08-29 11:43:02.118 | thin-provisioning-tools 2024-08-29 11:43:02.118 | acl 2024-08-29 11:43:02.118 | dnsmasq-base 2024-08-29 11:43:02.118 | dnsmasq-utils 2024-08-29 11:43:02.118 | ebtables 2024-08-29 11:43:02.118 | haproxy 2024-08-29 11:43:02.118 | iptables 2024-08-29 11:43:02.118 | iputils-arping 2024-08-29 11:43:02.118 | iputils-ping 2024-08-29 11:43:02.118 | postgresql-server-dev-all 2024-08-29 11:43:02.118 | python3-mysqldb 2024-08-29 11:43:02.118 | sqlite3 2024-08-29 11:43:02.118 | sudo 2024-08-29 11:43:02.118 | vlan 2024-08-29 11:43:02.118 | ipset 2024-08-29 11:43:02.118 | conntrack 2024-08-29 11:43:02.118 | conntrackd 2024-08-29 11:43:02.118 | keepalived ' 2024-08-29 11:43:02.119 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-08-29 11:43:02.121 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:02.123 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:02.126 | ++ 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 2024-08-29 11:43:02.126 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-08-29 11:43:02.129 | ++ 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 2024-08-29 11:43:02.131 | ++ functions-common:install_package:1459 : update_package_repo 2024-08-29 11:43:02.133 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 11:43:02.135 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-08-29 11:43:02.136 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 11:43:02.138 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 11:43:02.140 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 11:43:02.141 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:02.143 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:02.145 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 11:43:02.147 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-08-29 11:43:02.148 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-08-29 11:43:02.150 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-08-29 11:43:02.152 | +++ functions-common:apt_get_update:1193 : id -u 2024-08-29 11:43:02.155 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-08-29 11:43:02.157 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-08-29 11:43:02.159 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-08-29 11:43:02.160 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 11:43:02.162 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:43:02.164 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:43:02.167 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724931782165 2024-08-29 11:43:02.169 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-08-29 11:43:02.170 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-08-29 11:43:02.172 | ++ 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' 2024-08-29 11:43:02.362 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-08-29 11:43:02.364 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-08-29 11:43:02.380 | Hit:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease 2024-08-29 11:43:02.544 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-08-29 11:43:02.584 | Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-29 11:43:02.589 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-08-29 11:43:06.771 | Fetched 2,262 kB in 1s (3,213 kB/s) 2024-08-29 11:43:07.840 | Reading package lists... 2024-08-29 11:43:07.864 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-08-29 11:43:07.866 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-08-29 11:43:07.868 | ++ functions-common:time_stop:2435 : local name 2024-08-29 11:43:07.870 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:07.872 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:07.874 | ++ functions-common:time_stop:2438 : local total 2024-08-29 11:43:07.875 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:07.877 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-08-29 11:43:07.879 | ++ functions-common:time_stop:2442 : start_time=1724931782165 2024-08-29 11:43:07.880 | ++ functions-common:time_stop:2444 : [[ -z 1724931782165 ]] 2024-08-29 11:43:07.883 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:07.886 | ++ functions-common:time_stop:2447 : end_time=1724931787884 2024-08-29 11:43:07.887 | ++ functions-common:time_stop:2448 : elapsed_time=5719 2024-08-29 11:43:07.889 | ++ functions-common:time_stop:2449 : total=0 2024-08-29 11:43:07.891 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:07.893 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5719 2024-08-29 11:43:07.895 | ++ 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 2024-08-29 11:43:07.896 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 11:43:07.898 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:07.900 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:07.902 | ++ 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 2024-08-29 11:43:07.917 | ++ 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 2024-08-29 11:43:07.976 | Reading package lists... 2024-08-29 11:43:08.178 | Building dependency tree... 2024-08-29 11:43:08.179 | Reading state information... 2024-08-29 11:43:08.198 | acl is already the newest version (2.3.1-1). 2024-08-29 11:43:08.198 | bc is already the newest version (1.07.1-3build1). 2024-08-29 11:43:08.198 | bc set to manually installed. 2024-08-29 11:43:08.198 | conntrack is already the newest version (1:1.4.6-2build2). 2024-08-29 11:43:08.198 | ebtables is already the newest version (2.0.11-4build2). 2024-08-29 11:43:08.199 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-08-29 11:43:08.199 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-08-29 11:43:08.199 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-08-29 11:43:08.199 | gettext is already the newest version (0.21-4ubuntu4). 2024-08-29 11:43:08.199 | ipset is already the newest version (7.15-1build1). 2024-08-29 11:43:08.199 | iputils-arping is already the newest version (3:20211215-1). 2024-08-29 11:43:08.199 | iputils-ping is already the newest version (3:20211215-1). 2024-08-29 11:43:08.199 | iputils-ping set to manually installed. 2024-08-29 11:43:08.199 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-08-29 11:43:08.199 | libffi-dev is already the newest version (3.4.2-4). 2024-08-29 11:43:08.199 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-08-29 11:43:08.199 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-08-29 11:43:08.199 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-08-29 11:43:08.199 | lsof set to manually installed. 2024-08-29 11:43:08.199 | lsscsi is already the newest version (0.31-1build2). 2024-08-29 11:43:08.199 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-08-29 11:43:08.199 | lvm2 set to manually installed. 2024-08-29 11:43:08.199 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-08-29 11:43:08.199 | open-iscsi set to manually installed. 2024-08-29 11:43:08.199 | parted is already the newest version (3.4-2build1). 2024-08-29 11:43:08.199 | parted set to manually installed. 2024-08-29 11:43:08.199 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-08-29 11:43:08.199 | psmisc is already the newest version (23.4-2build3). 2024-08-29 11:43:08.199 | psmisc set to manually installed. 2024-08-29 11:43:08.199 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-08-29 11:43:08.199 | python3-systemd is already the newest version (234-3ubuntu2). 2024-08-29 11:43:08.199 | python3-systemd set to manually installed. 2024-08-29 11:43:08.199 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-08-29 11:43:08.199 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-08-29 11:43:08.199 | thin-provisioning-tools set to manually installed. 2024-08-29 11:43:08.199 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-08-29 11:43:08.199 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-08-29 11:43:08.199 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-08-29 11:43:08.199 | pm-utils is already the newest version (1.4.1-19). 2024-08-29 11:43:08.199 | postgresql-server-dev-all is already the newest version (238). 2024-08-29 11:43:08.199 | vlan is already the newest version (2.0.5ubuntu5). 2024-08-29 11:43:08.199 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 11:43:08.199 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 11:43:08.199 | curl is already the newest version (7.81.0-1ubuntu1.17). 2024-08-29 11:43:08.199 | curl set to manually installed. 2024-08-29 11:43:08.199 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-29 11:43:08.199 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-29 11:43:08.199 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-08-29 11:43:08.199 | gawk set to manually installed. 2024-08-29 11:43:08.199 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-08-29 11:43:08.199 | git set to manually installed. 2024-08-29 11:43:08.199 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-08-29 11:43:08.199 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-08-29 11:43:08.199 | iptables set to manually installed. 2024-08-29 11:43:08.199 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-08-29 11:43:08.199 | kpartx set to manually installed. 2024-08-29 11:43:08.199 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-08-29 11:43:08.199 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-08-29 11:43:08.199 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-08-29 11:43:08.199 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-08-29 11:43:08.199 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-08-29 11:43:08.199 | libssl-dev is already the newest version (3.0.2-0ubuntu1.17). 2024-08-29 11:43:08.199 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-08-29 11:43:08.199 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-08-29 11:43:08.199 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-08-29 11:43:08.199 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-08-29 11:43:08.199 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-08-29 11:43:08.199 | openssl is already the newest version (3.0.2-0ubuntu1.17). 2024-08-29 11:43:08.199 | openssl set to manually installed. 2024-08-29 11:43:08.199 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-08-29 11:43:08.199 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.22). 2024-08-29 11:43:08.199 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-08-29 11:43:08.199 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-08-29 11:43:08.199 | sudo set to manually installed. 2024-08-29 11:43:08.413 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-08-29 11:43:08.413 | tar set to manually installed. 2024-08-29 11:43:08.413 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-08-29 11:43:08.414 | tcpdump set to manually installed. 2024-08-29 11:43:08.414 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-08-29 11:43:08.414 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-08-29 11:43:08.414 | uuid-runtime set to manually installed. 2024-08-29 11:43:08.414 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-08-29 11:43:08.414 | wget set to manually installed. 2024-08-29 11:43:08.414 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-08-29 11:43:08.414 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-08-29 11:43:08.414 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 11:43:08.414 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-08-29 11:43:08.414 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-08-29 11:43:08.414 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 11:43:08.418 | ++ functions-common:apt_get:1230 : result=0 2024-08-29 11:43:08.420 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 11:43:08.422 | ++ functions-common:time_stop:2435 : local name 2024-08-29 11:43:08.424 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:08.425 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:08.427 | ++ functions-common:time_stop:2438 : local total 2024-08-29 11:43:08.429 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:08.431 | ++ functions-common:time_stop:2441 : name=apt-get 2024-08-29 11:43:08.432 | ++ functions-common:time_stop:2442 : start_time=1724931787915 2024-08-29 11:43:08.434 | ++ functions-common:time_stop:2444 : [[ -z 1724931787915 ]] 2024-08-29 11:43:08.436 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:08.439 | ++ functions-common:time_stop:2447 : end_time=1724931788437 2024-08-29 11:43:08.441 | ++ functions-common:time_stop:2448 : elapsed_time=522 2024-08-29 11:43:08.443 | ++ functions-common:time_stop:2449 : total=552 2024-08-29 11:43:08.445 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:08.446 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1074 2024-08-29 11:43:08.448 | ++ functions-common:apt_get:1234 : return 0 2024-08-29 11:43:08.450 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-08-29 11:43:08.452 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-08-29 11:43:08.454 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-08-29 11:43:08.457 | ++ tools/install_prereqs.sh:source:89 : date 2024-08-29 11:43:08.460 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2024-08-29 11:43:08.462 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2024-08-29 11:43:08.465 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2024-08-29 11:43:08.776 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-08-29 11:43:08.777 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-08-29 11:43:08.778 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-08-29 11:43:08.780 | + tools/install_pip.sh:main:43 : GetDistro 2024-08-29 11:43:08.781 | + functions-common:GetDistro:449 : GetOSVersion 2024-08-29 11:43:08.782 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-08-29 11:43:08.784 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-08-29 11:43:08.785 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-08-29 11:43:08.786 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-08-29 11:43:08.788 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-08-29 11:43:08.789 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-08-29 11:43:08.790 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-08-29 11:43:08.791 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-08-29 11:43:08.793 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-08-29 11:43:08.794 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-08-29 11:43:08.795 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-08-29 11:43:08.796 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-08-29 11:43:08.798 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-08-29 11:43:08.799 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-08-29 11:43:08.800 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-08-29 11:43:08.801 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-08-29 11:43:08.803 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-08-29 11:43:08.804 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-08-29 11:43:08.806 | + functions-common:_ensure_lsb_release:394 : return 2024-08-29 11:43:08.807 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-08-29 11:43:08.841 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-08-29 11:43:08.843 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-08-29 11:43:08.876 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-08-29 11:43:08.878 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-08-29 11:43:08.912 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-08-29 11:43:08.913 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-08-29 11:43:08.915 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-08-29 11:43:08.916 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-08-29 11:43:08.918 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-08-29 11:43:08.919 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-08-29 11:43:08.920 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-08-29 11:43:08.922 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-08-29 11:43:08.923 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-08-29 11:43:08.925 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-08-29 11:43:08.926 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-08-29 11:43:08.926 | Distro: jammy 2024-08-29 11:43:08.928 | + tools/install_pip.sh:main:124 : get_versions 2024-08-29 11:43:08.929 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-29 11:43:08.932 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-29 11:43:08.934 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-29 11:43:08.935 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-29 11:43:08.935 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-29 11:43:09.005 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-29 11:43:09.007 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-29 11:43:09.007 | pip: 0.1.15 2024-08-29 11:43:09.008 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-08-29 11:43:09.010 | + tools/install_pip.sh:main:130 : is_fedora 2024-08-29 11:43:09.011 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 11:43:09.012 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 11:43:09.014 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 11:43:09.015 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 11:43:09.017 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 11:43:09.018 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 11:43:09.019 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 11:43:09.020 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 11:43:09.022 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 11:43:09.023 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 11:43:09.024 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 11:43:09.025 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 11:43:09.027 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-08-29 11:43:09.028 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:09.029 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:09.031 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-08-29 11:43:09.034 | + tools/install_pip.sh:main:153 : set -x 2024-08-29 11:43:09.035 | + tools/install_pip.sh:main:156 : get_versions 2024-08-29 11:43:09.037 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-29 11:43:09.040 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-29 11:43:09.041 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-29 11:43:09.043 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-29 11:43:09.043 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-29 11:43:09.051 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-29 11:43:09.053 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-29 11:43:09.053 | pip: 0.1.15 2024-08-29 11:43:09.055 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-08-29 11:43:09.057 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-08-29 11:43:09.059 | + stack.sh:main:805 : fixup_all 2024-08-29 11:43:09.062 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-08-29 11:43:09.063 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-08-29 11:43:09.065 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:09.067 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:09.069 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-08-29 11:43:09.078 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-08-29 11:43:09.087 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-08-29 11:43:09.096 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-08-29 11:43:09.098 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-08-29 11:43:09.099 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 11:43:09.101 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 11:43:09.103 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 11:43:09.105 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 11:43:09.106 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 11:43:09.108 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 11:43:09.110 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 11:43:09.111 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 11:43:09.113 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 11:43:09.115 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 11:43:09.116 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 11:43:09.118 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 11:43:09.119 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-08-29 11:43:09.121 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-08-29 11:43:09.123 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-08-29 11:43:09.125 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 11:43:09.127 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 11:43:09.128 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 11:43:09.130 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 11:43:09.132 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 11:43:09.133 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 11:43:09.135 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-08-29 11:43:09.137 | + stack.sh:main:808 : pip_install -U os-testr 2024-08-29 11:43:09.152 | Using python 3.10 to install os-testr 2024-08-29 11:43:09.154 | + 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 2024-08-29 11:43:10.320 | Collecting os-testr 2024-08-29 11:43:10.323 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-08-29 11:43:10.377 | Collecting pbr!=2.1.0,>=2.0.0 2024-08-29 11:43:10.380 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-29 11:43:10.405 | Collecting python-subunit>=1.0.0 2024-08-29 11:43:10.408 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-08-29 11:43:10.411 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-08-29 11:43:10.418 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-08-29 11:43:10.679 | Installing collected packages: python-subunit, pbr, os-testr 2024-08-29 11:43:10.679 | Attempting uninstall: python-subunit 2024-08-29 11:43:10.680 | Found existing installation: python-subunit 1.4.0 2024-08-29 11:43:10.687 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:10.688 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-08-29 11:43:10.774 | Attempting uninstall: pbr 2024-08-29 11:43:10.775 | Found existing installation: pbr 5.8.0 2024-08-29 11:43:10.776 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:10.777 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-08-29 11:43:10.839 | Attempting uninstall: os-testr 2024-08-29 11:43:10.840 | Found existing installation: os-testr 2.0.1 2024-08-29 11:43:10.841 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:10.841 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-08-29 11:43:10.864 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-08-29 11:43:10.865 | 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 2024-08-29 11:43:10.977 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:10.979 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:10.981 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:10.983 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:10.985 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:10.987 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:10.988 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:10.990 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:10.992 | + functions-common:time_stop:2442 : start_time=1724931789149 2024-08-29 11:43:10.994 | + functions-common:time_stop:2444 : [[ -z 1724931789149 ]] 2024-08-29 11:43:10.996 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:11.000 | + functions-common:time_stop:2447 : end_time=1724931790998 2024-08-29 11:43:11.001 | + functions-common:time_stop:2448 : elapsed_time=1849 2024-08-29 11:43:11.003 | + functions-common:time_stop:2449 : total=0 2024-08-29 11:43:11.005 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:11.007 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1849 2024-08-29 11:43:11.009 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:11.011 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-08-29 11:43:11.059 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2024-08-29 11:43:11.116 | + stack.sh:main:819 : install_infra 2024-08-29 11:43:11.118 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 11:43:11.120 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-08-29 11:43:11.122 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-08-29 11:43:14.353 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 11:43:14.355 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-08-29 11:43:14.373 | + 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 2024-08-29 11:43:15.317 | Collecting pbr 2024-08-29 11:43:15.321 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-29 11:43:15.347 | Installing collected packages: pbr 2024-08-29 11:43:15.417 | Successfully installed pbr-5.11.1 2024-08-29 11:43:15.493 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:15.495 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:15.497 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:15.498 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:15.500 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:15.502 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:15.504 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:15.506 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:15.507 | + functions-common:time_stop:2442 : start_time=1724931794367 2024-08-29 11:43:15.509 | + functions-common:time_stop:2444 : [[ -z 1724931794367 ]] 2024-08-29 11:43:15.511 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:15.514 | + functions-common:time_stop:2447 : end_time=1724931795512 2024-08-29 11:43:15.516 | + functions-common:time_stop:2448 : elapsed_time=1145 2024-08-29 11:43:15.517 | + functions-common:time_stop:2449 : total=1849 2024-08-29 11:43:15.519 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:15.521 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2994 2024-08-29 11:43:15.523 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:15.524 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 11:43:15.526 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-08-29 11:43:15.543 | + 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 2024-08-29 11:43:16.402 | Processing /opt/stack/requirements 2024-08-29 11:43:16.403 | Preparing metadata (setup.py): started 2024-08-29 11:43:17.140 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 11:43:17.231 | Collecting Parsley>=1.2 2024-08-29 11:43:17.235 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-29 11:43:17.340 | Collecting PyYAML>=3.12 2024-08-29 11:43:17.347 | 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) 2024-08-29 11:43:17.460 | Collecting beagle>=0.2.1 2024-08-29 11:43:17.462 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-08-29 11:43:17.485 | Collecting fixtures>=3.0.0 2024-08-29 11:43:17.485 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-29 11:43:17.526 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-08-29 11:43:17.529 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-29 11:43:17.596 | Collecting requests>=2.14.2 2024-08-29 11:43:17.600 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-29 11:43:17.639 | Collecting six>=1.10.0 2024-08-29 11:43:17.642 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-29 11:43:17.654 | 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.dev6098) (5.11.1) 2024-08-29 11:43:17.700 | Collecting cliff>=2.11.0 2024-08-29 11:43:17.713 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-29 11:43:17.907 | Collecting charset-normalizer<3,>=2 2024-08-29 11:43:17.912 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-29 11:43:17.974 | Collecting urllib3<1.27,>=1.21.1 2024-08-29 11:43:17.977 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-29 11:43:18.016 | Collecting certifi>=2017.4.17 2024-08-29 11:43:18.019 | Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-29 11:43:18.045 | Collecting idna<4,>=2.5 2024-08-29 11:43:18.047 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-29 11:43:18.082 | Collecting autopage>=0.4.0 2024-08-29 11:43:18.084 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-29 11:43:18.193 | Collecting importlib-metadata>=4.4 2024-08-29 11:43:18.200 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-29 11:43:18.243 | Collecting stevedore>=2.0.1 2024-08-29 11:43:18.248 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-29 11:43:18.284 | Collecting PrettyTable>=0.7.2 2024-08-29 11:43:18.286 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-29 11:43:18.345 | Collecting cmd2>=1.0.0 2024-08-29 11:43:18.349 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-29 11:43:18.416 | Collecting wcwidth>=0.1.7 2024-08-29 11:43:18.419 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-08-29 11:43:18.448 | Collecting attrs>=16.3.0 2024-08-29 11:43:18.450 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-29 11:43:18.472 | Collecting pyperclip>=1.6 2024-08-29 11:43:18.472 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-08-29 11:43:18.533 | Collecting zipp>=0.5 2024-08-29 11:43:18.534 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-29 11:43:18.593 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-08-29 11:43:18.734 | 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 2024-08-29 11:43:19.536 | Running setup.py install for openstack-requirements: started 2024-08-29 11:43:20.951 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-08-29 11:43:20.960 | 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-2024.7.4 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.dev6098 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 2024-08-29 11:43:21.071 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:21.073 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:21.075 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:21.076 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:21.078 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:21.080 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:21.081 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:21.083 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:21.084 | + functions-common:time_stop:2442 : start_time=1724931795538 2024-08-29 11:43:21.086 | + functions-common:time_stop:2444 : [[ -z 1724931795538 ]] 2024-08-29 11:43:21.088 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:21.091 | + functions-common:time_stop:2447 : end_time=1724931801089 2024-08-29 11:43:21.093 | + functions-common:time_stop:2448 : elapsed_time=5551 2024-08-29 11:43:21.094 | + functions-common:time_stop:2449 : total=2994 2024-08-29 11:43:21.096 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:21.097 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8545 2024-08-29 11:43:21.099 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:21.102 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-08-29 11:43:21.104 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-08-29 11:43:21.105 | + inc/python:use_library_from_git:246 : local name=pbr 2024-08-29 11:43:21.107 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:21.109 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:21.111 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-08-29 11:43:21.113 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:21.115 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-08-29 11:43:21.130 | Using python 3.10 to install pbr 2024-08-29 11:43:21.132 | + 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 2024-08-29 11:43:22.038 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-08-29 11:43:22.315 | 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 2024-08-29 11:43:22.401 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:22.403 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:22.406 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:22.408 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:22.409 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:22.411 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:22.413 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:22.414 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:22.416 | + functions-common:time_stop:2442 : start_time=1724931801126 2024-08-29 11:43:22.418 | + functions-common:time_stop:2444 : [[ -z 1724931801126 ]] 2024-08-29 11:43:22.420 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:22.423 | + functions-common:time_stop:2447 : end_time=1724931802421 2024-08-29 11:43:22.425 | + functions-common:time_stop:2448 : elapsed_time=1295 2024-08-29 11:43:22.426 | + functions-common:time_stop:2449 : total=8545 2024-08-29 11:43:22.428 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:22.430 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9840 2024-08-29 11:43:22.431 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:22.433 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2024-08-29 11:43:25.610 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2024-08-29 11:43:26.118 | Collecting bindep 2024-08-29 11:43:26.120 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-08-29 11:43:26.150 | Collecting distro>=1.7.0 2024-08-29 11:43:26.152 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-08-29 11:43:26.168 | Collecting Parsley 2024-08-29 11:43:26.169 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-29 11:43:26.207 | Collecting packaging 2024-08-29 11:43:26.209 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-08-29 11:43:26.254 | Collecting pbr>=2.0.0 2024-08-29 11:43:26.256 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-08-29 11:43:26.299 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-08-29 11:43:26.534 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-08-29 11:43:26.606 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-29 11:43:26.608 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-29 11:43:26.611 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2024-08-29 11:43:26.624 | + stack.sh:main:828 : pkgs= 2024-08-29 11:43:26.626 | + stack.sh:main:829 : [[ -n '' ]] 2024-08-29 11:43:26.628 | + stack.sh:main:836 : run_phase stack pre-install 2024-08-29 11:43:26.629 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 11:43:26.631 | + functions-common:run_phase:1864 : local phase=pre-install 2024-08-29 11:43:26.633 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 11:43:26.634 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 11:43:26.636 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 11:43:26.638 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 11:43:26.639 | + functions-common:run_phase:1873 : local extra 2024-08-29 11:43:26.641 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 11:43:26.644 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 11:43:26.646 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 11:43:26.647 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 11:43:26.649 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-08-29 11:43:26.651 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 11:43:26.662 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:26.663 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:43:26.665 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:43:26.666 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-29 11:43:26.668 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:43:26.669 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:43:26.671 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:43:26.672 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-08-29 11:43:26.674 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:43:26.676 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-29 11:43:26.677 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:43:26.679 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:43:26.680 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 11:43:26.682 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 11:43:26.683 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:43:26.685 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 11:43:26.686 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-08-29 11:43:26.688 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 11:43:26.690 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-08-29 11:43:26.691 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 11:43:26.693 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 11:43:26.694 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 11:43:26.696 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 11:43:26.698 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 11:43:26.699 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-08-29 11:43:26.701 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:43:26.703 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:43:26.704 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-29 11:43:26.706 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:43:26.707 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:43:26.709 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:43:26.711 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-08-29 11:43:26.712 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2024-08-29 11:43:26.714 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-08-29 11:43:26.716 | + functions:set_systemd_override:832 : local value=2048 2024-08-29 11:43:26.717 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-08-29 11:43:26.719 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-08-29 11:43:26.760 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-08-29 11:43:26.760 | Set systemd system override for DefaultLimitNOFILE=2048 2024-08-29 11:43:26.761 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-08-29 11:43:27.002 | + stack.sh:main:841 : install_rpc_backend 2024-08-29 11:43:27.004 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-08-29 11:43:27.016 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:27.018 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-08-29 11:43:27.020 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 11:43:27.022 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 11:43:27.024 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 11:43:27.025 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 11:43:27.027 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 11:43:27.029 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 11:43:27.031 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:27.032 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:27.034 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 11:43:27.036 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 11:43:27.037 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 11:43:27.039 | + functions-common:apt_get_update:1186 : return 2024-08-29 11:43:27.041 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-08-29 11:43:27.043 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 11:43:27.045 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:27.047 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:27.048 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-08-29 11:43:27.064 | + 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 2024-08-29 11:43:27.123 | Reading package lists... 2024-08-29 11:43:27.333 | Building dependency tree... 2024-08-29 11:43:27.336 | Reading state information... 2024-08-29 11:43:27.540 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-08-29 11:43:27.541 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 11:43:27.545 | + functions-common:apt_get:1230 : result=0 2024-08-29 11:43:27.547 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 11:43:27.549 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:27.551 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:27.553 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:27.555 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:27.556 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:27.558 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 11:43:27.560 | + functions-common:time_stop:2442 : start_time=1724931807062 2024-08-29 11:43:27.562 | + functions-common:time_stop:2444 : [[ -z 1724931807062 ]] 2024-08-29 11:43:27.564 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:27.567 | + functions-common:time_stop:2447 : end_time=1724931807565 2024-08-29 11:43:27.569 | + functions-common:time_stop:2448 : elapsed_time=503 2024-08-29 11:43:27.570 | + functions-common:time_stop:2449 : total=1074 2024-08-29 11:43:27.572 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:27.574 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1577 2024-08-29 11:43:27.575 | + functions-common:apt_get:1234 : return 0 2024-08-29 11:43:27.577 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-08-29 11:43:27.579 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 11:43:27.581 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 11:43:27.583 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 11:43:27.585 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 11:43:27.586 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 11:43:27.588 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 11:43:27.590 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-08-29 11:43:27.592 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 11:43:27.593 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 11:43:27.595 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 11:43:27.597 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 11:43:27.599 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 11:43:27.601 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 11:43:27.602 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 11:43:27.604 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 11:43:27.606 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 11:43:27.608 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 11:43:27.610 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 11:43:27.611 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 11:43:27.614 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-08-29 11:43:27.615 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 11:43:27.617 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 11:43:27.619 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 11:43:27.621 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 11:43:27.623 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 11:43:27.624 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 11:43:27.626 | + stack.sh:main:842 : restart_rpc_backend 2024-08-29 11:43:27.628 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-08-29 11:43:27.640 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:27.641 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-08-29 11:43:27.643 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:43:27.645 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2024-08-29 11:43:27.647 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-08-29 11:43:27.649 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-08-29 11:43:27.652 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-08-29 11:43:27.654 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-08-29 11:43:27.656 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-08-29 11:43:27.658 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-08-29 11:43:27.659 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-08-29 11:43:27.661 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-08-29 11:43:27.663 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-08-29 11:43:28.166 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-08-29 11:43:28.166 | user tags 2024-08-29 11:43:28.166 | guest [administrator]' 2024-08-29 11:43:28.169 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-08-29 11:43:28.169 | user tags 2024-08-29 11:43:28.169 | guest [administrator]' 2024-08-29 11:43:28.169 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-08-29 11:43:28.173 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-08-29 11:43:28.175 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-08-29 11:43:28.177 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-08-29 11:43:28.613 | Adding user "stackrabbit" ... 2024-08-29 11:43:28.621 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-08-29 11:43:28.634 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-08-29 11:43:29.058 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-08-29 11:43:29.076 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-08-29 11:43:29.078 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-08-29 11:43:29.517 | Changing password for user "stackrabbit" ... 2024-08-29 11:43:29.535 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-08-29 11:43:29.537 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-08-29 11:43:29.539 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-08-29 11:43:29.960 | Deleting user "guest" ... 2024-08-29 11:43:29.978 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2024-08-29 11:43:29.992 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:29.993 | + stack.sh:main:845 : install_database 2024-08-29 11:43:29.995 | + lib/database:install_database:118 : install_database_mysql 2024-08-29 11:43:29.997 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-08-29 11:43:29.999 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:30.001 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:30.003 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-08-29 11:43:30.188 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-08-29 11:43:30.190 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-08-29 11:43:30.193 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-08-29 11:43:30.195 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:30.197 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:30.199 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-08-29 11:43:30.200 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-08-29 11:43:30.203 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-08-29 11:43:30.205 | + stack.sh:main:847 : '[' -n mysql ']' 2024-08-29 11:43:30.207 | + stack.sh:main:848 : install_database_python 2024-08-29 11:43:30.209 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-08-29 11:43:30.211 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-08-29 11:43:30.213 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-08-29 11:43:30.214 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 11:43:30.217 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-08-29 11:43:30.219 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-08-29 11:43:30.221 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 11:43:30.224 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-08-29 11:43:30.224 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 11:43:30.228 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-08-29 11:43:30.230 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-08-29 11:43:30.232 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-08-29 11:43:30.234 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-08-29 11:43:30.235 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-08-29 11:43:30.251 | Using python 3.10 to install PyMySQL 2024-08-29 11:43:30.253 | + 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 2024-08-29 11:43:31.248 | Collecting PyMySQL 2024-08-29 11:43:31.252 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-08-29 11:43:31.431 | Installing collected packages: PyMySQL 2024-08-29 11:43:31.468 | Successfully installed PyMySQL-1.0.2 2024-08-29 11:43:31.468 | 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 2024-08-29 11:43:31.550 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:31.552 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:31.554 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:31.556 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:31.557 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:31.559 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:31.561 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:31.563 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:31.564 | + functions-common:time_stop:2442 : start_time=1724931810247 2024-08-29 11:43:31.566 | + functions-common:time_stop:2444 : [[ -z 1724931810247 ]] 2024-08-29 11:43:31.569 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:31.572 | + functions-common:time_stop:2447 : end_time=1724931811570 2024-08-29 11:43:31.573 | + functions-common:time_stop:2448 : elapsed_time=1323 2024-08-29 11:43:31.576 | + functions-common:time_stop:2449 : total=9840 2024-08-29 11:43:31.577 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:31.579 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11163 2024-08-29 11:43:31.581 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:31.582 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-08-29 11:43:31.584 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-29 11:43:31.586 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-08-29 11:43:31.588 | + stack.sh:main:851 : is_service_enabled neutron 2024-08-29 11:43:31.600 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:31.602 | + stack.sh:main:852 : install_neutron_agent_packages 2024-08-29 11:43:31.603 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-08-29 11:43:31.615 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:31.617 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-08-29 11:43:31.619 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 11:43:31.620 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 11:43:31.623 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 11:43:31.624 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 11:43:31.626 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 11:43:31.627 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 11:43:31.629 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:31.631 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:31.633 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 11:43:31.634 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 11:43:31.636 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 11:43:31.638 | + functions-common:apt_get_update:1186 : return 2024-08-29 11:43:31.639 | + functions-common:install_package:1460 : real_install_package radvd 2024-08-29 11:43:31.641 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 11:43:31.643 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:31.644 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:31.646 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-08-29 11:43:31.661 | + 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 2024-08-29 11:43:31.719 | Reading package lists... 2024-08-29 11:43:31.925 | Building dependency tree... 2024-08-29 11:43:31.928 | Reading state information... 2024-08-29 11:43:32.127 | radvd is already the newest version (1:2.18-3build2). 2024-08-29 11:43:32.127 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 11:43:32.132 | + functions-common:apt_get:1230 : result=0 2024-08-29 11:43:32.134 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 11:43:32.136 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:32.138 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:32.140 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:32.141 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:32.143 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:32.145 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 11:43:32.147 | + functions-common:time_stop:2442 : start_time=1724931811659 2024-08-29 11:43:32.149 | + functions-common:time_stop:2444 : [[ -z 1724931811659 ]] 2024-08-29 11:43:32.151 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:32.154 | + functions-common:time_stop:2447 : end_time=1724931812152 2024-08-29 11:43:32.156 | + functions-common:time_stop:2448 : elapsed_time=493 2024-08-29 11:43:32.158 | + functions-common:time_stop:2449 : total=1577 2024-08-29 11:43:32.159 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:32.161 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2070 2024-08-29 11:43:32.163 | + functions-common:apt_get:1234 : return 0 2024-08-29 11:43:32.165 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-08-29 11:43:32.178 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:32.180 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-08-29 11:43:32.182 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-08-29 11:43:32.184 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-08-29 11:43:32.186 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-08-29 11:43:32.201 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-08-29 11:43:32.203 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 11:43:32.205 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 11:43:32.207 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 11:43:32.208 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 11:43:32.210 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 11:43:32.212 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 11:43:32.214 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:32.216 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:32.218 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 11:43:32.219 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 11:43:32.221 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 11:43:32.223 | + functions-common:apt_get_update:1186 : return 2024-08-29 11:43:32.224 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-08-29 11:43:32.226 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 11:43:32.228 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:32.230 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:32.232 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-08-29 11:43:32.247 | + 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 2024-08-29 11:43:32.309 | Reading package lists... 2024-08-29 11:43:32.515 | Building dependency tree... 2024-08-29 11:43:32.516 | Reading state information... 2024-08-29 11:43:32.729 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-08-29 11:43:32.729 | fakeroot set to manually installed. 2024-08-29 11:43:32.729 | make is already the newest version (4.3-4.1build1). 2024-08-29 11:43:32.729 | make set to manually installed. 2024-08-29 11:43:32.729 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-08-29 11:43:32.729 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 11:43:32.734 | + functions-common:apt_get:1230 : result=0 2024-08-29 11:43:32.736 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 11:43:32.738 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:32.740 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:32.742 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:32.744 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:32.745 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:32.747 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 11:43:32.749 | + functions-common:time_stop:2442 : start_time=1724931812245 2024-08-29 11:43:32.751 | + functions-common:time_stop:2444 : [[ -z 1724931812245 ]] 2024-08-29 11:43:32.753 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:32.756 | + functions-common:time_stop:2447 : end_time=1724931812754 2024-08-29 11:43:32.758 | + functions-common:time_stop:2448 : elapsed_time=509 2024-08-29 11:43:32.760 | + functions-common:time_stop:2449 : total=2070 2024-08-29 11:43:32.762 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:32.764 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2579 2024-08-29 11:43:32.765 | + functions-common:apt_get:1234 : return 0 2024-08-29 11:43:32.767 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-08-29 11:43:32.769 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:32.771 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:32.773 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-08-29 11:43:32.775 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-08-29 11:43:32.778 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-08-29 11:43:32.781 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-40-generic 2024-08-29 11:43:32.783 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-08-29 11:43:32.785 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-40-generic 2024-08-29 11:43:32.786 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-08-29 11:43:32.789 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-08-29 11:43:32.791 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-08-29 11:43:32.793 | + functions:vercmp:639 : local v1=6.8 2024-08-29 11:43:32.795 | + functions:vercmp:640 : local 'op=<' 2024-08-29 11:43:32.797 | + functions:vercmp:641 : local v2=3.13 2024-08-29 11:43:32.799 | + functions:vercmp:642 : local result 2024-08-29 11:43:32.802 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-08-29 11:43:32.802 | ++ functions:vercmp:646 : sort -V 2024-08-29 11:43:32.802 | ++ functions:vercmp:646 : head -1 2024-08-29 11:43:32.806 | + functions:vercmp:646 : result=3.13 2024-08-29 11:43:32.807 | + functions:vercmp:648 : case $op in 2024-08-29 11:43:32.809 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-08-29 11:43:32.811 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-08-29 11:43:32.813 | + functions:vercmp:659 : return 2024-08-29 11:43:32.815 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-08-29 11:43:32.817 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:43:32.818 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-08-29 11:43:33.302 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-08-29 11:43:33.304 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-08-29 11:43:33.306 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:33.307 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:33.309 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-08-29 11:43:33.311 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:33.313 | + stack.sh:main:855 : is_service_enabled etcd3 2024-08-29 11:43:33.326 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:33.327 | + stack.sh:main:856 : install_etcd3 2024-08-29 11:43:33.329 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-08-29 11:43:33.329 | Installing etcd 2024-08-29 11:43:33.331 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-08-29 11:43:33.340 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-08-29 11:43:33.350 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-08-29 11:43:33.352 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-08-29 11:43:33.361 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-08-29 11:43:33.364 | ++ 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 2024-08-29 11:43:33.366 | ++ 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 2024-08-29 11:43:33.368 | +++ 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 2024-08-29 11:43:33.371 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 11:43:33.373 | ++ 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* ]] 2024-08-29 11:43:33.375 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-08-29 11:43:33.377 | ++ 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 2024-08-29 11:43:33.386 | --2024-08-29 11:43:33-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 11:43:33.392 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-29 11:43:33.393 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-29 11:43:33.425 | HTTP request sent, awaiting response... 200 OK 2024-08-29 11:43:33.425 | Length: 11350736 (11M) [application/gzip] 2024-08-29 11:43:33.425 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-08-29 11:43:33.433 | 2024-08-29 11:43:33.481 | 0K ........ .. 100% 191M=0.06s 2024-08-29 11:43:33.482 | 2024-08-29 11:43:33.482 | 2024-08-29 11:43:33 (191 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-08-29 11:43:33.482 | 2024-08-29 11:43:33.485 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-08-29 11:43:33.487 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 11:43:33.489 | ++ functions:get_extra_file:74 : return 2024-08-29 11:43:33.491 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 11:43:33.494 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-08-29 11:43:33.496 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-08-29 11:43:33.498 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-08-29 11:43:33.563 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-08-29 11:43:33.565 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/ 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/README.md 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-08-29 11:43:33.602 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-08-29 11:43:33.603 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-08-29 11:43:33.604 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-08-29 11:43:33.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-08-29 11:43:33.606 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-08-29 11:43:33.607 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-08-29 11:43:33.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-08-29 11:43:33.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-08-29 11:43:33.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-08-29 11:43:33.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-08-29 11:43:33.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-08-29 11:43:33.608 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-08-29 11:43:33.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-08-29 11:43:33.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-08-29 11:43:33.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-08-29 11:43:33.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-08-29 11:43:33.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-08-29 11:43:33.609 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-08-29 11:43:33.609 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-08-29 11:43:33.609 | etcd-v3.3.12-linux-amd64/etcdctl 2024-08-29 11:43:33.730 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-08-29 11:43:33.730 | etcd-v3.3.12-linux-amd64/etcd 2024-08-29 11:43:33.878 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-08-29 11:43:33.902 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-08-29 11:43:33.924 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-08-29 11:43:33.926 | + stack.sh:main:865 : is_service_enabled tls-proxy 2024-08-29 11:43:33.940 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:43:33.942 | + stack.sh:main:875 : install_dstat 2024-08-29 11:43:33.944 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-08-29 11:43:33.957 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:43:33.959 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2024-08-29 11:43:33.961 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:43:33.963 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2024-08-29 11:43:33.965 | + stack.sh:main:884 : install_libs 2024-08-29 11:43:33.966 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-08-29 11:43:33.968 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-08-29 11:43:33.970 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-08-29 11:43:33.972 | + inc/python:use_library_from_git:246 : local name=automaton 2024-08-29 11:43:33.974 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:33.976 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:33.978 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-08-29 11:43:33.979 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:33.981 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-08-29 11:43:33.983 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-08-29 11:43:33.985 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-08-29 11:43:33.987 | + inc/python:use_library_from_git:246 : local name=castellan 2024-08-29 11:43:33.988 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:33.990 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:33.992 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-08-29 11:43:33.994 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:33.996 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-08-29 11:43:33.998 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-08-29 11:43:34.000 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-08-29 11:43:34.001 | + inc/python:use_library_from_git:246 : local name=cliff 2024-08-29 11:43:34.003 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.005 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.007 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-08-29 11:43:34.009 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.010 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-08-29 11:43:34.012 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-08-29 11:43:34.014 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-08-29 11:43:34.016 | + inc/python:use_library_from_git:246 : local name=cursive 2024-08-29 11:43:34.018 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.020 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.021 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-08-29 11:43:34.023 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.025 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-08-29 11:43:34.027 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-08-29 11:43:34.029 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-08-29 11:43:34.031 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-08-29 11:43:34.032 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.034 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.036 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-08-29 11:43:34.038 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.040 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-08-29 11:43:34.041 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-08-29 11:43:34.043 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-08-29 11:43:34.045 | + inc/python:use_library_from_git:246 : local name=futurist 2024-08-29 11:43:34.047 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.048 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.050 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-08-29 11:43:34.052 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.054 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-08-29 11:43:34.056 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-08-29 11:43:34.057 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-08-29 11:43:34.059 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-08-29 11:43:34.061 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.063 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.065 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-08-29 11:43:34.067 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.068 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-08-29 11:43:34.070 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-08-29 11:43:34.072 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-08-29 11:43:34.074 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-08-29 11:43:34.076 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.077 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.079 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-08-29 11:43:34.081 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.083 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-08-29 11:43:34.085 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-08-29 11:43:34.087 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-08-29 11:43:34.088 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-08-29 11:43:34.090 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.092 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.094 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-08-29 11:43:34.095 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.097 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-08-29 11:43:34.099 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-08-29 11:43:34.101 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-08-29 11:43:34.103 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-08-29 11:43:34.104 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.106 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.108 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-08-29 11:43:34.110 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.112 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-08-29 11:43:34.113 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-08-29 11:43:34.115 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-08-29 11:43:34.117 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-08-29 11:43:34.119 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.120 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.122 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-08-29 11:43:34.124 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.126 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-08-29 11:43:34.128 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-08-29 11:43:34.130 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-08-29 11:43:34.132 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-08-29 11:43:34.133 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.135 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.137 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-08-29 11:43:34.139 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.141 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-08-29 11:43:34.143 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-08-29 11:43:34.145 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-08-29 11:43:34.147 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-08-29 11:43:34.148 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.150 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.152 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-08-29 11:43:34.154 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.156 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-08-29 11:43:34.158 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-08-29 11:43:34.160 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-08-29 11:43:34.161 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-08-29 11:43:34.163 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.165 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.167 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-08-29 11:43:34.169 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.170 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-08-29 11:43:34.172 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-08-29 11:43:34.174 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-08-29 11:43:34.176 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-08-29 11:43:34.178 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.179 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.181 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-08-29 11:43:34.183 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.185 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-08-29 11:43:34.187 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-08-29 11:43:34.189 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-08-29 11:43:34.190 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-08-29 11:43:34.192 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.194 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.196 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-08-29 11:43:34.198 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.200 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-08-29 11:43:34.201 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-08-29 11:43:34.203 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-08-29 11:43:34.205 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-08-29 11:43:34.207 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.209 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.211 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-08-29 11:43:34.213 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.215 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-08-29 11:43:34.217 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-08-29 11:43:34.219 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-08-29 11:43:34.221 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-08-29 11:43:34.222 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.224 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.226 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-08-29 11:43:34.228 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.230 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-08-29 11:43:34.232 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-08-29 11:43:34.234 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-08-29 11:43:34.236 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-08-29 11:43:34.237 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.239 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.241 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-08-29 11:43:34.243 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.245 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-08-29 11:43:34.247 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-08-29 11:43:34.249 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-08-29 11:43:34.251 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-08-29 11:43:34.252 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.254 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.256 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-08-29 11:43:34.258 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.259 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-08-29 11:43:34.267 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-08-29 11:43:34.269 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-08-29 11:43:34.271 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-08-29 11:43:34.273 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.274 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.276 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-08-29 11:43:34.278 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.280 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-08-29 11:43:34.282 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-08-29 11:43:34.284 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-08-29 11:43:34.285 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-08-29 11:43:34.287 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.289 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.291 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-08-29 11:43:34.293 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.294 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-08-29 11:43:34.296 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-08-29 11:43:34.298 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-08-29 11:43:34.300 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-08-29 11:43:34.302 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.304 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.305 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-08-29 11:43:34.307 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.309 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-08-29 11:43:34.311 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-08-29 11:43:34.313 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-08-29 11:43:34.314 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-08-29 11:43:34.316 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.318 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.320 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-08-29 11:43:34.322 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.323 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-08-29 11:43:34.325 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-08-29 11:43:34.327 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-08-29 11:43:34.329 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-08-29 11:43:34.331 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.332 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.334 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-08-29 11:43:34.336 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.338 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-08-29 11:43:34.340 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-08-29 11:43:34.342 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-08-29 11:43:34.344 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-08-29 11:43:34.346 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.347 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.349 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-08-29 11:43:34.351 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.353 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-08-29 11:43:34.355 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-08-29 11:43:34.357 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-08-29 11:43:34.359 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-08-29 11:43:34.360 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.362 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.364 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-08-29 11:43:34.366 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.368 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-08-29 11:43:34.370 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-08-29 11:43:34.371 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-08-29 11:43:34.373 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-08-29 11:43:34.375 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.377 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.379 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-08-29 11:43:34.381 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.383 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-08-29 11:43:34.385 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-08-29 11:43:34.386 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-08-29 11:43:34.388 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-08-29 11:43:34.390 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.392 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.394 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-08-29 11:43:34.396 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.398 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-08-29 11:43:34.399 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-08-29 11:43:34.401 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-08-29 11:43:34.403 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-08-29 11:43:34.405 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.407 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.409 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-08-29 11:43:34.411 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.412 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-08-29 11:43:34.414 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-08-29 11:43:34.416 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-08-29 11:43:34.418 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-08-29 11:43:34.420 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.422 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.424 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-08-29 11:43:34.426 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.428 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-08-29 11:43:34.429 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-08-29 11:43:34.431 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-08-29 11:43:34.433 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-08-29 11:43:34.435 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.437 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.438 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-08-29 11:43:34.440 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.442 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-08-29 11:43:34.444 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-08-29 11:43:34.446 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-08-29 11:43:34.448 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-08-29 11:43:34.450 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.451 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-08-29 11:43:34.455 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.457 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-08-29 11:43:34.459 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-08-29 11:43:34.461 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-08-29 11:43:34.462 | + inc/python:use_library_from_git:246 : local name=tooz 2024-08-29 11:43:34.464 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.466 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.468 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-08-29 11:43:34.470 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.471 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-08-29 11:43:34.473 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-08-29 11:43:34.475 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-08-29 11:43:34.477 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-08-29 11:43:34.479 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.481 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.482 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-08-29 11:43:34.484 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.486 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-08-29 11:43:34.488 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-08-29 11:43:34.489 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-08-29 11:43:34.491 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-08-29 11:43:34.493 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.495 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.497 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-08-29 11:43:34.499 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.500 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-08-29 11:43:34.502 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-08-29 11:43:34.504 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-08-29 11:43:34.506 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-08-29 11:43:34.508 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.510 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.511 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-08-29 11:43:34.513 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.515 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-08-29 11:43:34.517 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-08-29 11:43:34.519 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-08-29 11:43:34.521 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-08-29 11:43:34.522 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:34.524 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:34.526 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-08-29 11:43:34.528 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:34.530 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-08-29 11:43:34.545 | Using python 3.10 to install etcd3 2024-08-29 11:43:34.547 | + 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 2024-08-29 11:43:35.529 | Collecting etcd3 2024-08-29 11:43:35.529 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-08-29 11:43:36.782 | Collecting grpcio>=1.27.1 2024-08-29 11:43:36.833 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-08-29 11:43:36.855 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-08-29 11:43:37.272 | Collecting protobuf>=3.6.1 2024-08-29 11:43:37.286 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-08-29 11:43:37.326 | Collecting tenacity>=6.1.0 2024-08-29 11:43:37.333 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-08-29 11:43:37.498 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-08-29 11:43:37.896 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-08-29 11:43:37.896 | 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 2024-08-29 11:43:38.021 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:38.023 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:38.025 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:38.027 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:38.029 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:38.030 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:38.032 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:38.034 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:38.036 | + functions-common:time_stop:2442 : start_time=1724931814541 2024-08-29 11:43:38.037 | + functions-common:time_stop:2444 : [[ -z 1724931814541 ]] 2024-08-29 11:43:38.040 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:38.043 | + functions-common:time_stop:2447 : end_time=1724931818041 2024-08-29 11:43:38.044 | + functions-common:time_stop:2448 : elapsed_time=3500 2024-08-29 11:43:38.046 | + functions-common:time_stop:2449 : total=11163 2024-08-29 11:43:38.048 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:38.049 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14663 2024-08-29 11:43:38.051 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:38.053 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-08-29 11:43:38.069 | Using python 3.10 to install etcd3gw 2024-08-29 11:43:38.071 | + 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 2024-08-29 11:43:39.053 | Collecting etcd3gw 2024-08-29 11:43:39.055 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-08-29 11:43:39.108 | Collecting requests>=2.20.0 2024-08-29 11:43:39.111 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-29 11:43:39.142 | Collecting futurist>=0.16.0 2024-08-29 11:43:39.145 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-08-29 11:43:39.147 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-08-29 11:43:39.177 | Collecting idna<4,>=2.5 2024-08-29 11:43:39.180 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-29 11:43:39.337 | Collecting charset-normalizer<3,>=2 2024-08-29 11:43:39.340 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-29 11:43:39.342 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-08-29 11:43:39.400 | Collecting urllib3<1.27,>=1.21.1 2024-08-29 11:43:39.403 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-29 11:43:39.626 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-08-29 11:43:39.626 | Attempting uninstall: urllib3 2024-08-29 11:43:39.628 | Found existing installation: urllib3 1.26.5 2024-08-29 11:43:39.630 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:39.632 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-08-29 11:43:39.698 | Attempting uninstall: idna 2024-08-29 11:43:39.699 | Found existing installation: idna 3.3 2024-08-29 11:43:39.700 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:39.701 | Can't uninstall 'idna'. No files were found to uninstall. 2024-08-29 11:43:39.835 | Attempting uninstall: requests 2024-08-29 11:43:39.836 | Found existing installation: requests 2.25.1 2024-08-29 11:43:39.838 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:39.838 | Can't uninstall 'requests'. No files were found to uninstall. 2024-08-29 11:43:39.896 | 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 2024-08-29 11:43:39.896 | 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 2024-08-29 11:43:39.989 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:39.991 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:39.993 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:39.995 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:39.997 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:39.999 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:40.001 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:40.002 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:40.004 | + functions-common:time_stop:2442 : start_time=1724931818065 2024-08-29 11:43:40.006 | + functions-common:time_stop:2444 : [[ -z 1724931818065 ]] 2024-08-29 11:43:40.008 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:40.011 | + functions-common:time_stop:2447 : end_time=1724931820009 2024-08-29 11:43:40.013 | + functions-common:time_stop:2448 : elapsed_time=1944 2024-08-29 11:43:40.015 | + functions-common:time_stop:2449 : total=14663 2024-08-29 11:43:40.017 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:40.019 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16607 2024-08-29 11:43:40.021 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:40.023 | + stack.sh:main:887 : install_apache_uwsgi 2024-08-29 11:43:40.024 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-08-29 11:43:40.026 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-08-29 11:43:40.028 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 11:43:40.030 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 11:43:40.032 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 11:43:40.034 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 11:43:40.036 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 11:43:40.038 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 11:43:40.039 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 11:43:40.041 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 11:43:40.043 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 11:43:40.045 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 11:43:40.047 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 11:43:40.048 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 11:43:40.050 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-08-29 11:43:40.052 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:40.054 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:40.055 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-08-29 11:43:40.057 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 11:43:40.059 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 11:43:40.061 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 11:43:40.063 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 11:43:40.065 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 11:43:40.066 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 11:43:40.068 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 11:43:40.070 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:40.071 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:40.073 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 11:43:40.075 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 11:43:40.077 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 11:43:40.079 | + functions-common:apt_get_update:1186 : return 2024-08-29 11:43:40.080 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 11:43:40.082 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 11:43:40.084 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:40.086 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:40.087 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 11:43:40.103 | + 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 2024-08-29 11:43:40.163 | Reading package lists... 2024-08-29 11:43:40.375 | Building dependency tree... 2024-08-29 11:43:40.376 | Reading state information... 2024-08-29 11:43:40.579 | uwsgi is already the newest version (2.0.20-4). 2024-08-29 11:43:40.580 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-08-29 11:43:40.580 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 11:43:40.580 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 11:43:40.584 | + functions-common:apt_get:1230 : result=0 2024-08-29 11:43:40.586 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 11:43:40.587 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:40.590 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:40.592 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:40.593 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:40.595 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:40.597 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 11:43:40.599 | + functions-common:time_stop:2442 : start_time=1724931820101 2024-08-29 11:43:40.601 | + functions-common:time_stop:2444 : [[ -z 1724931820101 ]] 2024-08-29 11:43:40.603 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:40.607 | + functions-common:time_stop:2447 : end_time=1724931820604 2024-08-29 11:43:40.609 | + functions-common:time_stop:2448 : elapsed_time=503 2024-08-29 11:43:40.610 | + functions-common:time_stop:2449 : total=2579 2024-08-29 11:43:40.612 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:40.614 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3082 2024-08-29 11:43:40.616 | + functions-common:apt_get:1234 : return 0 2024-08-29 11:43:40.618 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-08-29 11:43:40.620 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:43:40.622 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:43:40.623 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-08-29 11:43:40.667 | Enabling module proxy. 2024-08-29 11:43:40.671 | To activate the new configuration, you need to run: 2024-08-29 11:43:40.671 | systemctl restart apache2 2024-08-29 11:43:40.674 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-08-29 11:43:40.707 | Considering dependency proxy for proxy_uwsgi: 2024-08-29 11:43:40.707 | Module proxy already enabled 2024-08-29 11:43:40.707 | Enabling module proxy_uwsgi. 2024-08-29 11:43:40.710 | To activate the new configuration, you need to run: 2024-08-29 11:43:40.710 | systemctl restart apache2 2024-08-29 11:43:40.714 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-08-29 11:43:40.716 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 11:43:40.718 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:43:40.720 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 11:43:40.811 | + stack.sh:main:890 : install_keystoneauth 2024-08-29 11:43:40.813 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-08-29 11:43:40.815 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-08-29 11:43:40.817 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.819 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.821 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-08-29 11:43:40.822 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.824 | + stack.sh:main:891 : install_keystoneclient 2024-08-29 11:43:40.826 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-08-29 11:43:40.828 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-08-29 11:43:40.830 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.832 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.833 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-08-29 11:43:40.835 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.837 | + stack.sh:main:892 : install_glanceclient 2024-08-29 11:43:40.839 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-08-29 11:43:40.841 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-08-29 11:43:40.843 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.845 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.847 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-08-29 11:43:40.849 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.850 | + stack.sh:main:893 : install_cinderclient 2024-08-29 11:43:40.852 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-08-29 11:43:40.854 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-08-29 11:43:40.856 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.858 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.859 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-08-29 11:43:40.862 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.863 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-08-29 11:43:40.865 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-08-29 11:43:40.867 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.869 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.871 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-08-29 11:43:40.872 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.874 | + stack.sh:main:894 : install_novaclient 2024-08-29 11:43:40.876 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-08-29 11:43:40.879 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-08-29 11:43:40.880 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.882 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.884 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-08-29 11:43:40.886 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.888 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2024-08-29 11:43:40.900 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:40.902 | + stack.sh:main:896 : install_swiftclient 2024-08-29 11:43:40.904 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-08-29 11:43:40.906 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-08-29 11:43:40.908 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.910 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.912 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-08-29 11:43:40.914 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.916 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2024-08-29 11:43:40.928 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:40.930 | + stack.sh:main:899 : install_neutronclient 2024-08-29 11:43:40.932 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-08-29 11:43:40.934 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-08-29 11:43:40.935 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.937 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.939 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-08-29 11:43:40.941 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.943 | + stack.sh:main:903 : install_keystonemiddleware 2024-08-29 11:43:40.945 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-08-29 11:43:40.947 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-08-29 11:43:40.949 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:43:40.951 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:43:40.952 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-08-29 11:43:40.954 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:43:40.956 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-08-29 11:43:40.958 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-08-29 11:43:40.960 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 11:43:40.962 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-08-29 11:43:40.964 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-08-29 11:43:40.966 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 11:43:40.969 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-08-29 11:43:40.970 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 11:43:40.973 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-08-29 11:43:40.975 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-08-29 11:43:40.977 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-08-29 11:43:40.979 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-08-29 11:43:40.981 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-08-29 11:43:40.996 | Using python 3.10 to install keystonemiddleware 2024-08-29 11:43:40.998 | + 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 2024-08-29 11:43:42.003 | Collecting keystonemiddleware 2024-08-29 11:43:42.007 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-08-29 11:43:42.086 | Collecting keystoneauth1>=3.12.0 2024-08-29 11:43:42.126 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-08-29 11:43:42.193 | Collecting oslo.config>=5.2.0 2024-08-29 11:43:42.196 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-08-29 11:43:42.232 | Collecting oslo.i18n>=3.15.3 2024-08-29 11:43:42.234 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-08-29 11:43:42.289 | Collecting oslo.log>=3.36.0 2024-08-29 11:43:42.292 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-08-29 11:43:42.346 | Collecting oslo.cache>=1.26.0 2024-08-29 11:43:42.359 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-08-29 11:43:42.421 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-08-29 11:43:42.432 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-08-29 11:43:42.488 | Collecting WebOb>=1.7.1 2024-08-29 11:43:42.492 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-08-29 11:43:42.566 | Collecting oslo.utils>=3.33.0 2024-08-29 11:43:42.569 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-08-29 11:43:42.635 | Collecting python-keystoneclient>=3.20.0 2024-08-29 11:43:42.641 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-08-29 11:43:42.646 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-08-29 11:43:42.672 | Collecting pycadf!=2.0.0,>=1.1.0 2024-08-29 11:43:42.674 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-08-29 11:43:42.676 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-08-29 11:43:42.719 | Collecting oslo.context>=2.19.2 2024-08-29 11:43:42.722 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-08-29 11:43:42.724 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-08-29 11:43:42.766 | Collecting os-service-types>=1.2.0 2024-08-29 11:43:42.768 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-08-29 11:43:42.810 | Collecting stevedore>=1.20.0 2024-08-29 11:43:42.813 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-29 11:43:42.838 | Collecting iso8601>=0.1.11 2024-08-29 11:43:42.841 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-08-29 11:43:42.902 | Collecting dogpile.cache>=1.1.5 2024-08-29 11:43:42.904 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-08-29 11:43:43.026 | Collecting PyYAML>=5.1 2024-08-29 11:43:43.033 | 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) 2024-08-29 11:43:43.068 | Collecting debtcollector>=1.2.0 2024-08-29 11:43:43.070 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-08-29 11:43:43.099 | Collecting netaddr>=0.7.18 2024-08-29 11:43:43.112 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-08-29 11:43:43.142 | Collecting rfc3986>=1.2.0 2024-08-29 11:43:43.145 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-08-29 11:43:43.183 | Collecting pyinotify>=0.9.6 2024-08-29 11:43:43.183 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-08-29 11:43:43.228 | Collecting python-dateutil>=2.7.0 2024-08-29 11:43:43.231 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-08-29 11:43:43.403 | Collecting msgpack>=0.5.2 2024-08-29 11:43:43.413 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-08-29 11:43:43.489 | Collecting pytz>=2013.6 2024-08-29 11:43:43.495 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-08-29 11:43:43.543 | Collecting packaging>=20.4 2024-08-29 11:43:43.545 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-29 11:43:43.597 | Collecting pyparsing>=2.1.0 2024-08-29 11:43:43.599 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-08-29 11:43:43.601 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-08-29 11:43:43.632 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-08-29 11:43:43.632 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-08-29 11:43:43.633 | 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) 2024-08-29 11:43:43.634 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-08-29 11:43:43.835 | Collecting wrapt>=1.7.0 2024-08-29 11:43:43.838 | 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) 2024-08-29 11:43:43.877 | Collecting decorator>=4.0.0 2024-08-29 11:43:43.879 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-08-29 11:43:44.282 | 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 2024-08-29 11:43:44.308 | Attempting uninstall: pytz 2024-08-29 11:43:44.309 | Found existing installation: pytz 2022.1 2024-08-29 11:43:44.311 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:44.313 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-08-29 11:43:44.652 | Attempting uninstall: stevedore 2024-08-29 11:43:44.652 | Found existing installation: stevedore 3.5.0 2024-08-29 11:43:44.654 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:44.654 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-08-29 11:43:44.786 | Attempting uninstall: pyparsing 2024-08-29 11:43:44.787 | Found existing installation: pyparsing 2.4.7 2024-08-29 11:43:44.789 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:43:44.789 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-08-29 11:43:45.832 | 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.2 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.0 oslo.serialization-5.1.1 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 2024-08-29 11:43:45.833 | 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 2024-08-29 11:43:45.966 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:45.969 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:45.971 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:45.973 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:45.974 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:45.976 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:45.979 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:45.980 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:45.982 | + functions-common:time_stop:2442 : start_time=1724931820992 2024-08-29 11:43:45.984 | + functions-common:time_stop:2444 : [[ -z 1724931820992 ]] 2024-08-29 11:43:45.986 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:45.990 | + functions-common:time_stop:2447 : end_time=1724931825987 2024-08-29 11:43:45.991 | + functions-common:time_stop:2448 : elapsed_time=4995 2024-08-29 11:43:45.993 | + functions-common:time_stop:2449 : total=16607 2024-08-29 11:43:45.995 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:45.996 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21602 2024-08-29 11:43:45.998 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:46.000 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-08-29 11:43:46.002 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-08-29 11:43:46.004 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 11:43:46.006 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-08-29 11:43:46.008 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-08-29 11:43:46.010 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 11:43:46.013 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 11:43:46.013 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-08-29 11:43:46.017 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-08-29 11:43:46.019 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-08-29 11:43:46.021 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-08-29 11:43:46.023 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-08-29 11:43:46.025 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-08-29 11:43:46.041 | Using python 3.10 to install python-memcached 2024-08-29 11:43:46.043 | + 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 2024-08-29 11:43:47.031 | Collecting python-memcached 2024-08-29 11:43:47.034 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-08-29 11:43:47.037 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-08-29 11:43:47.338 | Installing collected packages: python-memcached 2024-08-29 11:43:47.366 | Successfully installed python-memcached-1.59 2024-08-29 11:43:47.366 | 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 2024-08-29 11:43:47.449 | + inc/python:pip_install:196 : result=0 2024-08-29 11:43:47.451 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:43:47.453 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:47.454 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:47.456 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:47.458 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:47.460 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:47.462 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:43:47.463 | + functions-common:time_stop:2442 : start_time=1724931826037 2024-08-29 11:43:47.465 | + functions-common:time_stop:2444 : [[ -z 1724931826037 ]] 2024-08-29 11:43:47.468 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:47.471 | + functions-common:time_stop:2447 : end_time=1724931827469 2024-08-29 11:43:47.472 | + functions-common:time_stop:2448 : elapsed_time=1432 2024-08-29 11:43:47.474 | + functions-common:time_stop:2449 : total=21602 2024-08-29 11:43:47.476 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:47.478 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23034 2024-08-29 11:43:47.480 | + inc/python:pip_install:199 : return 0 2024-08-29 11:43:47.481 | + stack.sh:main:905 : is_service_enabled keystone 2024-08-29 11:43:47.494 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:43:47.496 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-29 11:43:47.498 | + stack.sh:main:907 : stack_install_service keystone 2024-08-29 11:43:47.500 | + lib/stack:stack_install_service:20 : local service=keystone 2024-08-29 11:43:47.501 | + lib/stack:stack_install_service:21 : type install_keystone 2024-08-29 11:43:47.503 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 11:43:47.505 | + lib/stack:stack_install_service:32 : install_keystone 2024-08-29 11:43:47.507 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-08-29 11:43:47.518 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:43:47.520 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-08-29 11:43:47.522 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-08-29 11:43:47.524 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-08-29 11:43:47.525 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 11:43:47.527 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 11:43:47.529 | ++ functions-common:git_clone:616 : pwd 2024-08-29 11:43:47.531 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:43:47.533 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:43:47.535 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:43:47.547 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:43:47.548 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 11:43:47.550 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 11:43:47.551 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:43:47.554 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 11:43:47.554 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:43:47.557 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-08-29 11:43:47.559 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 11:43:47.561 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-29 11:43:47.562 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:43:47.564 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:43:47.566 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:43:47.567 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:43:47.569 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:43:47.571 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:43:47.572 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:43:47.574 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:43:47.576 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:43:47.579 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931827577 2024-08-29 11:43:47.581 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-29 11:43:47.583 | Cloning into '/opt/stack//keystone'... 2024-08-29 11:43:49.896 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:43:49.898 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:49.900 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:49.902 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:49.904 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:49.906 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:49.907 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:43:49.909 | + functions-common:time_stop:2442 : start_time=1724931827577 2024-08-29 11:43:49.911 | + functions-common:time_stop:2444 : [[ -z 1724931827577 ]] 2024-08-29 11:43:49.913 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:49.916 | + functions-common:time_stop:2447 : end_time=1724931829914 2024-08-29 11:43:49.917 | + functions-common:time_stop:2448 : elapsed_time=2337 2024-08-29 11:43:49.919 | + functions-common:time_stop:2449 : total=5161 2024-08-29 11:43:49.921 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:49.923 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7498 2024-08-29 11:43:49.924 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-08-29 11:43:49.926 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 11:43:49.928 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:43:49.929 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:43:49.931 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:43:49.933 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:43:49.934 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:43:49.936 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:43:49.938 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:43:49.939 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:43:49.942 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:43:49.945 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931829943 2024-08-29 11:43:49.946 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 11:43:52.231 | From https://opendev.org/openstack/keystone 2024-08-29 11:43:52.231 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 11:43:52.235 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:43:52.237 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:52.239 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:52.240 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:52.242 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:52.243 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:52.245 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:43:52.246 | + functions-common:time_stop:2442 : start_time=1724931829943 2024-08-29 11:43:52.248 | + functions-common:time_stop:2444 : [[ -z 1724931829943 ]] 2024-08-29 11:43:52.250 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:52.253 | + functions-common:time_stop:2447 : end_time=1724931832251 2024-08-29 11:43:52.254 | + functions-common:time_stop:2448 : elapsed_time=2308 2024-08-29 11:43:52.256 | + functions-common:time_stop:2449 : total=7498 2024-08-29 11:43:52.257 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:52.259 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9806 2024-08-29 11:43:52.264 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 11:43:52.266 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:43:52.267 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:43:52.269 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:43:52.271 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:43:52.272 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:43:52.274 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:43:52.275 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:43:52.277 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:43:52.279 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:43:52.282 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931832280 2024-08-29 11:43:52.283 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 11:43:52.374 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:43:52.374 | 2024-08-29 11:43:52.375 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:43:52.375 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:43:52.375 | state without impacting any branches by switching back to a branch. 2024-08-29 11:43:52.375 | 2024-08-29 11:43:52.375 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:43:52.375 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:43:52.375 | 2024-08-29 11:43:52.375 | git switch -c 2024-08-29 11:43:52.375 | 2024-08-29 11:43:52.375 | Or undo this operation with: 2024-08-29 11:43:52.375 | 2024-08-29 11:43:52.375 | git switch - 2024-08-29 11:43:52.375 | 2024-08-29 11:43:52.375 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:43:52.375 | 2024-08-29 11:43:52.375 | HEAD is now at ea5b0b0 Add keystone-manage reset_last_active command 2024-08-29 11:43:52.377 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:43:52.379 | + functions-common:time_stop:2435 : local name 2024-08-29 11:43:52.381 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:43:52.383 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:43:52.385 | + functions-common:time_stop:2438 : local total 2024-08-29 11:43:52.386 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:43:52.388 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:43:52.390 | + functions-common:time_stop:2442 : start_time=1724931832280 2024-08-29 11:43:52.391 | + functions-common:time_stop:2444 : [[ -z 1724931832280 ]] 2024-08-29 11:43:52.393 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:43:52.396 | + functions-common:time_stop:2447 : end_time=1724931832394 2024-08-29 11:43:52.398 | + functions-common:time_stop:2448 : elapsed_time=114 2024-08-29 11:43:52.399 | + functions-common:time_stop:2449 : total=9806 2024-08-29 11:43:52.401 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:43:52.402 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9920 2024-08-29 11:43:52.404 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-08-29 11:43:52.414 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-08-29 11:43:52.416 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 11:43:52.416 | + functions-common:git_clone:696 : head -1 2024-08-29 11:43:52.420 | ea5b0b0 Add keystone-manage reset_last_active command 2024-08-29 11:43:52.422 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:43:52.424 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-08-29 11:43:52.426 | + inc/python:setup_develop:334 : local bindep 2024-08-29 11:43:52.427 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-29 11:43:52.429 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-08-29 11:43:52.431 | + inc/python:setup_develop:340 : local extras= 2024-08-29 11:43:52.433 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-08-29 11:43:52.434 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 11:43:52.437 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-29 11:43:52.438 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-08-29 11:43:52.440 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 11:43:52.442 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 11:43:52.444 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-08-29 11:43:52.446 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 11:43:52.448 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-08-29 11:43:52.450 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 11:43:52.451 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 11:43:52.454 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-08-29 11:43:52.458 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-08-29 11:43:52.460 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-08-29 11:43:52.782 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-08-29 11:43:52.784 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 11:43:52.785 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 11:43:52.787 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 11:43:52.789 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-08-29 11:43:52.791 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-08-29 11:43:52.793 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 11:43:52.795 | + inc/python:setup_package:424 : local extras= 2024-08-29 11:43:52.797 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 11:43:52.798 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 11:43:52.800 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 11:43:52.802 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 11:43:52.804 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 11:43:52.806 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-08-29 11:43:52.821 | Using python 3.10 to install /opt/stack/keystone 2024-08-29 11:43:52.823 | + 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 2024-08-29 11:43:53.716 | Obtaining file:///opt/stack/keystone 2024-08-29 11:43:53.717 | Preparing metadata (setup.py): started 2024-08-29 11:43:54.319 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 11:43:54.491 | Collecting Flask!=0.11,>=1.0.2 2024-08-29 11:43:54.495 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-08-29 11:43:54.518 | Collecting Flask-RESTful>=0.3.5 2024-08-29 11:43:54.520 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-08-29 11:43:54.550 | Collecting PyJWT>=1.6.1 2024-08-29 11:43:54.552 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-08-29 11:43:55.275 | Collecting SQLAlchemy>=1.3.0 2024-08-29 11:43:55.291 | 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) 2024-08-29 11:43:55.302 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2024-08-29 11:43:55.392 | Collecting bcrypt>=3.1.3 2024-08-29 11:43:55.401 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-08-29 11:43:55.807 | Collecting cryptography>=2.7 2024-08-29 11:43:55.834 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-08-29 11:43:55.854 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2024-08-29 11:43:55.907 | Collecting jsonschema>=3.2.0 2024-08-29 11:43:55.911 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-08-29 11:43:55.912 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2024-08-29 11:43:55.914 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2024-08-29 11:43:55.935 | Collecting oauthlib>=0.6.2 2024-08-29 11:43:55.939 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-08-29 11:43:55.943 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2024-08-29 11:43:55.943 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2024-08-29 11:43:55.943 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-08-29 11:43:56.005 | Collecting oslo.db>=6.0.0 2024-08-29 11:43:56.008 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-08-29 11:43:56.011 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2024-08-29 11:43:56.012 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.0) 2024-08-29 11:43:56.096 | Collecting oslo.messaging>=5.29.0 2024-08-29 11:43:56.101 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2024-08-29 11:43:56.148 | Collecting oslo.middleware>=3.31.0 2024-08-29 11:43:56.150 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-08-29 11:43:56.204 | Collecting oslo.policy>=3.10.0 2024-08-29 11:43:56.207 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-08-29 11:43:56.209 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-08-29 11:43:56.237 | Collecting oslo.upgradecheck>=1.3.0 2024-08-29 11:43:56.239 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-08-29 11:43:56.241 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2024-08-29 11:43:56.276 | Collecting osprofiler>=1.4.0 2024-08-29 11:43:56.279 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-08-29 11:43:56.300 | Collecting passlib>=1.7.0 2024-08-29 11:43:56.306 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-08-29 11:43:56.310 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2024-08-29 11:43:56.311 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2024-08-29 11:43:56.341 | Collecting pysaml2>=5.0.0 2024-08-29 11:43:56.349 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-08-29 11:43:56.354 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2024-08-29 11:43:56.354 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-08-29 11:43:56.452 | Collecting scrypt>=0.8.0 2024-08-29 11:43:56.475 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-29 11:43:56.505 | Collecting sqlalchemy-migrate>=0.13.0 2024-08-29 11:43:56.508 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-08-29 11:43:56.511 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2024-08-29 11:43:56.789 | Collecting cffi>=1.12 2024-08-29 11:43:56.793 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-08-29 11:43:56.799 | 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.dev12) (5.1.1) 2024-08-29 11:43:56.827 | Collecting itsdangerous>=2.0 2024-08-29 11:43:56.829 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-08-29 11:43:56.858 | Collecting Jinja2>=3.0 2024-08-29 11:43:56.861 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-08-29 11:43:56.894 | Collecting click>=8.0 2024-08-29 11:43:56.897 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-08-29 11:43:56.942 | Collecting Werkzeug>=2.2.2 2024-08-29 11:43:56.944 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-08-29 11:43:56.952 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2024-08-29 11:43:56.975 | Collecting aniso8601>=0.82 2024-08-29 11:43:56.978 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-08-29 11:43:57.032 | Collecting attrs>=17.4.0 2024-08-29 11:43:57.035 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-29 11:43:57.037 | 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.dev12) (0.18.1) 2024-08-29 11:43:57.060 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.2) 2024-08-29 11:43:57.062 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2024-08-29 11:43:57.139 | 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.dev12) (0.8.0) 2024-08-29 11:43:57.140 | 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.dev12) (1.5.0) 2024-08-29 11:43:57.141 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2024-08-29 11:43:57.141 | 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.dev12) (2.5.0) 2024-08-29 11:43:57.189 | Collecting testscenarios>=0.4 2024-08-29 11:43:57.191 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-08-29 11:43:57.209 | Collecting testresources>=2.0.0 2024-08-29 11:43:57.211 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-08-29 11:43:57.266 | Collecting alembic>=0.9.6 2024-08-29 11:43:57.283 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-08-29 11:43:57.307 | 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.dev12) (0.9.6) 2024-08-29 11:43:57.309 | 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.dev12) (2.8.2) 2024-08-29 11:43:57.369 | Collecting amqp>=2.5.2 2024-08-29 11:43:57.373 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-08-29 11:43:57.434 | Collecting kombu>=4.6.6 2024-08-29 11:43:57.437 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-08-29 11:43:57.472 | Collecting cachetools>=2.0.0 2024-08-29 11:43:57.474 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-08-29 11:43:57.497 | Collecting oslo.metrics>=0.2.1 2024-08-29 11:43:57.499 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-08-29 11:43:57.552 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-08-29 11:43:57.555 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-08-29 11:43:57.557 | 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.dev12) (2.4.1) 2024-08-29 11:43:57.586 | Collecting statsd>=3.2.1 2024-08-29 11:43:57.588 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-08-29 11:43:57.646 | Collecting PrettyTable>=0.7.1 2024-08-29 11:43:57.648 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-29 11:43:57.657 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (23.1) 2024-08-29 11:43:57.658 | 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.dev12) (3.0.9) 2024-08-29 11:43:57.658 | 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.dev12) (1.1.0) 2024-08-29 11:43:57.659 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2024-08-29 11:43:57.722 | Collecting oslo.concurrency>=3.26.0 2024-08-29 11:43:57.727 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-08-29 11:43:57.777 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-08-29 11:43:57.828 | Collecting xmlschema>=1.2.1 2024-08-29 11:43:57.832 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-08-29 11:43:57.859 | Collecting defusedxml 2024-08-29 11:43:57.861 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-08-29 11:43:57.896 | Collecting pyOpenSSL 2024-08-29 11:43:57.898 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-08-29 11:43:58.270 | Collecting greenlet!=0.4.17 2024-08-29 11:43:58.273 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-08-29 11:43:58.319 | Collecting Tempita>=0.4 2024-08-29 11:43:58.322 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-08-29 11:43:58.343 | Collecting sqlparse 2024-08-29 11:43:58.345 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-08-29 11:43:58.398 | Collecting Mako 2024-08-29 11:43:58.400 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-08-29 11:43:58.428 | Collecting vine>=5.0.0 2024-08-29 11:43:58.430 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-08-29 11:43:58.551 | Collecting pycparser 2024-08-29 11:43:58.555 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-08-29 11:43:58.571 | 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.dev12) (1.14.1) 2024-08-29 11:43:58.717 | Collecting MarkupSafe>=2.0 2024-08-29 11:43:58.721 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-29 11:43:58.752 | 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.dev12) (1.7.0) 2024-08-29 11:43:58.828 | Collecting fasteners>=0.7.0 2024-08-29 11:43:58.831 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-08-29 11:43:58.869 | Collecting prometheus-client>=0.6.0 2024-08-29 11:43:58.872 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-08-29 11:43:58.920 | Collecting eventlet>=0.25.2 2024-08-29 11:43:58.925 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-08-29 11:43:58.947 | Collecting fixtures>=3.0.0 2024-08-29 11:43:58.947 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-29 11:43:59.004 | Collecting Yappi>=1.0 2024-08-29 11:43:59.006 | 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) 2024-08-29 11:43:59.029 | Collecting PasteDeploy>=1.5.0 2024-08-29 11:43:59.031 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-08-29 11:43:59.057 | Collecting Routes>=2.3.1 2024-08-29 11:43:59.062 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-08-29 11:43:59.096 | Collecting Paste>=2.0.2 2024-08-29 11:43:59.104 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-08-29 11:43:59.130 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2024-08-29 11:43:59.181 | 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.dev12) (1.26.12) 2024-08-29 11:43:59.181 | 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.dev12) (3.4) 2024-08-29 11:43:59.182 | 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.dev12) (2020.6.20) 2024-08-29 11:43:59.183 | 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.dev12) (2.1.1) 2024-08-29 11:43:59.233 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2024-08-29 11:43:59.310 | Collecting elementpath<4.0.0,>=3.0.0 2024-08-29 11:43:59.314 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-08-29 11:43:59.437 | Collecting dnspython>=1.15.0 2024-08-29 11:43:59.442 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-08-29 11:43:59.561 | Collecting repoze.lru>=0.3 2024-08-29 11:43:59.563 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-08-29 11:43:59.711 | 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)) 2024-08-29 11:43:59.711 | Reason for being yanked: Regression in OpenSSL. 2024-08-29 11:44:00.228 | 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 2024-08-29 11:44:00.722 | Attempting uninstall: PyJWT 2024-08-29 11:44:00.723 | Found existing installation: PyJWT 2.3.0 2024-08-29 11:44:00.725 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:00.725 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-08-29 11:44:00.907 | Attempting uninstall: PrettyTable 2024-08-29 11:44:00.909 | Found existing installation: prettytable 2.5.0 2024-08-29 11:44:00.911 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:00.911 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-08-29 11:44:01.113 | Attempting uninstall: oauthlib 2024-08-29 11:44:01.114 | Found existing installation: oauthlib 3.2.0 2024-08-29 11:44:01.115 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:01.116 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-08-29 11:44:01.189 | Attempting uninstall: MarkupSafe 2024-08-29 11:44:01.190 | Found existing installation: MarkupSafe 2.0.1 2024-08-29 11:44:01.192 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:01.192 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-08-29 11:44:01.254 | Attempting uninstall: fixtures 2024-08-29 11:44:01.256 | Found existing installation: fixtures 3.0.0 2024-08-29 11:44:01.258 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:01.259 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-08-29 11:44:01.636 | Attempting uninstall: click 2024-08-29 11:44:01.637 | Found existing installation: click 8.0.3 2024-08-29 11:44:01.638 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:01.639 | Can't uninstall 'click'. No files were found to uninstall. 2024-08-29 11:44:01.709 | Attempting uninstall: bcrypt 2024-08-29 11:44:01.710 | Found existing installation: bcrypt 3.2.0 2024-08-29 11:44:01.712 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:01.712 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-08-29 11:44:01.734 | Attempting uninstall: attrs 2024-08-29 11:44:01.735 | Found existing installation: attrs 21.2.0 2024-08-29 11:44:01.736 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:01.737 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-08-29 11:44:02.811 | Attempting uninstall: jsonschema 2024-08-29 11:44:02.812 | Found existing installation: jsonschema 3.2.0 2024-08-29 11:44:02.813 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:02.814 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-08-29 11:44:02.875 | Attempting uninstall: Jinja2 2024-08-29 11:44:02.876 | Found existing installation: Jinja2 3.0.3 2024-08-29 11:44:02.878 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:02.878 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-08-29 11:44:03.502 | Attempting uninstall: cryptography 2024-08-29 11:44:03.503 | Found existing installation: cryptography 3.4.8 2024-08-29 11:44:03.504 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:03.505 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-08-29 11:44:03.823 | Attempting uninstall: pyOpenSSL 2024-08-29 11:44:03.824 | Found existing installation: pyOpenSSL 21.0.0 2024-08-29 11:44:03.826 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:03.826 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-08-29 11:44:04.614 | Running setup.py develop for keystone 2024-08-29 11:44:05.576 | 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.2 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 2024-08-29 11:44:05.576 | 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 2024-08-29 11:44:05.793 | + inc/python:pip_install:196 : result=0 2024-08-29 11:44:05.796 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:44:05.797 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:05.799 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:05.801 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:05.803 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:05.805 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:05.807 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:44:05.808 | + functions-common:time_stop:2442 : start_time=1724931832817 2024-08-29 11:44:05.810 | + functions-common:time_stop:2444 : [[ -z 1724931832817 ]] 2024-08-29 11:44:05.813 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:05.815 | + functions-common:time_stop:2447 : end_time=1724931845813 2024-08-29 11:44:05.817 | + functions-common:time_stop:2448 : elapsed_time=12996 2024-08-29 11:44:05.819 | + functions-common:time_stop:2449 : total=23034 2024-08-29 11:44:05.821 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:05.823 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=36030 2024-08-29 11:44:05.825 | + inc/python:pip_install:199 : return 0 2024-08-29 11:44:05.826 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 11:44:05.828 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 11:44:05.831 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 11:44:05.845 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 11:44:05.855 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-08-29 11:44:05.856 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-08-29 11:44:05.858 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:44:05.860 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:44:05.862 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-08-29 11:44:05.864 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:44:05.866 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-08-29 11:44:05.879 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:44:05.881 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-08-29 11:44:05.882 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 11:44:05.884 | + stack.sh:main:908 : configure_keystone 2024-08-29 11:44:05.887 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-08-29 11:44:05.896 | + 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 ]] 2024-08-29 11:44:05.898 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-08-29 11:44:05.902 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-08-29 11:44:05.913 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:44:05.915 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-08-29 11:44:05.940 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-08-29 11:44:05.962 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-08-29 11:44:05.986 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-08-29 11:44:06.011 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-08-29 11:44:06.035 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-08-29 11:44:06.059 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-08-29 11:44:06.081 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-08-29 11:44:06.103 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-08-29 11:44:06.105 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-08-29 11:44:06.107 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-08-29 11:44:06.109 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-08-29 11:44:06.110 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 11:44:06.112 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 11:44:06.124 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:44:06.126 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 11:44:06.128 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 11:44:06.130 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 11:44:06.142 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:44:06.143 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:44:06.146 | + 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/ 2024-08-29 11:44:06.169 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 11:44:06.171 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 11:44:06.173 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-08-29 11:44:06.175 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-08-29 11:44:06.187 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:44:06.189 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-08-29 11:44:06.213 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-08-29 11:44:06.215 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-08-29 11:44:06.241 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-08-29 11:44:06.243 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-08-29 11:44:06.244 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-08-29 11:44:06.246 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-08-29 11:44:06.248 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:44:06.250 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:44:06.252 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-29 11:44:06.255 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-29 11:44:06.279 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-08-29 11:44:06.281 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-08-29 11:44:06.283 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-08-29 11:44:06.285 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-08-29 11:44:06.287 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 11:44:06.300 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 11:44:06.301 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 11:44:06.303 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 11:44:06.305 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 11:44:06.307 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-29 11:44:06.328 | + 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' 2024-08-29 11:44:06.352 | + 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' 2024-08-29 11:44:06.374 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 11:44:06.397 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-08-29 11:44:06.420 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-08-29 11:44:06.422 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-08-29 11:44:06.423 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-08-29 11:44:06.425 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-08-29 11:44:06.427 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-08-29 11:44:06.429 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 11:44:06.430 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 11:44:06.433 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-08-29 11:44:06.436 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-08-29 11:44:06.437 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 11:44:06.439 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 11:44:06.449 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 11:44:06.449 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:44:06.455 | d /var/run/uwsgi 0755 stack root 2024-08-29 11:44:06.458 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:44:06.466 | /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. 2024-08-29 11:44:06.469 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-08-29 11:44:06.471 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-08-29 11:44:06.473 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-08-29 11:44:06.497 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-08-29 11:44:06.519 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-08-29 11:44:06.540 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-08-29 11:44:06.562 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-08-29 11:44:06.584 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-08-29 11:44:06.606 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-08-29 11:44:06.628 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-08-29 11:44:06.650 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-08-29 11:44:06.679 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-29 11:44:06.707 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-08-29 11:44:06.738 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-08-29 11:44:06.775 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-08-29 11:44:06.805 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 11:44:06.806 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 11:44:06.809 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-08-29 11:44:06.812 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-08-29 11:44:06.814 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 11:44:06.819 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:44:06.821 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:44:06.823 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 11:44:06.827 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 11:44:06.829 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-08-29 11:44:06.860 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-08-29 11:44:06.897 | + 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 ' 2024-08-29 11:44:06.897 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 11:44:06.904 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-08-29 11:44:06.907 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-08-29 11:44:06.909 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-08-29 11:44:06.911 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 11:44:06.913 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 11:44:06.915 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 11:44:06.916 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:44:06.918 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:44:06.920 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 11:44:06.922 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 11:44:06.923 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:44:06.925 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:44:06.927 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-08-29 11:44:06.960 | Enabling site keystone-wsgi-public. 2024-08-29 11:44:06.964 | To activate the new configuration, you need to run: 2024-08-29 11:44:06.964 | systemctl reload apache2 2024-08-29 11:44:06.967 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 11:44:06.970 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 11:44:06.971 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:44:06.973 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 11:44:07.084 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-08-29 11:44:07.109 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-08-29 11:44:07.135 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-08-29 11:44:07.162 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-08-29 11:44:07.164 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-08-29 11:44:07.191 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-08-29 11:44:07.216 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-08-29 11:44:07.241 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-08-29 11:44:07.272 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-29 11:44:07.274 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-29 11:44:07.276 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-08-29 11:44:07.301 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-08-29 11:44:07.325 | + stack.sh:main:912 : is_service_enabled swift 2024-08-29 11:44:07.338 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:44:07.340 | + stack.sh:main:926 : is_service_enabled g-api n-api 2024-08-29 11:44:07.353 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:44:07.356 | + stack.sh:main:928 : stack_install_service glance 2024-08-29 11:44:07.358 | + lib/stack:stack_install_service:20 : local service=glance 2024-08-29 11:44:07.360 | + lib/stack:stack_install_service:21 : type install_glance 2024-08-29 11:44:07.362 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 11:44:07.363 | + lib/stack:stack_install_service:32 : install_glance 2024-08-29 11:44:07.365 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-08-29 11:44:07.367 | + lib/glance:install_glance:511 : local glance_store_extras 2024-08-29 11:44:07.369 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-08-29 11:44:07.381 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:44:07.383 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-08-29 11:44:07.385 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-08-29 11:44:07.398 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:44:07.399 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-08-29 11:44:07.401 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-08-29 11:44:07.403 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:44:07.405 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:44:07.407 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-08-29 11:44:07.409 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:44:07.411 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-08-29 11:44:07.413 | ++ inc/python:join_extras:29 : local IFS=, 2024-08-29 11:44:07.415 | ++ inc/python:join_extras:30 : echo cinder 2024-08-29 11:44:07.417 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-08-29 11:44:07.419 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-08-29 11:44:07.421 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-08-29 11:44:07.423 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-08-29 11:44:07.425 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-08-29 11:44:07.427 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-08-29 11:44:07.429 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-08-29 11:44:07.432 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-08-29 11:44:07.432 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-08-29 11:44:07.436 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-08-29 11:44:07.438 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-08-29 11:44:07.440 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-08-29 11:44:07.442 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-08-29 11:44:07.444 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-08-29 11:44:07.459 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-08-29 11:44:07.461 | + 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' 2024-08-29 11:44:08.576 | Collecting glance-store[cinder]!=0.29.0 2024-08-29 11:44:08.581 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-08-29 11:44:08.618 | 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) 2024-08-29 11:44:08.619 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-08-29 11:44:08.619 | 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.1) 2024-08-29 11:44:08.620 | 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) 2024-08-29 11:44:08.621 | 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) 2024-08-29 11:44:08.622 | 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) 2024-08-29 11:44:08.623 | 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) 2024-08-29 11:44:08.625 | 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) 2024-08-29 11:44:08.625 | 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) 2024-08-29 11:44:08.625 | 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) 2024-08-29 11:44:08.626 | 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) 2024-08-29 11:44:08.688 | Collecting os-brick>=6.2.2 2024-08-29 11:44:08.692 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-08-29 11:44:08.732 | Collecting python-cinderclient>=4.1.0 2024-08-29 11:44:08.736 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-08-29 11:44:08.777 | Collecting oslo.privsep>=1.23.0 2024-08-29 11:44:08.779 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-08-29 11:44:08.816 | Collecting oslo.rootwrap>=5.8.0 2024-08-29 11:44:08.818 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-08-29 11:44:08.824 | 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) 2024-08-29 11:44:08.825 | 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) 2024-08-29 11:44:08.825 | 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) 2024-08-29 11:44:08.865 | 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) 2024-08-29 11:44:08.866 | 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) 2024-08-29 11:44:08.890 | 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) 2024-08-29 11:44:08.891 | 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) 2024-08-29 11:44:08.892 | 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) 2024-08-29 11:44:08.902 | 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.0) 2024-08-29 11:44:08.906 | 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) 2024-08-29 11:44:08.907 | 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) 2024-08-29 11:44:08.941 | Collecting os-win>=5.7.0 2024-08-29 11:44:08.945 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-08-29 11:44:08.949 | 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) 2024-08-29 11:44:08.954 | 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) 2024-08-29 11:44:08.971 | 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) 2024-08-29 11:44:08.973 | 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) 2024-08-29 11:44:08.973 | 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) 2024-08-29 11:44:08.974 | 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) 2024-08-29 11:44:08.982 | 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) 2024-08-29 11:44:08.984 | 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) 2024-08-29 11:44:08.992 | 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) 2024-08-29 11:44:08.996 | 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) 2024-08-29 11:44:08.997 | 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) 2024-08-29 11:44:08.997 | 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) 2024-08-29 11:44:09.006 | 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) 2024-08-29 11:44:09.021 | 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) 2024-08-29 11:44:09.022 | 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) 2024-08-29 11:44:09.023 | 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) 2024-08-29 11:44:09.024 | 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) 2024-08-29 11:44:09.063 | 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) 2024-08-29 11:44:09.072 | 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) 2024-08-29 11:44:09.145 | 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) 2024-08-29 11:44:09.148 | 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) 2024-08-29 11:44:09.161 | 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) 2024-08-29 11:44:09.162 | 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) 2024-08-29 11:44:09.163 | 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) 2024-08-29 11:44:09.163 | 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) 2024-08-29 11:44:09.164 | 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) 2024-08-29 11:44:09.165 | 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) 2024-08-29 11:44:09.182 | 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) 2024-08-29 11:44:09.257 | 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) 2024-08-29 11:44:09.288 | 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) 2024-08-29 11:44:09.809 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-08-29 11:44:10.580 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-08-29 11:44:10.580 | 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 2024-08-29 11:44:10.742 | + inc/python:pip_install:196 : result=0 2024-08-29 11:44:10.744 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:44:10.746 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:10.749 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:10.751 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:10.753 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:10.755 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:10.757 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:44:10.759 | + functions-common:time_stop:2442 : start_time=1724931847456 2024-08-29 11:44:10.761 | + functions-common:time_stop:2444 : [[ -z 1724931847456 ]] 2024-08-29 11:44:10.764 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:10.767 | + functions-common:time_stop:2447 : end_time=1724931850765 2024-08-29 11:44:10.769 | + functions-common:time_stop:2448 : elapsed_time=3309 2024-08-29 11:44:10.771 | + functions-common:time_stop:2449 : total=36030 2024-08-29 11:44:10.773 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:10.776 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39339 2024-08-29 11:44:10.777 | + inc/python:pip_install:199 : return 0 2024-08-29 11:44:10.780 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-08-29 11:44:10.782 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-08-29 11:44:10.784 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-08-29 11:44:10.794 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-08-29 11:44:10.798 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-08-29 11:44:10.800 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-08-29 11:44:10.802 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-08-29 11:44:10.804 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 11:44:10.806 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 11:44:10.809 | ++ functions-common:git_clone:616 : pwd 2024-08-29 11:44:10.812 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:44:10.813 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:44:10.816 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:44:10.829 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:44:10.831 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 11:44:10.833 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 11:44:10.835 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:44:10.837 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 11:44:10.838 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:44:10.842 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-08-29 11:44:10.844 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 11:44:10.846 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-29 11:44:10.848 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:44:10.849 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:44:10.851 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:44:10.853 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:44:10.855 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:44:10.857 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:44:10.859 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:44:10.861 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:44:10.863 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:44:10.866 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931850864 2024-08-29 11:44:10.868 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-29 11:44:10.872 | Cloning into '/opt/stack//glance'... 2024-08-29 11:44:13.153 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:44:13.155 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:13.157 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:13.159 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:13.161 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:13.163 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:13.164 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:44:13.166 | + functions-common:time_stop:2442 : start_time=1724931850864 2024-08-29 11:44:13.168 | + functions-common:time_stop:2444 : [[ -z 1724931850864 ]] 2024-08-29 11:44:13.170 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:13.173 | + functions-common:time_stop:2447 : end_time=1724931853171 2024-08-29 11:44:13.175 | + functions-common:time_stop:2448 : elapsed_time=2307 2024-08-29 11:44:13.177 | + functions-common:time_stop:2449 : total=9920 2024-08-29 11:44:13.178 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:13.180 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12227 2024-08-29 11:44:13.182 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-08-29 11:44:13.183 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 11:44:13.185 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:44:13.187 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:44:13.189 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:44:13.191 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:44:13.193 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:44:13.194 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:44:13.196 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:44:13.198 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:44:13.200 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:44:13.203 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931853201 2024-08-29 11:44:13.205 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 11:44:14.882 | From https://opendev.org/openstack/glance 2024-08-29 11:44:14.882 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 11:44:14.887 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:44:14.889 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:14.890 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:14.892 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:14.894 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:14.896 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:14.897 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:44:14.899 | + functions-common:time_stop:2442 : start_time=1724931853201 2024-08-29 11:44:14.900 | + functions-common:time_stop:2444 : [[ -z 1724931853201 ]] 2024-08-29 11:44:14.903 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:14.906 | + functions-common:time_stop:2447 : end_time=1724931854904 2024-08-29 11:44:14.908 | + functions-common:time_stop:2448 : elapsed_time=1703 2024-08-29 11:44:14.910 | + functions-common:time_stop:2449 : total=12227 2024-08-29 11:44:14.911 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:14.913 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13930 2024-08-29 11:44:14.915 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 11:44:14.917 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:44:14.918 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:44:14.920 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:44:14.922 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:44:14.924 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:44:14.925 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:44:14.927 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:44:14.929 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:44:14.932 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:44:14.934 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931854932 2024-08-29 11:44:14.936 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 11:44:15.002 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:44:15.002 | 2024-08-29 11:44:15.002 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:44:15.002 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:44:15.002 | state without impacting any branches by switching back to a branch. 2024-08-29 11:44:15.002 | 2024-08-29 11:44:15.002 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:44:15.002 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:44:15.002 | 2024-08-29 11:44:15.002 | git switch -c 2024-08-29 11:44:15.002 | 2024-08-29 11:44:15.002 | Or undo this operation with: 2024-08-29 11:44:15.002 | 2024-08-29 11:44:15.002 | git switch - 2024-08-29 11:44:15.002 | 2024-08-29 11:44:15.002 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:44:15.002 | 2024-08-29 11:44:15.003 | HEAD is now at 6a17e4e Fix LP#2054575 2024-08-29 11:44:15.006 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:44:15.008 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:15.009 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:15.011 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:15.013 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:15.015 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:15.017 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:44:15.019 | + functions-common:time_stop:2442 : start_time=1724931854932 2024-08-29 11:44:15.020 | + functions-common:time_stop:2444 : [[ -z 1724931854932 ]] 2024-08-29 11:44:15.023 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:15.026 | + functions-common:time_stop:2447 : end_time=1724931855024 2024-08-29 11:44:15.027 | + functions-common:time_stop:2448 : elapsed_time=92 2024-08-29 11:44:15.029 | + functions-common:time_stop:2449 : total=13930 2024-08-29 11:44:15.031 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:15.033 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14022 2024-08-29 11:44:15.035 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-08-29 11:44:15.045 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-08-29 11:44:15.047 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 11:44:15.047 | + functions-common:git_clone:696 : head -1 2024-08-29 11:44:15.051 | 6a17e4e Fix LP#2054575 2024-08-29 11:44:15.053 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:44:15.055 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-08-29 11:44:15.057 | + inc/python:setup_develop:334 : local bindep 2024-08-29 11:44:15.059 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-08-29 11:44:15.061 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-08-29 11:44:15.063 | + inc/python:setup_develop:340 : local extras= 2024-08-29 11:44:15.064 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-08-29 11:44:15.066 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 11:44:15.068 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-08-29 11:44:15.070 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-08-29 11:44:15.072 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 11:44:15.073 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 11:44:15.076 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-08-29 11:44:15.078 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 11:44:15.080 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-08-29 11:44:15.082 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 11:44:15.084 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 11:44:15.086 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-08-29 11:44:15.090 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-08-29 11:44:15.092 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-08-29 11:44:15.413 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-08-29 11:44:15.415 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 11:44:15.417 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 11:44:15.419 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 11:44:15.421 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-08-29 11:44:15.423 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-08-29 11:44:15.424 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 11:44:15.426 | + inc/python:setup_package:424 : local extras= 2024-08-29 11:44:15.428 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 11:44:15.430 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 11:44:15.432 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 11:44:15.434 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 11:44:15.435 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 11:44:15.437 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-08-29 11:44:15.453 | Using python 3.10 to install /opt/stack/glance 2024-08-29 11:44:15.455 | + 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 2024-08-29 11:44:16.359 | Obtaining file:///opt/stack/glance 2024-08-29 11:44:16.360 | Preparing metadata (setup.py): started 2024-08-29 11:44:16.767 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 11:44:16.825 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (3.5.2) 2024-08-29 11:44:16.825 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.1.1) 2024-08-29 11:44:16.826 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (3.4.1) 2024-08-29 11:44:16.827 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.5.1) 2024-08-29 11:44:16.828 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (1.4.41) 2024-08-29 11:44:16.916 | Collecting WSME>=0.8.0 2024-08-29 11:44:16.919 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-08-29 11:44:16.921 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (1.8.7) 2024-08-29 11:44:16.922 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (1.8.1) 2024-08-29 11:44:16.961 | Collecting castellan>=0.17.0 2024-08-29 11:44:16.964 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-08-29 11:44:16.967 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (38.0.2) 2024-08-29 11:44:17.075 | Collecting cursive>=0.2.1 2024-08-29 11:44:17.077 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-08-29 11:44:17.079 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.5.0) 2024-08-29 11:44:17.080 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (0.7.1) 2024-08-29 11:44:17.081 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (0.33.1) 2024-08-29 11:44:17.081 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.4.1) 2024-08-29 11:44:17.082 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (4.3.3) 2024-08-29 11:44:17.106 | Collecting httplib2>=0.9.1 2024-08-29 11:44:17.110 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-08-29 11:44:17.111 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (1.1.0) 2024-08-29 11:44:17.112 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (4.16.0) 2024-08-29 11:44:17.113 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.2) 2024-08-29 11:44:17.113 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (10.2.0) 2024-08-29 11:44:17.114 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.9.0) 2024-08-29 11:44:17.115 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.1) 2024-08-29 11:44:17.115 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (9.1.1) 2024-08-29 11:44:17.116 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.1) 2024-08-29 11:44:17.117 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (12.3.2) 2024-08-29 11:44:17.118 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (6.0.0) 2024-08-29 11:44:17.231 | Collecting oslo.limit>=1.6.0 2024-08-29 11:44:17.233 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-08-29 11:44:17.235 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.2.0) 2024-08-29 11:44:17.236 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (14.2.5) 2024-08-29 11:44:17.236 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.1) 2024-08-29 11:44:17.237 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (4.1.1) 2024-08-29 11:44:17.270 | Collecting oslo.reports>=1.18.0 2024-08-29 11:44:17.274 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-08-29 11:44:17.276 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (2.1.1) 2024-08-29 11:44:17.276 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (6.1.0) 2024-08-29 11:44:17.277 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (3.4.3) 2024-08-29 11:44:17.278 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.11.1) 2024-08-29 11:44:17.278 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (22.1.0) 2024-08-29 11:44:17.279 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.1.0) 2024-08-29 11:44:17.298 | Collecting retrying!=1.3.0,>=1.2.3 2024-08-29 11:44:17.298 | Using cached retrying-1.3.3-py3-none-any.whl 2024-08-29 11:44:17.303 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (0.4.3) 2024-08-29 11:44:17.304 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev18) (5.0.0) 2024-08-29 11:44:17.466 | Collecting taskflow>=4.0.0 2024-08-29 11:44:17.476 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-08-29 11:44:17.487 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev18) (1.2.3) 2024-08-29 11:44:17.497 | 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.dev18) (2.28.1) 2024-08-29 11:44:17.618 | Collecting python-barbicanclient>=4.5.2 2024-08-29 11:44:17.621 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-08-29 11:44:17.642 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev18) (1.15.1) 2024-08-29 11:44:17.648 | 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.dev18) (5.1.1) 2024-08-29 11:44:17.655 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev18) (1.14.1) 2024-08-29 11:44:17.663 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev18) (1.16.0) 2024-08-29 11:44:17.663 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev18) (1.1.3) 2024-08-29 11:44:17.663 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev18) (2.2.1) 2024-08-29 11:44:17.700 | 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.dev18) (3.0.9) 2024-08-29 11:44:17.720 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev18) (22.1.0) 2024-08-29 11:44:17.721 | 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.dev18) (0.18.1) 2024-08-29 11:44:17.745 | 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.dev18) (1.7.0) 2024-08-29 11:44:17.767 | 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.dev18) (3.3.1) 2024-08-29 11:44:17.768 | 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.dev18) (3.1.1) 2024-08-29 11:44:17.782 | 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.dev18) (0.18) 2024-08-29 11:44:17.800 | 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.dev18) (0.8.0) 2024-08-29 11:44:17.802 | 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.dev18) (1.5.0) 2024-08-29 11:44:17.802 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev18) (6.0) 2024-08-29 11:44:17.826 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev18) (0.5.0) 2024-08-29 11:44:17.827 | 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.dev18) (0.13.0) 2024-08-29 11:44:17.828 | 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.dev18) (2.0.1) 2024-08-29 11:44:17.898 | Collecting openstacksdk>=0.31.1 2024-08-29 11:44:17.915 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-08-29 11:44:17.951 | 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.dev18) (0.9.6) 2024-08-29 11:44:17.952 | 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.dev18) (2.8.2) 2024-08-29 11:44:17.976 | 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.dev18) (5.2.0) 2024-08-29 11:44:17.977 | 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.dev18) (5.1.1) 2024-08-29 11:44:17.978 | 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.dev18) (5.2.4) 2024-08-29 11:44:17.979 | 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.dev18) (0.6.0) 2024-08-29 11:44:17.981 | 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.dev18) (3.1.2) 2024-08-29 11:44:17.990 | 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.dev18) (3.3.0) 2024-08-29 11:44:17.991 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev18) (3.1.2) 2024-08-29 11:44:17.993 | 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.dev18) (4.0.0) 2024-08-29 11:44:18.181 | Collecting psutil>=3.2.2 2024-08-29 11:44:18.190 | 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) 2024-08-29 11:44:18.210 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev18) (2022.4) 2024-08-29 11:44:18.211 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev18) (23.1) 2024-08-29 11:44:18.212 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev18) (0.11.0) 2024-08-29 11:44:18.240 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev18) (59.6.0) 2024-08-29 11:44:18.261 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev18) (0.2.5) 2024-08-29 11:44:18.328 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev18) (0.7) 2024-08-29 11:44:18.452 | Collecting pydot>=1.2.4 2024-08-29 11:44:18.454 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-08-29 11:44:18.457 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev18) (6.3.1) 2024-08-29 11:44:18.486 | Collecting automaton>=1.9.0 2024-08-29 11:44:18.487 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-08-29 11:44:18.533 | Collecting networkx>=2.1.0 2024-08-29 11:44:18.547 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-08-29 11:44:18.604 | Collecting simplegeneric 2024-08-29 11:44:18.604 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-08-29 11:44:18.614 | 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.dev18) (5.0.0) 2024-08-29 11:44:18.673 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev18) (2.21) 2024-08-29 11:44:18.714 | 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.dev18) (2.1.1) 2024-08-29 11:44:18.812 | Collecting jmespath>=0.9.0 2024-08-29 11:44:18.814 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-08-29 11:44:18.816 | 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.dev18) (5.1.1) 2024-08-29 11:44:18.819 | 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.dev18) (1.1.8) 2024-08-29 11:44:18.819 | 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.dev18) (1.32) 2024-08-29 11:44:18.835 | Collecting appdirs>=1.3.0 2024-08-29 11:44:18.839 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-08-29 11:44:18.855 | Collecting requestsexceptions>=1.2.0 2024-08-29 11:44:18.857 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-08-29 11:44:18.902 | 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.dev18) (0.14.1) 2024-08-29 11:44:18.916 | 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.dev18) (1.0.4) 2024-08-29 11:44:18.929 | 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.dev18) (4.0.1) 2024-08-29 11:44:18.930 | 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.dev18) (1.4.0) 2024-08-29 11:44:19.057 | Collecting cliff!=2.9.0,>=2.8.0 2024-08-29 11:44:19.059 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-29 11:44:19.118 | 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.dev18) (1.26.12) 2024-08-29 11:44:19.118 | 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.dev18) (2.1.1) 2024-08-29 11:44:19.119 | 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.dev18) (2020.6.20) 2024-08-29 11:44:19.120 | 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.dev18) (3.4) 2024-08-29 11:44:19.155 | 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.dev18) (0.5.2) 2024-08-29 11:44:19.206 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev18) (2.5.0) 2024-08-29 11:44:19.372 | Collecting importlib-metadata>=4.4 2024-08-29 11:44:19.374 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-29 11:44:19.432 | Collecting cmd2>=1.0.0 2024-08-29 11:44:19.435 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-29 11:44:19.456 | Collecting autopage>=0.4.0 2024-08-29 11:44:19.458 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-29 11:44:19.699 | 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.dev18) (1.8.2) 2024-08-29 11:44:19.770 | Collecting zipp>=0.5 2024-08-29 11:44:19.772 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-29 11:44:20.234 | 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 2024-08-29 11:44:20.263 | Attempting uninstall: zipp 2024-08-29 11:44:20.266 | Found existing installation: zipp 1.0.0 2024-08-29 11:44:20.266 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:20.266 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-08-29 11:44:21.432 | Attempting uninstall: httplib2 2024-08-29 11:44:21.435 | Found existing installation: httplib2 0.20.2 2024-08-29 11:44:21.435 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:21.435 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-08-29 11:44:21.460 | Attempting uninstall: cmd2 2024-08-29 11:44:21.461 | Found existing installation: cmd2 0.0.0 2024-08-29 11:44:21.463 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:21.464 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-08-29 11:44:21.534 | Attempting uninstall: autopage 2024-08-29 11:44:21.536 | Found existing installation: autopage 0.4.0 2024-08-29 11:44:21.537 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:21.538 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-08-29 11:44:21.563 | Attempting uninstall: importlib-metadata 2024-08-29 11:44:21.564 | Found existing installation: importlib-metadata 4.6.4 2024-08-29 11:44:21.565 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:21.566 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-08-29 11:44:22.609 | Attempting uninstall: cliff 2024-08-29 11:44:22.611 | Found existing installation: cliff 3.10.0 2024-08-29 11:44:22.612 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:44:22.613 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-08-29 11:44:23.155 | Running setup.py develop for glance 2024-08-29 11:44:24.114 | 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.1 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 2024-08-29 11:44:24.114 | 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 2024-08-29 11:44:24.265 | + inc/python:pip_install:196 : result=0 2024-08-29 11:44:24.267 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:44:24.269 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:24.271 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:24.273 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:24.275 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:24.277 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:24.278 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:44:24.280 | + functions-common:time_stop:2442 : start_time=1724931855449 2024-08-29 11:44:24.282 | + functions-common:time_stop:2444 : [[ -z 1724931855449 ]] 2024-08-29 11:44:24.284 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:24.288 | + functions-common:time_stop:2447 : end_time=1724931864286 2024-08-29 11:44:24.289 | + functions-common:time_stop:2448 : elapsed_time=8837 2024-08-29 11:44:24.291 | + functions-common:time_stop:2449 : total=39339 2024-08-29 11:44:24.293 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:24.295 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=48176 2024-08-29 11:44:24.296 | + inc/python:pip_install:199 : return 0 2024-08-29 11:44:24.298 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 11:44:24.300 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 11:44:24.302 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 11:44:24.316 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 11:44:24.325 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-08-29 11:44:24.327 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-08-29 11:44:24.329 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:44:24.331 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:44:24.333 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-08-29 11:44:24.334 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:44:24.336 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 11:44:24.338 | + stack.sh:main:929 : configure_glance 2024-08-29 11:44:24.340 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-08-29 11:44:24.351 | + lib/glance:configure_glance:326 : local dburl 2024-08-29 11:44:24.353 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-08-29 11:44:24.355 | ++ lib/database:database_connection_url:134 : local db=glance 2024-08-29 11:44:24.357 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-08-29 11:44:24.359 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-08-29 11:44:24.361 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:44:24.362 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:44:24.364 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-29 11:44:24.367 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-29 11:44:24.368 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-08-29 11:44:24.392 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-29 11:44:24.416 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-08-29 11:44:24.437 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-29 11:44:24.459 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-08-29 11:44:24.483 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-08-29 11:44:24.507 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-08-29 11:44:24.509 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-08-29 11:44:24.511 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-08-29 11:44:24.513 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 11:44:24.514 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-08-29 11:44:24.537 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-08-29 11:44:24.560 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 11:44:24.582 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-08-29 11:44:24.604 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-08-29 11:44:24.626 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-08-29 11:44:24.648 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-08-29 11:44:24.670 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-08-29 11:44:24.692 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 11:44:24.714 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 11:44:24.736 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-08-29 11:44:24.760 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-08-29 11:44:24.762 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-08-29 11:44:24.763 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-08-29 11:44:24.765 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 11:44:24.767 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 11:44:24.769 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 11:44:24.780 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:44:24.783 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 11:44:24.785 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 11:44:24.786 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 11:44:24.798 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:44:24.800 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:44:24.802 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:44:24.824 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 11:44:24.826 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 11:44:24.828 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-08-29 11:44:24.829 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-08-29 11:44:24.851 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-08-29 11:44:24.874 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-08-29 11:44:24.875 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-08-29 11:44:24.877 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-08-29 11:44:24.879 | + lib/glance:configure_glance_store:254 : local be 2024-08-29 11:44:24.881 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-08-29 11:44:24.883 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-08-29 11:44:24.884 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-29 11:44:24.909 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-08-29 11:44:24.911 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-08-29 11:44:24.934 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-08-29 11:44:24.936 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-08-29 11:44:24.948 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:44:24.950 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-08-29 11:44:24.972 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-08-29 11:44:24.984 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:44:24.986 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-08-29 11:44:24.988 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-08-29 11:44:24.990 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-08-29 11:44:24.992 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 11:44:25.004 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 11:44:25.006 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 11:44:25.008 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 11:44:25.010 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 11:44:25.012 | + 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}}' 2024-08-29 11:44:25.035 | + 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' 2024-08-29 11:44:25.057 | + 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' 2024-08-29 11:44:25.080 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 11:44:25.105 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-08-29 11:44:25.108 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-08-29 11:44:25.137 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-08-29 11:44:25.160 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-29 11:44:25.183 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-08-29 11:44:25.206 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-08-29 11:44:25.228 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-08-29 11:44:25.250 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-08-29 11:44:25.273 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-29 11:44:25.297 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-08-29 11:44:25.320 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-08-29 11:44:25.345 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-08-29 11:44:25.369 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-08-29 11:44:25.373 | + 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 2024-08-29 11:44:25.377 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-08-29 11:44:25.389 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:44:25.391 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-08-29 11:44:25.393 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-08-29 11:44:25.394 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-08-29 11:44:25.396 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-08-29 11:44:25.398 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-08-29 11:44:25.400 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-08-29 11:44:25.403 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-08-29 11:44:25.405 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-08-29 11:44:25.407 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-08-29 11:44:25.431 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-08-29 11:44:25.433 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-08-29 11:44:25.435 | ++ functions:get_random_port:848 : true 2024-08-29 11:44:25.436 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-08-29 11:44:25.438 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-08-29 11:44:25.440 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-08-29 11:44:25.478 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-08-29 11:44:25.480 | ++ functions:get_random_port:852 : break 2 2024-08-29 11:44:25.481 | ++ functions:get_random_port:856 : echo 60999 2024-08-29 11:44:25.484 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-08-29 11:44:25.486 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-08-29 11:44:25.507 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-08-29 11:44:25.529 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-08-29 11:44:25.550 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-08-29 11:44:25.571 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 11:44:25.593 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-08-29 11:44:25.614 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-08-29 11:44:25.636 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-08-29 11:44:25.657 | + 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' 2024-08-29 11:44:25.679 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 11:44:25.700 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 11:44:25.722 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 11:44:25.743 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-08-29 11:44:25.765 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 11:44:25.786 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-08-29 11:44:25.808 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-08-29 11:44:25.830 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-08-29 11:44:25.852 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-08-29 11:44:25.873 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-08-29 11:44:25.896 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-08-29 11:44:25.897 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-08-29 11:44:25.899 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 11:44:25.901 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:44:25.903 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:44:25.905 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-08-29 11:44:25.906 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-08-29 11:44:25.937 | proxy (enabled by site administrator) 2024-08-29 11:44:25.939 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-08-29 11:44:25.941 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-08-29 11:44:25.943 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 11:44:25.945 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:44:25.947 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:44:25.949 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-08-29 11:44:25.951 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-08-29 11:44:25.978 | No module matches proxy_http 2024-08-29 11:44:25.981 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-08-29 11:44:26.013 | Considering dependency proxy for proxy_http: 2024-08-29 11:44:26.013 | Module proxy already enabled 2024-08-29 11:44:26.013 | Enabling module proxy_http. 2024-08-29 11:44:26.017 | To activate the new configuration, you need to run: 2024-08-29 11:44:26.017 | systemctl restart apache2 2024-08-29 11:44:26.020 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-08-29 11:44:26.022 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 11:44:26.024 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:44:26.026 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 11:44:26.122 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-08-29 11:44:26.124 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-08-29 11:44:26.126 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-08-29 11:44:26.127 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 11:44:26.129 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:44:26.131 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:44:26.133 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 11:44:26.135 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 11:44:26.137 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-08-29 11:44:26.138 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 11:44:26.144 | KeepAlive Off 2024-08-29 11:44:26.148 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 11:44:26.148 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-08-29 11:44:26.155 | SetEnv proxy-sendchunked 1 2024-08-29 11:44:26.158 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 11:44:26.158 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-08-29 11:44:26.165 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-08-29 11:44:26.167 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-08-29 11:44:26.169 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-08-29 11:44:26.171 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 11:44:26.173 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 11:44:26.174 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 11:44:26.176 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:44:26.178 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:44:26.179 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 11:44:26.181 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 11:44:26.183 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:44:26.185 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:44:26.187 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-08-29 11:44:26.219 | Enabling site glance-wsgi-api. 2024-08-29 11:44:26.223 | To activate the new configuration, you need to run: 2024-08-29 11:44:26.223 | systemctl reload apache2 2024-08-29 11:44:26.226 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-08-29 11:44:26.228 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 11:44:26.230 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:44:26.232 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 11:44:26.334 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-08-29 11:44:26.339 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-08-29 11:44:26.362 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-29 11:44:26.364 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-29 11:44:26.366 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-08-29 11:44:26.391 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-08-29 11:44:26.414 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-08-29 11:44:26.437 | + stack.sh:main:932 : is_service_enabled cinder 2024-08-29 11:44:26.451 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:44:26.453 | + stack.sh:main:934 : stack_install_service cinder 2024-08-29 11:44:26.454 | + lib/stack:stack_install_service:20 : local service=cinder 2024-08-29 11:44:26.456 | + lib/stack:stack_install_service:21 : type install_cinder 2024-08-29 11:44:26.458 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 11:44:26.460 | + lib/stack:stack_install_service:32 : install_cinder 2024-08-29 11:44:26.462 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-08-29 11:44:26.464 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-08-29 11:44:26.466 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-08-29 11:44:26.468 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 11:44:26.469 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 11:44:26.472 | ++ functions-common:git_clone:616 : pwd 2024-08-29 11:44:26.474 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:44:26.475 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:44:26.478 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:44:26.490 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:44:26.492 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 11:44:26.493 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 11:44:26.495 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:44:26.498 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 11:44:26.498 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:44:26.501 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-08-29 11:44:26.503 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 11:44:26.505 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-29 11:44:26.507 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:44:26.508 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:44:26.510 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:44:26.512 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:44:26.514 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:44:26.515 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:44:26.517 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:44:26.519 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:44:26.521 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:44:26.524 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931866522 2024-08-29 11:44:26.526 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-29 11:44:26.528 | Cloning into '/opt/stack//cinder'... 2024-08-29 11:44:48.726 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:44:48.728 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:48.730 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:48.731 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:48.733 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:48.735 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:48.737 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:44:48.739 | + functions-common:time_stop:2442 : start_time=1724931866522 2024-08-29 11:44:48.740 | + functions-common:time_stop:2444 : [[ -z 1724931866522 ]] 2024-08-29 11:44:48.742 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:48.745 | + functions-common:time_stop:2447 : end_time=1724931888743 2024-08-29 11:44:48.747 | + functions-common:time_stop:2448 : elapsed_time=22221 2024-08-29 11:44:48.749 | + functions-common:time_stop:2449 : total=14022 2024-08-29 11:44:48.750 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:48.752 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=36243 2024-08-29 11:44:48.754 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-08-29 11:44:48.756 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 11:44:48.758 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:44:48.759 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:44:48.761 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:44:48.763 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:44:48.764 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:44:48.766 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:44:48.768 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:44:48.769 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:44:48.772 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:44:48.775 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931888773 2024-08-29 11:44:48.776 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 11:44:51.649 | From https://opendev.org/openstack/cinder 2024-08-29 11:44:51.649 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 11:44:51.653 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:44:51.655 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:51.657 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:51.659 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:51.661 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:51.662 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:51.664 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:44:51.666 | + functions-common:time_stop:2442 : start_time=1724931888773 2024-08-29 11:44:51.668 | + functions-common:time_stop:2444 : [[ -z 1724931888773 ]] 2024-08-29 11:44:51.670 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:51.673 | + functions-common:time_stop:2447 : end_time=1724931891671 2024-08-29 11:44:51.675 | + functions-common:time_stop:2448 : elapsed_time=2898 2024-08-29 11:44:51.677 | + functions-common:time_stop:2449 : total=36243 2024-08-29 11:44:51.678 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:51.680 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39141 2024-08-29 11:44:51.682 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 11:44:51.684 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:44:51.686 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:44:51.687 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:44:51.689 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:44:51.691 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:44:51.693 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:44:51.694 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:44:51.696 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:44:51.698 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:44:51.702 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931891699 2024-08-29 11:44:51.703 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 11:44:51.932 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:44:51.932 | 2024-08-29 11:44:51.932 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:44:51.932 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:44:51.932 | state without impacting any branches by switching back to a branch. 2024-08-29 11:44:51.932 | 2024-08-29 11:44:51.932 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:44:51.932 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:44:51.932 | 2024-08-29 11:44:51.932 | git switch -c 2024-08-29 11:44:51.932 | 2024-08-29 11:44:51.932 | Or undo this operation with: 2024-08-29 11:44:51.932 | 2024-08-29 11:44:51.932 | git switch - 2024-08-29 11:44:51.932 | 2024-08-29 11:44:51.932 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:44:51.932 | 2024-08-29 11:44:51.932 | HEAD is now at 418b541 Merge "[coordination] backend_url should be secret" into stable/2023.1 2024-08-29 11:44:51.936 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:44:51.938 | + functions-common:time_stop:2435 : local name 2024-08-29 11:44:51.940 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:44:51.941 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:44:51.943 | + functions-common:time_stop:2438 : local total 2024-08-29 11:44:51.945 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:44:51.947 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:44:51.949 | + functions-common:time_stop:2442 : start_time=1724931891699 2024-08-29 11:44:51.951 | + functions-common:time_stop:2444 : [[ -z 1724931891699 ]] 2024-08-29 11:44:51.953 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:44:51.956 | + functions-common:time_stop:2447 : end_time=1724931891954 2024-08-29 11:44:51.958 | + functions-common:time_stop:2448 : elapsed_time=255 2024-08-29 11:44:51.959 | + functions-common:time_stop:2449 : total=39141 2024-08-29 11:44:51.961 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:44:51.963 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39396 2024-08-29 11:44:51.965 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-08-29 11:44:51.975 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-08-29 11:44:51.977 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 11:44:51.977 | + functions-common:git_clone:696 : head -1 2024-08-29 11:44:51.981 | 418b541 Merge "[coordination] backend_url should be secret" into stable/2023.1 2024-08-29 11:44:51.983 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:44:51.985 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-08-29 11:44:51.986 | + inc/python:setup_develop:334 : local bindep 2024-08-29 11:44:51.988 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-29 11:44:51.990 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-08-29 11:44:51.992 | + inc/python:setup_develop:340 : local extras= 2024-08-29 11:44:51.994 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-08-29 11:44:51.996 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 11:44:51.998 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-29 11:44:51.999 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-08-29 11:44:52.001 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 11:44:52.003 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 11:44:52.005 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-08-29 11:44:52.007 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 11:44:52.010 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-08-29 11:44:52.011 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 11:44:52.013 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 11:44:52.016 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-08-29 11:44:52.020 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-08-29 11:44:52.022 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-08-29 11:44:52.334 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-08-29 11:44:52.337 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 11:44:52.338 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 11:44:52.341 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 11:44:52.343 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-08-29 11:44:52.345 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-08-29 11:44:52.347 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 11:44:52.348 | + inc/python:setup_package:424 : local extras= 2024-08-29 11:44:52.350 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 11:44:52.352 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 11:44:52.354 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 11:44:52.356 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 11:44:52.358 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 11:44:52.360 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-08-29 11:44:52.375 | Using python 3.10 to install /opt/stack/cinder 2024-08-29 11:44:52.377 | + 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 2024-08-29 11:44:53.295 | Obtaining file:///opt/stack/cinder 2024-08-29 11:44:53.296 | Preparing metadata (setup.py): started 2024-08-29 11:44:53.900 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 11:44:53.987 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.5.2) 2024-08-29 11:44:53.988 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.1.1) 2024-08-29 11:44:53.989 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.5.1) 2024-08-29 11:44:53.990 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.4.41) 2024-08-29 11:44:53.990 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.8.7) 2024-08-29 11:44:54.754 | Collecting boto3>=1.18.49 2024-08-29 11:44:54.758 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-08-29 11:44:54.762 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.1.0) 2024-08-29 11:44:54.762 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (38.0.2) 2024-08-29 11:44:54.762 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.2.3) 2024-08-29 11:44:54.763 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 11:44:54.764 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.33.1) 2024-08-29 11:44:54.879 | Collecting google-api-python-client>=1.11.0 2024-08-29 11:44:54.940 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-08-29 11:44:54.989 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.1.3) 2024-08-29 11:44:54.990 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.20.4) 2024-08-29 11:44:54.991 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.0.0) 2024-08-29 11:44:54.994 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (1.1.0) 2024-08-29 11:44:54.994 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.16.0) 2024-08-29 11:44:54.994 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.2) 2024-08-29 11:44:54.994 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (10.2.0) 2024-08-29 11:44:55.441 | Collecting lxml>=4.5.2 2024-08-29 11:44:55.482 | 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) 2024-08-29 11:44:55.541 | Collecting oauth2client>=4.1.3 2024-08-29 11:44:55.544 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-08-29 11:44:55.547 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.2.3) 2024-08-29 11:44:55.548 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.9.0) 2024-08-29 11:44:55.548 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 11:44:55.549 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (9.1.1) 2024-08-29 11:44:55.550 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 11:44:55.551 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (12.3.2) 2024-08-29 11:44:55.552 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.0.0) 2024-08-29 11:44:55.552 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.2.0) 2024-08-29 11:44:55.553 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (14.2.5) 2024-08-29 11:44:55.554 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 11:44:55.555 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (4.1.1) 2024-08-29 11:44:55.555 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.1.0) 2024-08-29 11:44:55.557 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.0.0) 2024-08-29 11:44:55.558 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (7.0.1) 2024-08-29 11:44:55.559 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 11:44:55.559 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.1.2) 2024-08-29 11:44:55.560 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.1.1) 2024-08-29 11:44:55.561 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.1.0) 2024-08-29 11:44:55.604 | Collecting oslo.versionedobjects>=2.4.0 2024-08-29 11:44:55.606 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-08-29 11:44:55.655 | Collecting oslo.vmware>=3.10.0 2024-08-29 11:44:55.661 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-08-29 11:44:55.665 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.4.3) 2024-08-29 11:44:55.666 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (23.1) 2024-08-29 11:44:55.717 | Collecting paramiko>=2.7.2 2024-08-29 11:44:55.720 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-08-29 11:44:55.723 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.11.1) 2024-08-29 11:44:55.724 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.9.2) 2024-08-29 11:44:55.725 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (3.0.9) 2024-08-29 11:44:55.725 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.5.0) 2024-08-29 11:44:55.855 | Collecting python-glanceclient>=3.2.2 2024-08-29 11:44:55.858 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-08-29 11:44:55.862 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.0) 2024-08-29 11:44:55.999 | Collecting python-novaclient>=17.2.1 2024-08-29 11:44:56.002 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-08-29 11:44:56.035 | Collecting python-swiftclient>=3.10.1 2024-08-29 11:44:56.037 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-08-29 11:44:56.039 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2022.4) 2024-08-29 11:44:56.041 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (2.28.1) 2024-08-29 11:44:56.059 | Collecting rtslib-fb>=2.1.74 2024-08-29 11:44:56.059 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-08-29 11:44:56.065 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev34) (1.16.0) 2024-08-29 11:44:56.066 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (0.13.0) 2024-08-29 11:44:56.066 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.0.0) 2024-08-29 11:44:56.085 | Collecting tabulate>=0.8.7 2024-08-29 11:44:56.087 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-29 11:44:56.089 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (5.1.1) 2024-08-29 11:44:56.090 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev34) (6.3.1) 2024-08-29 11:44:56.151 | Collecting tooz>=2.8.0 2024-08-29 11:44:56.154 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-08-29 11:44:56.246 | Collecting zstd>=1.4.5.1 2024-08-29 11:44:56.258 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-08-29 11:44:56.302 | Collecting s3transfer<0.7.0,>=0.6.0 2024-08-29 11:44:56.305 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-08-29 11:44:57.313 | Collecting botocore<1.28.0,>=1.27.89 2024-08-29 11:44:57.367 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-08-29 11:44:57.420 | 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.dev34) (1.0.1) 2024-08-29 11:44:57.447 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev34) (1.15.1) 2024-08-29 11:44:57.461 | 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.dev34) (2.2.1) 2024-08-29 11:44:57.582 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-08-29 11:44:57.586 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-08-29 11:44:57.692 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-08-29 11:44:57.694 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-08-29 11:44:57.719 | Collecting uritemplate<5,>=3.0.1 2024-08-29 11:44:57.728 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-08-29 11:44:57.748 | Collecting google-auth-httplib2>=0.1.0 2024-08-29 11:44:57.754 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-08-29 11:44:57.782 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev34) (3.8.1) 2024-08-29 11:44:57.802 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev34) (22.1.0) 2024-08-29 11:44:57.803 | 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.dev34) (0.18.1) 2024-08-29 11:44:57.829 | 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.dev34) (1.7.0) 2024-08-29 11:44:57.853 | 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.dev34) (3.1.1) 2024-08-29 11:44:57.854 | 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.dev34) (3.3.1) 2024-08-29 11:44:57.868 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev34) (0.4.8) 2024-08-29 11:44:57.894 | Collecting rsa>=3.1.4 2024-08-29 11:44:57.896 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-08-29 11:44:57.942 | Collecting pyasn1-modules>=0.0.5 2024-08-29 11:44:57.946 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-08-29 11:44:58.026 | 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.dev34) (0.18) 2024-08-29 11:44:58.045 | 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.dev34) (0.8.0) 2024-08-29 11:44:58.046 | 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.dev34) (2.5.0) 2024-08-29 11:44:58.047 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev34) (6.0) 2024-08-29 11:44:58.048 | 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.dev34) (1.5.0) 2024-08-29 11:44:58.072 | 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.dev34) (2.0.1) 2024-08-29 11:44:58.073 | 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.dev34) (1.8.1) 2024-08-29 11:44:58.074 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev34) (0.5.0) 2024-08-29 11:44:58.097 | 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.dev34) (2.8.2) 2024-08-29 11:44:58.100 | 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.dev34) (0.9.6) 2024-08-29 11:44:58.127 | 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.dev34) (5.1.1) 2024-08-29 11:44:58.127 | 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.dev34) (0.6.0) 2024-08-29 11:44:58.128 | 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.dev34) (2.4.1) 2024-08-29 11:44:58.129 | 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.dev34) (5.2.4) 2024-08-29 11:44:58.129 | 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.dev34) (5.2.0) 2024-08-29 11:44:58.139 | 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.dev34) (4.0.0) 2024-08-29 11:44:58.141 | 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.dev34) (3.3.0) 2024-08-29 11:44:58.142 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev34) (3.1.2) 2024-08-29 11:44:58.160 | 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.dev34) (1.0.4) 2024-08-29 11:44:58.192 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev34) (1.4.0) 2024-08-29 11:44:58.194 | 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.dev34) (4.0.1) 2024-08-29 11:44:58.202 | 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.dev34) (3.4.1) 2024-08-29 11:44:58.212 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev34) (0.11.0) 2024-08-29 11:44:58.269 | Collecting suds-community>=0.6 2024-08-29 11:44:58.272 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-08-29 11:44:58.275 | 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.dev34) (1.26.12) 2024-08-29 11:44:58.369 | Collecting pynacl>=1.0.1 2024-08-29 11:44:58.378 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-08-29 11:44:58.393 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev34) (59.6.0) 2024-08-29 11:44:58.442 | 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.dev34) (4.2.0) 2024-08-29 11:44:58.455 | 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.dev34) (1.14.1) 2024-08-29 11:44:58.566 | Collecting warlock>=1.2.0 2024-08-29 11:44:58.571 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-08-29 11:44:58.573 | 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.dev34) (22.1.0) 2024-08-29 11:44:58.641 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (2.1.1) 2024-08-29 11:44:58.642 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (2020.6.20) 2024-08-29 11:44:58.642 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev34) (3.4) 2024-08-29 11:44:58.655 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev34) (0.7) 2024-08-29 11:44:58.689 | Collecting pyudev>=0.16.1 2024-08-29 11:44:58.691 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-08-29 11:44:58.782 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev34) (0.4.3) 2024-08-29 11:44:58.783 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev34) (0.5.2) 2024-08-29 11:44:58.834 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (1.4.2) 2024-08-29 11:44:58.836 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (2.8.7) 2024-08-29 11:44:58.837 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev34) (3.1.0) 2024-08-29 11:44:58.909 | Collecting voluptuous>=0.8.9 2024-08-29 11:44:58.911 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-08-29 11:44:58.955 | 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.dev34) (1.2.3) 2024-08-29 11:44:58.966 | 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.dev34) (5.0.0) 2024-08-29 11:44:59.070 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev34) (2.21) 2024-08-29 11:44:59.096 | 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.dev34) (2.4.2) 2024-08-29 11:44:59.097 | 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.dev34) (0.5.1) 2024-08-29 11:44:59.228 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-08-29 11:44:59.233 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-08-29 11:44:59.236 | 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.dev34) (4.21.7) 2024-08-29 11:44:59.306 | 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.dev34) (2.1.1) 2024-08-29 11:44:59.456 | 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.dev34) (1.1.8) 2024-08-29 11:44:59.473 | 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.dev34) (0.14.1) 2024-08-29 11:44:59.491 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev34) (0.2.5) 2024-08-29 11:44:59.974 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev34) (2.5.0) 2024-08-29 11:45:00.048 | 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.dev34) (1.32) 2024-08-29 11:45:00.167 | 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.dev34) (1.8.2) 2024-08-29 11:45:00.846 | 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 2024-08-29 11:45:00.890 | Attempting uninstall: voluptuous 2024-08-29 11:45:00.891 | Found existing installation: voluptuous 0.12.2 2024-08-29 11:45:00.894 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:45:00.894 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-08-29 11:45:01.058 | Attempting uninstall: pyudev 2024-08-29 11:45:01.061 | Found existing installation: pyudev 0.22.0 2024-08-29 11:45:01.061 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:45:01.061 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-08-29 11:45:03.587 | Running setup.py develop for cinder 2024-08-29 11:45:04.489 | 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 2024-08-29 11:45:04.490 | 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 2024-08-29 11:45:04.724 | + inc/python:pip_install:196 : result=0 2024-08-29 11:45:04.726 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:45:04.729 | + functions-common:time_stop:2435 : local name 2024-08-29 11:45:04.730 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:45:04.732 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:45:04.734 | + functions-common:time_stop:2438 : local total 2024-08-29 11:45:04.736 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:45:04.738 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:45:04.739 | + functions-common:time_stop:2442 : start_time=1724931892371 2024-08-29 11:45:04.741 | + functions-common:time_stop:2444 : [[ -z 1724931892371 ]] 2024-08-29 11:45:04.744 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:45:04.747 | + functions-common:time_stop:2447 : end_time=1724931904745 2024-08-29 11:45:04.749 | + functions-common:time_stop:2448 : elapsed_time=12374 2024-08-29 11:45:04.751 | + functions-common:time_stop:2449 : total=48176 2024-08-29 11:45:04.752 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:45:04.754 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=60550 2024-08-29 11:45:04.756 | + inc/python:pip_install:199 : return 0 2024-08-29 11:45:04.758 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 11:45:04.760 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 11:45:04.762 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 11:45:04.776 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 11:45:04.786 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-08-29 11:45:04.787 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-08-29 11:45:04.789 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:45:04.791 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:45:04.793 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-08-29 11:45:04.795 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:45:04.797 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-08-29 11:45:04.799 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-08-29 11:45:04.801 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-08-29 11:45:04.803 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:45:04.804 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:45:04.806 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-08-29 11:45:04.815 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-08-29 11:45:04.817 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 11:45:04.819 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 11:45:04.821 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 11:45:04.822 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 11:45:04.824 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 11:45:04.826 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 11:45:04.828 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:45:04.830 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:45:04.832 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 11:45:04.833 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 11:45:04.835 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 11:45:04.837 | + functions-common:apt_get_update:1186 : return 2024-08-29 11:45:04.839 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-08-29 11:45:04.841 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 11:45:04.843 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:45:04.845 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:45:04.846 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-08-29 11:45:04.863 | + 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 2024-08-29 11:45:04.921 | Reading package lists... 2024-08-29 11:45:05.124 | Building dependency tree... 2024-08-29 11:45:05.125 | Reading state information... 2024-08-29 11:45:05.326 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-08-29 11:45:05.326 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 11:45:05.330 | + functions-common:apt_get:1230 : result=0 2024-08-29 11:45:05.332 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 11:45:05.334 | + functions-common:time_stop:2435 : local name 2024-08-29 11:45:05.336 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:45:05.338 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:45:05.340 | + functions-common:time_stop:2438 : local total 2024-08-29 11:45:05.342 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:45:05.344 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 11:45:05.346 | + functions-common:time_stop:2442 : start_time=1724931904861 2024-08-29 11:45:05.348 | + functions-common:time_stop:2444 : [[ -z 1724931904861 ]] 2024-08-29 11:45:05.351 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:45:05.354 | + functions-common:time_stop:2447 : end_time=1724931905352 2024-08-29 11:45:05.356 | + functions-common:time_stop:2448 : elapsed_time=491 2024-08-29 11:45:05.358 | + functions-common:time_stop:2449 : total=3082 2024-08-29 11:45:05.360 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:45:05.362 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3573 2024-08-29 11:45:05.364 | + functions-common:apt_get:1234 : return 0 2024-08-29 11:45:05.366 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 11:45:05.368 | + stack.sh:main:935 : configure_cinder 2024-08-29 11:45:05.370 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-08-29 11:45:05.380 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-08-29 11:45:05.382 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-08-29 11:45:05.384 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-08-29 11:45:05.386 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-29 11:45:05.389 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-08-29 11:45:05.389 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-29 11:45:05.392 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-08-29 11:45:05.394 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-08-29 11:45:05.396 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-29 11:45:05.397 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-08-29 11:45:05.399 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-08-29 11:45:05.401 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-08-29 11:45:05.403 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-08-29 11:45:05.404 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-08-29 11:45:05.413 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-08-29 11:45:05.422 | + 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 2024-08-29 11:45:05.431 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2024-08-29 11:45:05.439 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-08-29 11:45:05.449 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-29 11:45:05.451 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-29 11:45:05.454 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.8VK7tk2kp6 2024-08-29 11:45:05.456 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-29 11:45:05.458 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-29 11:45:05.460 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-08-29 11:45:05.462 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.8VK7tk2kp6 2024-08-29 11:45:05.465 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.8VK7tk2kp6 2024-08-29 11:45:05.473 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.8VK7tk2kp6 /etc/sudoers.d/cinder-rootwrap 2024-08-29 11:45:05.482 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-08-29 11:45:05.485 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-29 11:45:05.487 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-29 11:45:05.488 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-29 11:45:05.490 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-29 11:45:05.492 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-08-29 11:45:05.494 | + 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 ]] 2024-08-29 11:45:05.495 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-08-29 11:45:05.497 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-08-29 11:45:05.500 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-08-29 11:45:05.503 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-08-29 11:45:05.517 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-08-29 11:45:05.531 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-08-29 11:45:05.546 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-08-29 11:45:05.559 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-08-29 11:45:05.573 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-08-29 11:45:05.586 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-08-29 11:45:05.600 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-08-29 11:45:05.614 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-08-29 11:45:05.616 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 11:45:05.618 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-08-29 11:45:05.619 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 11:45:05.621 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-08-29 11:45:05.645 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-08-29 11:45:05.667 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 11:45:05.690 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-08-29 11:45:05.713 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-08-29 11:45:05.735 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-08-29 11:45:05.758 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-08-29 11:45:05.780 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-08-29 11:45:05.801 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 11:45:05.823 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 11:45:05.845 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-08-29 11:45:05.869 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-08-29 11:45:05.892 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-08-29 11:45:05.894 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-08-29 11:45:05.896 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-08-29 11:45:05.898 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-08-29 11:45:05.900 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:45:05.902 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:45:05.903 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-29 11:45:05.906 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-29 11:45:05.930 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-08-29 11:45:05.952 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-08-29 11:45:05.974 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-08-29 11:45:05.996 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-08-29 11:45:06.018 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-08-29 11:45:06.040 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-08-29 11:45:06.065 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-08-29 11:45:06.087 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-08-29 11:45:06.111 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-08-29 11:45:06.125 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key c3067778500aaa6733d59d64e3d10b31 2024-08-29 11:45:06.148 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-08-29 11:45:06.150 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-08-29 11:45:06.172 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-08-29 11:45:06.194 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-08-29 11:45:06.216 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-08-29 11:45:06.238 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-08-29 11:45:06.250 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:45:06.252 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-08-29 11:45:06.254 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-08-29 11:45:06.255 | + lib/cinder:configure_cinder:330 : local default_name= 2024-08-29 11:45:06.257 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-08-29 11:45:06.259 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 11:45:06.261 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-08-29 11:45:06.263 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-08-29 11:45:06.264 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-08-29 11:45:06.266 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-08-29 11:45:06.268 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-08-29 11:45:06.270 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-08-29 11:45:06.294 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-29 11:45:06.317 | + 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 2024-08-29 11:45:06.339 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-08-29 11:45:06.363 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-08-29 11:45:06.385 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-08-29 11:45:06.387 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-08-29 11:45:06.389 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-08-29 11:45:06.391 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-08-29 11:45:06.413 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-08-29 11:45:06.415 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-08-29 11:45:06.437 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-08-29 11:45:06.439 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-08-29 11:45:06.441 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-08-29 11:45:06.443 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-08-29 11:45:06.465 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-08-29 11:45:06.467 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-08-29 11:45:06.468 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-08-29 11:45:06.481 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:45:06.482 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-08-29 11:45:06.495 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:45:06.496 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-08-29 11:45:06.508 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:45:06.510 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-08-29 11:45:06.512 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-08-29 11:45:06.514 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-08-29 11:45:06.516 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-08-29 11:45:06.518 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 11:45:06.519 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 11:45:06.521 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 11:45:06.533 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:45:06.535 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 11:45:06.537 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 11:45:06.539 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 11:45:06.551 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:45:06.552 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:45:06.555 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:45:06.577 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 11:45:06.579 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 11:45:06.581 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-08-29 11:45:06.582 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-08-29 11:45:06.584 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 11:45:06.586 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 11:45:06.599 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 11:45:06.601 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 11:45:06.603 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 11:45:06.604 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 11:45:06.606 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-29 11:45:06.629 | + 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' 2024-08-29 11:45:06.651 | + 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' 2024-08-29 11:45:06.673 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 11:45:06.696 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-08-29 11:45:06.708 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:45:06.710 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-08-29 11:45:06.712 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-08-29 11:45:06.714 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-08-29 11:45:06.716 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-08-29 11:45:06.718 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 11:45:06.719 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 11:45:06.722 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-08-29 11:45:06.725 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-08-29 11:45:06.727 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 11:45:06.728 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 11:45:06.738 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 11:45:06.738 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:45:06.744 | d /var/run/uwsgi 0755 stack root 2024-08-29 11:45:06.746 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:45:06.754 | /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. 2024-08-29 11:45:06.757 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-08-29 11:45:06.759 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-08-29 11:45:06.762 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-08-29 11:45:06.785 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-08-29 11:45:06.806 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-08-29 11:45:06.828 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-08-29 11:45:06.850 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 11:45:06.872 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 11:45:06.894 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-08-29 11:45:06.916 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-08-29 11:45:06.938 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-08-29 11:45:06.960 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-29 11:45:06.983 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 11:45:07.006 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 11:45:07.031 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-08-29 11:45:07.053 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 11:45:07.055 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 11:45:07.057 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-08-29 11:45:07.059 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-08-29 11:45:07.061 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 11:45:07.063 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:45:07.065 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:45:07.066 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 11:45:07.069 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 11:45:07.071 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-08-29 11:45:07.097 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 11:45:07.122 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-08-29 11:45:07.122 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 11:45:07.129 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-08-29 11:45:07.131 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-08-29 11:45:07.133 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-08-29 11:45:07.135 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 11:45:07.137 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 11:45:07.139 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 11:45:07.141 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:45:07.143 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:45:07.144 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 11:45:07.146 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 11:45:07.148 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:45:07.150 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:45:07.152 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-08-29 11:45:07.183 | Enabling site cinder-wsgi. 2024-08-29 11:45:07.187 | To activate the new configuration, you need to run: 2024-08-29 11:45:07.187 | systemctl reload apache2 2024-08-29 11:45:07.190 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 11:45:07.192 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 11:45:07.194 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:45:07.196 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 11:45:07.287 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-08-29 11:45:07.289 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-08-29 11:45:07.291 | + 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 2024-08-29 11:45:07.314 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-08-29 11:45:07.337 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-08-29 11:45:07.361 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-29 11:45:07.384 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-08-29 11:45:07.407 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-08-29 11:45:07.430 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-08-29 11:45:07.442 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:45:07.444 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-08-29 11:45:07.446 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 11:45:07.448 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 11:45:07.449 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-29 11:45:07.452 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-08-29 11:45:07.476 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-08-29 11:45:07.499 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-08-29 11:45:07.521 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-08-29 11:45:07.545 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-08-29 11:45:07.568 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-08-29 11:45:07.591 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-08-29 11:45:07.614 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-08-29 11:45:07.636 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-29 11:45:07.660 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-08-29 11:45:07.683 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-08-29 11:45:07.706 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-08-29 11:45:07.729 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-08-29 11:45:07.731 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-08-29 11:45:07.744 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:45:07.745 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-08-29 11:45:07.770 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-29 11:45:07.772 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-29 11:45:07.773 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-08-29 11:45:07.798 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-08-29 11:45:07.820 | + stack.sh:main:938 : is_service_enabled neutron 2024-08-29 11:45:07.833 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:45:07.835 | + stack.sh:main:940 : stack_install_service neutron 2024-08-29 11:45:07.837 | + lib/stack:stack_install_service:20 : local service=neutron 2024-08-29 11:45:07.839 | + lib/stack:stack_install_service:21 : type install_neutron 2024-08-29 11:45:07.841 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 11:45:07.843 | + lib/stack:stack_install_service:32 : install_neutron 2024-08-29 11:45:07.845 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-08-29 11:45:07.846 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-08-29 11:45:07.848 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:45:07.850 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:45:07.852 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-08-29 11:45:07.854 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:45:07.856 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-08-29 11:45:07.858 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-08-29 11:45:07.860 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-08-29 11:45:07.862 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 11:45:07.864 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 11:45:07.866 | ++ functions-common:git_clone:616 : pwd 2024-08-29 11:45:07.868 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:45:07.870 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:45:07.872 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:45:07.885 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:45:07.887 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 11:45:07.889 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 11:45:07.891 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:45:07.893 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 11:45:07.893 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:45:07.897 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-08-29 11:45:07.899 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 11:45:07.901 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-29 11:45:07.902 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:45:07.904 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:45:07.906 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:45:07.908 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:45:07.910 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:45:07.912 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:45:07.913 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:45:07.915 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:45:07.917 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:45:07.920 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931907918 2024-08-29 11:45:07.922 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-29 11:45:07.924 | Cloning into '/opt/stack//neutron'... 2024-08-29 11:45:11.095 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:45:11.097 | + functions-common:time_stop:2435 : local name 2024-08-29 11:45:11.099 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:45:11.100 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:45:11.102 | + functions-common:time_stop:2438 : local total 2024-08-29 11:45:11.104 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:45:11.106 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:45:11.108 | + functions-common:time_stop:2442 : start_time=1724931907918 2024-08-29 11:45:11.110 | + functions-common:time_stop:2444 : [[ -z 1724931907918 ]] 2024-08-29 11:45:11.112 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:45:11.115 | + functions-common:time_stop:2447 : end_time=1724931911113 2024-08-29 11:45:11.117 | + functions-common:time_stop:2448 : elapsed_time=3195 2024-08-29 11:45:11.119 | + functions-common:time_stop:2449 : total=39396 2024-08-29 11:45:11.121 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:45:11.123 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=42591 2024-08-29 11:45:11.125 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-08-29 11:45:11.127 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 11:45:11.129 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:45:11.131 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:45:11.133 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:45:11.135 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:45:11.136 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:45:11.138 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:45:11.140 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:45:11.142 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:45:11.145 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:45:11.148 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931911146 2024-08-29 11:45:11.151 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 11:45:14.193 | From https://opendev.org/openstack/neutron 2024-08-29 11:45:14.193 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 11:45:14.198 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:45:14.200 | + functions-common:time_stop:2435 : local name 2024-08-29 11:45:14.202 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:45:14.204 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:45:14.205 | + functions-common:time_stop:2438 : local total 2024-08-29 11:45:14.207 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:45:14.209 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:45:14.211 | + functions-common:time_stop:2442 : start_time=1724931911146 2024-08-29 11:45:14.213 | + functions-common:time_stop:2444 : [[ -z 1724931911146 ]] 2024-08-29 11:45:14.215 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:45:14.218 | + functions-common:time_stop:2447 : end_time=1724931914216 2024-08-29 11:45:14.220 | + functions-common:time_stop:2448 : elapsed_time=3070 2024-08-29 11:45:14.222 | + functions-common:time_stop:2449 : total=42591 2024-08-29 11:45:14.224 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:45:14.225 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=45661 2024-08-29 11:45:14.227 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 11:45:14.229 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:45:14.231 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:45:14.233 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:45:14.235 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:45:14.236 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:45:14.238 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:45:14.240 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:45:14.242 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:45:14.244 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:45:14.247 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931914245 2024-08-29 11:45:14.249 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 11:45:14.501 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:45:14.501 | 2024-08-29 11:45:14.501 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:45:14.501 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:45:14.501 | state without impacting any branches by switching back to a branch. 2024-08-29 11:45:14.501 | 2024-08-29 11:45:14.501 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:45:14.501 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:45:14.502 | 2024-08-29 11:45:14.502 | git switch -c 2024-08-29 11:45:14.502 | 2024-08-29 11:45:14.502 | Or undo this operation with: 2024-08-29 11:45:14.502 | 2024-08-29 11:45:14.502 | git switch - 2024-08-29 11:45:14.502 | 2024-08-29 11:45:14.502 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:45:14.502 | 2024-08-29 11:45:14.502 | HEAD is now at 33f1d27 Merge "Get ips from system dns resolver without scope" into stable/2023.1 2024-08-29 11:45:14.505 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:45:14.507 | + functions-common:time_stop:2435 : local name 2024-08-29 11:45:14.509 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:45:14.511 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:45:14.513 | + functions-common:time_stop:2438 : local total 2024-08-29 11:45:14.515 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:45:14.516 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:45:14.518 | + functions-common:time_stop:2442 : start_time=1724931914245 2024-08-29 11:45:14.520 | + functions-common:time_stop:2444 : [[ -z 1724931914245 ]] 2024-08-29 11:45:14.523 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:45:14.526 | + functions-common:time_stop:2447 : end_time=1724931914524 2024-08-29 11:45:14.527 | + functions-common:time_stop:2448 : elapsed_time=279 2024-08-29 11:45:14.529 | + functions-common:time_stop:2449 : total=45661 2024-08-29 11:45:14.531 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:45:14.533 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=45940 2024-08-29 11:45:14.535 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-08-29 11:45:14.545 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-08-29 11:45:14.548 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 11:45:14.548 | + functions-common:git_clone:696 : head -1 2024-08-29 11:45:14.550 | 33f1d27 Merge "Get ips from system dns resolver without scope" into stable/2023.1 2024-08-29 11:45:14.552 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:45:14.554 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-08-29 11:45:14.556 | + inc/python:setup_develop:334 : local bindep 2024-08-29 11:45:14.558 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-29 11:45:14.560 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-08-29 11:45:14.562 | + inc/python:setup_develop:340 : local extras= 2024-08-29 11:45:14.564 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-08-29 11:45:14.565 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 11:45:14.567 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-29 11:45:14.569 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-08-29 11:45:14.571 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 11:45:14.573 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 11:45:14.575 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-08-29 11:45:14.577 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 11:45:14.579 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-08-29 11:45:14.581 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 11:45:14.583 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 11:45:14.586 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-08-29 11:45:14.590 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-08-29 11:45:14.592 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-08-29 11:45:14.906 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-08-29 11:45:14.908 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 11:45:14.910 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 11:45:14.912 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 11:45:14.914 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-08-29 11:45:14.916 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-08-29 11:45:14.918 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 11:45:14.920 | + inc/python:setup_package:424 : local extras= 2024-08-29 11:45:14.922 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 11:45:14.924 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 11:45:14.926 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 11:45:14.928 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 11:45:14.930 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 11:45:14.932 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-08-29 11:45:14.948 | Using python 3.10 to install /opt/stack/neutron 2024-08-29 11:45:14.950 | + 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 2024-08-29 11:45:15.887 | Obtaining file:///opt/stack/neutron 2024-08-29 11:45:15.887 | Preparing metadata (setup.py): started 2024-08-29 11:45:16.478 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 11:45:16.549 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.2) 2024-08-29 11:45:16.553 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.5.2) 2024-08-29 11:45:16.553 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.1.1) 2024-08-29 11:45:16.553 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.5.1) 2024-08-29 11:45:16.553 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.4.41) 2024-08-29 11:45:16.553 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.8.7) 2024-08-29 11:45:16.554 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.8.1) 2024-08-29 11:45:16.555 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.5.0) 2024-08-29 11:45:16.555 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 11:45:16.556 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.33.1) 2024-08-29 11:45:16.557 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.4.1) 2024-08-29 11:45:16.557 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.20.4) 2024-08-29 11:45:16.558 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.2) 2024-08-29 11:45:16.559 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (10.2.0) 2024-08-29 11:45:16.560 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (0.8.0) 2024-08-29 11:45:16.560 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev18) (0.11.0) 2024-08-29 11:45:16.684 | Collecting neutron-lib>=3.4.2 2024-08-29 11:45:16.692 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2024-08-29 11:45:16.700 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (1.0.1) 2024-08-29 11:45:16.729 | Collecting os-ken>=2.2.0 2024-08-29 11:45:16.745 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2024-08-29 11:45:16.871 | Collecting os-resource-classes>=1.1.0 2024-08-29 11:45:16.873 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-08-29 11:45:17.019 | Collecting os-vif>=3.1.0 2024-08-29 11:45:17.023 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-08-29 11:45:17.027 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.3.1) 2024-08-29 11:45:17.027 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 11:45:17.027 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (9.1.1) 2024-08-29 11:45:17.028 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 11:45:17.031 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (12.3.2) 2024-08-29 11:45:17.031 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.0.0) 2024-08-29 11:45:17.031 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.2.0) 2024-08-29 11:45:17.031 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (14.2.5) 2024-08-29 11:45:17.032 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 11:45:17.034 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (4.1.1) 2024-08-29 11:45:17.034 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.0) 2024-08-29 11:45:17.034 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.0.0) 2024-08-29 11:45:17.034 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (7.0.1) 2024-08-29 11:45:17.035 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.1.1) 2024-08-29 11:45:17.038 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.2) 2024-08-29 11:45:17.038 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.1.1) 2024-08-29 11:45:17.038 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.1.0) 2024-08-29 11:45:17.038 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.1.0) 2024-08-29 11:45:17.039 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.4.3) 2024-08-29 11:45:17.061 | Collecting ovs>=2.10.0 2024-08-29 11:45:17.062 | Using cached ovs-2.17.7-py3-none-any.whl 2024-08-29 11:45:17.202 | Collecting ovsdbapp>=2.2.1 2024-08-29 11:45:17.206 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-08-29 11:45:17.210 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (23.1) 2024-08-29 11:45:17.210 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.11.1) 2024-08-29 11:45:17.237 | Collecting pecan>=1.4.0 2024-08-29 11:45:17.237 | Using cached pecan-1.4.2-py3-none-any.whl 2024-08-29 11:45:17.241 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.9.2) 2024-08-29 11:45:17.242 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (22.1.0) 2024-08-29 11:45:17.276 | Collecting pyroute2>=0.7.3 2024-08-29 11:45:17.281 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-08-29 11:45:17.316 | Collecting python-designateclient>=2.7.0 2024-08-29 11:45:17.319 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-08-29 11:45:17.359 | Collecting python-neutronclient>=7.8.0 2024-08-29 11:45:17.364 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-08-29 11:45:17.369 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (18.3.0) 2024-08-29 11:45:17.370 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (2.28.1) 2024-08-29 11:45:17.371 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (5.0.0) 2024-08-29 11:45:17.372 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (6.3.1) 2024-08-29 11:45:17.372 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev18) (3.2.0) 2024-08-29 11:45:17.378 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev18) (1.2.3) 2024-08-29 11:45:17.382 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev18) (1.14.1) 2024-08-29 11:45:17.387 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (1.16.0) 2024-08-29 11:45:17.388 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (1.1.3) 2024-08-29 11:45:17.388 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev18) (2.2.1) 2024-08-29 11:45:17.396 | 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.dev18) (3.0.9) 2024-08-29 11:45:17.399 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev18) (2.1.1) 2024-08-29 11:45:17.424 | 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.dev18) (1.7.0) 2024-08-29 11:45:17.425 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev18) (1.1.0) 2024-08-29 11:45:17.449 | 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.dev18) (3.1.1) 2024-08-29 11:45:17.450 | 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.dev18) (5.1.0) 2024-08-29 11:45:17.497 | Collecting os-traits>=0.9.0 2024-08-29 11:45:17.499 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-08-29 11:45:17.586 | Collecting setproctitle>=1.1.10 2024-08-29 11:45:17.594 | 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) 2024-08-29 11:45:17.611 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (38.0.2) 2024-08-29 11:45:17.612 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (6.0) 2024-08-29 11:45:17.613 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.4.4) 2024-08-29 11:45:17.613 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.4.0) 2024-08-29 11:45:17.614 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.32) 2024-08-29 11:45:17.615 | 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.dev18) (1.1.8) 2024-08-29 11:45:17.616 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev18) (1.0.1) 2024-08-29 11:45:17.646 | Collecting ncclient>=0.6.13 2024-08-29 11:45:17.646 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-08-29 11:45:17.691 | 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.dev18) (1.0.4) 2024-08-29 11:45:17.738 | 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.dev18) (0.18) 2024-08-29 11:45:17.757 | 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.dev18) (1.5.0) 2024-08-29 11:45:17.783 | 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.dev18) (2.0.1) 2024-08-29 11:45:17.783 | 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.dev18) (0.13.0) 2024-08-29 11:45:17.786 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev18) (0.5.0) 2024-08-29 11:45:17.806 | 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.dev18) (2.8.2) 2024-08-29 11:45:17.808 | 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.dev18) (0.9.6) 2024-08-29 11:45:17.833 | 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.dev18) (5.2.4) 2024-08-29 11:45:17.834 | 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.dev18) (0.6.0) 2024-08-29 11:45:17.836 | 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.dev18) (5.2.0) 2024-08-29 11:45:17.837 | 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.dev18) (5.1.1) 2024-08-29 11:45:17.847 | 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.dev18) (4.0.0) 2024-08-29 11:45:17.848 | 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.dev18) (3.3.0) 2024-08-29 11:45:17.907 | 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.dev18) (1.15.1) 2024-08-29 11:45:17.929 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev18) (2022.4) 2024-08-29 11:45:17.942 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev18) (1.4.0) 2024-08-29 11:45:17.943 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev18) (4.0.1) 2024-08-29 11:45:17.952 | 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.dev18) (3.4.1) 2024-08-29 11:45:18.028 | Collecting sortedcontainers 2024-08-29 11:45:18.031 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-29 11:45:18.055 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev18) (59.6.0) 2024-08-29 11:45:18.096 | Collecting logutils>=0.3 2024-08-29 11:45:18.097 | Using cached logutils-0.3.5-py3-none-any.whl 2024-08-29 11:45:18.177 | Collecting osc-lib>=1.8.0 2024-08-29 11:45:18.180 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-08-29 11:45:18.183 | 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.dev18) (4.16.0) 2024-08-29 11:45:18.184 | 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.dev18) (4.2.0) 2024-08-29 11:45:18.236 | Collecting os-client-config>=1.28.0 2024-08-29 11:45:18.238 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-08-29 11:45:18.433 | Collecting simplejson>=3.5.1 2024-08-29 11:45:18.436 | 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) 2024-08-29 11:45:18.468 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (2020.6.20) 2024-08-29 11:45:18.469 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (3.4) 2024-08-29 11:45:18.470 | 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.dev18) (1.26.12) 2024-08-29 11:45:18.470 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev18) (2.1.1) 2024-08-29 11:45:18.483 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev18) (0.7) 2024-08-29 11:45:18.607 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev18) (0.13.1) 2024-08-29 11:45:18.632 | 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.dev18) (5.0.0) 2024-08-29 11:45:18.680 | 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.dev18) (2.21) 2024-08-29 11:45:18.703 | 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.dev18) (0.5.1) 2024-08-29 11:45:18.704 | 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.dev18) (2.4.2) 2024-08-29 11:45:18.707 | 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.dev18) (5.0.0) 2024-08-29 11:45:18.861 | 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.dev18) (22.1.0) 2024-08-29 11:45:18.862 | 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.dev18) (0.18.1) 2024-08-29 11:45:18.949 | 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.dev18) (2.11.0) 2024-08-29 11:45:18.950 | 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.dev18) (4.9.1) 2024-08-29 11:45:19.017 | 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.dev18) (0.14.1) 2024-08-29 11:45:19.033 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev18) (0.2.5) 2024-08-29 11:45:19.221 | 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.dev18) (0.5.2) 2024-08-29 11:45:19.222 | 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.dev18) (0.4.3) 2024-08-29 11:45:19.267 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev18) (2.5.0) 2024-08-29 11:45:19.429 | 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.dev18) (1.8.2) 2024-08-29 11:45:19.495 | 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.dev18) (3.8.1) 2024-08-29 11:45:19.538 | 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.dev18) (1.5.0) 2024-08-29 11:45:20.176 | 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 2024-08-29 11:45:20.177 | Attempting uninstall: sortedcontainers 2024-08-29 11:45:20.179 | Found existing installation: sortedcontainers 2.1.0 2024-08-29 11:45:20.180 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:45:20.181 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-08-29 11:45:20.576 | Attempting uninstall: ovs 2024-08-29 11:45:20.577 | Found existing installation: ovs 2.17.9 2024-08-29 11:45:20.579 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:45:20.579 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-08-29 11:45:22.889 | Running setup.py develop for neutron 2024-08-29 11:45:23.987 | 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 2024-08-29 11:45:23.988 | 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 2024-08-29 11:45:24.135 | + inc/python:pip_install:196 : result=0 2024-08-29 11:45:24.137 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:45:24.139 | + functions-common:time_stop:2435 : local name 2024-08-29 11:45:24.141 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:45:24.143 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:45:24.145 | + functions-common:time_stop:2438 : local total 2024-08-29 11:45:24.147 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:45:24.149 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:45:24.150 | + functions-common:time_stop:2442 : start_time=1724931914943 2024-08-29 11:45:24.152 | + functions-common:time_stop:2444 : [[ -z 1724931914943 ]] 2024-08-29 11:45:24.155 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:45:24.158 | + functions-common:time_stop:2447 : end_time=1724931924156 2024-08-29 11:45:24.160 | + functions-common:time_stop:2448 : elapsed_time=9213 2024-08-29 11:45:24.162 | + functions-common:time_stop:2449 : total=60550 2024-08-29 11:45:24.163 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:45:24.165 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=69763 2024-08-29 11:45:24.167 | + inc/python:pip_install:199 : return 0 2024-08-29 11:45:24.169 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 11:45:24.171 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 11:45:24.173 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 11:45:24.188 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 11:45:24.198 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-08-29 11:45:24.200 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-08-29 11:45:24.202 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:45:24.204 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:45:24.206 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-08-29 11:45:24.207 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:45:24.209 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-08-29 11:45:24.211 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 11:45:24.213 | + stack.sh:main:943 : is_service_enabled nova 2024-08-29 11:45:24.226 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:45:24.228 | + stack.sh:main:945 : stack_install_service nova 2024-08-29 11:45:24.230 | + lib/stack:stack_install_service:20 : local service=nova 2024-08-29 11:45:24.232 | + lib/stack:stack_install_service:21 : type install_nova 2024-08-29 11:45:24.234 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 11:45:24.236 | + lib/stack:stack_install_service:32 : install_nova 2024-08-29 11:45:24.238 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-08-29 11:45:24.240 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-08-29 11:45:24.241 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:45:24.243 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:45:24.245 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-08-29 11:45:24.247 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:45:24.249 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-08-29 11:45:24.261 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:45:24.263 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-08-29 11:45:24.275 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:45:24.277 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-08-29 11:45:24.289 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:45:24.291 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/59/926559/2 2024-08-29 11:45:24.293 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-08-29 11:45:24.295 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-08-29 11:45:24.297 | + functions-common:git_clone:614 : local git_ref=refs/changes/59/926559/2 2024-08-29 11:45:24.299 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 11:45:24.301 | ++ functions-common:git_clone:616 : pwd 2024-08-29 11:45:24.303 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:45:24.305 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:45:24.307 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:45:24.320 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:45:24.322 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 11:45:24.323 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 11:45:24.325 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:45:24.327 | + functions-common:git_clone:633 : echo refs/changes/59/926559/2 2024-08-29 11:45:24.328 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:45:24.332 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-08-29 11:45:24.333 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-08-29 11:45:24.335 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-29 11:45:24.337 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:45:24.339 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:45:24.341 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:45:24.343 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:45:24.344 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:45:24.346 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:45:24.348 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:45:24.349 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:45:24.352 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:45:24.355 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931924353 2024-08-29 11:45:24.357 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-29 11:45:24.358 | Cloning into '/opt/stack//nova'... 2024-08-29 11:45:28.733 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:45:28.735 | + functions-common:time_stop:2435 : local name 2024-08-29 11:45:28.736 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:45:28.738 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:45:28.740 | + functions-common:time_stop:2438 : local total 2024-08-29 11:45:28.742 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:45:28.743 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:45:28.745 | + functions-common:time_stop:2442 : start_time=1724931924353 2024-08-29 11:45:28.747 | + functions-common:time_stop:2444 : [[ -z 1724931924353 ]] 2024-08-29 11:45:28.749 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:45:28.752 | + functions-common:time_stop:2447 : end_time=1724931928750 2024-08-29 11:45:28.754 | + functions-common:time_stop:2448 : elapsed_time=4397 2024-08-29 11:45:28.756 | + functions-common:time_stop:2449 : total=45940 2024-08-29 11:45:28.758 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:45:28.759 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=50337 2024-08-29 11:45:28.761 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-08-29 11:45:28.763 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/59/926559/2 2024-08-29 11:45:28.765 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:45:28.766 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:45:28.768 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:45:28.770 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:45:28.772 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:45:28.773 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:45:28.775 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:45:28.777 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:45:28.779 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:45:28.782 | + functions-common:time_start:2426 : _TIME_START[$name]=1724931928780 2024-08-29 11:45:28.784 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/59/926559/2 2024-08-29 11:46:55.429 | From https://opendev.org/openstack/nova 2024-08-29 11:46:55.429 | * branch refs/changes/59/926559/2 -> FETCH_HEAD 2024-08-29 11:46:55.434 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:46:55.436 | + functions-common:time_stop:2435 : local name 2024-08-29 11:46:55.437 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:46:55.439 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:46:55.441 | + functions-common:time_stop:2438 : local total 2024-08-29 11:46:55.443 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:46:55.444 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:46:55.446 | + functions-common:time_stop:2442 : start_time=1724931928780 2024-08-29 11:46:55.447 | + functions-common:time_stop:2444 : [[ -z 1724931928780 ]] 2024-08-29 11:46:55.450 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:46:55.453 | + functions-common:time_stop:2447 : end_time=1724932015451 2024-08-29 11:46:55.455 | + functions-common:time_stop:2448 : elapsed_time=86671 2024-08-29 11:46:55.456 | + functions-common:time_stop:2449 : total=50337 2024-08-29 11:46:55.458 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:46:55.459 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=137008 2024-08-29 11:46:55.461 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-08-29 11:46:55.796 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:46:55.796 | 2024-08-29 11:46:55.796 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:46:55.796 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:46:55.796 | state without impacting any branches by switching back to a branch. 2024-08-29 11:46:55.796 | 2024-08-29 11:46:55.796 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:46:55.796 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:46:55.796 | 2024-08-29 11:46:55.796 | git switch -c 2024-08-29 11:46:55.796 | 2024-08-29 11:46:55.796 | Or undo this operation with: 2024-08-29 11:46:55.796 | 2024-08-29 11:46:55.796 | git switch - 2024-08-29 11:46:55.796 | 2024-08-29 11:46:55.796 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:46:55.796 | 2024-08-29 11:46:55.796 | HEAD is now at 6c3d72f477 Fix PCI passthrough cleanup on reschedule 2024-08-29 11:46:55.801 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-08-29 11:46:55.812 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-08-29 11:46:55.815 | + functions-common:git_clone:696 : head -1 2024-08-29 11:46:55.815 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 11:46:55.821 | 6c3d72f477 Fix PCI passthrough cleanup on reschedule 2024-08-29 11:46:55.824 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:46:55.825 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-08-29 11:46:55.827 | + inc/python:setup_develop:334 : local bindep 2024-08-29 11:46:55.829 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-08-29 11:46:55.831 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-08-29 11:46:55.833 | + inc/python:setup_develop:340 : local extras= 2024-08-29 11:46:55.835 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-08-29 11:46:55.836 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 11:46:55.838 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-08-29 11:46:55.840 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-08-29 11:46:55.842 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 11:46:55.844 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 11:46:55.846 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-08-29 11:46:55.848 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 11:46:55.850 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-08-29 11:46:55.851 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 11:46:55.853 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 11:46:55.856 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-08-29 11:46:55.860 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-08-29 11:46:55.862 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-08-29 11:46:56.175 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-08-29 11:46:56.177 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 11:46:56.179 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 11:46:56.181 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 11:46:56.183 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-08-29 11:46:56.185 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-08-29 11:46:56.187 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 11:46:56.189 | + inc/python:setup_package:424 : local extras= 2024-08-29 11:46:56.191 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 11:46:56.193 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 11:46:56.194 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 11:46:56.196 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 11:46:56.198 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 11:46:56.200 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-08-29 11:46:56.216 | Using python 3.10 to install /opt/stack/nova 2024-08-29 11:46:56.217 | + 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 2024-08-29 11:46:57.158 | Obtaining file:///opt/stack/nova 2024-08-29 11:46:57.159 | Preparing metadata (setup.py): started 2024-08-29 11:47:00.170 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 11:47:00.257 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.1.2) 2024-08-29 11:47:00.258 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.5.2) 2024-08-29 11:47:00.258 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.1.1) 2024-08-29 11:47:00.260 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.4.1) 2024-08-29 11:47:00.260 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (6.0) 2024-08-29 11:47:00.260 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.5.1) 2024-08-29 11:47:00.261 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.4.41) 2024-08-29 11:47:00.262 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.8.7) 2024-08-29 11:47:00.263 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.8.1) 2024-08-29 11:47:00.263 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (4.1.0) 2024-08-29 11:47:00.264 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (38.0.2) 2024-08-29 11:47:00.265 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (0.2.3) 2024-08-29 11:47:00.266 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.1.1) 2024-08-29 11:47:00.266 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (0.33.1) 2024-08-29 11:47:00.267 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.4.1) 2024-08-29 11:47:00.268 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.1.3) 2024-08-29 11:47:00.269 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.1.0) 2024-08-29 11:47:00.269 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (4.16.0) 2024-08-29 11:47:00.270 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.1.2) 2024-08-29 11:47:00.271 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (10.2.0) 2024-08-29 11:47:00.272 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (4.9.1) 2024-08-29 11:47:00.470 | Collecting microversion-parse>=0.2.1 2024-08-29 11:47:00.472 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-08-29 11:47:00.475 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (0.8.0) 2024-08-29 11:47:00.476 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60289) (0.11.0) 2024-08-29 11:47:00.477 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.0.1) 2024-08-29 11:47:00.478 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (6.2.3) 2024-08-29 11:47:00.478 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.1.0) 2024-08-29 11:47:00.479 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.7.0) 2024-08-29 11:47:00.480 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.10.0) 2024-08-29 11:47:00.481 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.1.1) 2024-08-29 11:47:00.482 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.3.1) 2024-08-29 11:47:00.482 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.1.1) 2024-08-29 11:47:00.483 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (9.1.1) 2024-08-29 11:47:00.484 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.1.1) 2024-08-29 11:47:00.485 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (12.3.2) 2024-08-29 11:47:00.485 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (6.0.0) 2024-08-29 11:47:00.487 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.1.0) 2024-08-29 11:47:00.488 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.2.0) 2024-08-29 11:47:00.489 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (14.2.5) 2024-08-29 11:47:00.490 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.1.1) 2024-08-29 11:47:00.491 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (4.1.1) 2024-08-29 11:47:00.512 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.1.0) 2024-08-29 11:47:00.513 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.0.0) 2024-08-29 11:47:00.515 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (7.0.1) 2024-08-29 11:47:00.515 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.1.1) 2024-08-29 11:47:00.515 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.1.2) 2024-08-29 11:47:00.519 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.1.1) 2024-08-29 11:47:00.519 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (6.1.0) 2024-08-29 11:47:00.519 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.1.0) 2024-08-29 11:47:00.519 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (23.1) 2024-08-29 11:47:00.519 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.11.0) 2024-08-29 11:47:00.520 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.11.1) 2024-08-29 11:47:00.521 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.9.2) 2024-08-29 11:47:00.521 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (9.3.0) 2024-08-29 11:47:00.522 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.8.2) 2024-08-29 11:47:00.523 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (4.3.2) 2024-08-29 11:47:00.524 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (9.0.0) 2024-08-29 11:47:00.525 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (2.28.1) 2024-08-29 11:47:00.525 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.3.3) 2024-08-29 11:47:00.526 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (1.5.0) 2024-08-29 11:47:00.527 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (0.13.0) 2024-08-29 11:47:00.528 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (5.0.0) 2024-08-29 11:47:00.529 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60289) (3.2.0) 2024-08-29 11:47:00.555 | Collecting websockify>=0.9.0 2024-08-29 11:47:00.555 | Using cached websockify-0.10.0-py3-none-any.whl 2024-08-29 11:47:00.566 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60289) (1.2.3) 2024-08-29 11:47:00.575 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.1.0.dev60289) (5.5.0) 2024-08-29 11:47:00.593 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60289) (1.15.1) 2024-08-29 11:47:00.606 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60289) (2.2.1) 2024-08-29 11:47:00.607 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60289) (1.16.0) 2024-08-29 11:47:00.615 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60289) (2.1.1) 2024-08-29 11:47:00.633 | 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.1.0.dev60289) (0.18.1) 2024-08-29 11:47:00.634 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60289) (22.1.0) 2024-08-29 11:47:00.682 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60289) (5.1.0) 2024-08-29 11:47:00.683 | 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.1.0.dev60289) (3.1.1) 2024-08-29 11:47:00.705 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60289) (1.32) 2024-08-29 11:47:00.707 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60289) (1.1.8) 2024-08-29 11:47:00.707 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60289) (1.0.1) 2024-08-29 11:47:00.708 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60289) (1.4.0) 2024-08-29 11:47:00.709 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60289) (1.4.4) 2024-08-29 11:47:00.720 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60289) (5.9.0) 2024-08-29 11:47:00.721 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60289) (6.3.1) 2024-08-29 11:47:00.742 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60289) (0.7.3) 2024-08-29 11:47:00.743 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60289) (2.2.2) 2024-08-29 11:47:00.744 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60289) (2.5.0) 2024-08-29 11:47:00.768 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60289) (0.18) 2024-08-29 11:47:00.813 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60289) (0.5.0) 2024-08-29 11:47:00.814 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60289) (2.0.1) 2024-08-29 11:47:00.845 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60289) (0.9.6) 2024-08-29 11:47:00.872 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60289) (5.2.0) 2024-08-29 11:47:00.873 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60289) (5.1.1) 2024-08-29 11:47:00.873 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60289) (5.2.4) 2024-08-29 11:47:00.874 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60289) (0.6.0) 2024-08-29 11:47:00.885 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60289) (4.0.0) 2024-08-29 11:47:00.886 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60289) (3.3.0) 2024-08-29 11:47:00.904 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60289) (1.0.4) 2024-08-29 11:47:00.925 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60289) (2022.4) 2024-08-29 11:47:00.938 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60289) (1.4.0) 2024-08-29 11:47:00.940 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60289) (4.0.1) 2024-08-29 11:47:00.958 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60289) (3.0.9) 2024-08-29 11:47:00.998 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60289) (1.5.0) 2024-08-29 11:47:01.008 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60289) (59.6.0) 2024-08-29 11:47:01.035 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60289) (0.2.5) 2024-08-29 11:47:01.112 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60289) (2.0.1) 2024-08-29 11:47:01.114 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60289) (22.1.0) 2024-08-29 11:47:01.116 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60289) (1.14.1) 2024-08-29 11:47:01.131 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60289) (3.17.6) 2024-08-29 11:47:01.133 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60289) (4.2.0) 2024-08-29 11:47:01.133 | 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.1.0.dev60289) (2.1.0) 2024-08-29 11:47:01.138 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60289) (2.7.0) 2024-08-29 11:47:01.157 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60289) (1.26.12) 2024-08-29 11:47:01.158 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60289) (3.4) 2024-08-29 11:47:01.159 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60289) (2.1.1) 2024-08-29 11:47:01.160 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60289) (2020.6.20) 2024-08-29 11:47:01.192 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60289) (0.7) 2024-08-29 11:47:01.271 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60289) (0.4.3) 2024-08-29 11:47:01.272 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60289) (0.5.2) 2024-08-29 11:47:01.317 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60289) (0.13.1) 2024-08-29 11:47:01.797 | Collecting numpy 2024-08-29 11:47:01.890 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-08-29 11:47:01.979 | 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.1.0.dev60289) (5.0.0) 2024-08-29 11:47:02.064 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60289) (2.21) 2024-08-29 11:47:02.089 | 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.1.0.dev60289) (0.5.1) 2024-08-29 11:47:02.090 | 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.1.0.dev60289) (5.0.0) 2024-08-29 11:47:02.091 | 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.1.0.dev60289) (2.4.2) 2024-08-29 11:47:02.303 | 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.1.0.dev60289) (0.14.1) 2024-08-29 11:47:02.317 | 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.1.0.dev60289) (2.17.7) 2024-08-29 11:47:02.589 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60289) (2.5.0) 2024-08-29 11:47:02.779 | 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.1.0.dev60289) (1.8.2) 2024-08-29 11:47:02.811 | 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.1.0.dev60289) (3.8.1) 2024-08-29 11:47:02.826 | 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.1.0.dev60289) (2.4.0) 2024-08-29 11:47:03.416 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-08-29 11:47:05.205 | Running setup.py develop for nova 2024-08-29 11:47:08.670 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-08-29 11:47:08.671 | 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 2024-08-29 11:47:08.822 | + inc/python:pip_install:196 : result=0 2024-08-29 11:47:08.824 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:47:08.826 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:08.828 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:08.830 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:08.832 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:08.834 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:08.836 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:47:08.838 | + functions-common:time_stop:2442 : start_time=1724932016212 2024-08-29 11:47:08.840 | + functions-common:time_stop:2444 : [[ -z 1724932016212 ]] 2024-08-29 11:47:08.842 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:08.845 | + functions-common:time_stop:2447 : end_time=1724932028843 2024-08-29 11:47:08.847 | + functions-common:time_stop:2448 : elapsed_time=12631 2024-08-29 11:47:08.849 | + functions-common:time_stop:2449 : total=69763 2024-08-29 11:47:08.850 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:08.852 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82394 2024-08-29 11:47:08.854 | + inc/python:pip_install:199 : return 0 2024-08-29 11:47:08.856 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 11:47:08.858 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 11:47:08.860 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 11:47:08.875 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 11:47:08.884 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-08-29 11:47:08.886 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-08-29 11:47:08.888 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:47:08.890 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:47:08.891 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-08-29 11:47:08.893 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:47:08.896 | + 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 2024-08-29 11:47:08.906 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 11:47:08.908 | + stack.sh:main:946 : configure_nova 2024-08-29 11:47:08.910 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-08-29 11:47:08.919 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-08-29 11:47:08.921 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-08-29 11:47:08.923 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-29 11:47:08.926 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-08-29 11:47:08.926 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-29 11:47:08.929 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-08-29 11:47:08.931 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-08-29 11:47:08.933 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-29 11:47:08.935 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-08-29 11:47:08.937 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-08-29 11:47:08.939 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-08-29 11:47:08.941 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-08-29 11:47:08.943 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-08-29 11:47:08.951 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-08-29 11:47:08.961 | + 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 2024-08-29 11:47:08.970 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2024-08-29 11:47:08.979 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-08-29 11:47:08.988 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-29 11:47:08.991 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-29 11:47:08.994 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.JnHYjS0ASs 2024-08-29 11:47:08.996 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-29 11:47:08.998 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-29 11:47:09.001 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-08-29 11:47:09.003 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-29 11:47:09.004 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-29 11:47:09.006 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.JnHYjS0ASs 2024-08-29 11:47:09.009 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.JnHYjS0ASs 2024-08-29 11:47:09.018 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.JnHYjS0ASs /etc/sudoers.d/nova-rootwrap 2024-08-29 11:47:09.028 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-08-29 11:47:09.031 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-29 11:47:09.033 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-29 11:47:09.035 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-29 11:47:09.036 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-29 11:47:09.038 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-08-29 11:47:09.040 | + 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 ]] 2024-08-29 11:47:09.042 | + 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 ]] 2024-08-29 11:47:09.044 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-08-29 11:47:09.047 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-08-29 11:47:09.059 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:09.062 | + lib/nova:configure_nova:356 : create_nova_conf 2024-08-29 11:47:09.063 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-08-29 11:47:09.066 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-08-29 11:47:09.069 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-08-29 11:47:09.092 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-08-29 11:47:09.093 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-08-29 11:47:09.114 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-08-29 11:47:09.137 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-08-29 11:47:09.160 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-08-29 11:47:09.183 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-08-29 11:47:09.206 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-08-29 11:47:09.230 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-08-29 11:47:09.251 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-08-29 11:47:09.273 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-08-29 11:47:09.294 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-08-29 11:47:09.316 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-08-29 11:47:09.337 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-08-29 11:47:09.362 | + lib/nova:create_nova_conf:451 : is_fedora 2024-08-29 11:47:09.364 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 11:47:09.365 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 11:47:09.367 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 11:47:09.369 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 11:47:09.371 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 11:47:09.372 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 11:47:09.374 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 11:47:09.376 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 11:47:09.377 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 11:47:09.379 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 11:47:09.381 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 11:47:09.383 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 11:47:09.384 | + lib/nova:create_nova_conf:451 : is_suse 2024-08-29 11:47:09.386 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 11:47:09.388 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 11:47:09.389 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 11:47:09.391 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 11:47:09.393 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 11:47:09.395 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 11:47:09.397 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-08-29 11:47:09.408 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:09.410 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:47:09.412 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-08-29 11:47:09.414 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-08-29 11:47:09.416 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-29 11:47:09.417 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-29 11:47:09.419 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-29 11:47:09.421 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:47:09.422 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:09.424 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-29 11:47:09.426 | + 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' 2024-08-29 11:47:09.450 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-08-29 11:47:09.452 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-08-29 11:47:09.453 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-08-29 11:47:09.455 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-08-29 11:47:09.457 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:47:09.459 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:09.460 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-08-29 11:47:09.462 | + 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' 2024-08-29 11:47:09.486 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-08-29 11:47:09.510 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-08-29 11:47:09.531 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-08-29 11:47:09.553 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-08-29 11:47:09.565 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:09.566 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-08-29 11:47:09.578 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:09.581 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-08-29 11:47:09.581 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-08-29 11:47:09.584 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-08-29 11:47:09.586 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-08-29 11:47:09.607 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:09.609 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:09.611 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-08-29 11:47:09.634 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-08-29 11:47:09.656 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-08-29 11:47:09.667 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:09.669 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-08-29 11:47:09.671 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-08-29 11:47:09.672 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 11:47:09.674 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 11:47:09.676 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-08-29 11:47:09.699 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-08-29 11:47:09.721 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 11:47:09.743 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-08-29 11:47:09.764 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-08-29 11:47:09.785 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-08-29 11:47:09.807 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-08-29 11:47:09.829 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-08-29 11:47:09.851 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 11:47:09.873 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 11:47:09.895 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-08-29 11:47:09.906 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:09.908 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-08-29 11:47:09.910 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-08-29 11:47:09.933 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-08-29 11:47:09.955 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-08-29 11:47:09.976 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-08-29 11:47:09.998 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-08-29 11:47:10.019 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-08-29 11:47:10.041 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-08-29 11:47:10.065 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-08-29 11:47:10.089 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-08-29 11:47:10.101 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:10.103 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-08-29 11:47:10.105 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-08-29 11:47:10.129 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-08-29 11:47:10.155 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-08-29 11:47:10.157 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-08-29 11:47:10.182 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-08-29 11:47:10.184 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-08-29 11:47:10.185 | + lib/nova:create_nova_conf:526 : is_suse 2024-08-29 11:47:10.188 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 11:47:10.190 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 11:47:10.192 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 11:47:10.194 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 11:47:10.196 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 11:47:10.198 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 11:47:10.200 | + lib/nova:create_nova_conf:526 : is_fedora 2024-08-29 11:47:10.202 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 11:47:10.204 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 11:47:10.206 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 11:47:10.207 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 11:47:10.209 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 11:47:10.211 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 11:47:10.213 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 11:47:10.215 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 11:47:10.217 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 11:47:10.219 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 11:47:10.221 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 11:47:10.223 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 11:47:10.225 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-08-29 11:47:10.227 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-08-29 11:47:10.229 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-08-29 11:47:10.231 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 11:47:10.245 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 11:47:10.247 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 11:47:10.249 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:10.251 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 11:47:10.253 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-29 11:47:10.279 | + 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' 2024-08-29 11:47:10.305 | + 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' 2024-08-29 11:47:10.330 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 11:47:10.355 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-08-29 11:47:10.380 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-08-29 11:47:10.392 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:10.395 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-08-29 11:47:10.397 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-08-29 11:47:10.399 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-08-29 11:47:10.401 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-08-29 11:47:10.403 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 11:47:10.405 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 11:47:10.407 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-08-29 11:47:10.410 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-08-29 11:47:10.412 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 11:47:10.414 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 11:47:10.427 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 11:47:10.427 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:47:10.434 | d /var/run/uwsgi 0755 stack root 2024-08-29 11:47:10.437 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:47:10.445 | /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. 2024-08-29 11:47:10.448 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-08-29 11:47:10.450 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-08-29 11:47:10.453 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-08-29 11:47:10.478 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-08-29 11:47:10.502 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-08-29 11:47:10.526 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-08-29 11:47:10.548 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 11:47:10.573 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 11:47:10.599 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-08-29 11:47:10.624 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-08-29 11:47:10.650 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-08-29 11:47:10.675 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-29 11:47:10.699 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 11:47:10.724 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 11:47:10.749 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-08-29 11:47:10.773 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 11:47:10.775 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 11:47:10.778 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-08-29 11:47:10.780 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-08-29 11:47:10.781 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 11:47:10.783 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:10.785 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:10.787 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 11:47:10.790 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 11:47:10.791 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-08-29 11:47:10.817 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 11:47:10.843 | + 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 ' 2024-08-29 11:47:10.843 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 11:47:10.850 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-08-29 11:47:10.852 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-08-29 11:47:10.854 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-08-29 11:47:10.857 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 11:47:10.859 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 11:47:10.860 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 11:47:10.863 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:10.864 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:10.866 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 11:47:10.868 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 11:47:10.870 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:10.872 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:10.874 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-08-29 11:47:10.907 | Enabling site nova-api-wsgi. 2024-08-29 11:47:10.910 | To activate the new configuration, you need to run: 2024-08-29 11:47:10.910 | systemctl reload apache2 2024-08-29 11:47:10.914 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 11:47:10.916 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 11:47:10.918 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:47:10.920 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 11:47:11.026 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-08-29 11:47:11.039 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:11.041 | + 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 2024-08-29 11:47:11.043 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-08-29 11:47:11.045 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-08-29 11:47:11.047 | + lib/apache:write_uwsgi_config:256 : local url= 2024-08-29 11:47:11.049 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-08-29 11:47:11.051 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 11:47:11.054 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-08-29 11:47:11.056 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-08-29 11:47:11.058 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 11:47:11.060 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 11:47:11.071 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:47:11.071 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 11:47:11.078 | d /var/run/uwsgi 0755 stack root 2024-08-29 11:47:11.081 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:47:11.091 | /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. 2024-08-29 11:47:11.095 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-08-29 11:47:11.097 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-08-29 11:47:11.100 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-08-29 11:47:11.126 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-08-29 11:47:11.151 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-08-29 11:47:11.174 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-08-29 11:47:11.199 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 11:47:11.224 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 11:47:11.249 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-08-29 11:47:11.274 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-08-29 11:47:11.300 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-08-29 11:47:11.323 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-29 11:47:11.348 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 11:47:11.372 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 11:47:11.395 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-08-29 11:47:11.418 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-08-29 11:47:11.420 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-08-29 11:47:11.444 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-08-29 11:47:11.456 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:11.458 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-08-29 11:47:11.485 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-08-29 11:47:11.487 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-08-29 11:47:11.489 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-08-29 11:47:11.502 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:11.504 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:47:11.506 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:47:11.532 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-08-29 11:47:11.557 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-08-29 11:47:11.559 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-29 11:47:11.561 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-08-29 11:47:11.563 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 11:47:11.565 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 11:47:11.567 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 11:47:11.580 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:11.582 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 11:47:11.584 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 11:47:11.586 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 11:47:11.600 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:11.602 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:47:11.604 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:47:11.628 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 11:47:11.630 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 11:47:11.632 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-08-29 11:47:11.656 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-08-29 11:47:11.680 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-08-29 11:47:11.707 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-08-29 11:47:11.720 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:11.721 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-08-29 11:47:11.745 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-08-29 11:47:11.747 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-08-29 11:47:11.749 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-08-29 11:47:11.775 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-08-29 11:47:11.797 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-08-29 11:47:11.820 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-08-29 11:47:11.843 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-08-29 11:47:11.865 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-08-29 11:47:11.887 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-08-29 11:47:11.910 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-08-29 11:47:11.932 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-08-29 11:47:11.954 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-08-29 11:47:11.966 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:11.968 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-08-29 11:47:11.971 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 11:47:11.973 | + lib/nova:create_nova_conf:574 : local conf 2024-08-29 11:47:11.975 | + lib/nova:create_nova_conf:575 : local vhost 2024-08-29 11:47:11.977 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-08-29 11:47:11.979 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 11:47:11.981 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 11:47:11.983 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-08-29 11:47:11.985 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-08-29 11:47:11.986 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-08-29 11:47:11.990 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-08-29 11:47:11.992 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-29 11:47:11.994 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-29 11:47:11.996 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-29 11:47:11.997 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:47:11.999 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:12.001 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-29 11:47:12.003 | + 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' 2024-08-29 11:47:12.028 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-08-29 11:47:12.052 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-08-29 11:47:12.076 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:47:12.078 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-08-29 11:47:12.080 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-29 11:47:12.081 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-08-29 11:47:12.083 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 11:47:12.085 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 11:47:12.087 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 11:47:12.099 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:12.101 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 11:47:12.103 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 11:47:12.105 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 11:47:12.117 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:12.119 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:47:12.121 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:47:12.145 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 11:47:12.147 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 11:47:12.149 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-08-29 11:47:12.151 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-08-29 11:47:12.153 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-08-29 11:47:12.155 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 11:47:12.168 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 11:47:12.169 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 11:47:12.171 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:12.173 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 11:47:12.175 | + 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}}' 2024-08-29 11:47:12.197 | + 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' 2024-08-29 11:47:12.219 | + 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' 2024-08-29 11:47:12.242 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 11:47:12.264 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:47:12.266 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-08-29 11:47:12.267 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-08-29 11:47:12.269 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-08-29 11:47:12.271 | + lib/nova:configure_console_proxies:724 : offset=0 2024-08-29 11:47:12.273 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-08-29 11:47:12.285 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:12.287 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-08-29 11:47:12.288 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-08-29 11:47:12.300 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:12.302 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-08-29 11:47:12.314 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:12.316 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-08-29 11:47:12.329 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:12.331 | + stack.sh:main:949 : is_service_enabled placement 2024-08-29 11:47:12.344 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:12.346 | + stack.sh:main:951 : stack_install_service placement 2024-08-29 11:47:12.348 | + lib/stack:stack_install_service:20 : local service=placement 2024-08-29 11:47:12.351 | + lib/stack:stack_install_service:21 : type install_placement 2024-08-29 11:47:12.353 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 11:47:12.355 | + lib/stack:stack_install_service:32 : install_placement 2024-08-29 11:47:12.357 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-08-29 11:47:12.359 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-08-29 11:47:12.361 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:12.363 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:12.365 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-08-29 11:47:12.367 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 11:47:12.368 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 11:47:12.370 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 11:47:12.372 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 11:47:12.374 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 11:47:12.376 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 11:47:12.378 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:12.380 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:12.382 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 11:47:12.384 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 11:47:12.386 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 11:47:12.388 | + functions-common:apt_get_update:1186 : return 2024-08-29 11:47:12.390 | + functions-common:install_package:1460 : real_install_package apache2 2024-08-29 11:47:12.392 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 11:47:12.394 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:12.395 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:12.397 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-08-29 11:47:12.414 | + 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 2024-08-29 11:47:12.472 | Reading package lists... 2024-08-29 11:47:12.663 | Building dependency tree... 2024-08-29 11:47:12.664 | Reading state information... 2024-08-29 11:47:12.866 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 11:47:12.866 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 11:47:12.870 | + functions-common:apt_get:1230 : result=0 2024-08-29 11:47:12.872 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 11:47:12.874 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:12.876 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:12.878 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:12.880 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:12.881 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:12.883 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 11:47:12.885 | + functions-common:time_stop:2442 : start_time=1724932032412 2024-08-29 11:47:12.887 | + functions-common:time_stop:2444 : [[ -z 1724932032412 ]] 2024-08-29 11:47:12.890 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:12.893 | + functions-common:time_stop:2447 : end_time=1724932032891 2024-08-29 11:47:12.895 | + functions-common:time_stop:2448 : elapsed_time=479 2024-08-29 11:47:12.897 | + functions-common:time_stop:2449 : total=3573 2024-08-29 11:47:12.899 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:12.901 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4052 2024-08-29 11:47:12.903 | + functions-common:apt_get:1234 : return 0 2024-08-29 11:47:12.905 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-08-29 11:47:12.907 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-08-29 11:47:12.908 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-08-29 11:47:12.910 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-08-29 11:47:12.912 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-08-29 11:47:12.926 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-08-29 11:47:12.928 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 11:47:12.930 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 11:47:12.932 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 11:47:12.934 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 11:47:12.936 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 11:47:12.938 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 11:47:12.940 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:12.942 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:12.944 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 11:47:12.946 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 11:47:12.948 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 11:47:12.950 | + functions-common:apt_get_update:1186 : return 2024-08-29 11:47:12.952 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-08-29 11:47:12.954 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 11:47:12.956 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:12.958 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:12.960 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-08-29 11:47:12.976 | + 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 2024-08-29 11:47:13.035 | Reading package lists... 2024-08-29 11:47:13.237 | Building dependency tree... 2024-08-29 11:47:13.238 | Reading state information... 2024-08-29 11:47:13.437 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-08-29 11:47:13.437 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 11:47:13.441 | + functions-common:apt_get:1230 : result=0 2024-08-29 11:47:13.443 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 11:47:13.445 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:13.447 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:13.449 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:13.451 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:13.453 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:13.455 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 11:47:13.456 | + functions-common:time_stop:2442 : start_time=1724932032974 2024-08-29 11:47:13.458 | + functions-common:time_stop:2444 : [[ -z 1724932032974 ]] 2024-08-29 11:47:13.461 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:13.464 | + functions-common:time_stop:2447 : end_time=1724932033462 2024-08-29 11:47:13.466 | + functions-common:time_stop:2448 : elapsed_time=488 2024-08-29 11:47:13.468 | + functions-common:time_stop:2449 : total=4052 2024-08-29 11:47:13.470 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:13.471 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4540 2024-08-29 11:47:13.473 | + functions-common:apt_get:1234 : return 0 2024-08-29 11:47:13.475 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-08-29 11:47:13.477 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-08-29 11:47:13.479 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 11:47:13.481 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:13.483 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:13.485 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-08-29 11:47:13.487 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-08-29 11:47:13.516 | wsgi (enabled by maintainer script) 2024-08-29 11:47:13.518 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-08-29 11:47:13.520 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-08-29 11:47:13.522 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 11:47:13.525 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-08-29 11:47:13.527 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-08-29 11:47:13.529 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 11:47:13.532 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-08-29 11:47:13.532 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 11:47:13.536 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-08-29 11:47:13.538 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-08-29 11:47:13.540 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-08-29 11:47:13.542 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-08-29 11:47:13.544 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-08-29 11:47:13.561 | Using python 3.10 to install osc-placement 2024-08-29 11:47:13.563 | + 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 2024-08-29 11:47:14.701 | Collecting osc-placement 2024-08-29 11:47:14.705 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-08-29 11:47:14.711 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-08-29 11:47:14.712 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-08-29 11:47:14.713 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-08-29 11:47:14.713 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-08-29 11:47:14.714 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-08-29 11:47:14.739 | 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) 2024-08-29 11:47:14.740 | 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) 2024-08-29 11:47:14.741 | 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) 2024-08-29 11:47:14.741 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-08-29 11:47:14.742 | 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) 2024-08-29 11:47:14.748 | 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) 2024-08-29 11:47:14.749 | 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) 2024-08-29 11:47:14.750 | 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.1) 2024-08-29 11:47:14.756 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-08-29 11:47:14.756 | 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) 2024-08-29 11:47:14.757 | 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) 2024-08-29 11:47:14.758 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-08-29 11:47:14.758 | 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) 2024-08-29 11:47:14.759 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-08-29 11:47:14.766 | 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) 2024-08-29 11:47:14.767 | 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) 2024-08-29 11:47:14.767 | 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) 2024-08-29 11:47:14.768 | 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) 2024-08-29 11:47:14.769 | 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) 2024-08-29 11:47:14.772 | 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) 2024-08-29 11:47:14.787 | 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) 2024-08-29 11:47:14.787 | 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) 2024-08-29 11:47:14.788 | 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) 2024-08-29 11:47:14.789 | 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) 2024-08-29 11:47:14.789 | 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) 2024-08-29 11:47:14.790 | 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) 2024-08-29 11:47:14.791 | 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) 2024-08-29 11:47:14.809 | 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) 2024-08-29 11:47:14.810 | 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) 2024-08-29 11:47:14.810 | 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) 2024-08-29 11:47:14.811 | 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) 2024-08-29 11:47:14.866 | 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) 2024-08-29 11:47:14.867 | 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) 2024-08-29 11:47:14.868 | 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) 2024-08-29 11:47:14.886 | 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) 2024-08-29 11:47:14.914 | 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) 2024-08-29 11:47:14.973 | 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) 2024-08-29 11:47:15.794 | Installing collected packages: osc-placement 2024-08-29 11:47:15.873 | Successfully installed osc-placement-4.1.0 2024-08-29 11:47:15.874 | 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 2024-08-29 11:47:15.975 | + inc/python:pip_install:196 : result=0 2024-08-29 11:47:15.977 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:47:15.979 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:15.981 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:15.983 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:15.985 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:15.987 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:15.989 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:47:15.992 | + functions-common:time_stop:2442 : start_time=1724932033557 2024-08-29 11:47:15.993 | + functions-common:time_stop:2444 : [[ -z 1724932033557 ]] 2024-08-29 11:47:15.996 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:15.999 | + functions-common:time_stop:2447 : end_time=1724932035997 2024-08-29 11:47:16.001 | + functions-common:time_stop:2448 : elapsed_time=2440 2024-08-29 11:47:16.003 | + functions-common:time_stop:2449 : total=82394 2024-08-29 11:47:16.005 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:16.007 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84834 2024-08-29 11:47:16.009 | + inc/python:pip_install:199 : return 0 2024-08-29 11:47:16.011 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-08-29 11:47:16.013 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-08-29 11:47:16.015 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-08-29 11:47:16.017 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 11:47:16.019 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 11:47:16.021 | ++ functions-common:git_clone:616 : pwd 2024-08-29 11:47:16.024 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:47:16.026 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:47:16.028 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:47:16.041 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:47:16.043 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 11:47:16.045 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 11:47:16.046 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:47:16.049 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 11:47:16.049 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:47:16.053 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-08-29 11:47:16.055 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 11:47:16.057 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-29 11:47:16.059 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:47:16.061 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:47:16.062 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:47:16.064 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:47:16.066 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:47:16.068 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:47:16.070 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:16.072 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:16.074 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:16.077 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932036075 2024-08-29 11:47:16.079 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-29 11:47:16.081 | Cloning into '/opt/stack//placement'... 2024-08-29 11:47:17.875 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:47:17.877 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:17.878 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:17.880 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:17.882 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:17.884 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:17.886 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:47:17.888 | + functions-common:time_stop:2442 : start_time=1724932036075 2024-08-29 11:47:17.890 | + functions-common:time_stop:2444 : [[ -z 1724932036075 ]] 2024-08-29 11:47:17.892 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:17.895 | + functions-common:time_stop:2447 : end_time=1724932037893 2024-08-29 11:47:17.897 | + functions-common:time_stop:2448 : elapsed_time=1818 2024-08-29 11:47:17.899 | + functions-common:time_stop:2449 : total=137008 2024-08-29 11:47:17.901 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:17.903 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=138826 2024-08-29 11:47:17.905 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-08-29 11:47:17.906 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 11:47:17.908 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:47:17.910 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:47:17.912 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:47:17.914 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:47:17.916 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:47:17.918 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:47:17.919 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:17.921 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:17.924 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:17.927 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932037925 2024-08-29 11:47:17.929 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 11:47:19.279 | From https://opendev.org/openstack/placement 2024-08-29 11:47:19.279 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 11:47:19.283 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:47:19.285 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:19.287 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:19.289 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:19.291 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:19.293 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:19.295 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:47:19.297 | + functions-common:time_stop:2442 : start_time=1724932037925 2024-08-29 11:47:19.299 | + functions-common:time_stop:2444 : [[ -z 1724932037925 ]] 2024-08-29 11:47:19.301 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:19.305 | + functions-common:time_stop:2447 : end_time=1724932039302 2024-08-29 11:47:19.306 | + functions-common:time_stop:2448 : elapsed_time=1377 2024-08-29 11:47:19.308 | + functions-common:time_stop:2449 : total=138826 2024-08-29 11:47:19.310 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:19.312 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=140203 2024-08-29 11:47:19.314 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 11:47:19.316 | + functions-common:git_timed:720 : local count=0 2024-08-29 11:47:19.318 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 11:47:19.320 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:47:19.322 | + functions-common:git_timed:724 : timeout=0 2024-08-29 11:47:19.324 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:47:19.326 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:47:19.328 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:19.329 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:19.332 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:19.335 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932039333 2024-08-29 11:47:19.337 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 11:47:19.363 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:47:19.363 | 2024-08-29 11:47:19.363 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:47:19.363 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:47:19.363 | state without impacting any branches by switching back to a branch. 2024-08-29 11:47:19.363 | 2024-08-29 11:47:19.363 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:47:19.363 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:47:19.363 | 2024-08-29 11:47:19.363 | git switch -c 2024-08-29 11:47:19.363 | 2024-08-29 11:47:19.363 | Or undo this operation with: 2024-08-29 11:47:19.363 | 2024-08-29 11:47:19.363 | git switch - 2024-08-29 11:47:19.363 | 2024-08-29 11:47:19.363 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:47:19.363 | 2024-08-29 11:47:19.363 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-29 11:47:19.365 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:47:19.368 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:19.370 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:19.372 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:19.374 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:19.376 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:19.378 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:47:19.380 | + functions-common:time_stop:2442 : start_time=1724932039333 2024-08-29 11:47:19.381 | + functions-common:time_stop:2444 : [[ -z 1724932039333 ]] 2024-08-29 11:47:19.384 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:19.387 | + functions-common:time_stop:2447 : end_time=1724932039385 2024-08-29 11:47:19.389 | + functions-common:time_stop:2448 : elapsed_time=52 2024-08-29 11:47:19.391 | + functions-common:time_stop:2449 : total=140203 2024-08-29 11:47:19.392 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:19.394 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=140255 2024-08-29 11:47:19.396 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-08-29 11:47:19.406 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-08-29 11:47:19.409 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 11:47:19.410 | + functions-common:git_clone:696 : head -1 2024-08-29 11:47:19.411 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-29 11:47:19.413 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:47:19.416 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-08-29 11:47:19.418 | + inc/python:setup_develop:334 : local bindep 2024-08-29 11:47:19.420 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-08-29 11:47:19.422 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-08-29 11:47:19.424 | + inc/python:setup_develop:340 : local extras= 2024-08-29 11:47:19.425 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-08-29 11:47:19.427 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 11:47:19.429 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-08-29 11:47:19.431 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-08-29 11:47:19.433 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 11:47:19.435 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 11:47:19.438 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-08-29 11:47:19.440 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 11:47:19.442 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-08-29 11:47:19.444 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 11:47:19.446 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 11:47:19.448 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-08-29 11:47:19.452 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-08-29 11:47:19.454 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-08-29 11:47:19.771 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-08-29 11:47:19.773 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 11:47:19.776 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 11:47:19.778 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 11:47:19.780 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-08-29 11:47:19.782 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-08-29 11:47:19.784 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 11:47:19.786 | + inc/python:setup_package:424 : local extras= 2024-08-29 11:47:19.788 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 11:47:19.790 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 11:47:19.792 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 11:47:19.794 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 11:47:19.796 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 11:47:19.798 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-08-29 11:47:19.815 | Using python 3.10 to install /opt/stack/placement 2024-08-29 11:47:19.817 | + 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 2024-08-29 11:47:20.758 | Obtaining file:///opt/stack/placement 2024-08-29 11:47:20.758 | Preparing metadata (setup.py): started 2024-08-29 11:47:21.140 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 11:47:21.196 | 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) 2024-08-29 11:47:21.197 | 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) 2024-08-29 11:47:21.198 | 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) 2024-08-29 11:47:21.199 | 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) 2024-08-29 11:47:21.199 | 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) 2024-08-29 11:47:21.200 | 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) 2024-08-29 11:47:21.201 | 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) 2024-08-29 11:47:21.202 | 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) 2024-08-29 11:47:21.202 | 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) 2024-08-29 11:47:21.203 | 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) 2024-08-29 11:47:21.204 | 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) 2024-08-29 11:47:21.205 | 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.2) 2024-08-29 11:47:21.205 | 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.0) 2024-08-29 11:47:21.206 | 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) 2024-08-29 11:47:21.207 | 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) 2024-08-29 11:47:21.208 | 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.1) 2024-08-29 11:47:21.208 | 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) 2024-08-29 11:47:21.209 | 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) 2024-08-29 11:47:21.210 | 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) 2024-08-29 11:47:21.211 | 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) 2024-08-29 11:47:21.212 | 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) 2024-08-29 11:47:21.229 | 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) 2024-08-29 11:47:21.230 | 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) 2024-08-29 11:47:21.255 | 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) 2024-08-29 11:47:21.255 | 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) 2024-08-29 11:47:21.257 | 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) 2024-08-29 11:47:21.257 | 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) 2024-08-29 11:47:21.258 | 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.2) 2024-08-29 11:47:21.259 | 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) 2024-08-29 11:47:21.268 | 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) 2024-08-29 11:47:21.285 | 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) 2024-08-29 11:47:21.286 | 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) 2024-08-29 11:47:21.287 | 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) 2024-08-29 11:47:21.288 | 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) 2024-08-29 11:47:21.288 | 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) 2024-08-29 11:47:21.330 | 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) 2024-08-29 11:47:21.331 | 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) 2024-08-29 11:47:21.332 | 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) 2024-08-29 11:47:21.333 | 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) 2024-08-29 11:47:21.350 | 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) 2024-08-29 11:47:21.352 | 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) 2024-08-29 11:47:21.360 | 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) 2024-08-29 11:47:21.361 | 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) 2024-08-29 11:47:21.362 | 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) 2024-08-29 11:47:21.373 | 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) 2024-08-29 11:47:21.374 | 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) 2024-08-29 11:47:21.379 | 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) 2024-08-29 11:47:21.385 | 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) 2024-08-29 11:47:21.386 | 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) 2024-08-29 11:47:21.387 | 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) 2024-08-29 11:47:21.388 | 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) 2024-08-29 11:47:21.399 | 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) 2024-08-29 11:47:21.400 | 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) 2024-08-29 11:47:21.400 | 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) 2024-08-29 11:47:21.401 | 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) 2024-08-29 11:47:21.408 | 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) 2024-08-29 11:47:21.472 | 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) 2024-08-29 11:47:21.486 | 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) 2024-08-29 11:47:21.529 | 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) 2024-08-29 11:47:21.547 | 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) 2024-08-29 11:47:21.574 | 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) 2024-08-29 11:47:21.605 | 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) 2024-08-29 11:47:21.621 | 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) 2024-08-29 11:47:21.692 | 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) 2024-08-29 11:47:21.693 | 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) 2024-08-29 11:47:21.694 | 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) 2024-08-29 11:47:21.720 | 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) 2024-08-29 11:47:22.499 | Installing collected packages: openstack-placement 2024-08-29 11:47:22.500 | Running setup.py develop for openstack-placement 2024-08-29 11:47:23.128 | Successfully installed openstack-placement 2024-08-29 11:47:23.128 | 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 2024-08-29 11:47:23.232 | + inc/python:pip_install:196 : result=0 2024-08-29 11:47:23.235 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:47:23.237 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:23.239 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:23.241 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:23.243 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:23.245 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:23.246 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:47:23.248 | + functions-common:time_stop:2442 : start_time=1724932039811 2024-08-29 11:47:23.250 | + functions-common:time_stop:2444 : [[ -z 1724932039811 ]] 2024-08-29 11:47:23.253 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:23.256 | + functions-common:time_stop:2447 : end_time=1724932043254 2024-08-29 11:47:23.258 | + functions-common:time_stop:2448 : elapsed_time=3443 2024-08-29 11:47:23.260 | + functions-common:time_stop:2449 : total=84834 2024-08-29 11:47:23.262 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:23.264 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88277 2024-08-29 11:47:23.266 | + inc/python:pip_install:199 : return 0 2024-08-29 11:47:23.268 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 11:47:23.270 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 11:47:23.272 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 11:47:23.287 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 11:47:23.296 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-08-29 11:47:23.298 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-08-29 11:47:23.300 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:47:23.302 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:47:23.304 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-08-29 11:47:23.306 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:47:23.308 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 11:47:23.310 | + stack.sh:main:952 : configure_placement 2024-08-29 11:47:23.312 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-08-29 11:47:23.322 | + lib/placement:configure_placement:113 : create_placement_conf 2024-08-29 11:47:23.324 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-08-29 11:47:23.327 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-08-29 11:47:23.329 | ++ lib/database:database_connection_url:134 : local db=placement 2024-08-29 11:47:23.331 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-08-29 11:47:23.333 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-08-29 11:47:23.335 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:47:23.337 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:23.339 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-08-29 11:47:23.342 | + 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' 2024-08-29 11:47:23.369 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-08-29 11:47:23.395 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-08-29 11:47:23.421 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-08-29 11:47:23.423 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-08-29 11:47:23.424 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-29 11:47:23.426 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 11:47:23.429 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-08-29 11:47:23.453 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-08-29 11:47:23.476 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 11:47:23.500 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-08-29 11:47:23.523 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-08-29 11:47:23.548 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-08-29 11:47:23.572 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-08-29 11:47:23.595 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-08-29 11:47:23.619 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 11:47:23.642 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 11:47:23.666 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-08-29 11:47:23.668 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-08-29 11:47:23.670 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-08-29 11:47:23.672 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 11:47:23.685 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 11:47:23.687 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 11:47:23.689 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:23.691 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 11:47:23.693 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-29 11:47:23.717 | + 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' 2024-08-29 11:47:23.740 | + 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' 2024-08-29 11:47:23.764 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 11:47:23.788 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-29 11:47:23.790 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-08-29 11:47:23.792 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-08-29 11:47:23.794 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-08-29 11:47:23.796 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-08-29 11:47:23.798 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 11:47:23.800 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 11:47:23.803 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-08-29 11:47:23.806 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-08-29 11:47:23.808 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 11:47:23.810 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 11:47:23.820 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 11:47:23.820 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:47:23.826 | d /var/run/uwsgi 0755 stack root 2024-08-29 11:47:23.829 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 11:47:23.837 | /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. 2024-08-29 11:47:23.840 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-08-29 11:47:23.842 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-08-29 11:47:23.845 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-08-29 11:47:23.870 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-08-29 11:47:23.893 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-08-29 11:47:23.917 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-08-29 11:47:23.940 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 11:47:23.964 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 11:47:23.987 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-08-29 11:47:24.012 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-08-29 11:47:24.036 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-08-29 11:47:24.060 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-29 11:47:24.083 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 11:47:24.107 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 11:47:24.130 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-08-29 11:47:24.154 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 11:47:24.156 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 11:47:24.158 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-08-29 11:47:24.160 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-08-29 11:47:24.162 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 11:47:24.165 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:24.166 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:24.168 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-08-29 11:47:24.171 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-08-29 11:47:24.173 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-08-29 11:47:24.196 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 11:47:24.220 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-08-29 11:47:24.220 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-08-29 11:47:24.226 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-08-29 11:47:24.229 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-08-29 11:47:24.231 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-08-29 11:47:24.233 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 11:47:24.235 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 11:47:24.237 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 11:47:24.239 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:24.241 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:24.243 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 11:47:24.245 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 11:47:24.247 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:24.249 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:24.251 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-08-29 11:47:24.288 | Enabling site placement-api. 2024-08-29 11:47:24.292 | To activate the new configuration, you need to run: 2024-08-29 11:47:24.292 | systemctl reload apache2 2024-08-29 11:47:24.295 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 11:47:24.297 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 11:47:24.299 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:47:24.301 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 11:47:24.388 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:24.390 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:24.392 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-08-29 11:47:24.418 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-08-29 11:47:24.442 | + stack.sh:main:959 : is_service_enabled placement placement-client 2024-08-29 11:47:24.456 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:24.458 | + stack.sh:main:960 : is_service_enabled n-cpu 2024-08-29 11:47:24.471 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:24.473 | + stack.sh:main:960 : is_service_enabled n-sch 2024-08-29 11:47:24.486 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:24.488 | + stack.sh:main:961 : configure_placement_nova_compute 2024-08-29 11:47:24.490 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-08-29 11:47:24.492 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-08-29 11:47:24.517 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-08-29 11:47:24.542 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-08-29 11:47:24.566 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-08-29 11:47:24.589 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-08-29 11:47:24.612 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-08-29 11:47:24.636 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-08-29 11:47:24.660 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-08-29 11:47:24.684 | + stack.sh:main:965 : is_service_enabled horizon 2024-08-29 11:47:24.697 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:24.699 | + stack.sh:main:970 : is_service_enabled tls-proxy 2024-08-29 11:47:24.713 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:24.715 | + stack.sh:main:978 : run_phase stack install 2024-08-29 11:47:24.717 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 11:47:24.719 | + functions-common:run_phase:1864 : local phase=install 2024-08-29 11:47:24.721 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 11:47:24.723 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 11:47:24.725 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 11:47:24.727 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 11:47:24.729 | + functions-common:run_phase:1873 : local extra 2024-08-29 11:47:24.731 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 11:47:24.734 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 11:47:24.736 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 11:47:24.738 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 11:47:24.740 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-08-29 11:47:24.742 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 11:47:24.754 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:24.756 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:47:24.758 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:47:24.760 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-29 11:47:24.762 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-08-29 11:47:24.764 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:47:24.766 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2024-08-29 11:47:24.767 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-08-29 11:47:24.769 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-08-29 11:47:24.816 | ++ inc/async:async_inner:63 : install_tempest 2024-08-29 11:47:24.844 | [3561 Async install_tempest:26902]: running: install_tempest 2024-08-29 11:47:24.846 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 11:47:24.848 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 11:47:24.851 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:47:24.853 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 11:47:24.855 | + functions-common:run_phase:1890 : run_plugins stack install 2024-08-29 11:47:24.857 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 11:47:24.859 | + functions-common:run_plugins:1850 : local phase=install 2024-08-29 11:47:24.861 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 11:47:24.864 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 11:47:24.866 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 11:47:24.869 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 11:47:24.871 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 11:47:24.873 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-08-29 11:47:24.875 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:47:24.877 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:47:24.879 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-29 11:47:24.881 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-08-29 11:47:24.884 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:47:24.886 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2024-08-29 11:47:24.888 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-08-29 11:47:24.889 | ++ inc/python:setup_develop:334 : local bindep 2024-08-29 11:47:24.891 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-29 11:47:24.893 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-08-29 11:47:24.895 | ++ inc/python:setup_develop:340 : local extras= 2024-08-29 11:47:24.897 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-08-29 11:47:24.899 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 11:47:24.901 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-29 11:47:24.903 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-08-29 11:47:24.905 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 11:47:24.907 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 11:47:24.909 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-08-29 11:47:24.911 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 11:47:24.913 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-08-29 11:47:24.915 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 11:47:24.917 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 11:47:24.920 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-08-29 11:47:24.924 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-08-29 11:47:24.926 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-08-29 11:47:25.240 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-08-29 11:47:25.243 | ++ inc/python:setup_package:414 : local bindep=0 2024-08-29 11:47:25.245 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-08-29 11:47:25.247 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 11:47:25.249 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-08-29 11:47:25.250 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-08-29 11:47:25.252 | ++ inc/python:setup_package:423 : local flags=-e 2024-08-29 11:47:25.254 | ++ inc/python:setup_package:424 : local extras= 2024-08-29 11:47:25.256 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 11:47:25.258 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 11:47:25.260 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 11:47:25.262 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 11:47:25.264 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 11:47:25.266 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-08-29 11:47:25.282 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-08-29 11:47:25.284 | ++ 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 2024-08-29 11:47:26.227 | Obtaining file:///opt/stack/networking-nsx-t 2024-08-29 11:47:26.228 | Preparing metadata (setup.py): started 2024-08-29 11:47:26.611 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 11:47:26.775 | Collecting Babel>=1.3 2024-08-29 11:47:26.828 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-08-29 11:47:26.876 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (22.1.0) 2024-08-29 11:47:26.907 | Collecting ipaddress 2024-08-29 11:47:26.910 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-08-29 11:47:26.911 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.8.0) 2024-08-29 11:47:26.912 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.4.3) 2024-08-29 11:47:26.914 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.1.1) 2024-08-29 11:47:26.914 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.0.0) 2024-08-29 11:47:26.915 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.2.0) 2024-08-29 11:47:26.915 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-08-29 11:47:26.916 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.1.2) 2024-08-29 11:47:26.917 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.1.0) 2024-08-29 11:47:26.919 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.11.1) 2024-08-29 11:47:26.919 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.14.1) 2024-08-29 11:47:26.920 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.0.0) 2024-08-29 11:47:26.947 | Collecting ratelimiter 2024-08-29 11:47:26.951 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-08-29 11:47:26.953 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.2.0) 2024-08-29 11:47:26.955 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev15) (2022.4) 2024-08-29 11:47:26.972 | 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.dev15) (14.2.5) 2024-08-29 11:47:26.976 | 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.dev15) (5.1.1) 2024-08-29 11:47:26.976 | 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.dev15) (2.6.1) 2024-08-29 11:47:26.976 | 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.dev15) (5.1.1) 2024-08-29 11:47:26.976 | 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.dev15) (1.8.7) 2024-08-29 11:47:26.976 | 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.dev15) (5.0.0) 2024-08-29 11:47:26.976 | 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.dev15) (3.4.3) 2024-08-29 11:47:26.977 | 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.dev15) (3.1.0) 2024-08-29 11:47:26.978 | 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.dev15) (1.4.2) 2024-08-29 11:47:26.979 | 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.dev15) (1.4.41) 2024-08-29 11:47:26.979 | 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.dev15) (1.3.2) 2024-08-29 11:47:26.980 | 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.dev15) (2.10.0) 2024-08-29 11:47:26.981 | 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.dev15) (12.3.2) 2024-08-29 11:47:26.982 | 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.dev15) (4.1.1) 2024-08-29 11:47:26.983 | 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.dev15) (5.1.2) 2024-08-29 11:47:27.002 | 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.dev15) (2.28.1) 2024-08-29 11:47:27.003 | 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.dev15) (6.0) 2024-08-29 11:47:27.004 | 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.dev15) (1.5.0) 2024-08-29 11:47:27.005 | 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.dev15) (2.5.0) 2024-08-29 11:47:27.046 | 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.dev15) (2.8.2) 2024-08-29 11:47:27.047 | 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.dev15) (0.9.6) 2024-08-29 11:47:27.053 | 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.dev15) (1.0.4) 2024-08-29 11:47:27.063 | 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.dev15) (1.1.3) 2024-08-29 11:47:27.065 | 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.dev15) (2.1.1) 2024-08-29 11:47:27.065 | 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.dev15) (4.0.1) 2024-08-29 11:47:27.066 | 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.dev15) (3.5.2) 2024-08-29 11:47:27.067 | 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.dev15) (0.33.1) 2024-08-29 11:47:27.068 | 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.dev15) (2.5.1) 2024-08-29 11:47:27.069 | 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.dev15) (1.4.0) 2024-08-29 11:47:27.075 | 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.dev15) (1.1.0) 2024-08-29 11:47:27.076 | 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.dev15) (23.1) 2024-08-29 11:47:27.076 | 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.dev15) (3.0.9) 2024-08-29 11:47:27.077 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (0.11.0) 2024-08-29 11:47:27.121 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.1.0) 2024-08-29 11:47:27.122 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.17.6) 2024-08-29 11:47:27.123 | 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.dev15) (2.1.0) 2024-08-29 11:47:27.124 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (4.2.0) 2024-08-29 11:47:27.125 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.7.0) 2024-08-29 11:47:27.157 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.13.1) 2024-08-29 11:47:27.158 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (2.4.1) 2024-08-29 11:47:27.158 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (6.3.1) 2024-08-29 11:47:27.159 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.18) 2024-08-29 11:47:27.166 | 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.dev15) (0.5.1) 2024-08-29 11:47:27.167 | 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.dev15) (3.4.1) 2024-08-29 11:47:27.168 | 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.dev15) (2.4.2) 2024-08-29 11:47:27.169 | 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.dev15) (5.0.0) 2024-08-29 11:47:27.174 | 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.dev15) (1.14.1) 2024-08-29 11:47:27.180 | 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.dev15) (1.16.0) 2024-08-29 11:47:27.181 | 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.dev15) (2.2.1) 2024-08-29 11:47:27.224 | 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.dev15) (1.7.0) 2024-08-29 11:47:27.234 | 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.dev15) (1.0.1) 2024-08-29 11:47:27.243 | 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.dev15) (2.17.7) 2024-08-29 11:47:27.245 | 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.dev15) (0.6.13) 2024-08-29 11:47:27.291 | 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.dev15) (0.5.0) 2024-08-29 11:47:27.292 | 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.dev15) (1.8.1) 2024-08-29 11:47:27.293 | 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.dev15) (0.13.0) 2024-08-29 11:47:27.293 | 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.dev15) (2.0.1) 2024-08-29 11:47:27.319 | 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.dev15) (5.2.4) 2024-08-29 11:47:27.320 | 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.dev15) (5.2.0) 2024-08-29 11:47:27.321 | 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.dev15) (5.1.1) 2024-08-29 11:47:27.322 | 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.dev15) (0.6.0) 2024-08-29 11:47:27.323 | 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.dev15) (5.1.1) 2024-08-29 11:47:27.377 | 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.dev15) (59.6.0) 2024-08-29 11:47:27.392 | 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.dev15) (1.2.3) 2024-08-29 11:47:27.393 | 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.dev15) (0.3.5) 2024-08-29 11:47:27.446 | 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.dev15) (1.26.12) 2024-08-29 11:47:27.448 | 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.dev15) (3.4) 2024-08-29 11:47:27.448 | 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.dev15) (2.1.1) 2024-08-29 11:47:27.449 | 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.dev15) (2020.6.20) 2024-08-29 11:47:27.466 | 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.dev15) (0.7) 2024-08-29 11:47:27.605 | 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.dev15) (5.0.0) 2024-08-29 11:47:27.660 | 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.dev15) (1.8.2) 2024-08-29 11:47:27.660 | 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.dev15) (0.2.5) 2024-08-29 11:47:27.709 | 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.dev15) (3.8.1) 2024-08-29 11:47:27.752 | 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.dev15) (2.1.1) 2024-08-29 11:47:27.763 | 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.dev15) (2.11.0) 2024-08-29 11:47:27.764 | 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.dev15) (4.9.1) 2024-08-29 11:47:27.781 | 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.dev15) (1.1.8) 2024-08-29 11:47:27.782 | 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.dev15) (1.0.1) 2024-08-29 11:47:27.783 | 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.dev15) (1.4.0) 2024-08-29 11:47:27.784 | 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.dev15) (5.1.1) 2024-08-29 11:47:27.785 | 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.dev15) (38.0.2) 2024-08-29 11:47:27.786 | 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.dev15) (1.32) 2024-08-29 11:47:27.787 | 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.dev15) (1.4.4) 2024-08-29 11:47:27.848 | 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.dev15) (3.1.2) 2024-08-29 11:47:27.849 | 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.dev15) (4.0.0) 2024-08-29 11:47:27.850 | 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.dev15) (3.3.0) 2024-08-29 11:47:27.861 | 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.dev15) (2.4.0) 2024-08-29 11:47:27.904 | 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.dev15) (0.4.3) 2024-08-29 11:47:27.905 | 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.dev15) (0.5.2) 2024-08-29 11:47:27.927 | 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.dev15) (2.5.0) 2024-08-29 11:47:28.002 | 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.dev15) (1.15.1) 2024-08-29 11:47:28.092 | 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.dev15) (1.5.0) 2024-08-29 11:47:28.205 | 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.dev15) (2.21) 2024-08-29 11:47:28.760 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-08-29 11:47:28.795 | Attempting uninstall: Babel 2024-08-29 11:47:28.797 | Found existing installation: Babel 2.8.0 2024-08-29 11:47:28.797 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 11:47:28.797 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-08-29 11:47:29.157 | Running setup.py develop for networking-nsxv3 2024-08-29 11:47:29.980 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-08-29 11:47:29.981 | 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 2024-08-29 11:47:30.102 | ++ inc/python:pip_install:196 : result=0 2024-08-29 11:47:30.104 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:47:30.106 | ++ functions-common:time_stop:2435 : local name 2024-08-29 11:47:30.108 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:30.110 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:30.112 | ++ functions-common:time_stop:2438 : local total 2024-08-29 11:47:30.114 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:30.116 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:47:30.118 | ++ functions-common:time_stop:2442 : start_time=1724932045277 2024-08-29 11:47:30.119 | ++ functions-common:time_stop:2444 : [[ -z 1724932045277 ]] 2024-08-29 11:47:30.122 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:30.125 | ++ functions-common:time_stop:2447 : end_time=1724932050123 2024-08-29 11:47:30.127 | ++ functions-common:time_stop:2448 : elapsed_time=4846 2024-08-29 11:47:30.129 | ++ functions-common:time_stop:2449 : total=88277 2024-08-29 11:47:30.130 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:30.132 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93123 2024-08-29 11:47:30.134 | ++ inc/python:pip_install:199 : return 0 2024-08-29 11:47:30.137 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 11:47:30.138 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 11:47:30.140 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 11:47:30.154 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 11:47:30.164 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-08-29 11:47:30.165 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-08-29 11:47:30.167 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:47:30.169 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:47:30.171 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-08-29 11:47:30.174 | ++ inc/python:use_library_from_git:249 : return 1 2024-08-29 11:47:30.176 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2024-08-29 11:47:30.177 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-08-29 11:47:30.179 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 11:47:30.181 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 11:47:30.183 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-08-29 11:47:30.185 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 11:47:30.187 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2024-08-29 11:47:30.189 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-08-29 11:47:30.191 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 11:47:30.193 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-08-29 11:47:30.195 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-08-29 11:47:30.197 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 11:47:30.200 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-08-29 11:47:30.201 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 11:47:30.204 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-08-29 11:47:30.207 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-08-29 11:47:30.209 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-08-29 11:47:30.211 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-08-29 11:47:30.213 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-08-29 11:47:30.229 | Using python 3.10 to install python-openstackclient 2024-08-29 11:47:30.231 | + 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 2024-08-29 11:47:31.394 | Collecting python-openstackclient 2024-08-29 11:47:31.406 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2024-08-29 11:47:31.423 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-08-29 11:47:31.423 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-08-29 11:47:31.426 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-08-29 11:47:31.426 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-08-29 11:47:31.426 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-08-29 11:47:31.426 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-08-29 11:47:31.427 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-08-29 11:47:31.428 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-08-29 11:47:31.428 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-08-29 11:47:31.429 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-08-29 11:47:31.430 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-08-29 11:47:31.435 | 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) 2024-08-29 11:47:31.435 | 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) 2024-08-29 11:47:31.436 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-08-29 11:47:31.437 | 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) 2024-08-29 11:47:31.438 | 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) 2024-08-29 11:47:31.449 | 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) 2024-08-29 11:47:31.449 | 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) 2024-08-29 11:47:31.451 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-08-29 11:47:31.451 | 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) 2024-08-29 11:47:31.452 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-08-29 11:47:31.453 | 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) 2024-08-29 11:47:31.454 | 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) 2024-08-29 11:47:31.454 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-08-29 11:47:31.455 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.2) 2024-08-29 11:47:31.456 | 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) 2024-08-29 11:47:31.462 | 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) 2024-08-29 11:47:31.469 | 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) 2024-08-29 11:47:31.470 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-08-29 11:47:31.471 | 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) 2024-08-29 11:47:31.472 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-08-29 11:47:31.473 | 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) 2024-08-29 11:47:31.481 | 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) 2024-08-29 11:47:31.490 | 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.1) 2024-08-29 11:47:31.494 | 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) 2024-08-29 11:47:31.494 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-08-29 11:47:31.548 | 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) 2024-08-29 11:47:31.549 | 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) 2024-08-29 11:47:31.550 | 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) 2024-08-29 11:47:31.568 | 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) 2024-08-29 11:47:31.573 | 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) 2024-08-29 11:47:31.598 | 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) 2024-08-29 11:47:31.655 | 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) 2024-08-29 11:47:31.661 | 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) 2024-08-29 11:47:31.691 | 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) 2024-08-29 11:47:31.692 | 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) 2024-08-29 11:47:31.693 | 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) 2024-08-29 11:47:31.694 | 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) 2024-08-29 11:47:31.738 | 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) 2024-08-29 11:47:32.627 | Installing collected packages: python-openstackclient 2024-08-29 11:47:33.496 | Successfully installed python-openstackclient-6.2.1 2024-08-29 11:47:33.497 | 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 2024-08-29 11:47:33.617 | + inc/python:pip_install:196 : result=0 2024-08-29 11:47:33.619 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:47:33.621 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:33.623 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:33.625 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:33.628 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:33.630 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:33.632 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:47:33.634 | + functions-common:time_stop:2442 : start_time=1724932050225 2024-08-29 11:47:33.636 | + functions-common:time_stop:2444 : [[ -z 1724932050225 ]] 2024-08-29 11:47:33.638 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:33.642 | + functions-common:time_stop:2447 : end_time=1724932053640 2024-08-29 11:47:33.644 | + functions-common:time_stop:2448 : elapsed_time=3415 2024-08-29 11:47:33.646 | + functions-common:time_stop:2449 : total=93123 2024-08-29 11:47:33.648 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:33.650 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96538 2024-08-29 11:47:33.652 | + inc/python:pip_install:199 : return 0 2024-08-29 11:47:33.654 | + stack.sh:main:990 : install_oscwrap 2024-08-29 11:47:33.657 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-08-29 11:47:33.661 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.YGs0knzCjW 2024-08-29 11:47:33.663 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-08-29 11:47:33.665 | + functions-common:install_oscwrap:2486 : unalias -a 2024-08-29 11:47:33.671 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-08-29 11:47:33.674 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2024-08-29 11:47:33.676 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 11:47:33.678 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2024-08-29 11:47:33.692 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:33.695 | + stack.sh:main:1044 : configure_database 2024-08-29 11:47:33.697 | + lib/database:configure_database:128 : configure_database_mysql 2024-08-29 11:47:33.699 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-08-29 11:47:33.700 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-08-29 11:47:33.703 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:47:33.704 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2024-08-29 11:47:33.706 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-08-29 11:47:33.708 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:33.712 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:33.713 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-08-29 11:47:33.715 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-08-29 11:47:33.718 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 11:47:33.718 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-29 11:47:33.722 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-08-29 11:47:33.774 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-08-29 11:47:33.776 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 11:47:33.778 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 11:47:33.780 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 11:47:33.782 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 11:47:33.784 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 11:47:33.786 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 11:47:33.788 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 11:47:33.790 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 11:47:33.791 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 11:47:33.793 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 11:47:33.795 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 11:47:33.797 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 11:47:33.799 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-08-29 11:47:33.801 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 11:47:33.802 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 11:47:33.804 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 11:47:33.806 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 11:47:33.808 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 11:47:33.810 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 11:47:33.811 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-08-29 11:47:33.813 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:33.815 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:33.817 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-08-29 11:47:33.819 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:47:33.821 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-29 11:47:34.360 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-08-29 11:47:34.362 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:34.363 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:34.365 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 11:47:34.367 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-08-29 11:47:34.369 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-08-29 11:47:34.371 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:34.373 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:34.375 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-08-29 11:47:34.378 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-08-29 11:47:34.380 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-08-29 11:47:34.382 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:34.384 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:34.386 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-08-29 11:47:34.388 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-08-29 11:47:34.390 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 11:47:34.394 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-08-29 11:47:34.412 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-08-29 11:47:34.415 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:47:34.417 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:47:34.421 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 11:47:34.422 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-08-29 11:47:34.425 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-08-29 11:47:34.469 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-08-29 11:47:34.510 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-08-29 11:47:34.552 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:34.554 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:34.556 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:34.558 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-08-29 11:47:34.560 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:47:34.562 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-29 11:47:35.314 | + stack.sh:main:1048 : save_stackenv 1048 2024-08-29 11:47:35.316 | + functions-common:save_stackenv:60 : local tag=1048 2024-08-29 11:47:35.318 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 11:47:35.322 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-114735 2024-08-29 11:47:35.324 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-114735 1048' 2024-08-29 11:47:35.326 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.328 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 11:47:35.330 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.332 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 11:47:35.334 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.335 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 11:47:35.337 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.339 | + 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 2024-08-29 11:47:35.341 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.343 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 11:47:35.345 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.348 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 11:47:35.350 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.352 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-114255 2024-08-29 11:47:35.353 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.355 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 11:47:35.357 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.358 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 11:47:35.360 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.362 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 11:47:35.364 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.365 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 11:47:35.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.372 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 11:47:35.373 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.375 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 11:47:35.377 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.380 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 11:47:35.381 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:47:35.383 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 11:47:35.385 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2024-08-29 11:47:35.387 | + stack.sh:main:1074 : start_dstat 2024-08-29 11:47:35.389 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-29 11:47:35.392 | + functions-common:run_process:1689 : local service=dstat 2024-08-29 11:47:35.394 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-29 11:47:35.396 | + functions-common:run_process:1691 : local group= 2024-08-29 11:47:35.398 | + functions-common:run_process:1692 : local user= 2024-08-29 11:47:35.400 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:47:35.402 | + functions-common:run_process:1695 : local name=dstat 2024-08-29 11:47:35.404 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:47:35.406 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:47:35.408 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:35.410 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:35.412 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:35.416 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932055414 2024-08-29 11:47:35.418 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-08-29 11:47:35.431 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:35.433 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:47:35.435 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:35.437 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:35.439 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:35.441 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:35.443 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:35.445 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:47:35.447 | + functions-common:time_stop:2442 : start_time=1724932055414 2024-08-29 11:47:35.449 | + functions-common:time_stop:2444 : [[ -z 1724932055414 ]] 2024-08-29 11:47:35.452 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:35.455 | + functions-common:time_stop:2447 : end_time=1724932055453 2024-08-29 11:47:35.457 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-29 11:47:35.459 | + functions-common:time_stop:2449 : total=0 2024-08-29 11:47:35.461 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:35.463 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2024-08-29 11:47:35.465 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-08-29 11:47:35.467 | + functions-common:run_process:1689 : local service=memory_tracker 2024-08-29 11:47:35.469 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-08-29 11:47:35.471 | + functions-common:run_process:1691 : local group= 2024-08-29 11:47:35.473 | + functions-common:run_process:1692 : local user=root 2024-08-29 11:47:35.475 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:47:35.477 | + functions-common:run_process:1695 : local name=memory_tracker 2024-08-29 11:47:35.479 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:47:35.481 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:47:35.483 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:35.485 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:35.488 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:35.491 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932055489 2024-08-29 11:47:35.493 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-08-29 11:47:35.506 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:35.508 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:47:35.510 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:35.512 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:35.514 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:35.516 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:35.518 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:35.520 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:47:35.522 | + functions-common:time_stop:2442 : start_time=1724932055489 2024-08-29 11:47:35.524 | + functions-common:time_stop:2444 : [[ -z 1724932055489 ]] 2024-08-29 11:47:35.527 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:35.530 | + functions-common:time_stop:2447 : end_time=1724932055528 2024-08-29 11:47:35.532 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-29 11:47:35.534 | + functions-common:time_stop:2449 : total=39 2024-08-29 11:47:35.536 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:35.538 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78 2024-08-29 11:47:35.540 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-08-29 11:47:35.554 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:35.556 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-08-29 11:47:35.558 | + functions-common:run_process:1689 : local service=file_tracker 2024-08-29 11:47:35.560 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-08-29 11:47:35.562 | + functions-common:run_process:1691 : local group= 2024-08-29 11:47:35.564 | + functions-common:run_process:1692 : local user= 2024-08-29 11:47:35.566 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:47:35.568 | + functions-common:run_process:1695 : local name=file_tracker 2024-08-29 11:47:35.570 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:47:35.572 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:47:35.574 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:35.576 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:35.579 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:35.582 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932055579 2024-08-29 11:47:35.583 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-08-29 11:47:35.597 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:35.599 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:47:35.601 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:35.603 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:35.605 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:35.607 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:35.609 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:35.611 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:47:35.613 | + functions-common:time_stop:2442 : start_time=1724932055579 2024-08-29 11:47:35.615 | + functions-common:time_stop:2444 : [[ -z 1724932055579 ]] 2024-08-29 11:47:35.617 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:35.620 | + functions-common:time_stop:2447 : end_time=1724932055618 2024-08-29 11:47:35.622 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-29 11:47:35.624 | + functions-common:time_stop:2449 : total=78 2024-08-29 11:47:35.626 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:35.628 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=117 2024-08-29 11:47:35.630 | + stack.sh:main:1078 : is_service_enabled tcpdump 2024-08-29 11:47:35.643 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:35.645 | + stack.sh:main:1086 : is_service_enabled etcd3 2024-08-29 11:47:35.660 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:35.662 | + stack.sh:main:1087 : start_etcd3 2024-08-29 11:47:35.664 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-08-29 11:47:35.666 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-08-29 11:47:35.668 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-08-29 11:47:35.670 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-08-29 11:47:35.672 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-08-29 11:47:35.674 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-08-29 11:47:35.676 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-08-29 11:47:35.678 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-08-29 11:47:35.680 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-08-29 11:47:35.682 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-08-29 11:47:35.684 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-08-29 11:47:35.686 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-29 11:47:35.688 | + 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 2024-08-29 11:47:35.690 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-08-29 11:47:35.692 | + 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' 2024-08-29 11:47:35.694 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:47:35.696 | + functions-common:write_user_unit_file:1561 : local user=root 2024-08-29 11:47:35.698 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:47:35.700 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:47:35.702 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:47:35.704 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-29 11:47:35.706 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:47:35.709 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-08-29 11:47:35.759 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-08-29 11:47:35.809 | + 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' 2024-08-29 11:47:35.853 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-08-29 11:47:35.897 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-08-29 11:47:35.943 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:47:35.985 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:47:35.987 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:47:35.989 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-08-29 11:47:36.038 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:47:36.300 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-08-29 11:47:36.346 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-08-29 11:47:36.392 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-08-29 11:47:36.436 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-08-29 11:47:36.480 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-08-29 11:47:36.483 | ++ functions-common:is_arch:507 : uname -m 2024-08-29 11:47:36.486 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-29 11:47:36.488 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-08-29 11:47:36.729 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-08-29 11:47:36.741 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-08-29 11:47:36.972 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-08-29 11:47:37.522 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2024-08-29 11:47:37.536 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:37.538 | + stack.sh:main:1098 : write_clouds_yaml 2024-08-29 11:47:37.540 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-08-29 11:47:37.543 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-08-29 11:47:37.546 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-08-29 11:47:37.555 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-08-29 11:47:37.564 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-08-29 11:47:37.566 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 11:47:37.568 | + 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 2024-08-29 11:47:37.619 | The user clouds.yaml file didn't exist. 2024-08-29 11:47:37.626 | + 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 2024-08-29 11:47:37.680 | + 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 2024-08-29 11:47:37.735 | + 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 2024-08-29 11:47:37.793 | + 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 2024-08-29 11:47:37.853 | + 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 2024-08-29 11:47:37.918 | + 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 2024-08-29 11:47:37.982 | + 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 2024-08-29 11:47:38.045 | + 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 2024-08-29 11:47:38.112 | + 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 2024-08-29 11:47:38.179 | + functions-common:write_clouds_yaml:198 : cat 2024-08-29 11:47:38.184 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-08-29 11:47:38.186 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-08-29 11:47:38.188 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-08-29 11:47:38.191 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2024-08-29 11:47:38.194 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2024-08-29 11:47:38.196 | + stack.sh:main:1101 : is_service_enabled keystone 2024-08-29 11:47:38.209 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:38.212 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2024-08-29 11:47:38.213 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:47:38.215 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2024-08-29 11:47:38.217 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-29 11:47:38.219 | + stack.sh:main:1105 : init_keystone 2024-08-29 11:47:38.221 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-08-29 11:47:38.234 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:38.236 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-08-29 11:47:38.238 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-08-29 11:47:38.240 | + lib/database:recreate_database:112 : local db=keystone 2024-08-29 11:47:38.242 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-08-29 11:47:38.244 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-08-29 11:47:38.246 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-08-29 11:47:38.255 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-08-29 11:47:38.263 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-08-29 11:47:38.265 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 11:47:38.267 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:38.269 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:38.272 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:38.275 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932058272 2024-08-29 11:47:38.277 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-08-29 11:47:40.135 | 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=29217) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:47:40.141 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 11:47:40.141 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 11:47:40.142 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 11:47:40.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:47:40.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:47:40.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:47:40.143 | 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=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:47:40.143 | 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=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:47:40.143 | 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=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:47:40.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:47:40.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:47:40.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:47:40.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:47:40.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:47:40.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:47:40.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:47:40.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:47:40.144 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 11:47:40.144 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29217) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 11:47:40.156 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 11:47:40.156 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 11:47:40.185 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-08-29 11:47:40.863 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29217) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 11:47:40.863 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-08-29 11:47:40.863 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29217) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:47:40.866 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-08-29 11:47:40.866 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29217) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 11:47:41.178 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-08-29 11:47:41.180 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:41.183 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:41.185 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:41.187 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:41.189 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:41.191 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 11:47:41.193 | + functions-common:time_stop:2442 : start_time=1724932058272 2024-08-29 11:47:41.195 | + functions-common:time_stop:2444 : [[ -z 1724932058272 ]] 2024-08-29 11:47:41.198 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:41.201 | + functions-common:time_stop:2447 : end_time=1724932061199 2024-08-29 11:47:41.203 | + functions-common:time_stop:2448 : elapsed_time=2927 2024-08-29 11:47:41.205 | + functions-common:time_stop:2449 : total=0 2024-08-29 11:47:41.207 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:41.209 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2927 2024-08-29 11:47:41.211 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-08-29 11:47:41.213 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-08-29 11:47:41.216 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-08-29 11:47:42.875 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-08-29 11:47:42.876 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-29 11:47:42.876 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-29 11:47:42.876 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-08-29 11:47:42.876 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-29 11:47:42.876 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-29 11:47:42.876 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-29 11:47:42.879 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-29 11:47:42.879 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-29 11:47:43.132 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-08-29 11:47:43.136 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-08-29 11:47:44.777 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-08-29 11:47:44.778 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-29 11:47:44.778 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-29 11:47:44.778 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-08-29 11:47:44.778 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-29 11:47:44.779 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-29 11:47:44.779 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-29 11:47:44.779 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-29 11:47:44.779 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-29 11:47:45.047 | + stack.sh:main:1106 : start_keystone 2024-08-29 11:47:45.049 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-08-29 11:47:45.051 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-08-29 11:47:45.053 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-08-29 11:47:45.066 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:45.068 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-08-29 11:47:45.070 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-08-29 11:47:45.074 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-08-29 11:47:45.076 | + functions-common:run_process:1689 : local service=keystone 2024-08-29 11:47:45.078 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 11:47:45.080 | + functions-common:run_process:1691 : local group= 2024-08-29 11:47:45.082 | + functions-common:run_process:1692 : local user= 2024-08-29 11:47:45.084 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:47:45.085 | + functions-common:run_process:1695 : local name=keystone 2024-08-29 11:47:45.087 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:47:45.089 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:47:45.092 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:45.093 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:45.096 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:45.099 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932065097 2024-08-29 11:47:45.101 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-08-29 11:47:45.113 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:47:45.115 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-08-29 11:47:45.117 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-08-29 11:47:45.119 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 11:47:45.121 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 11:47:45.123 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 11:47:45.125 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 11:47:45.127 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-08-29 11:47:45.129 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-08-29 11:47:45.131 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-08-29 11:47:45.133 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:47:45.135 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:47:45.137 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:47:45.139 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:47:45.141 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-08-29 11:47:45.143 | + 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 '' 2024-08-29 11:47:45.145 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-08-29 11:47:45.146 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 11:47:45.148 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 11:47:45.150 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 11:47:45.152 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 11:47:45.153 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-08-29 11:47:45.155 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 11:47:45.158 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-08-29 11:47:45.206 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-08-29 11:47:45.254 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-08-29 11:47:45.294 | + 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' 2024-08-29 11:47:45.333 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:47:45.375 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-08-29 11:47:45.414 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-08-29 11:47:45.453 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-08-29 11:47:45.493 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-08-29 11:47:45.533 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-08-29 11:47:45.573 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 11:47:45.575 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 11:47:45.576 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-08-29 11:47:45.623 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 11:47:45.867 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-08-29 11:47:45.876 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-08-29 11:47:46.104 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-08-29 11:47:46.177 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:47:46.179 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:46.182 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:46.183 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:46.185 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:46.189 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:46.191 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:47:46.193 | + functions-common:time_stop:2442 : start_time=1724932065097 2024-08-29 11:47:46.195 | + functions-common:time_stop:2444 : [[ -z 1724932065097 ]] 2024-08-29 11:47:46.198 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:46.201 | + functions-common:time_stop:2447 : end_time=1724932066199 2024-08-29 11:47:46.204 | + functions-common:time_stop:2448 : elapsed_time=1102 2024-08-29 11:47:46.206 | + functions-common:time_stop:2449 : total=117 2024-08-29 11:47:46.208 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:46.210 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1219 2024-08-29 11:47:46.212 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-08-29 11:47:46.212 | Waiting for keystone to start... 2024-08-29 11:47:46.216 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-08-29 11:47:46.218 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-08-29 11:47:46.220 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 11:47:46.222 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-08-29 11:47:46.224 | + functions:wait_for_service:470 : local rval=0 2024-08-29 11:47:46.228 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 11:47:46.230 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 11:47:46.232 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:47:46.234 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:47:46.237 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:47:46.240 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932066238 2024-08-29 11:47:46.242 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 11:47:46.245 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-08-29 11:47:46.263 | ++ inc/async:async_inner:64 : rc=0 2024-08-29 11:47:46.280 | [26902 Async install_tempest:26902]: finished successfully 2024-08-29 11:47:48.607 | + :: : [[ 200 == 503 ]] 2024-08-29 11:47:48.608 | + :: : [[ 0 -eq 7 ]] 2024-08-29 11:47:48.611 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 11:47:48.613 | + functions-common:time_stop:2435 : local name 2024-08-29 11:47:48.615 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:47:48.617 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:47:48.619 | + functions-common:time_stop:2438 : local total 2024-08-29 11:47:48.621 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:47:48.622 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 11:47:48.624 | + functions-common:time_stop:2442 : start_time=1724932066238 2024-08-29 11:47:48.626 | + functions-common:time_stop:2444 : [[ -z 1724932066238 ]] 2024-08-29 11:47:48.629 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:47:48.632 | + functions-common:time_stop:2447 : end_time=1724932068630 2024-08-29 11:47:48.634 | + functions-common:time_stop:2448 : elapsed_time=2392 2024-08-29 11:47:48.636 | + functions-common:time_stop:2449 : total=0 2024-08-29 11:47:48.637 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:47:48.639 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2392 2024-08-29 11:47:48.641 | + functions:wait_for_service:478 : return 0 2024-08-29 11:47:48.644 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-08-29 11:47:48.656 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:47:48.658 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-08-29 11:47:48.660 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 11:47:48.662 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-08-29 11:47:50.158 | + stack.sh:main:1107 : bootstrap_keystone 2024-08-29 11:47:50.160 | + 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 2024-08-29 11:47:51.823 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.823 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.823 | 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=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.828 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.835 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.835 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.851 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.867 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.867 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.975 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.975 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.975 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.975 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.975 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.976 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.982 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.982 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.982 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.987 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.991 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.991 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.991 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.991 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:51.991 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30048) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 11:47:52.006 | 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=30048) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:47:52.109 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created domain default 2024-08-29 11:47:52.130 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created project admin 2024-08-29 11:47:52.145 | WARNING keystone.common.password_hashing [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-08-29 11:47:52.145 | DEBUG passlib.handlers.bcrypt [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30048) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-08-29 11:47:52.148 | DEBUG passlib.handlers.bcrypt [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30048) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-08-29 11:47:52.179 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created user admin 2024-08-29 11:47:52.185 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created role reader 2024-08-29 11:47:52.192 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created role member 2024-08-29 11:47:52.204 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created implied role where fdb579fa10204d6a9f9082aadca89426 implies 725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:47:52.208 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created role admin 2024-08-29 11:47:52.216 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created implied role where fb20f7486cec4e59b2c11ff20f134a65 implies fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:47:52.221 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Granted role admin on project admin to user admin. 2024-08-29 11:47:52.223 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Granted role admin on the system to user admin. 2024-08-29 11:47:52.229 | WARNING py.warnings [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb 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. 2024-08-29 11:47:52.229 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-08-29 11:47:52.229 |  2024-08-29 11:47:52.231 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created region RegionOne 2024-08-29 11:47:52.249 | INFO keystone.cmd.bootstrap [None req-73a5b58d-23da-4b07-9bf6-c82eee095edb None None] Created public endpoint http://10.180.1.21/identity 2024-08-29 11:47:52.582 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-08-29 11:47:52.585 | + stack.sh:main:1110 : create_keystone_accounts 2024-08-29 11:47:52.587 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-08-29 11:47:52.589 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-08-29 11:47:54.196 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:47:54.199 | + lib/keystone:create_keystone_accounts:315 : admin_project=7386534ab8334806bb50f77e095e084c 2024-08-29 11:47:54.201 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-08-29 11:47:54.203 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-08-29 11:47:55.418 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:47:55.420 | + lib/keystone:create_keystone_accounts:317 : admin_user=8b4e1f491df94c7d87b9443fe59f82a4 2024-08-29 11:47:55.422 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-08-29 11:47:55.424 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-08-29 11:47:55.426 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-08-29 11:47:55.427 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 8b4e1f491df94c7d87b9443fe59f82a4 default 2024-08-29 11:47:55.472 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 8b4e1f491df94c7d87b9443fe59f82a4 default 2024-08-29 11:47:55.501 | [3561 Async ks-domain-role:30169]: running: get_or_add_user_domain_role admin 8b4e1f491df94c7d87b9443fe59f82a4 default 2024-08-29 11:47:55.503 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-08-29 11:47:55.505 | + functions-common:get_or_create_domain:895 : local domain_id 2024-08-29 11:47:55.507 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-29 11:47:57.040 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:47:57.043 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-08-29 11:47:57.045 | + functions-common:get_or_create_domain:901 : echo default 2024-08-29 11:47:57.045 | default 2024-08-29 11:47:57.047 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-08-29 11:47:57.095 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-08-29 11:47:57.124 | [3561 Async ks-project:30281]: running: get_or_create_project service Default 2024-08-29 11:47:57.126 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-08-29 11:47:57.174 | + inc/async:async_inner:63 : get_or_create_role service 2024-08-29 11:47:57.203 | [3561 Async ks-service:30393]: running: get_or_create_role service 2024-08-29 11:47:57.205 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-08-29 11:47:57.253 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-08-29 11:47:57.282 | [3561 Async ks-reseller:30489]: running: get_or_create_role ResellerAdmin 2024-08-29 11:47:57.284 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-08-29 11:47:57.286 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-08-29 11:47:57.331 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-08-29 11:47:57.361 | [3561 Async ks-anotherrole:30586]: running: get_or_create_role anotherrole 2024-08-29 11:47:57.363 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-08-29 11:47:57.365 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-08-29 11:47:57.367 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 11:47:57.370 | +++ 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 2024-08-29 11:47:58.631 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:47:58.649 | [30393 Async ks-service:30393]: finished successfully 2024-08-29 11:47:58.812 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:47:58.832 | [30489 Async ks-reseller:30489]: finished successfully 2024-08-29 11:47:58.973 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:47:58.978 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:47:58.994 | [30586 Async ks-anotherrole:30586]: finished successfully 2024-08-29 11:47:58.998 | [30281 Async ks-project:30281]: finished successfully 2024-08-29 11:47:59.118 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:47:59.120 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:47:59.122 | ++ functions-common:get_or_create_project:951 : project_id=564201df5ab44239968a46b2b3571d9e 2024-08-29 11:47:59.124 | ++ functions-common:get_or_create_project:952 : echo 564201df5ab44239968a46b2b3571d9e 2024-08-29 11:47:59.127 | + lib/keystone:create_keystone_accounts:345 : invis_project=564201df5ab44239968a46b2b3571d9e 2024-08-29 11:47:59.129 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-08-29 11:47:59.131 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-08-29 11:47:59.133 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 11:47:59.136 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-08-29 11:47:59.137 | [30169 Async ks-domain-role:30169]: finished successfully 2024-08-29 11:48:00.507 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:00.509 | ++ functions-common:get_or_create_project:951 : project_id=0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:00.512 | ++ functions-common:get_or_create_project:952 : echo 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:00.514 | + lib/keystone:create_keystone_accounts:349 : demo_project=0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:00.516 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-08-29 11:48:00.519 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-08-29 11:48:00.521 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:00.522 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-08-29 11:48:00.525 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-08-29 11:48:00.527 | +++ 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 2024-08-29 11:48:01.904 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:01.906 | ++ functions-common:get_or_create_user:938 : user_id=9b6c382ae35b40df99fb25f35888745f 2024-08-29 11:48:01.908 | ++ functions-common:get_or_create_user:939 : echo 9b6c382ae35b40df99fb25f35888745f 2024-08-29 11:48:01.911 | + lib/keystone:create_keystone_accounts:352 : demo_user=9b6c382ae35b40df99fb25f35888745f 2024-08-29 11:48:01.913 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-08-29 11:48:01.948 | [3561 Async ks-domain-role:30169]: Waiting for completion of get_or_add_user_domain_role admin 8b4e1f491df94c7d87b9443fe59f82a4 default running on PID 30169 (6 other jobs running) 2024-08-29 11:48:01.964 | [3561 Async ks-domain-role:30169]: Signaling child to exit 2024-08-29 11:48:01.964 | WAKEUP 2024-08-29 11:48:01.980 | [3561 Async ks-domain-role:30169]: Signaled 2024-08-29 11:48:01.981 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-08-29 11:48:01.981 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 8b4e1f491df94c7d87b9443fe59f82a4 --domain default 2024-08-29 11:48:01.981 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8b4e1f491df94c7d87b9443fe59f82a4 --domain default -c Role -f value 2024-08-29 11:48:01.981 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:01.981 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:01.981 | + functions-common:get_or_add_user_domain_role:1022 : echo fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:01.981 | fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:02.011 | [3561 Async ks-domain-role:30169]: finished get_or_add_user_domain_role admin 8b4e1f491df94c7d87b9443fe59f82a4 default with result 0 in 3 seconds 2024-08-29 11:48:02.016 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-08-29 11:48:02.040 | [3561 Async ks-project:30281]: Waiting for completion of get_or_create_project service Default running on PID 30281 (5 other jobs running) 2024-08-29 11:48:02.056 | [3561 Async ks-project:30281]: Signaling child to exit 2024-08-29 11:48:02.056 | WAKEUP 2024-08-29 11:48:02.071 | [3561 Async ks-project:30281]: Signaled 2024-08-29 11:48:02.072 | + functions-common:get_or_create_project:945 : local project_id 2024-08-29 11:48:02.072 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-08-29 11:48:02.072 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:02.072 | + functions-common:get_or_create_project:951 : project_id=315a530aa4b447df86b5d098ce2aca2a 2024-08-29 11:48:02.072 | + functions-common:get_or_create_project:952 : echo 315a530aa4b447df86b5d098ce2aca2a 2024-08-29 11:48:02.072 | 315a530aa4b447df86b5d098ce2aca2a 2024-08-29 11:48:02.102 | [3561 Async ks-project:30281]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-08-29 11:48:02.126 | [3561 Async ks-service:30393]: Waiting for completion of get_or_create_role service running on PID 30393 (4 other jobs running) 2024-08-29 11:48:02.143 | [3561 Async ks-service:30393]: Signaling child to exit 2024-08-29 11:48:02.143 | WAKEUP 2024-08-29 11:48:02.158 | [3561 Async ks-service:30393]: Signaled 2024-08-29 11:48:02.159 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 11:48:02.159 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-08-29 11:48:02.159 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:02.159 | + functions-common:get_or_create_role:963 : role_id=22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:02.159 | + functions-common:get_or_create_role:964 : echo 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:02.159 | 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:02.189 | [3561 Async ks-service:30393]: finished get_or_create_role service with result 0 in 1 seconds 2024-08-29 11:48:02.213 | [3561 Async ks-reseller:30489]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30489 (3 other jobs running) 2024-08-29 11:48:02.230 | [3561 Async ks-reseller:30489]: Signaling child to exit 2024-08-29 11:48:02.230 | WAKEUP 2024-08-29 11:48:02.245 | [3561 Async ks-reseller:30489]: Signaled 2024-08-29 11:48:02.246 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 11:48:02.246 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-08-29 11:48:02.246 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:02.246 | + functions-common:get_or_create_role:963 : role_id=e5de294a3228477a852956d327d0d0c0 2024-08-29 11:48:02.246 | + functions-common:get_or_create_role:964 : echo e5de294a3228477a852956d327d0d0c0 2024-08-29 11:48:02.246 | e5de294a3228477a852956d327d0d0c0 2024-08-29 11:48:02.275 | [3561 Async ks-reseller:30489]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-08-29 11:48:02.301 | [3561 Async ks-anotherrole:30586]: Waiting for completion of get_or_create_role anotherrole running on PID 30586 (2 other jobs running) 2024-08-29 11:48:02.317 | [3561 Async ks-anotherrole:30586]: Signaling child to exit 2024-08-29 11:48:02.317 | WAKEUP 2024-08-29 11:48:02.333 | [3561 Async ks-anotherrole:30586]: Signaled 2024-08-29 11:48:02.334 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 11:48:02.334 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-08-29 11:48:02.334 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:02.334 | + functions-common:get_or_create_role:963 : role_id=f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:02.334 | + functions-common:get_or_create_role:964 : echo f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:02.334 | f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:02.364 | [3561 Async ks-anotherrole:30586]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-08-29 11:48:02.367 | + inc/async:async_wait:197 : return 0 2024-08-29 11:48:02.369 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.415 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.444 | [3561 Async ks-demo-member:31427]: running: get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.446 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 8b4e1f491df94c7d87b9443fe59f82a4 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.492 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 8b4e1f491df94c7d87b9443fe59f82a4 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.521 | [3561 Async ks-demo-admin:31523]: running: get_or_add_user_project_role admin 8b4e1f491df94c7d87b9443fe59f82a4 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.523 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.570 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.601 | [3561 Async ks-demo-another:31620]: running: get_or_add_user_project_role anotherrole 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:02.603 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 564201df5ab44239968a46b2b3571d9e 2024-08-29 11:48:02.655 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 564201df5ab44239968a46b2b3571d9e 2024-08-29 11:48:02.687 | [3561 Async ks-demo-invis:31717]: running: get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 564201df5ab44239968a46b2b3571d9e 2024-08-29 11:48:02.689 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-08-29 11:48:02.692 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-08-29 11:48:02.694 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:02.696 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-08-29 11:48:02.698 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-08-29 11:48:02.700 | +++ 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 2024-08-29 11:48:04.302 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:04.305 | ++ functions-common:get_or_create_user:938 : user_id=4df69b99dcca4c478539e4720c145cae 2024-08-29 11:48:04.307 | ++ functions-common:get_or_create_user:939 : echo 4df69b99dcca4c478539e4720c145cae 2024-08-29 11:48:04.309 | + lib/keystone:create_keystone_accounts:365 : demo_reader=4df69b99dcca4c478539e4720c145cae 2024-08-29 11:48:04.311 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 4df69b99dcca4c478539e4720c145cae 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:04.363 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 4df69b99dcca4c478539e4720c145cae 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:04.397 | [3561 Async ks-demo-reader:31857]: running: get_or_add_user_project_role reader 4df69b99dcca4c478539e4720c145cae 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:04.398 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-08-29 11:48:04.401 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-08-29 11:48:04.403 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 11:48:04.405 | +++ 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 2024-08-29 11:48:05.960 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:05.963 | ++ functions-common:get_or_create_project:951 : project_id=17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:05.965 | ++ functions-common:get_or_create_project:952 : echo 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:05.967 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:05.969 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-08-29 11:48:05.972 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-08-29 11:48:05.974 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:05.976 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-08-29 11:48:05.978 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-08-29 11:48:05.981 | +++ 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 2024-08-29 11:48:06.574 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:06.593 | [31427 Async ks-demo-member:31427]: finished successfully 2024-08-29 11:48:06.825 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:06.857 | [31523 Async ks-demo-admin:31523]: finished successfully 2024-08-29 11:48:06.976 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:06.995 | [31620 Async ks-demo-another:31620]: finished successfully 2024-08-29 11:48:07.052 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:07.070 | [31717 Async ks-demo-invis:31717]: finished successfully 2024-08-29 11:48:07.389 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:07.391 | ++ functions-common:get_or_create_user:938 : user_id=ed46349adce4484394bd61ecec59d4d0 2024-08-29 11:48:07.393 | ++ functions-common:get_or_create_user:939 : echo ed46349adce4484394bd61ecec59d4d0 2024-08-29 11:48:07.396 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=ed46349adce4484394bd61ecec59d4d0 2024-08-29 11:48:07.397 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:07.445 | + inc/async:async_inner:63 : get_or_add_user_project_role admin ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:07.478 | [3561 Async ks-alt-admin:32282]: running: get_or_add_user_project_role admin ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:07.480 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:07.527 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:07.555 | [3561 Async ks-alt-another:32378]: running: get_or_add_user_project_role anotherrole ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:07.557 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-08-29 11:48:07.560 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-08-29 11:48:07.562 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:07.564 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-08-29 11:48:07.566 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-08-29 11:48:07.568 | +++ 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 2024-08-29 11:48:08.256 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:08.274 | [31857 Async ks-demo-reader:31857]: finished successfully 2024-08-29 11:48:09.020 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:09.023 | ++ functions-common:get_or_create_user:938 : user_id=ae41559023c54c8faac1bfcfcdcf8397 2024-08-29 11:48:09.025 | ++ functions-common:get_or_create_user:939 : echo ae41559023c54c8faac1bfcfcdcf8397 2024-08-29 11:48:09.027 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=ae41559023c54c8faac1bfcfcdcf8397 2024-08-29 11:48:09.030 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member ae41559023c54c8faac1bfcfcdcf8397 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:09.080 | + inc/async:async_inner:63 : get_or_add_user_project_role member ae41559023c54c8faac1bfcfcdcf8397 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:09.110 | [3561 Async ks-alt-member-user:32555]: running: get_or_add_user_project_role member ae41559023c54c8faac1bfcfcdcf8397 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:09.112 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-08-29 11:48:09.115 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-08-29 11:48:09.117 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:09.119 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-08-29 11:48:09.121 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-08-29 11:48:09.123 | +++ 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 2024-08-29 11:48:10.594 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:10.596 | ++ functions-common:get_or_create_user:938 : user_id=5104a64dac7a428e8107f4a263f4e096 2024-08-29 11:48:10.598 | ++ functions-common:get_or_create_user:939 : echo 5104a64dac7a428e8107f4a263f4e096 2024-08-29 11:48:10.601 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=5104a64dac7a428e8107f4a263f4e096 2024-08-29 11:48:10.603 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 5104a64dac7a428e8107f4a263f4e096 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:10.657 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 5104a64dac7a428e8107f4a263f4e096 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:10.693 | [3561 Async ks-alt-reader-user:32729]: running: get_or_add_user_project_role reader 5104a64dac7a428e8107f4a263f4e096 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:10.696 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-08-29 11:48:10.698 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:10.700 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-08-29 11:48:10.702 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-08-29 11:48:10.705 | +++ 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 2024-08-29 11:48:11.187 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:11.208 | [32282 Async ks-alt-admin:32282]: finished successfully 2024-08-29 11:48:11.361 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:11.381 | [32378 Async ks-alt-another:32378]: finished successfully 2024-08-29 11:48:12.159 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:12.162 | ++ functions-common:get_or_create_user:938 : user_id=9d5b5dba910f459abd1d94cbbdce5cbc 2024-08-29 11:48:12.164 | ++ functions-common:get_or_create_user:939 : echo 9d5b5dba910f459abd1d94cbbdce5cbc 2024-08-29 11:48:12.166 | + lib/keystone:create_keystone_accounts:397 : system_member_user=9d5b5dba910f459abd1d94cbbdce5cbc 2024-08-29 11:48:12.169 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 9d5b5dba910f459abd1d94cbbdce5cbc all 2024-08-29 11:48:12.217 | + inc/async:async_inner:63 : get_or_add_user_system_role member 9d5b5dba910f459abd1d94cbbdce5cbc all 2024-08-29 11:48:12.247 | [3561 Async ks-system-member:32964]: running: get_or_add_user_system_role member 9d5b5dba910f459abd1d94cbbdce5cbc all 2024-08-29 11:48:12.249 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-08-29 11:48:12.251 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:12.253 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-08-29 11:48:12.255 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-08-29 11:48:12.258 | +++ 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 2024-08-29 11:48:12.927 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:12.946 | [32555 Async ks-alt-member-user:32555]: finished successfully 2024-08-29 11:48:13.706 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:13.709 | ++ functions-common:get_or_create_user:938 : user_id=7e2f7adef1944c44822bcb81a1e3c496 2024-08-29 11:48:13.711 | ++ functions-common:get_or_create_user:939 : echo 7e2f7adef1944c44822bcb81a1e3c496 2024-08-29 11:48:13.713 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=7e2f7adef1944c44822bcb81a1e3c496 2024-08-29 11:48:13.715 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 7e2f7adef1944c44822bcb81a1e3c496 all 2024-08-29 11:48:13.765 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 7e2f7adef1944c44822bcb81a1e3c496 all 2024-08-29 11:48:13.796 | [3561 Async ks-system-reader:33174]: running: get_or_add_user_system_role reader 7e2f7adef1944c44822bcb81a1e3c496 all 2024-08-29 11:48:13.798 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-08-29 11:48:13.801 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-08-29 11:48:13.803 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-08-29 11:48:13.805 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-29 11:48:13.807 | +++ 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 2024-08-29 11:48:14.275 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:14.293 | [32729 Async ks-alt-reader-user:32729]: finished successfully 2024-08-29 11:48:15.253 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:15.258 | ++ functions-common:get_or_create_group:915 : group_id=71ca4a1ab7104ca2b3dd554aac4bcb15 2024-08-29 11:48:15.258 | ++ functions-common:get_or_create_group:916 : echo 71ca4a1ab7104ca2b3dd554aac4bcb15 2024-08-29 11:48:15.261 | + lib/keystone:create_keystone_accounts:407 : admin_group=71ca4a1ab7104ca2b3dd554aac4bcb15 2024-08-29 11:48:15.263 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-08-29 11:48:15.265 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-08-29 11:48:15.267 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-08-29 11:48:15.269 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-29 11:48:15.272 | +++ 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 2024-08-29 11:48:16.669 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:16.672 | ++ functions-common:get_or_create_group:915 : group_id=bb48310e7f6d44b3ab3c4b5c5375e1cb 2024-08-29 11:48:16.673 | ++ functions-common:get_or_create_group:916 : echo bb48310e7f6d44b3ab3c4b5c5375e1cb 2024-08-29 11:48:16.676 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=bb48310e7f6d44b3ab3c4b5c5375e1cb 2024-08-29 11:48:16.678 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:16.727 | + inc/async:async_inner:63 : get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:16.755 | [3561 Async ks-group-memberdemo:33441]: running: get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:16.757 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:16.808 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:16.837 | [3561 Async ks-group-anotherdemo:33520]: running: get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:16.839 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:16.891 | + inc/async:async_inner:63 : get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:16.920 | [3561 Async ks-group-memberalt:33600]: running: get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:16.922 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:16.971 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:16.981 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:17.002 | [32964 Async ks-system-member:32964]: finished successfully 2024-08-29 11:48:17.003 | [3561 Async ks-group-anotheralt:33680]: running: get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:17.006 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 71ca4a1ab7104ca2b3dd554aac4bcb15 7386534ab8334806bb50f77e095e084c 2024-08-29 11:48:17.056 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 71ca4a1ab7104ca2b3dd554aac4bcb15 7386534ab8334806bb50f77e095e084c 2024-08-29 11:48:17.086 | [3561 Async ks-group-admin:33818]: running: get_or_add_group_project_role admin 71ca4a1ab7104ca2b3dd554aac4bcb15 7386534ab8334806bb50f77e095e084c 2024-08-29 11:48:17.087 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-08-29 11:48:17.123 | [3561 Async ks-demo-member:31427]: Waiting for completion of get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d running on PID 31427 (17 other jobs running) 2024-08-29 11:48:17.140 | [3561 Async ks-demo-member:31427]: Signaling child to exit 2024-08-29 11:48:17.141 | WAKEUP 2024-08-29 11:48:17.156 | [3561 Async ks-demo-member:31427]: Signaled 2024-08-29 11:48:17.157 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.157 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.157 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.158 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.158 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.158 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.158 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.158 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.158 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.158 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 9b6c382ae35b40df99fb25f35888745f --project 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:17.158 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9b6c382ae35b40df99fb25f35888745f --project 0c970e552d9f4093a00c8a63ad3f1a4d -c Role -f value 2024-08-29 11:48:17.158 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.158 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.158 | + functions-common:get_or_add_user_project_role:1003 : echo fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.158 | fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.188 | [3561 Async ks-demo-member:31427]: finished get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d with result 0 in 4 seconds 2024-08-29 11:48:17.213 | [3561 Async ks-demo-admin:31523]: Waiting for completion of get_or_add_user_project_role admin 8b4e1f491df94c7d87b9443fe59f82a4 0c970e552d9f4093a00c8a63ad3f1a4d running on PID 31523 (16 other jobs running) 2024-08-29 11:48:17.230 | [3561 Async ks-demo-admin:31523]: Signaling child to exit 2024-08-29 11:48:17.231 | WAKEUP 2024-08-29 11:48:17.245 | [3561 Async ks-demo-admin:31523]: Signaled 2024-08-29 11:48:17.246 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.246 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.246 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.246 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.246 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.246 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.246 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.246 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.246 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.246 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 8b4e1f491df94c7d87b9443fe59f82a4 --project 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:17.246 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8b4e1f491df94c7d87b9443fe59f82a4 --project 0c970e552d9f4093a00c8a63ad3f1a4d -c Role -f value 2024-08-29 11:48:17.246 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.246 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:17.246 | + functions-common:get_or_add_user_project_role:1003 : echo fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:17.246 | fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:17.277 | [3561 Async ks-demo-admin:31523]: finished get_or_add_user_project_role admin 8b4e1f491df94c7d87b9443fe59f82a4 0c970e552d9f4093a00c8a63ad3f1a4d with result 0 in 4 seconds 2024-08-29 11:48:17.302 | [3561 Async ks-demo-another:31620]: Waiting for completion of get_or_add_user_project_role anotherrole 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d running on PID 31620 (15 other jobs running) 2024-08-29 11:48:17.319 | [3561 Async ks-demo-another:31620]: Signaling child to exit 2024-08-29 11:48:17.319 | WAKEUP 2024-08-29 11:48:17.335 | [3561 Async ks-demo-another:31620]: Signaled 2024-08-29 11:48:17.335 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.335 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.335 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.335 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.335 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.335 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.335 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.335 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.335 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.336 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 9b6c382ae35b40df99fb25f35888745f --project 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:17.336 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 9b6c382ae35b40df99fb25f35888745f --project 0c970e552d9f4093a00c8a63ad3f1a4d -c Role -f value 2024-08-29 11:48:17.336 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.336 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:17.336 | + functions-common:get_or_add_user_project_role:1003 : echo f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:17.336 | f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:17.367 | [3561 Async ks-demo-another:31620]: finished get_or_add_user_project_role anotherrole 9b6c382ae35b40df99fb25f35888745f 0c970e552d9f4093a00c8a63ad3f1a4d with result 0 in 4 seconds 2024-08-29 11:48:17.392 | [3561 Async ks-demo-invis:31717]: Waiting for completion of get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 564201df5ab44239968a46b2b3571d9e running on PID 31717 (14 other jobs running) 2024-08-29 11:48:17.410 | [3561 Async ks-demo-invis:31717]: Signaling child to exit 2024-08-29 11:48:17.410 | WAKEUP 2024-08-29 11:48:17.426 | [3561 Async ks-demo-invis:31717]: Signaled 2024-08-29 11:48:17.426 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.426 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.426 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.426 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.426 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.426 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.426 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.426 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.426 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.426 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 9b6c382ae35b40df99fb25f35888745f --project 564201df5ab44239968a46b2b3571d9e 2024-08-29 11:48:17.426 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9b6c382ae35b40df99fb25f35888745f --project 564201df5ab44239968a46b2b3571d9e -c Role -f value 2024-08-29 11:48:17.426 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.426 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.426 | + functions-common:get_or_add_user_project_role:1003 : echo fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.426 | fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.456 | [3561 Async ks-demo-invis:31717]: finished get_or_add_user_project_role member 9b6c382ae35b40df99fb25f35888745f 564201df5ab44239968a46b2b3571d9e with result 0 in 4 seconds 2024-08-29 11:48:17.482 | [3561 Async ks-demo-reader:31857]: Waiting for completion of get_or_add_user_project_role reader 4df69b99dcca4c478539e4720c145cae 0c970e552d9f4093a00c8a63ad3f1a4d running on PID 31857 (13 other jobs running) 2024-08-29 11:48:17.498 | [3561 Async ks-demo-reader:31857]: Signaling child to exit 2024-08-29 11:48:17.499 | WAKEUP 2024-08-29 11:48:17.514 | [3561 Async ks-demo-reader:31857]: Signaled 2024-08-29 11:48:17.515 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.515 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.515 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.515 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.515 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.515 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.515 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.515 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.515 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.515 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 4df69b99dcca4c478539e4720c145cae --project 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:17.515 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 4df69b99dcca4c478539e4720c145cae --project 0c970e552d9f4093a00c8a63ad3f1a4d -c Role -f value 2024-08-29 11:48:17.515 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.515 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:17.515 | + functions-common:get_or_add_user_project_role:1003 : echo 725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:17.515 | 725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:17.545 | [3561 Async ks-demo-reader:31857]: finished get_or_add_user_project_role reader 4df69b99dcca4c478539e4720c145cae 0c970e552d9f4093a00c8a63ad3f1a4d with result 0 in 3 seconds 2024-08-29 11:48:17.548 | + inc/async:async_wait:197 : return 0 2024-08-29 11:48:17.551 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-08-29 11:48:17.587 | [3561 Async ks-alt-admin:32282]: Waiting for completion of get_or_add_user_project_role admin ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 running on PID 32282 (12 other jobs running) 2024-08-29 11:48:17.604 | [3561 Async ks-alt-admin:32282]: Signaling child to exit 2024-08-29 11:48:17.604 | WAKEUP 2024-08-29 11:48:17.620 | [3561 Async ks-alt-admin:32282]: Signaled 2024-08-29 11:48:17.621 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.621 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.621 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.621 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.621 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.621 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.621 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.621 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.621 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.621 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user ed46349adce4484394bd61ecec59d4d0 --project 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:17.621 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ed46349adce4484394bd61ecec59d4d0 --project 17dd415aa7784bfd946bb8a49ad437c3 -c Role -f value 2024-08-29 11:48:17.621 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.621 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:17.621 | + functions-common:get_or_add_user_project_role:1003 : echo fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:17.621 | fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:17.652 | [3561 Async ks-alt-admin:32282]: finished get_or_add_user_project_role admin ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 with result 0 in 3 seconds 2024-08-29 11:48:17.677 | [3561 Async ks-alt-another:32378]: Waiting for completion of get_or_add_user_project_role anotherrole ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 running on PID 32378 (11 other jobs running) 2024-08-29 11:48:17.697 | [3561 Async ks-alt-another:32378]: Signaling child to exit 2024-08-29 11:48:17.697 | WAKEUP 2024-08-29 11:48:17.722 | [3561 Async ks-alt-another:32378]: Signaled 2024-08-29 11:48:17.723 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.723 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.723 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.723 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.723 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.723 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.723 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.723 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.723 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.723 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user ed46349adce4484394bd61ecec59d4d0 --project 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:17.723 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user ed46349adce4484394bd61ecec59d4d0 --project 17dd415aa7784bfd946bb8a49ad437c3 -c Role -f value 2024-08-29 11:48:17.723 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.723 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:17.723 | + functions-common:get_or_add_user_project_role:1003 : echo f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:17.723 | f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:17.762 | [3561 Async ks-alt-another:32378]: finished get_or_add_user_project_role anotherrole ed46349adce4484394bd61ecec59d4d0 17dd415aa7784bfd946bb8a49ad437c3 with result 0 in 3 seconds 2024-08-29 11:48:17.801 | [3561 Async ks-alt-member-user:32555]: Waiting for completion of get_or_add_user_project_role member ae41559023c54c8faac1bfcfcdcf8397 17dd415aa7784bfd946bb8a49ad437c3 running on PID 32555 (10 other jobs running) 2024-08-29 11:48:17.818 | [3561 Async ks-alt-member-user:32555]: Signaling child to exit 2024-08-29 11:48:17.819 | WAKEUP 2024-08-29 11:48:17.835 | [3561 Async ks-alt-member-user:32555]: Signaled 2024-08-29 11:48:17.836 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.836 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.836 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.836 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.836 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.836 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.836 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.836 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.836 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.836 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user ae41559023c54c8faac1bfcfcdcf8397 --project 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:17.836 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ae41559023c54c8faac1bfcfcdcf8397 --project 17dd415aa7784bfd946bb8a49ad437c3 -c Role -f value 2024-08-29 11:48:17.836 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.836 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.836 | + functions-common:get_or_add_user_project_role:1003 : echo fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.836 | fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:17.875 | [3561 Async ks-alt-member-user:32555]: finished get_or_add_user_project_role member ae41559023c54c8faac1bfcfcdcf8397 17dd415aa7784bfd946bb8a49ad437c3 with result 0 in 3 seconds 2024-08-29 11:48:17.901 | [3561 Async ks-alt-reader-user:32729]: Waiting for completion of get_or_add_user_project_role reader 5104a64dac7a428e8107f4a263f4e096 17dd415aa7784bfd946bb8a49ad437c3 running on PID 32729 (9 other jobs running) 2024-08-29 11:48:17.916 | [3561 Async ks-alt-reader-user:32729]: Signaling child to exit 2024-08-29 11:48:17.917 | WAKEUP 2024-08-29 11:48:17.932 | [3561 Async ks-alt-reader-user:32729]: Signaled 2024-08-29 11:48:17.933 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:17.934 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:17.934 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 11:48:17.934 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:17.934 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:17.934 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:17.934 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:17.934 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:17.934 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 11:48:17.934 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 5104a64dac7a428e8107f4a263f4e096 --project 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:17.934 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 5104a64dac7a428e8107f4a263f4e096 --project 17dd415aa7784bfd946bb8a49ad437c3 -c Role -f value 2024-08-29 11:48:17.934 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:17.934 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:17.934 | + functions-common:get_or_add_user_project_role:1003 : echo 725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:17.934 | 725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:17.967 | [3561 Async ks-alt-reader-user:32729]: finished get_or_add_user_project_role reader 5104a64dac7a428e8107f4a263f4e096 17dd415aa7784bfd946bb8a49ad437c3 with result 0 in 3 seconds 2024-08-29 11:48:17.971 | + inc/async:async_wait:197 : return 0 2024-08-29 11:48:17.973 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-08-29 11:48:18.015 | [3561 Async ks-system-member:32964]: Waiting for completion of get_or_add_user_system_role member 9d5b5dba910f459abd1d94cbbdce5cbc all running on PID 32964 (8 other jobs running) 2024-08-29 11:48:18.034 | [3561 Async ks-system-member:32964]: Signaling child to exit 2024-08-29 11:48:18.034 | WAKEUP 2024-08-29 11:48:18.049 | [3561 Async ks-system-member:32964]: Signaled 2024-08-29 11:48:18.051 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-29 11:48:18.051 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-29 11:48:18.051 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-29 11:48:18.051 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:18.051 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:18.051 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:18.051 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:18.051 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:18.051 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-29 11:48:18.051 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9d5b5dba910f459abd1d94cbbdce5cbc --system all -f value -c Role 2024-08-29 11:48:18.051 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:18.051 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-29 11:48:18.051 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-29 11:48:18.052 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 9d5b5dba910f459abd1d94cbbdce5cbc --system all 2024-08-29 11:48:18.052 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9d5b5dba910f459abd1d94cbbdce5cbc --system all -f value -c Role 2024-08-29 11:48:18.052 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:18.052 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:18.052 | + functions-common:get_or_add_user_system_role:1053 : echo fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:18.052 | fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:18.085 | [3561 Async ks-system-member:32964]: finished get_or_add_user_system_role member 9d5b5dba910f459abd1d94cbbdce5cbc all with result 0 in 4 seconds 2024-08-29 11:48:18.112 | [3561 Async ks-system-reader:33174]: Waiting for completion of get_or_add_user_system_role reader 7e2f7adef1944c44822bcb81a1e3c496 all running on PID 33174 (7 other jobs running) 2024-08-29 11:48:18.136 | [3561 Async ks-system-reader:33174]: Signaling child to exit 2024-08-29 11:48:18.666 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:18.684 | [33174 Async ks-system-reader:33174]: finished successfully 2024-08-29 11:48:18.701 | WAKEUP 2024-08-29 11:48:18.717 | [3561 Async ks-system-reader:33174]: Signaled 2024-08-29 11:48:18.717 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-29 11:48:18.717 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-29 11:48:18.717 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-29 11:48:18.717 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:18.718 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:18.718 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 11:48:18.718 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 11:48:18.718 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 11:48:18.718 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-29 11:48:18.718 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 7e2f7adef1944c44822bcb81a1e3c496 --system all -f value -c Role 2024-08-29 11:48:18.718 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:18.718 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-29 11:48:18.718 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-29 11:48:18.718 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 7e2f7adef1944c44822bcb81a1e3c496 --system all 2024-08-29 11:48:18.718 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 7e2f7adef1944c44822bcb81a1e3c496 --system all -f value -c Role 2024-08-29 11:48:18.718 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:18.718 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:18.718 | + functions-common:get_or_add_user_system_role:1053 : echo 725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:18.718 | 725af20d192f4310b99b24b1daae7a2d 2024-08-29 11:48:18.748 | [3561 Async ks-system-reader:33174]: finished get_or_add_user_system_role reader 7e2f7adef1944c44822bcb81a1e3c496 all with result 0 in 4 seconds 2024-08-29 11:48:18.751 | + inc/async:async_wait:197 : return 0 2024-08-29 11:48:18.753 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-08-29 11:48:18.790 | [3561 Async ks-group-memberdemo:33441]: Waiting for completion of get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d running on PID 33441 (6 other jobs running) 2024-08-29 11:48:18.808 | [3561 Async ks-group-memberdemo:33441]: Signaling child to exit 2024-08-29 11:48:20.255 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:20.274 | [33441 Async ks-group-memberdemo:33441]: finished successfully 2024-08-29 11:48:20.291 | WAKEUP 2024-08-29 11:48:20.307 | [3561 Async ks-group-memberdemo:33441]: Signaled 2024-08-29 11:48:20.308 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 11:48:20.308 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group bb48310e7f6d44b3ab3c4b5c5375e1cb --project 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:20.308 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group bb48310e7f6d44b3ab3c4b5c5375e1cb --project 0c970e552d9f4093a00c8a63ad3f1a4d -f value -c Role 2024-08-29 11:48:20.308 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:20.308 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:20.308 | + functions-common:get_or_add_group_project_role:1072 : echo fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:20.308 | fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:20.340 | [3561 Async ks-group-memberdemo:33441]: finished get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d with result 0 in 3 seconds 2024-08-29 11:48:20.368 | [3561 Async ks-group-anotherdemo:33520]: Waiting for completion of get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d running on PID 33520 (5 other jobs running) 2024-08-29 11:48:20.387 | [3561 Async ks-group-anotherdemo:33520]: Signaling child to exit 2024-08-29 11:48:20.604 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:20.624 | [33520 Async ks-group-anotherdemo:33520]: finished successfully 2024-08-29 11:48:20.629 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:20.646 | WAKEUP 2024-08-29 11:48:20.648 | [33600 Async ks-group-memberalt:33600]: finished successfully 2024-08-29 11:48:20.664 | [3561 Async ks-group-anotherdemo:33520]: Signaled 2024-08-29 11:48:20.664 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 11:48:20.665 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group bb48310e7f6d44b3ab3c4b5c5375e1cb --project 0c970e552d9f4093a00c8a63ad3f1a4d 2024-08-29 11:48:20.665 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group bb48310e7f6d44b3ab3c4b5c5375e1cb --project 0c970e552d9f4093a00c8a63ad3f1a4d -f value -c Role 2024-08-29 11:48:20.665 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:20.665 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:20.665 | + functions-common:get_or_add_group_project_role:1072 : echo f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:20.665 | f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:20.699 | [3561 Async ks-group-anotherdemo:33520]: finished get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 0c970e552d9f4093a00c8a63ad3f1a4d with result 0 in 3 seconds 2024-08-29 11:48:20.726 | [3561 Async ks-group-memberalt:33600]: Waiting for completion of get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 running on PID 33600 (4 other jobs running) 2024-08-29 11:48:20.746 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:20.747 | [3561 Async ks-group-memberalt:33600]: Signaling child to exit 2024-08-29 11:48:20.747 | WAKEUP 2024-08-29 11:48:20.764 | [3561 Async ks-group-memberalt:33600]: Signaled 2024-08-29 11:48:20.765 | [33680 Async ks-group-anotheralt:33680]: finished successfully 2024-08-29 11:48:20.765 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 11:48:20.765 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group bb48310e7f6d44b3ab3c4b5c5375e1cb --project 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:20.765 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group bb48310e7f6d44b3ab3c4b5c5375e1cb --project 17dd415aa7784bfd946bb8a49ad437c3 -f value -c Role 2024-08-29 11:48:20.765 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:20.765 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:20.765 | + functions-common:get_or_add_group_project_role:1072 : echo fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:20.765 | fdb579fa10204d6a9f9082aadca89426 2024-08-29 11:48:20.797 | [3561 Async ks-group-memberalt:33600]: finished get_or_add_group_project_role member bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 with result 0 in 3 seconds 2024-08-29 11:48:20.823 | [3561 Async ks-group-anotheralt:33680]: Waiting for completion of get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 running on PID 33680 (3 other jobs running) 2024-08-29 11:48:20.842 | [3561 Async ks-group-anotheralt:33680]: Signaling child to exit 2024-08-29 11:48:20.842 | WAKEUP 2024-08-29 11:48:20.842 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:20.859 | [3561 Async ks-group-anotheralt:33680]: Signaled 2024-08-29 11:48:20.860 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 11:48:20.860 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group bb48310e7f6d44b3ab3c4b5c5375e1cb --project 17dd415aa7784bfd946bb8a49ad437c3 2024-08-29 11:48:20.860 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group bb48310e7f6d44b3ab3c4b5c5375e1cb --project 17dd415aa7784bfd946bb8a49ad437c3 -f value -c Role 2024-08-29 11:48:20.860 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:20.860 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:20.860 | + functions-common:get_or_add_group_project_role:1072 : echo f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:20.860 | f06b9ce7cdcb4a28aaa361d9c1102473 2024-08-29 11:48:20.861 | [33818 Async ks-group-admin:33818]: finished successfully 2024-08-29 11:48:20.892 | [3561 Async ks-group-anotheralt:33680]: finished get_or_add_group_project_role anotherrole bb48310e7f6d44b3ab3c4b5c5375e1cb 17dd415aa7784bfd946bb8a49ad437c3 with result 0 in 3 seconds 2024-08-29 11:48:20.919 | [3561 Async ks-group-admin:33818]: Waiting for completion of get_or_add_group_project_role admin 71ca4a1ab7104ca2b3dd554aac4bcb15 7386534ab8334806bb50f77e095e084c running on PID 33818 (2 other jobs running) 2024-08-29 11:48:20.936 | [3561 Async ks-group-admin:33818]: Signaling child to exit 2024-08-29 11:48:20.936 | WAKEUP 2024-08-29 11:48:20.952 | [3561 Async ks-group-admin:33818]: Signaled 2024-08-29 11:48:20.953 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 11:48:20.953 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 71ca4a1ab7104ca2b3dd554aac4bcb15 --project 7386534ab8334806bb50f77e095e084c 2024-08-29 11:48:20.953 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 71ca4a1ab7104ca2b3dd554aac4bcb15 --project 7386534ab8334806bb50f77e095e084c -f value -c Role 2024-08-29 11:48:20.953 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:20.953 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:20.953 | + functions-common:get_or_add_group_project_role:1072 : echo fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:20.953 | fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:20.984 | [3561 Async ks-group-admin:33818]: finished get_or_add_group_project_role admin 71ca4a1ab7104ca2b3dd554aac4bcb15 7386534ab8334806bb50f77e095e084c with result 0 in 3 seconds 2024-08-29 11:48:20.987 | + inc/async:async_wait:197 : return 0 2024-08-29 11:48:20.989 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-08-29 11:48:21.002 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:48:21.004 | + stack.sh:main:1111 : is_service_enabled nova 2024-08-29 11:48:21.017 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:21.019 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2024-08-29 11:48:21.022 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-08-29 11:48:21.069 | + inc/async:async_inner:63 : create_nova_accounts 2024-08-29 11:48:21.098 | [3561 Async create_nova_accounts:35667]: running: create_nova_accounts 2024-08-29 11:48:21.100 | + stack.sh:main:1114 : is_service_enabled glance 2024-08-29 11:48:21.114 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:21.116 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2024-08-29 11:48:21.117 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-08-29 11:48:21.164 | + inc/async:async_inner:63 : create_glance_accounts 2024-08-29 11:48:21.196 | [3561 Async create_glance_accounts:35790]: running: create_glance_accounts 2024-08-29 11:48:21.198 | + stack.sh:main:1117 : is_service_enabled cinder 2024-08-29 11:48:21.215 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:21.217 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2024-08-29 11:48:21.223 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-08-29 11:48:21.273 | + inc/async:async_inner:63 : create_cinder_accounts 2024-08-29 11:48:21.303 | [3561 Async create_cinder_accounts:35929]: running: create_cinder_accounts 2024-08-29 11:48:21.305 | + stack.sh:main:1120 : is_service_enabled neutron 2024-08-29 11:48:21.322 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:21.324 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2024-08-29 11:48:21.325 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-08-29 11:48:21.384 | + inc/async:async_inner:63 : create_neutron_accounts 2024-08-29 11:48:21.417 | [3561 Async create_neutron_accounts:36072]: running: create_neutron_accounts 2024-08-29 11:48:21.419 | + stack.sh:main:1123 : is_service_enabled swift 2024-08-29 11:48:21.435 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:48:21.436 | + stack.sh:main:1132 : is_service_enabled horizon 2024-08-29 11:48:21.453 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:48:21.455 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-08-29 11:48:21.491 | [3561 Async create_nova_accounts:35667]: Waiting for completion of create_nova_accounts running on PID 35667 (5 other jobs running) 2024-08-29 11:48:21.509 | [3561 Async create_nova_accounts:35667]: Signaling child to exit 2024-08-29 11:48:35.073 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:35.092 | [36072 Async create_neutron_accounts:36072]: finished successfully 2024-08-29 11:48:43.839 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:43.857 | [35929 Async create_cinder_accounts:35929]: finished successfully 2024-08-29 11:48:44.958 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:44.978 | [35667 Async create_nova_accounts:35667]: finished successfully 2024-08-29 11:48:44.995 | WAKEUP 2024-08-29 11:48:45.011 | [3561 Async create_nova_accounts:35667]: Signaled 2024-08-29 11:48:45.012 | + 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 ]] 2024-08-29 11:48:45.012 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-08-29 11:48:45.012 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-08-29 11:48:45.012 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:45.012 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 11:48:45.012 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 11:48:45.012 | ++ 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 2024-08-29 11:48:45.012 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | + functions-common:get_or_create_user:938 : user_id=16fa4debbc184342801c1e7bea7cbf09 2024-08-29 11:48:45.012 | + functions-common:get_or_create_user:939 : echo 16fa4debbc184342801c1e7bea7cbf09 2024-08-29 11:48:45.012 | 16fa4debbc184342801c1e7bea7cbf09 2024-08-29 11:48:45.012 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:45.012 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 11:48:45.012 | + 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 2024-08-29 11:48:45.012 | ++ 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 2024-08-29 11:48:45.012 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:1003 : echo 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.012 | 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.012 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-29 11:48:45.012 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:45.012 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 11:48:45.012 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 11:48:45.012 | + 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 2024-08-29 11:48:45.012 | ++ 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 2024-08-29 11:48:45.012 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:45.012 | + functions-common:get_or_add_user_project_role:1003 : echo fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:45.012 | fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:48:45.012 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-08-29 11:48:45.012 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-08-29 11:48:45.012 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-08-29 11:48:45.012 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-08-29 11:48:45.012 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 11:48:45.012 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-08-29 11:48:45.012 | ++ 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 2024-08-29 11:48:45.012 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 11:48:45.012 | 380a720e209442e89f2921baf1f61587' 2024-08-29 11:48:45.012 | + functions-common:get_or_create_service:1090 : echo 380a720e209442e89f2921baf1f61587 2024-08-29 11:48:45.012 | 380a720e209442e89f2921baf1f61587 2024-08-29 11:48:45.012 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 11:48:45.012 | ++ 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 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 11:48:45.012 | +++ 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 2024-08-29 11:48:45.012 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 11:48:45.012 | +++ 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 2024-08-29 11:48:45.012 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=11d84d09abc24aa3972dba46150655f0 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 11d84d09abc24aa3972dba46150655f0 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1123 : public_id=11d84d09abc24aa3972dba46150655f0 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1132 : echo 11d84d09abc24aa3972dba46150655f0 2024-08-29 11:48:45.012 | 11d84d09abc24aa3972dba46150655f0 2024-08-29 11:48:45.012 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-08-29 11:48:45.012 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 11:48:45.012 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-08-29 11:48:45.012 | ++ 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 2024-08-29 11:48:45.012 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 11:48:45.012 | 49b9dac5379042eb80507e9530d96b97' 2024-08-29 11:48:45.012 | + functions-common:get_or_create_service:1090 : echo 49b9dac5379042eb80507e9530d96b97 2024-08-29 11:48:45.012 | 49b9dac5379042eb80507e9530d96b97 2024-08-29 11:48:45.012 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 11:48:45.012 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 11:48:45.012 | +++ 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 2024-08-29 11:48:45.012 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 11:48:45.012 | +++ 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 2024-08-29 11:48:45.012 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=035769c5eccf43b58d38776d7384e917 2024-08-29 11:48:45.012 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 035769c5eccf43b58d38776d7384e917 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1123 : public_id=035769c5eccf43b58d38776d7384e917 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 11:48:45.012 | + functions-common:get_or_create_endpoint:1132 : echo 035769c5eccf43b58d38776d7384e917 2024-08-29 11:48:45.012 | 035769c5eccf43b58d38776d7384e917 2024-08-29 11:48:45.013 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-08-29 11:48:45.013 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:45.013 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-08-29 11:48:45.013 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:48:45.013 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-08-29 11:48:45.013 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:48:45.013 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-08-29 11:48:45.013 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:45.013 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-08-29 11:48:45.043 | [3561 Async create_nova_accounts:35667]: finished create_nova_accounts with result 0 in 23 seconds 2024-08-29 11:48:45.069 | [3561 Async create_glance_accounts:35790]: Waiting for completion of create_glance_accounts running on PID 35790 (4 other jobs running) 2024-08-29 11:48:45.086 | [3561 Async create_glance_accounts:35790]: Signaling child to exit 2024-08-29 11:48:45.769 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:45.788 | [35790 Async create_glance_accounts:35790]: finished successfully 2024-08-29 11:48:45.805 | WAKEUP 2024-08-29 11:48:45.821 | [3561 Async create_glance_accounts:35790]: Signaled 2024-08-29 11:48:45.822 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-08-29 11:48:45.822 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:45.822 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-08-29 11:48:45.822 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-08-29 11:48:45.822 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:45.822 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 11:48:45.822 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 11:48:45.822 | ++ 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 2024-08-29 11:48:45.822 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.822 | + functions-common:get_or_create_user:938 : user_id=337104213b224a5ba04d69bbd4e8ac5a 2024-08-29 11:48:45.822 | + functions-common:get_or_create_user:939 : echo 337104213b224a5ba04d69bbd4e8ac5a 2024-08-29 11:48:45.822 | 337104213b224a5ba04d69bbd4e8ac5a 2024-08-29 11:48:45.822 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-08-29 11:48:45.822 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:45.822 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:45.822 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 11:48:45.822 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:45.822 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:45.822 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 11:48:45.822 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 11:48:45.822 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 11:48:45.822 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 11:48:45.822 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 11:48:45.822 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 11:48:45.822 | + 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 2024-08-29 11:48:45.822 | ++ 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 2024-08-29 11:48:45.822 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.822 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.823 | + functions-common:get_or_add_user_project_role:1003 : echo 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.823 | 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.823 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 11:48:45.823 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-08-29 11:48:45.823 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:48:45.823 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-08-29 11:48:45.823 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 11:48:45.823 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-08-29 11:48:45.823 | ++ 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 2024-08-29 11:48:45.823 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.823 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 11:48:45.823 | 0d9063fd56874fdfae98c517e93f0cca' 2024-08-29 11:48:45.823 | + functions-common:get_or_create_service:1090 : echo 0d9063fd56874fdfae98c517e93f0cca 2024-08-29 11:48:45.823 | 0d9063fd56874fdfae98c517e93f0cca 2024-08-29 11:48:45.823 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-08-29 11:48:45.823 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 11:48:45.823 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-08-29 11:48:45.823 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 11:48:45.823 | +++ 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 2024-08-29 11:48:45.823 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.823 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 11:48:45.823 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 11:48:45.823 | +++ 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 2024-08-29 11:48:45.823 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.823 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=0350724d9aab45dda216e5736f348d1d 2024-08-29 11:48:45.823 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 0350724d9aab45dda216e5736f348d1d 2024-08-29 11:48:45.823 | + functions-common:get_or_create_endpoint:1123 : public_id=0350724d9aab45dda216e5736f348d1d 2024-08-29 11:48:45.823 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 11:48:45.823 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 11:48:45.823 | + functions-common:get_or_create_endpoint:1132 : echo 0350724d9aab45dda216e5736f348d1d 2024-08-29 11:48:45.823 | 0350724d9aab45dda216e5736f348d1d 2024-08-29 11:48:45.823 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-08-29 11:48:45.823 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-08-29 11:48:45.823 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-29 11:48:45.823 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.823 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-08-29 11:48:45.823 | ++ functions-common:get_or_create_domain:901 : echo default 2024-08-29 11:48:45.823 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-08-29 11:48:45.823 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-08-29 11:48:45.823 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-08-29 11:48:45.823 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-08-29 11:48:45.823 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-08-29 11:48:45.823 | + 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 2024-08-29 11:48:45.823 | +---------------+----------------------------------+ 2024-08-29 11:48:45.823 | | Field | Value | 2024-08-29 11:48:45.823 | +---------------+----------------------------------+ 2024-08-29 11:48:45.823 | | default_limit | 1000 | 2024-08-29 11:48:45.823 | | description | None | 2024-08-29 11:48:45.823 | | id | 888077fbaf35465e8ffb36be02f000d7 | 2024-08-29 11:48:45.823 | | region_id | RegionOne | 2024-08-29 11:48:45.823 | | resource_name | image_size_total | 2024-08-29 11:48:45.823 | | service_id | 0d9063fd56874fdfae98c517e93f0cca | 2024-08-29 11:48:45.823 | +---------------+----------------------------------+ 2024-08-29 11:48:45.823 | + 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 2024-08-29 11:48:45.823 | +---------------+----------------------------------+ 2024-08-29 11:48:45.823 | | Field | Value | 2024-08-29 11:48:45.824 | +---------------+----------------------------------+ 2024-08-29 11:48:45.824 | | default_limit | 1000 | 2024-08-29 11:48:45.824 | | description | None | 2024-08-29 11:48:45.824 | | id | cbcb153c951441b2968f9e690b0fd3f2 | 2024-08-29 11:48:45.824 | | region_id | RegionOne | 2024-08-29 11:48:45.824 | | resource_name | image_stage_total | 2024-08-29 11:48:45.824 | | service_id | 0d9063fd56874fdfae98c517e93f0cca | 2024-08-29 11:48:45.824 | +---------------+----------------------------------+ 2024-08-29 11:48:45.824 | + 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 2024-08-29 11:48:45.824 | +---------------+----------------------------------+ 2024-08-29 11:48:45.824 | | Field | Value | 2024-08-29 11:48:45.824 | +---------------+----------------------------------+ 2024-08-29 11:48:45.824 | | default_limit | 100 | 2024-08-29 11:48:45.824 | | description | None | 2024-08-29 11:48:45.824 | | id | 00d5580835f14811a28219dfdb59c8f2 | 2024-08-29 11:48:45.824 | | region_id | RegionOne | 2024-08-29 11:48:45.824 | | resource_name | image_count_total | 2024-08-29 11:48:45.824 | | service_id | 0d9063fd56874fdfae98c517e93f0cca | 2024-08-29 11:48:45.824 | +---------------+----------------------------------+ 2024-08-29 11:48:45.824 | + 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 2024-08-29 11:48:45.824 | +---------------+----------------------------------+ 2024-08-29 11:48:45.824 | | Field | Value | 2024-08-29 11:48:45.824 | +---------------+----------------------------------+ 2024-08-29 11:48:45.824 | | default_limit | 100 | 2024-08-29 11:48:45.824 | | description | None | 2024-08-29 11:48:45.824 | | id | 5c9b4bab25c1426aba58ce451d63e5b7 | 2024-08-29 11:48:45.824 | | region_id | RegionOne | 2024-08-29 11:48:45.824 | | resource_name | image_count_uploading | 2024-08-29 11:48:45.824 | | service_id | 0d9063fd56874fdfae98c517e93f0cca | 2024-08-29 11:48:45.824 | +---------------+----------------------------------+ 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-08-29 11:48:45.824 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-08-29 11:48:45.824 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 0350724d9aab45dda216e5736f348d1d 2024-08-29 11:48:45.824 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-08-29 11:48:45.853 | [3561 Async create_glance_accounts:35790]: finished create_glance_accounts with result 0 in 24 seconds 2024-08-29 11:48:45.878 | [3561 Async create_cinder_accounts:35929]: Waiting for completion of create_cinder_accounts running on PID 35929 (3 other jobs running) 2024-08-29 11:48:45.895 | [3561 Async create_cinder_accounts:35929]: Signaling child to exit 2024-08-29 11:48:45.895 | WAKEUP 2024-08-29 11:48:45.911 | [3561 Async create_cinder_accounts:35929]: Signaled 2024-08-29 11:48:45.911 | + 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 ]] 2024-08-29 11:48:45.912 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-08-29 11:48:45.912 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-08-29 11:48:45.912 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:48:45.912 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-08-29 11:48:45.912 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-08-29 11:48:45.912 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:45.912 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 11:48:45.912 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 11:48:45.912 | ++ 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 2024-08-29 11:48:45.912 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.912 | + functions-common:get_or_create_user:938 : user_id=5fa5f0cdfb4f41688543e41bfd2df84d 2024-08-29 11:48:45.912 | + functions-common:get_or_create_user:939 : echo 5fa5f0cdfb4f41688543e41bfd2df84d 2024-08-29 11:48:45.912 | 5fa5f0cdfb4f41688543e41bfd2df84d 2024-08-29 11:48:45.912 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-08-29 11:48:45.912 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:45.912 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:45.912 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 11:48:45.912 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:45.912 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:45.912 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 11:48:45.912 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 11:48:45.912 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 11:48:45.912 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 11:48:45.912 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 11:48:45.912 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 11:48:45.912 | + 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 2024-08-29 11:48:45.912 | ++ 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 2024-08-29 11:48:45.912 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.912 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.912 | + functions-common:get_or_add_user_project_role:1003 : echo 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.912 | 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:45.912 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 11:48:45.912 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-08-29 11:48:45.912 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 11:48:45.912 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-08-29 11:48:45.912 | ++ 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 2024-08-29 11:48:45.912 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.913 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 11:48:45.913 | 288a2e7dbdee48a8b42fcb86723a86de' 2024-08-29 11:48:45.913 | + functions-common:get_or_create_service:1090 : echo 288a2e7dbdee48a8b42fcb86723a86de 2024-08-29 11:48:45.913 | 288a2e7dbdee48a8b42fcb86723a86de 2024-08-29 11:48:45.913 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-08-29 11:48:45.913 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 11:48:45.913 | ++ 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 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 11:48:45.913 | +++ 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 2024-08-29 11:48:45.913 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 11:48:45.913 | +++ 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 2024-08-29 11:48:45.913 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a6c1c7e6d4a647dbb9a1099e7ce25f91 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a6c1c7e6d4a647dbb9a1099e7ce25f91 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1123 : public_id=a6c1c7e6d4a647dbb9a1099e7ce25f91 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1132 : echo a6c1c7e6d4a647dbb9a1099e7ce25f91 2024-08-29 11:48:45.913 | a6c1c7e6d4a647dbb9a1099e7ce25f91 2024-08-29 11:48:45.913 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-08-29 11:48:45.913 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 11:48:45.913 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-08-29 11:48:45.913 | ++ 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 2024-08-29 11:48:45.913 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.913 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 11:48:45.913 | 95c6280aefbe4df8be0ac2ea8c6bf5b0' 2024-08-29 11:48:45.913 | + functions-common:get_or_create_service:1090 : echo 95c6280aefbe4df8be0ac2ea8c6bf5b0 2024-08-29 11:48:45.913 | 95c6280aefbe4df8be0ac2ea8c6bf5b0 2024-08-29 11:48:45.913 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 11:48:45.913 | ++ 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 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 11:48:45.913 | +++ 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 2024-08-29 11:48:45.913 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 11:48:45.913 | +++ 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 2024-08-29 11:48:45.913 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=0b6524a6f0104699887d7b4d1b341763 2024-08-29 11:48:45.913 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 0b6524a6f0104699887d7b4d1b341763 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1123 : public_id=0b6524a6f0104699887d7b4d1b341763 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 11:48:45.913 | + functions-common:get_or_create_endpoint:1132 : echo 0b6524a6f0104699887d7b4d1b341763 2024-08-29 11:48:45.913 | 0b6524a6f0104699887d7b4d1b341763 2024-08-29 11:48:45.914 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-08-29 11:48:45.914 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-08-29 11:48:45.914 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 11:48:45.914 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-08-29 11:48:45.914 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.914 | ++ functions-common:get_or_create_project:951 : project_id=315a530aa4b447df86b5d098ce2aca2a 2024-08-29 11:48:45.914 | ++ functions-common:get_or_create_project:952 : echo 315a530aa4b447df86b5d098ce2aca2a 2024-08-29 11:48:45.914 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 315a530aa4b447df86b5d098ce2aca2a 2024-08-29 11:48:45.914 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-08-29 11:48:45.914 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:45.914 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 11:48:45.914 | ++ functions-common:get_or_create_user:926 : local email= 2024-08-29 11:48:45.914 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-08-29 11:48:45.914 | No password was supplied, authentication will fail when a user does not have a password. 2024-08-29 11:48:45.914 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:45.914 | ++ functions-common:get_or_create_user:938 : user_id=5fa5f0cdfb4f41688543e41bfd2df84d 2024-08-29 11:48:45.914 | ++ functions-common:get_or_create_user:939 : echo 5fa5f0cdfb4f41688543e41bfd2df84d 2024-08-29 11:48:45.914 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 5fa5f0cdfb4f41688543e41bfd2df84d 2024-08-29 11:48:45.942 | [3561 Async create_cinder_accounts:35929]: finished create_cinder_accounts with result 0 in 22 seconds 2024-08-29 11:48:45.945 | + inc/async:async_wait:197 : return 0 2024-08-29 11:48:45.947 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-08-29 11:48:45.983 | [3561 Async create_neutron_accounts:36072]: Waiting for completion of create_neutron_accounts running on PID 36072 (2 other jobs running) 2024-08-29 11:48:46.000 | [3561 Async create_neutron_accounts:36072]: Signaling child to exit 2024-08-29 11:48:46.000 | WAKEUP 2024-08-29 11:48:46.016 | [3561 Async create_neutron_accounts:36072]: Signaled 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-08-29 11:48:46.017 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-08-29 11:48:46.017 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-08-29 11:48:46.017 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:48:46.017 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 11:48:46.017 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 11:48:46.017 | ++ 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 2024-08-29 11:48:46.017 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:46.017 | + functions-common:get_or_create_user:938 : user_id=bb11c72aa5804ebfac8c6bba00b637fb 2024-08-29 11:48:46.017 | + functions-common:get_or_create_user:939 : echo bb11c72aa5804ebfac8c6bba00b637fb 2024-08-29 11:48:46.017 | bb11c72aa5804ebfac8c6bba00b637fb 2024-08-29 11:48:46.017 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-08-29 11:48:46.017 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:48:46.017 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:48:46.017 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 11:48:46.017 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:48:46.017 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:48:46.017 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 11:48:46.017 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 11:48:46.017 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 11:48:46.017 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 11:48:46.017 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 11:48:46.017 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 11:48:46.017 | + 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 2024-08-29 11:48:46.017 | ++ 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 2024-08-29 11:48:46.017 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:46.017 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:46.017 | + functions-common:get_or_add_user_project_role:1003 : echo 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:46.017 | 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:48:46.017 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-08-29 11:48:46.017 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 11:48:46.017 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-08-29 11:48:46.017 | ++ 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 2024-08-29 11:48:46.017 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:46.017 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 11:48:46.017 | 42f9eb22ca9c4fe4a089c8097d3b98fa' 2024-08-29 11:48:46.017 | + functions-common:get_or_create_service:1090 : echo 42f9eb22ca9c4fe4a089c8097d3b98fa 2024-08-29 11:48:46.017 | 42f9eb22ca9c4fe4a089c8097d3b98fa 2024-08-29 11:48:46.017 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-08-29 11:48:46.017 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 11:48:46.017 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-08-29 11:48:46.017 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 11:48:46.017 | +++ 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 2024-08-29 11:48:46.017 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:46.017 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 11:48:46.018 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 11:48:46.018 | +++ 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 2024-08-29 11:48:46.018 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:48:46.018 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=a4b6637b61b448538498806105a51825 2024-08-29 11:48:46.018 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo a4b6637b61b448538498806105a51825 2024-08-29 11:48:46.018 | + functions-common:get_or_create_endpoint:1123 : public_id=a4b6637b61b448538498806105a51825 2024-08-29 11:48:46.018 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 11:48:46.018 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 11:48:46.018 | + functions-common:get_or_create_endpoint:1132 : echo a4b6637b61b448538498806105a51825 2024-08-29 11:48:46.018 | a4b6637b61b448538498806105a51825 2024-08-29 11:48:46.048 | [3561 Async create_neutron_accounts:36072]: finished create_neutron_accounts with result 0 in 13 seconds 2024-08-29 11:48:46.053 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-08-29 11:48:46.057 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-08-29 11:48:46.059 | + inc/async:async_wait:197 : return 0 2024-08-29 11:48:46.061 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2024-08-29 11:48:46.075 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:46.077 | + stack.sh:main:1144 : is_service_enabled glance 2024-08-29 11:48:46.091 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:46.093 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2024-08-29 11:48:46.095 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:48:46.097 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2024-08-29 11:48:46.099 | + stack.sh:main:1146 : async_runfunc init_glance 2024-08-29 11:48:46.101 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-08-29 11:48:46.147 | + inc/async:async_inner:63 : init_glance 2024-08-29 11:48:46.177 | [3561 Async init_glance:38398]: running: init_glance 2024-08-29 11:48:46.179 | + stack.sh:main:1153 : is_service_enabled neutron 2024-08-29 11:48:46.194 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:48:46.196 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2024-08-29 11:48:46.198 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:48:46.200 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2024-08-29 11:48:46.202 | + stack.sh:main:1156 : configure_neutron 2024-08-29 11:48:46.204 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-08-29 11:48:46.206 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-08-29 11:48:46.207 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-08-29 11:48:46.217 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-08-29 11:48:46.219 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-08-29 11:48:50.309 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:48:50.327 | [38398 Async init_glance:38398]: finished successfully 2024-08-29 11:49:05.795 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-08-29 11:49:05.799 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-08-29 11:49:05.801 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-08-29 11:49:05.803 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-08-29 11:49:05.805 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-08-29 11:49:05.807 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-08-29 11:49:05.808 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-08-29 11:49:05.810 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-08-29 11:49:05.812 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-08-29 11:49:05.814 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-08-29 11:49:05.816 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-08-29 11:49:05.818 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-08-29 11:49:05.820 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-08-29 11:49:05.821 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-08-29 11:49:05.823 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-08-29 11:49:05.825 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-08-29 11:49:05.828 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:05.830 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:05.832 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-08-29 11:49:05.834 | + 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 2024-08-29 11:49:05.838 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-08-29 11:49:05.839 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-08-29 11:49:05.841 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-08-29 11:49:05.843 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-08-29 11:49:05.845 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:49:05.847 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:49:05.848 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-29 11:49:05.851 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-29 11:49:05.875 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-08-29 11:49:05.899 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-08-29 11:49:05.923 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-08-29 11:49:05.946 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-08-29 11:49:05.969 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-08-29 11:49:05.994 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-08-29 11:49:05.996 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-08-29 11:49:05.998 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-08-29 11:49:06.000 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 11:49:06.003 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 11:49:06.016 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 11:49:06.017 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 11:49:06.019 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 11:49:06.021 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 11:49:06.023 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-08-29 11:49:06.047 | + 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' 2024-08-29 11:49:06.070 | + 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' 2024-08-29 11:49:06.094 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 11:49:06.118 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-08-29 11:49:06.130 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:06.132 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-08-29 11:49:06.134 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-08-29 11:49:06.136 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-08-29 11:49:06.138 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-08-29 11:49:06.140 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-08-29 11:49:06.142 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-08-29 11:49:06.143 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-08-29 11:49:06.145 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-08-29 11:49:06.155 | + 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/ 2024-08-29 11:49:06.164 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-08-29 11:49:06.166 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-08-29 11:49:06.175 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-08-29 11:49:06.184 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-08-29 11:49:06.194 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-29 11:49:06.196 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 11:49:06.199 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-08-29 11:49:06.201 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.CojMPG7nYR 2024-08-29 11:49:06.204 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-29 11:49:06.206 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 11:49:06.208 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.CojMPG7nYR 2024-08-29 11:49:06.210 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.CojMPG7nYR 2024-08-29 11:49:06.219 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.CojMPG7nYR /etc/sudoers.d/neutron-rootwrap 2024-08-29 11:49:06.228 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-08-29 11:49:06.230 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-08-29 11:49:06.232 | + 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' 2024-08-29 11:49:06.255 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 11:49:06.257 | + 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' 2024-08-29 11:49:06.280 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-08-29 11:49:06.282 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-08-29 11:49:06.284 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-08-29 11:49:06.286 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 11:49:06.288 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 11:49:06.290 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 11:49:06.303 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:06.306 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 11:49:06.307 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 11:49:06.309 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 11:49:06.322 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:06.325 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:49:06.327 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 11:49:06.352 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 11:49:06.354 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 11:49:06.356 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-08-29 11:49:06.370 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:06.372 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-08-29 11:49:06.385 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:06.387 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-08-29 11:49:06.389 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:06.391 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:06.393 | + 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' 2024-08-29 11:49:06.419 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 11:49:06.421 | + 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' 2024-08-29 11:49:06.445 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-29 11:49:06.470 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-08-29 11:49:06.471 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-08-29 11:49:06.474 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-08-29 11:49:06.476 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-29 11:49:07.795 | INFO neutron.common.config [-] Logging enabled! 2024-08-29 11:49:07.795 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2024-08-29 11:49:07.796 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39288) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-29 11:49:07.796 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-08-29 11:49:07.797 | 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/tmpo4ljjlt3/privsep.sock'] 2024-08-29 11:49:08.523 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-08-29 11:49:08.523 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpo4ljjlt3/privsep.sock {{(pid=39288) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-08-29 11:49:08.523 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-08-29 11:49:08.524 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-08-29 11:49:08.524 | 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 2024-08-29 11:49:08.524 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39298 2024-08-29 11:49:08.524 | DEBUG oslo.privsep.daemon [-] privsep: reply[1e82861f-dbf5-4e26-bc7d-0e20a5a0d98d]: (2,) {{(pid=39298) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:49:08.612 | 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=39298) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-08-29 11:49:08.622 | 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=39298) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-08-29 11:49:08.623 | DEBUG oslo.privsep.daemon [-] privsep: reply[975e1be5-84b8-45e2-b2a6-152c2a3ad78f]: (4, ('900b6996-b7fd-439a-9c10-b255c6f756b9\n', '')) {{(pid=39298) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:49:08.707 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39288) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 11:49:08.707 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39288) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 11:49:08.707 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39288) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 11:49:08.707 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39288) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 11:49:08.707 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39288) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 11:49:08.708 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39288) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 11:49:08.742 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-29 11:49:08.743 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39288) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-29 11:49:08.743 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39288) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-29 11:49:08.743 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-29 11:49:09.009 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-08-29 11:49:09.011 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-08-29 11:49:09.013 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-08-29 11:49:09.015 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 11:49:09.017 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-08-29 11:49:09.031 | + 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 2024-08-29 11:49:09.044 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-08-29 11:49:09.046 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-08-29 11:49:09.048 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-08-29 11:49:09.073 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-08-29 11:49:09.076 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-08-29 11:49:09.082 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-08-29 11:49:09.084 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-08-29 11:49:09.086 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-08-29 11:49:09.120 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-08-29 11:49:09.132 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-29 11:49:09.134 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-08-29 11:49:09.142 | net.bridge.bridge-nf-call-iptables = 1 2024-08-29 11:49:09.145 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-29 11:49:09.147 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-08-29 11:49:09.153 | net.bridge.bridge-nf-call-ip6tables = 1 2024-08-29 11:49:09.156 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-08-29 11:49:09.158 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-08-29 11:49:09.160 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-08-29 11:49:09.162 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-08-29 11:49:09.164 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-08-29 11:49:09.166 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-08-29 11:49:09.168 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-29 11:49:09.170 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-29 11:49:09.172 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 11:49:09.173 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-29 11:49:09.185 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-08-29 11:49:09.187 | + 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 2024-08-29 11:49:09.215 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-08-29 11:49:09.216 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-08-29 11:49:09.241 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-08-29 11:49:09.265 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-08-29 11:49:09.279 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:09.281 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-08-29 11:49:09.283 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:09.286 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-08-29 11:49:09.311 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-08-29 11:49:09.335 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:09.337 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-08-29 11:49:09.339 | + 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' 2024-08-29 11:49:09.365 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 11:49:09.367 | + 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' 2024-08-29 11:49:09.391 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-08-29 11:49:09.406 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:09.408 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:09.411 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-08-29 11:49:09.436 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:09.438 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-29 11:49:09.440 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 11:49:09.464 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:09.466 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-29 11:49:09.468 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-08-29 11:49:09.470 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-08-29 11:49:09.484 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:09.486 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-08-29 11:49:09.488 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-08-29 11:49:09.491 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-08-29 11:49:09.515 | + 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' 2024-08-29 11:49:09.541 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-08-29 11:49:09.543 | + 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' 2024-08-29 11:49:09.567 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-29 11:49:09.569 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-08-29 11:49:09.593 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-29 11:49:09.595 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-29 11:49:09.597 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 11:49:09.620 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-08-29 11:49:09.622 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-29 11:49:09.624 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-08-29 11:49:09.626 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-29 11:49:10.986 | INFO neutron.common.config [-] Logging enabled! 2024-08-29 11:49:10.986 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2024-08-29 11:49:10.986 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39842) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-29 11:49:11.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39842) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 11:49:11.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39842) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 11:49:11.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39842) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 11:49:11.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39842) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 11:49:11.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39842) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 11:49:11.012 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39842) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 11:49:11.046 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-29 11:49:11.046 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39842) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-29 11:49:11.046 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39842) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-29 11:49:11.048 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-29 11:49:11.373 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-08-29 11:49:11.375 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-08-29 11:49:11.377 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-08-29 11:49:11.380 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-29 11:49:11.382 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-29 11:49:11.384 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 11:49:11.386 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-29 11:49:11.399 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-08-29 11:49:11.401 | + functions:set_mtu:796 : local dev=br-ex 2024-08-29 11:49:11.403 | + functions:set_mtu:797 : local mtu=8950 2024-08-29 11:49:11.406 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-08-29 11:49:11.416 | + 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 2024-08-29 11:49:11.431 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-08-29 11:49:11.434 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-08-29 11:49:11.436 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-08-29 11:49:11.438 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-08-29 11:49:11.440 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-08-29 11:49:11.442 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-08-29 11:49:11.445 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-08-29 11:49:11.446 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-08-29 11:49:11.449 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-08-29 11:49:11.451 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-08-29 11:49:11.453 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-08-29 11:49:11.455 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-08-29 11:49:11.457 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-08-29 11:49:11.459 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-08-29 11:49:11.463 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-08-29 11:49:11.464 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-08-29 11:49:11.469 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-08-29 11:49:11.471 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-08-29 11:49:11.473 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-08-29 11:49:11.475 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-08-29 11:49:11.478 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-08-29 11:49:11.478 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-08-29 11:49:11.479 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-08-29 11:49:11.484 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-08-29 11:49:11.486 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-08-29 11:49:11.488 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-08-29 11:49:11.490 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-08-29 11:49:11.492 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-08-29 11:49:11.494 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-08-29 11:49:11.497 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-08-29 11:49:11.511 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-08-29 11:49:11.511 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-08-29 11:49:11.517 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-08-29 11:49:11.519 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-08-29 11:49:11.534 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:11.536 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-08-29 11:49:11.538 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-08-29 11:49:11.541 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-08-29 11:49:11.567 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-08-29 11:49:11.596 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-08-29 11:49:11.624 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-08-29 11:49:11.626 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-08-29 11:49:11.628 | + 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' 2024-08-29 11:49:11.655 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 11:49:11.658 | + 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' 2024-08-29 11:49:11.685 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 11:49:11.687 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-08-29 11:49:11.702 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:11.704 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-08-29 11:49:11.707 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-08-29 11:49:11.721 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:11.723 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-08-29 11:49:11.738 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:11.740 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-08-29 11:49:11.755 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:11.757 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-08-29 11:49:11.772 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:11.774 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-08-29 11:49:11.776 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-08-29 11:49:11.778 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-08-29 11:49:11.782 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-08-29 11:49:11.784 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-08-29 11:49:11.786 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-08-29 11:49:11.789 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-08-29 11:49:11.792 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-08-29 11:49:11.794 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-08-29 11:49:11.798 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-08-29 11:49:11.801 | + 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 2024-08-29 11:49:11.805 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-08-29 11:49:11.830 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-29 11:49:11.856 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-08-29 11:49:11.881 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-08-29 11:49:11.906 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-08-29 11:49:11.908 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 11:49:11.911 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-08-29 11:49:11.913 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 11:49:11.915 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-08-29 11:49:11.939 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-08-29 11:49:11.964 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-29 11:49:11.989 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-08-29 11:49:12.013 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-08-29 11:49:12.038 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-08-29 11:49:12.064 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-08-29 11:49:12.091 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-08-29 11:49:12.119 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 11:49:12.146 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 11:49:12.173 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-08-29 11:49:12.202 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-08-29 11:49:12.231 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-08-29 11:49:12.234 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 11:49:12.236 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 11:49:12.238 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-29 11:49:12.240 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-08-29 11:49:12.268 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-08-29 11:49:12.296 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-08-29 11:49:12.325 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-08-29 11:49:12.351 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-08-29 11:49:12.376 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-08-29 11:49:12.400 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-08-29 11:49:12.426 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-08-29 11:49:12.451 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-29 11:49:12.476 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-08-29 11:49:12.501 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-08-29 11:49:12.504 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 11:49:12.506 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-29 11:49:12.508 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-08-29 11:49:12.510 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-08-29 11:49:12.534 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-08-29 11:49:12.559 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-08-29 11:49:12.584 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-08-29 11:49:12.608 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-08-29 11:49:12.633 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-08-29 11:49:12.657 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-08-29 11:49:12.683 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-08-29 11:49:12.707 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-08-29 11:49:12.732 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-08-29 11:49:12.757 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-08-29 11:49:12.759 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-08-29 11:49:12.761 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-08-29 11:49:12.763 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-08-29 11:49:12.765 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-08-29 11:49:12.767 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-08-29 11:49:12.769 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-08-29 11:49:12.771 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-08-29 11:49:12.773 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-08-29 11:49:12.775 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-08-29 11:49:12.777 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-08-29 11:49:12.779 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-08-29 11:49:12.781 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-08-29 11:49:12.783 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-08-29 11:49:12.785 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-08-29 11:49:12.787 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-08-29 11:49:12.788 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-08-29 11:49:12.790 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-08-29 11:49:12.792 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2024-08-29 11:49:12.794 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:12.796 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-08-29 11:49:12.798 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-08-29 11:49:12.800 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-08-29 11:49:12.802 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:12.804 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-29 11:49:12.827 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-08-29 11:49:12.829 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:12.831 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 11:49:12.833 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-08-29 11:49:12.835 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-08-29 11:49:12.837 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:12.839 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-08-29 11:49:12.863 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-08-29 11:49:12.865 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2024-08-29 11:49:12.867 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:12.868 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 11:49:12.870 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-08-29 11:49:12.873 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-08-29 11:49:12.874 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:12.876 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-29 11:49:12.899 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-08-29 11:49:12.901 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2024-08-29 11:49:12.903 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:12.905 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 11:49:12.907 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-08-29 11:49:12.909 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-08-29 11:49:12.911 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:12.913 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-29 11:49:12.936 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2024-08-29 11:49:12.938 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:12.940 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 11:49:12.942 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-08-29 11:49:12.944 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-08-29 11:49:12.946 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:12.948 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-08-29 11:49:12.970 | + 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 2024-08-29 11:49:12.972 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:12.974 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-08-29 11:49:12.976 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-08-29 11:49:12.978 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-08-29 11:49:12.980 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:12.982 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2024-08-29 11:49:13.006 | + 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 2024-08-29 11:49:13.008 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:13.010 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-08-29 11:49:13.011 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-29 11:49:13.013 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-29 11:49:13.015 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:13.017 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-08-29 11:49:13.041 | + 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, 2024-08-29 11:49:13.043 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:13.045 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-08-29 11:49:13.047 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-08-29 11:49:13.049 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-08-29 11:49:13.051 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:13.052 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-08-29 11:49:13.076 | + 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 2024-08-29 11:49:13.078 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:13.080 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-08-29 11:49:13.083 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-08-29 11:49:13.085 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-08-29 11:49:13.086 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:13.089 | + 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 2024-08-29 11:49:13.113 | + 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 2024-08-29 11:49:13.115 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:13.116 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-08-29 11:49:13.119 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-29 11:49:13.120 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-29 11:49:13.122 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 11:49:13.124 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-08-29 11:49:13.147 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 11:49:13.150 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-08-29 11:49:13.175 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-08-29 11:49:13.199 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-08-29 11:49:13.201 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2024-08-29 11:49:13.215 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:13.217 | + stack.sh:main:1159 : is_service_enabled neutron 2024-08-29 11:49:13.230 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:13.232 | + stack.sh:main:1160 : async_runfunc init_neutron 2024-08-29 11:49:13.234 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-08-29 11:49:13.281 | + inc/async:async_inner:63 : init_neutron 2024-08-29 11:49:13.311 | [3561 Async init_neutron:41643]: running: init_neutron 2024-08-29 11:49:13.313 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2024-08-29 11:49:13.328 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:13.331 | ++ stack.sh:main:1172 : pidof NetworkManager 2024-08-29 11:49:13.343 | ++ stack.sh:main:1172 : true 2024-08-29 11:49:13.345 | + stack.sh:main:1172 : netman_pid= 2024-08-29 11:49:13.348 | + stack.sh:main:1173 : '[' -z '' ']' 2024-08-29 11:49:13.350 | + stack.sh:main:1174 : sudo killall dnsmasq 2024-08-29 11:49:13.361 | dnsmasq: no process found 2024-08-29 11:49:13.364 | + stack.sh:main:1174 : true 2024-08-29 11:49:13.366 | + stack.sh:main:1179 : clean_iptables 2024-08-29 11:49:13.369 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-08-29 11:49:13.369 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 11:49:13.369 | + lib/nova:clean_iptables:184 : grep nova 2024-08-29 11:49:13.370 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-08-29 11:49:13.370 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-08-29 11:49:13.371 | + lib/nova:clean_iptables:184 : bash 2024-08-29 11:49:13.371 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-08-29 11:49:13.401 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-08-29 11:49:13.401 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-08-29 11:49:13.401 | + lib/nova:clean_iptables:186 : grep nova 2024-08-29 11:49:13.401 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 11:49:13.402 | + lib/nova:clean_iptables:186 : bash 2024-08-29 11:49:13.402 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-08-29 11:49:13.402 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-08-29 11:49:13.413 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-08-29 11:49:13.413 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-08-29 11:49:13.413 | + lib/nova:clean_iptables:188 : grep nova 2024-08-29 11:49:13.413 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-08-29 11:49:13.415 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 11:49:13.415 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-08-29 11:49:13.415 | + lib/nova:clean_iptables:188 : bash 2024-08-29 11:49:13.425 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-08-29 11:49:13.425 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 11:49:13.426 | + lib/nova:clean_iptables:190 : grep nova 2024-08-29 11:49:13.426 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-08-29 11:49:13.426 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-08-29 11:49:13.427 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-08-29 11:49:13.427 | + lib/nova:clean_iptables:190 : bash 2024-08-29 11:49:13.435 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2024-08-29 11:49:13.443 | net.ipv4.ip_forward = 1 2024-08-29 11:49:13.446 | + stack.sh:main:1187 : is_service_enabled nova neutron 2024-08-29 11:49:13.460 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:13.462 | + stack.sh:main:1188 : configure_os_vif 2024-08-29 11:49:13.464 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-08-29 11:49:13.466 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-08-29 11:49:13.493 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-08-29 11:49:13.495 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-08-29 11:49:13.523 | + stack.sh:main:1194 : is_service_enabled swift 2024-08-29 11:49:13.537 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:13.540 | + stack.sh:main:1203 : is_service_enabled cinder 2024-08-29 11:49:13.553 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:13.555 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2024-08-29 11:49:13.557 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:49:13.560 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2024-08-29 11:49:13.561 | + stack.sh:main:1205 : async_runfunc init_cinder 2024-08-29 11:49:13.564 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-08-29 11:49:13.611 | + inc/async:async_inner:63 : init_cinder 2024-08-29 11:49:13.644 | [3561 Async init_cinder:41993]: running: init_cinder 2024-08-29 11:49:13.647 | + stack.sh:main:1211 : is_service_enabled placement 2024-08-29 11:49:13.662 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:13.664 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2024-08-29 11:49:13.667 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:49:13.669 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2024-08-29 11:49:13.671 | + stack.sh:main:1213 : async_runfunc init_placement 2024-08-29 11:49:13.673 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-08-29 11:49:13.722 | + inc/async:async_inner:63 : init_placement 2024-08-29 11:49:13.752 | [3561 Async init_placement:42140]: running: init_placement 2024-08-29 11:49:13.757 | + stack.sh:main:1217 : async_wait init_neutron 2024-08-29 11:49:13.796 | [3561 Async init_neutron:41643]: Waiting for completion of init_neutron running on PID 41643 (5 other jobs running) 2024-08-29 11:49:13.814 | [3561 Async init_neutron:41643]: Signaling child to exit 2024-08-29 11:49:16.916 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:49:16.935 | [41993 Async init_cinder:41993]: finished successfully 2024-08-29 11:49:20.995 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:49:21.014 | [41643 Async init_neutron:41643]: finished successfully 2024-08-29 11:49:21.031 | WAKEUP 2024-08-29 11:49:21.048 | [3561 Async init_neutron:41643]: Signaled 2024-08-29 11:49:21.049 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-08-29 11:49:21.049 | + lib/database:recreate_database:112 : local db=neutron 2024-08-29 11:49:21.049 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-08-29 11:49:21.049 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-08-29 11:49:21.049 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-08-29 11:49:21.049 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-08-29 11:49:21.049 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-08-29 11:49:21.049 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 11:49:21.049 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:21.049 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:21.049 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:21.049 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932153320 2024-08-29 11:49:21.049 | + 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 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-08-29 11:49:21.049 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-08-29 11:49:21.050 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-08-29 11:49:21.051 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-08-29 11:49:21.051 | Running upgrade for neutron ... 2024-08-29 11:49:21.051 | OK 2024-08-29 11:49:21.051 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-08-29 11:49:21.051 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:21.051 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:21.051 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:21.051 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:21.051 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:21.051 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 11:49:21.051 | + functions-common:time_stop:2442 : start_time=1724932153320 2024-08-29 11:49:21.051 | + functions-common:time_stop:2444 : [[ -z 1724932153320 ]] 2024-08-29 11:49:21.051 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:21.051 | + functions-common:time_stop:2447 : end_time=1724932160982 2024-08-29 11:49:21.051 | + functions-common:time_stop:2448 : elapsed_time=7662 2024-08-29 11:49:21.051 | + functions-common:time_stop:2449 : total=2927 2024-08-29 11:49:21.051 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:21.051 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10589 2024-08-29 11:49:21.082 | [3561 Async init_neutron:41643]: finished init_neutron with result 0 in 7 seconds 2024-08-29 11:49:21.085 | + inc/async:async_wait:197 : return 0 2024-08-29 11:49:21.087 | + stack.sh:main:1218 : async_wait init_placement 2024-08-29 11:49:21.126 | [3561 Async init_placement:42140]: Waiting for completion of init_placement running on PID 42140 (4 other jobs running) 2024-08-29 11:49:21.145 | [3561 Async init_placement:42140]: Signaling child to exit 2024-08-29 11:49:31.095 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:49:31.113 | [42140 Async init_placement:42140]: finished successfully 2024-08-29 11:49:31.130 | WAKEUP 2024-08-29 11:49:31.147 | [3561 Async init_placement:42140]: Signaled 2024-08-29 11:49:31.148 | + lib/placement:init_placement:143 : recreate_database placement 2024-08-29 11:49:31.148 | + lib/database:recreate_database:112 : local db=placement 2024-08-29 11:49:31.148 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-08-29 11:49:31.148 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-08-29 11:49:31.148 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-08-29 11:49:31.148 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-08-29 11:49:31.148 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-08-29 11:49:31.148 | + lib/placement:init_placement:145 : create_placement_accounts 2024-08-29 11:49:31.148 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-08-29 11:49:31.148 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-08-29 11:49:31.148 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 11:49:31.148 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 11:49:31.148 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 11:49:31.148 | ++ 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 2024-08-29 11:49:31.148 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:49:31.148 | + functions-common:get_or_create_user:938 : user_id=6c64dcf0a6c24c1fa7754013071ea5c7 2024-08-29 11:49:31.148 | + functions-common:get_or_create_user:939 : echo 6c64dcf0a6c24c1fa7754013071ea5c7 2024-08-29 11:49:31.148 | 6c64dcf0a6c24c1fa7754013071ea5c7 2024-08-29 11:49:31.148 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-08-29 11:49:31.148 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:49:31.148 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:49:31.148 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 11:49:31.148 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:49:31.148 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:49:31.148 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 11:49:31.148 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 11:49:31.148 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 11:49:31.148 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 11:49:31.148 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 11:49:31.148 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 11:49:31.148 | + 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 2024-08-29 11:49:31.148 | ++ 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 2024-08-29 11:49:31.148 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:49:31.148 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:49:31.149 | + functions-common:get_or_add_user_project_role:1003 : echo 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:49:31.149 | 22a7ac65e8bf4958b33b85711a7078a7 2024-08-29 11:49:31.149 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-29 11:49:31.149 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-08-29 11:49:31.149 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 11:49:31.149 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 11:49:31.149 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 11:49:31.149 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 11:49:31.149 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 11:49:31.149 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 11:49:31.149 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 11:49:31.149 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 11:49:31.149 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 11:49:31.149 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 11:49:31.149 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 11:49:31.149 | + 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 2024-08-29 11:49:31.149 | ++ 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 2024-08-29 11:49:31.149 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:49:31.149 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:49:31.149 | + functions-common:get_or_add_user_project_role:1003 : echo fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:49:31.149 | fb20f7486cec4e59b2c11ff20f134a65 2024-08-29 11:49:31.149 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-08-29 11:49:31.149 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-08-29 11:49:31.149 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 11:49:31.149 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-08-29 11:49:31.149 | ++ 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 2024-08-29 11:49:31.149 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:49:31.149 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 11:49:31.149 | 5789e9002fe84c72824620878f296398' 2024-08-29 11:49:31.149 | + functions-common:get_or_create_service:1090 : echo 5789e9002fe84c72824620878f296398 2024-08-29 11:49:31.149 | 5789e9002fe84c72824620878f296398 2024-08-29 11:49:31.149 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-08-29 11:49:31.149 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 11:49:31.149 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-08-29 11:49:31.149 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 11:49:31.149 | +++ 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 2024-08-29 11:49:31.149 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:49:31.149 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 11:49:31.149 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 11:49:31.149 | +++ 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 2024-08-29 11:49:31.150 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:49:31.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e622243786294a0081a425101c5a58bb 2024-08-29 11:49:31.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e622243786294a0081a425101c5a58bb 2024-08-29 11:49:31.150 | + functions-common:get_or_create_endpoint:1123 : public_id=e622243786294a0081a425101c5a58bb 2024-08-29 11:49:31.150 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 11:49:31.150 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 11:49:31.150 | + functions-common:get_or_create_endpoint:1132 : echo e622243786294a0081a425101c5a58bb 2024-08-29 11:49:31.150 | e622243786294a0081a425101c5a58bb 2024-08-29 11:49:31.181 | [3561 Async init_placement:42140]: finished init_placement with result 0 in 17 seconds 2024-08-29 11:49:31.183 | + inc/async:async_wait:197 : return 0 2024-08-29 11:49:31.186 | + stack.sh:main:1219 : async_wait init_glance 2024-08-29 11:49:31.223 | [3561 Async init_glance:38398]: Waiting for completion of init_glance running on PID 38398 (3 other jobs running) 2024-08-29 11:49:31.240 | [3561 Async init_glance:38398]: Signaling child to exit 2024-08-29 11:49:31.240 | WAKEUP 2024-08-29 11:49:31.256 | [3561 Async init_glance:38398]: Signaled 2024-08-29 11:49:31.257 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-08-29 11:49:31.257 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-08-29 11:49:31.257 | + lib/glance:init_glance:489 : recreate_database glance 2024-08-29 11:49:31.257 | + lib/database:recreate_database:112 : local db=glance 2024-08-29 11:49:31.257 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-08-29 11:49:31.257 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-08-29 11:49:31.257 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-08-29 11:49:31.257 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-08-29 11:49:31.257 | + lib/glance:init_glance:491 : time_start dbsync 2024-08-29 11:49:31.257 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 11:49:31.257 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:31.257 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:31.257 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:31.257 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932126192 2024-08-29 11:49:31.257 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-08-29 11:49:31.258 | 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=38484) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:49:31.258 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 11:49:31.258 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 11:49:31.258 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-08-29 11:49:31.258 | Database migration is up to date. No migration needed. 2024-08-29 11:49:31.258 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-08-29 11:49:31.258 | Database is synced successfully. 2024-08-29 11:49:31.258 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-08-29 11:49:31.258 | 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=38514) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:49:31.258 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-08-29 11:49:31.258 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-08-29 11:49:31.258 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-08-29 11:49:31.258 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-08-29 11:49:31.258 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-08-29 11:49:31.258 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-08-29 11:49:31.258 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-08-29 11:49:31.258 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-08-29 11:49:31.259 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-08-29 11:49:31.259 | + lib/glance:init_glance:497 : time_stop dbsync 2024-08-29 11:49:31.259 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:31.259 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:31.259 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:31.259 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:31.259 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:31.259 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 11:49:31.259 | + functions-common:time_stop:2442 : start_time=1724932126192 2024-08-29 11:49:31.259 | + functions-common:time_stop:2444 : [[ -z 1724932126192 ]] 2024-08-29 11:49:31.260 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:31.260 | + functions-common:time_stop:2447 : end_time=1724932130296 2024-08-29 11:49:31.260 | + functions-common:time_stop:2448 : elapsed_time=4104 2024-08-29 11:49:31.260 | + functions-common:time_stop:2449 : total=2927 2024-08-29 11:49:31.260 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:31.260 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7031 2024-08-29 11:49:31.296 | [3561 Async init_glance:38398]: finished init_glance with result 0 in 4 seconds 2024-08-29 11:49:31.299 | + inc/async:async_wait:197 : return 0 2024-08-29 11:49:31.302 | + stack.sh:main:1220 : async_wait init_swift 2024-08-29 11:49:31.318 | Not waiting for async task init_swift that we never started or has already been waited for 2024-08-29 11:49:31.320 | + inc/async:async_wait:197 : return 0 2024-08-29 11:49:31.322 | + stack.sh:main:1221 : async_wait init_cinder 2024-08-29 11:49:31.361 | [3561 Async init_cinder:41993]: Waiting for completion of init_cinder running on PID 41993 (2 other jobs running) 2024-08-29 11:49:31.380 | [3561 Async init_cinder:41993]: Signaling child to exit 2024-08-29 11:49:31.380 | WAKEUP 2024-08-29 11:49:31.397 | [3561 Async init_cinder:41993]: Signaled 2024-08-29 11:49:31.398 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-08-29 11:49:31.398 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:31.398 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-08-29 11:49:31.398 | + lib/database:recreate_database:112 : local db=cinder 2024-08-29 11:49:31.398 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-08-29 11:49:31.398 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-08-29 11:49:31.398 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-08-29 11:49:31.398 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-08-29 11:49:31.398 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-08-29 11:49:31.398 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 11:49:31.398 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:31.398 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:31.398 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:31.398 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932153665 2024-08-29 11:49:31.398 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-08-29 11:49:31.398 | 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=42094) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.398 | 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=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:31.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:31.399 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 11:49:31.399 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 11:49:31.399 | INFO cinder.db.migration [-] Applying migration(s) 2024-08-29 11:49:31.399 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 11:49:31.399 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 11:49:31.399 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-08-29 11:49:31.399 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42094) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 11:49:31.399 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-08-29 11:49:31.399 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42094) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:31.399 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-08-29 11:49:31.399 | 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=42094) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:49:31.399 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42094) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:31.400 | INFO cinder.db.migration [-] Migration(s) applied 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-08-29 11:49:31.400 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:31.400 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:31.400 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:31.400 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:31.400 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:31.400 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 11:49:31.400 | + functions-common:time_stop:2442 : start_time=1724932153665 2024-08-29 11:49:31.400 | + functions-common:time_stop:2444 : [[ -z 1724932153665 ]] 2024-08-29 11:49:31.400 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:31.400 | + functions-common:time_stop:2447 : end_time=1724932156855 2024-08-29 11:49:31.400 | + functions-common:time_stop:2448 : elapsed_time=3190 2024-08-29 11:49:31.400 | + functions-common:time_stop:2449 : total=2927 2024-08-29 11:49:31.400 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:31.400 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6117 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-08-29 11:49:31.400 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-08-29 11:49:31.400 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-08-29 11:49:31.400 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:31.401 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-08-29 11:49:31.431 | [3561 Async init_cinder:41993]: finished init_cinder with result 0 in 3 seconds 2024-08-29 11:49:31.434 | + inc/async:async_wait:197 : return 0 2024-08-29 11:49:31.436 | + stack.sh:main:1226 : is_service_enabled nova 2024-08-29 11:49:31.450 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:31.452 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2024-08-29 11:49:31.454 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:49:31.456 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2024-08-29 11:49:31.458 | + stack.sh:main:1228 : init_nova 2024-08-29 11:49:31.460 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-08-29 11:49:31.474 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:31.476 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-08-29 11:49:31.489 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:31.491 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:49:31.493 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-08-29 11:49:31.495 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-08-29 11:49:31.497 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-08-29 11:49:31.499 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-08-29 11:49:31.501 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-08-29 11:49:31.510 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-08-29 11:49:31.519 | ++ lib/nova:init_nova:863 : seq 1 1 2024-08-29 11:49:31.522 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 11:49:31.525 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-08-29 11:49:31.527 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 11:49:31.529 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 11:49:31.532 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 11:49:31.580 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 11:49:31.609 | [3561 Async nova-cell-1:43229]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 11:49:31.611 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-08-29 11:49:31.614 | + lib/database:recreate_database:112 : local db=nova_api 2024-08-29 11:49:31.616 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-08-29 11:49:31.618 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-08-29 11:49:31.620 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-08-29 11:49:31.628 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-08-29 11:49:31.637 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-08-29 11:49:32.017 | 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. 2024-08-29 11:49:33.786 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 11:49:33.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 11:49:33.789 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43296) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 11:49:33.802 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 11:49:33.802 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 11:49:33.823 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-08-29 11:49:34.736 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43296) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 11:49:34.737 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-08-29 11:49:34.957 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43296) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:35.347 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-08-29 11:49:35.350 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-08-29 11:49:35.352 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-08-29 11:49:35.355 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-08-29 11:49:35.357 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 11:49:35.359 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 11:49:35.361 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-29 11:49:35.364 | + 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' 2024-08-29 11:49:35.762 | 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. 2024-08-29 11:49:36.773 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:49:36.793 | [43229 Async nova-cell-1:43229]: finished successfully 2024-08-29 11:49:37.538 | ++ lib/nova:init_nova:875 : seq 0 1 2024-08-29 11:49:37.541 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-29 11:49:37.544 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-08-29 11:49:37.560 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-08-29 11:49:37.562 | + inc/async:async_wait:197 : return 0 2024-08-29 11:49:37.564 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-29 11:49:37.566 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-08-29 11:49:37.603 | [3561 Async nova-cell-1:43229]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43229 (2 other jobs running) 2024-08-29 11:49:37.620 | [3561 Async nova-cell-1:43229]: Signaling child to exit 2024-08-29 11:49:37.620 | WAKEUP 2024-08-29 11:49:37.636 | [3561 Async nova-cell-1:43229]: Signaled 2024-08-29 11:49:37.636 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-08-29 11:49:37.637 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-08-29 11:49:37.637 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-08-29 11:49:37.637 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-08-29 11:49:37.637 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-08-29 11:49:37.637 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-08-29 11:49:37.637 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-08-29 11:49:37.637 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-08-29 11:49:37.637 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-08-29 11:49:37.637 | 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. 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:37.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:37.638 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 11:49:37.638 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43282) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 11:49:37.638 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 11:49:37.638 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 11:49:37.638 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-29 11:49:37.638 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43282) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 11:49:37.638 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-29 11:49:37.638 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43282) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:37.638 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-29 11:49:37.638 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43282) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:37.638 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-29 11:49:37.638 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43282) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:37.668 | [3561 Async nova-cell-1:43229]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-08-29 11:49:37.672 | + inc/async:async_wait:197 : return 0 2024-08-29 11:49:37.674 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:49:37.675 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-08-29 11:49:38.054 | 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. 2024-08-29 11:49:39.395 | DEBUG migrate.versioning.repository [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 11:49:39.395 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.397 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.397 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.397 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.397 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.397 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.397 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.397 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.397 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.398 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.399 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.399 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.399 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.399 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.399 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.400 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.400 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.400 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.400 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.400 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.401 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.401 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.401 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.401 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.401 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.402 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.402 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.402 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.402 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.402 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.403 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.403 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.403 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:39.403 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:39.403 | DEBUG migrate.versioning.repository [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 11:49:39.404 | DEBUG migrate.versioning.repository [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 11:49:39.415 | INFO alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Context impl MySQLImpl. 2024-08-29 11:49:39.416 | INFO alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Will assume non-transactional DDL. 2024-08-29 11:49:39.426 | INFO alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-29 11:49:41.347 | DEBUG alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] new branch insert 8f2f1571d55b {{(pid=43488) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 11:49:41.348 | INFO alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-29 11:49:41.378 | DEBUG alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43488) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:41.379 | INFO alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-29 11:49:41.432 | DEBUG alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43488) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:41.433 | INFO alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-29 11:49:41.447 | DEBUG alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43488) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 11:49:41.454 | DEBUG migrate.versioning.repository [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 11:49:41.454 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.455 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.455 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.455 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.455 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.455 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.455 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.456 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.456 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.456 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.456 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.457 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.457 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.457 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.457 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.457 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.458 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.458 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.459 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.459 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.459 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.459 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.459 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.459 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.459 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.459 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.460 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.460 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.460 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.460 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.460 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.460 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.461 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.461 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.461 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.461 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.462 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.462 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.462 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.462 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.463 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 11:49:41.463 | DEBUG migrate.versioning.script.base [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 11:49:41.463 | DEBUG migrate.versioning.repository [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 11:49:41.463 | DEBUG migrate.versioning.repository [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43488) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 11:49:41.467 | INFO alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Context impl MySQLImpl. 2024-08-29 11:49:41.467 | INFO alembic.runtime.migration [None req-ed25f741-f7d4-41df-9509-c7fc0a05a523 None None] Will assume non-transactional DDL. 2024-08-29 11:49:41.827 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-08-29 11:49:42.202 | 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. 2024-08-29 11:49:43.649 | Running batches of 50 until complete 2024-08-29 11:49:43.649 | +-------------------------------------+--------------+-----------+ 2024-08-29 11:49:43.649 | | Migration | Total Needed | Completed | 2024-08-29 11:49:43.649 | +-------------------------------------+--------------+-----------+ 2024-08-29 11:49:43.650 | | fill_virtual_interface_list | 0 | 0 | 2024-08-29 11:49:43.650 | | migrate_empty_ratio | 0 | 0 | 2024-08-29 11:49:43.650 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-08-29 11:49:43.650 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-08-29 11:49:43.650 | | migration_migrate_to_uuid | 0 | 0 | 2024-08-29 11:49:43.650 | | populate_dev_uuids | 0 | 0 | 2024-08-29 11:49:43.650 | | populate_missing_availability_zones | 0 | 0 | 2024-08-29 11:49:43.650 | | populate_queued_for_delete | 0 | 0 | 2024-08-29 11:49:43.650 | | populate_user_id | 0 | 0 | 2024-08-29 11:49:43.650 | | populate_uuids | 0 | 0 | 2024-08-29 11:49:43.650 | +-------------------------------------+--------------+-----------+ 2024-08-29 11:49:44.042 | ++ lib/nova:init_nova:889 : seq 1 1 2024-08-29 11:49:44.045 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 11:49:44.048 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-08-29 11:49:44.051 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 11:49:44.053 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 11:49:44.055 | + 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 2024-08-29 11:49:44.431 | 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. 2024-08-29 11:49:45.749 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-08-29 11:49:45.749 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-08-29 11:49:46.093 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-08-29 11:49:46.096 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-08-29 11:49:46.106 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-08-29 11:49:46.108 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2024-08-29 11:49:46.111 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-08-29 11:49:46.160 | + inc/async:async_inner:63 : configure_neutron_nova 2024-08-29 11:49:46.192 | [3561 Async configure_neutron_nova:43611]: running: configure_neutron_nova 2024-08-29 11:49:46.194 | + stack.sh:main:1238 : run_phase stack post-config 2024-08-29 11:49:46.197 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 11:49:46.199 | + functions-common:run_phase:1864 : local phase=post-config 2024-08-29 11:49:46.202 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 11:49:46.204 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 11:49:46.206 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 11:49:46.208 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 11:49:46.211 | + functions-common:run_phase:1873 : local extra 2024-08-29 11:49:46.213 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 11:49:46.216 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 11:49:46.219 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 11:49:46.221 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 11:49:46.224 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-08-29 11:49:46.226 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 11:49:46.239 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:46.241 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:49:46.244 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:49:46.246 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-29 11:49:46.248 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:49:46.250 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:49:46.252 | ++ extras.d/80-tempest.sh:source:12 : : 2024-08-29 11:49:46.254 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 11:49:46.257 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 11:49:46.259 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:49:46.261 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 11:49:46.263 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-08-29 11:49:46.265 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 11:49:46.268 | + functions-common:run_plugins:1850 : local phase=post-config 2024-08-29 11:49:46.270 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 11:49:46.272 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 11:49:46.275 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 11:49:46.277 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 11:49:46.279 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 11:49:46.282 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-08-29 11:49:46.284 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:49:46.286 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:49:46.288 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-29 11:49:46.290 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:49:46.292 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:49:46.294 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-08-29 11:49:46.296 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:49:46.298 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2024-08-29 11:49:46.301 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-08-29 11:49:46.303 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.305 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 11:49:46.307 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-08-29 11:49:46.309 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:49:46.311 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 11:49:46.313 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 11:49:46.316 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-08-29 11:49:46.318 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.321 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-08-29 11:49:46.323 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:49:46.325 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-08-29 11:49:46.325 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:49:46.325 | gsub("[][]", "", $1); 2024-08-29 11:49:46.325 | split($1, a, "|"); 2024-08-29 11:49:46.325 | if (a[1] == matchgroup) 2024-08-29 11:49:46.325 | print a[2] 2024-08-29 11:49:46.325 | } 2024-08-29 11:49:46.325 | ' /opt/stack/devstack/local.conf 2024-08-29 11:49:46.330 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 11:49:46.332 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 11:49:46.334 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 11:49:46.337 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-08-29 11:49:46.339 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-08-29 11:49:46.341 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-08-29 11:49:46.344 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-08-29 11:49:46.346 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-08-29 11:49:46.350 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-08-29 11:49:46.352 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-08-29 11:49:46.354 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-29 11:49:46.356 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.358 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 11:49:46.360 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-08-29 11:49:46.362 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 11:49:46.365 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-08-29 11:49:46.367 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-08-29 11:49:46.370 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-08-29 11:49:46.372 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-08-29 11:49:46.375 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-29 11:49:46.375 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.376 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-08-29 11:49:46.376 | BEGIN { 2024-08-29 11:49:46.376 | section = "" 2024-08-29 11:49:46.376 | last_section = "" 2024-08-29 11:49:46.376 | section_count = 0 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | /^\[.+\]/ { 2024-08-29 11:49:46.376 | gsub("[][]", "", $1); 2024-08-29 11:49:46.376 | section=$1 2024-08-29 11:49:46.376 | next 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | /^ *\#/ { 2024-08-29 11:49:46.376 | next 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | /^[^ \t]+/ { 2024-08-29 11:49:46.376 | # get offset of first = in $0 2024-08-29 11:49:46.376 | eq_idx = index($0, "=") 2024-08-29 11:49:46.376 | # extract attr & value from $0 2024-08-29 11:49:46.376 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 11:49:46.376 | value = substr($0, eq_idx + 1) 2024-08-29 11:49:46.376 | # only need to strip trailing whitespace from attr 2024-08-29 11:49:46.376 | sub(/[ \t]*$/, "", attr) 2024-08-29 11:49:46.376 | # need to strip leading & trailing whitespace from value 2024-08-29 11:49:46.376 | sub(/^[ \t]*/, "", value) 2024-08-29 11:49:46.376 | sub(/[ \t]*$/, "", value) 2024-08-29 11:49:46.376 | 2024-08-29 11:49:46.376 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 11:49:46.376 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 11:49:46.376 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 11:49:46.376 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 11:49:46.376 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 11:49:46.376 | if (section != last_section) { 2024-08-29 11:49:46.376 | cfg_section[section_count++] = section 2024-08-29 11:49:46.376 | last_section = section 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 11:49:46.376 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 11:49:46.376 | 2024-08-29 11:49:46.376 | cfg_attr[section, attr, 0] = value 2024-08-29 11:49:46.376 | cfg_attr_count[section, attr] = 1 2024-08-29 11:49:46.376 | } else { 2024-08-29 11:49:46.376 | lno = cfg_attr_count[section, attr]++ 2024-08-29 11:49:46.376 | cfg_attr[section, attr, lno] = value 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | END { 2024-08-29 11:49:46.376 | # Process each section in order 2024-08-29 11:49:46.376 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 11:49:46.376 | section = cfg_section[sno] 2024-08-29 11:49:46.376 | # The ini routines simply append a config item immediately 2024-08-29 11:49:46.376 | # after the section header. To keep the same order as defined 2024-08-29 11:49:46.376 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 11:49:46.376 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 11:49:46.376 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 11:49:46.376 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 11:49:46.376 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 11:49:46.376 | else { 2024-08-29 11:49:46.376 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 11:49:46.376 | count = cfg_attr_count[section, attr] 2024-08-29 11:49:46.376 | print "inidelete " configfile " " section " " attr 2024-08-29 11:49:46.376 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 11:49:46.376 | for (l = count -2; l >= 0; l--) 2024-08-29 11:49:46.376 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | } 2024-08-29 11:49:46.376 | ' 2024-08-29 11:49:46.377 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.378 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 11:49:46.379 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 11:49:46.382 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-08-29 11:49:46.384 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:49:46.386 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-08-29 11:49:46.388 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-08-29 11:49:46.388 | BEGIN { group = "" } 2024-08-29 11:49:46.388 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:49:46.388 | gsub("[][]", "", $1); 2024-08-29 11:49:46.388 | split($1, a, "|"); 2024-08-29 11:49:46.388 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 11:49:46.388 | group=a[1] 2024-08-29 11:49:46.388 | } else { 2024-08-29 11:49:46.388 | group="" 2024-08-29 11:49:46.388 | } 2024-08-29 11:49:46.388 | next 2024-08-29 11:49:46.388 | } 2024-08-29 11:49:46.388 | { 2024-08-29 11:49:46.388 | if (group != "") 2024-08-29 11:49:46.388 | print $0 2024-08-29 11:49:46.388 | } 2024-08-29 11:49:46.388 | ' /opt/stack/devstack/local.conf 2024-08-29 11:49:46.393 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-08-29 11:49:46.395 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-29 11:49:46.421 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.423 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 11:49:46.425 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 11:49:46.428 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 11:49:46.431 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-08-29 11:49:46.433 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-08-29 11:49:46.435 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-08-29 11:49:46.437 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-08-29 11:49:46.441 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-08-29 11:49:46.444 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-08-29 11:49:46.447 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-08-29 11:49:46.449 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-29 11:49:46.451 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.454 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 11:49:46.456 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-08-29 11:49:46.458 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 11:49:46.461 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-08-29 11:49:46.463 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-08-29 11:49:46.465 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-08-29 11:49:46.467 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-08-29 11:49:46.471 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-29 11:49:46.471 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-08-29 11:49:46.471 | BEGIN { 2024-08-29 11:49:46.471 | section = "" 2024-08-29 11:49:46.471 | last_section = "" 2024-08-29 11:49:46.471 | section_count = 0 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | /^\[.+\]/ { 2024-08-29 11:49:46.471 | gsub("[][]", "", $1); 2024-08-29 11:49:46.471 | section=$1 2024-08-29 11:49:46.471 | next 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | /^ *\#/ { 2024-08-29 11:49:46.471 | next 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | /^[^ \t]+/ { 2024-08-29 11:49:46.471 | # get offset of first = in $0 2024-08-29 11:49:46.471 | eq_idx = index($0, "=") 2024-08-29 11:49:46.471 | # extract attr & value from $0 2024-08-29 11:49:46.471 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 11:49:46.471 | value = substr($0, eq_idx + 1) 2024-08-29 11:49:46.471 | # only need to strip trailing whitespace from attr 2024-08-29 11:49:46.471 | sub(/[ \t]*$/, "", attr) 2024-08-29 11:49:46.471 | # need to strip leading & trailing whitespace from value 2024-08-29 11:49:46.471 | sub(/^[ \t]*/, "", value) 2024-08-29 11:49:46.471 | sub(/[ \t]*$/, "", value) 2024-08-29 11:49:46.471 | 2024-08-29 11:49:46.471 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 11:49:46.471 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 11:49:46.471 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 11:49:46.471 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 11:49:46.471 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 11:49:46.471 | if (section != last_section) { 2024-08-29 11:49:46.471 | cfg_section[section_count++] = section 2024-08-29 11:49:46.471 | last_section = section 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 11:49:46.471 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 11:49:46.471 | 2024-08-29 11:49:46.471 | cfg_attr[section, attr, 0] = value 2024-08-29 11:49:46.471 | cfg_attr_count[section, attr] = 1 2024-08-29 11:49:46.471 | } else { 2024-08-29 11:49:46.471 | lno = cfg_attr_count[section, attr]++ 2024-08-29 11:49:46.471 | cfg_attr[section, attr, lno] = value 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | END { 2024-08-29 11:49:46.471 | # Process each section in order 2024-08-29 11:49:46.471 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 11:49:46.471 | section = cfg_section[sno] 2024-08-29 11:49:46.471 | # The ini routines simply append a config item immediately 2024-08-29 11:49:46.471 | # after the section header. To keep the same order as defined 2024-08-29 11:49:46.471 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 11:49:46.471 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 11:49:46.471 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 11:49:46.471 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 11:49:46.471 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 11:49:46.471 | else { 2024-08-29 11:49:46.471 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 11:49:46.471 | count = cfg_attr_count[section, attr] 2024-08-29 11:49:46.471 | print "inidelete " configfile " " section " " attr 2024-08-29 11:49:46.471 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 11:49:46.471 | for (l = count -2; l >= 0; l--) 2024-08-29 11:49:46.471 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | } 2024-08-29 11:49:46.471 | ' 2024-08-29 11:49:46.471 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.473 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.473 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 11:49:46.475 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 11:49:46.477 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-08-29 11:49:46.479 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:49:46.481 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-08-29 11:49:46.483 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-08-29 11:49:46.483 | BEGIN { group = "" } 2024-08-29 11:49:46.483 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:49:46.483 | gsub("[][]", "", $1); 2024-08-29 11:49:46.483 | split($1, a, "|"); 2024-08-29 11:49:46.483 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 11:49:46.483 | group=a[1] 2024-08-29 11:49:46.483 | } else { 2024-08-29 11:49:46.483 | group="" 2024-08-29 11:49:46.483 | } 2024-08-29 11:49:46.483 | next 2024-08-29 11:49:46.483 | } 2024-08-29 11:49:46.483 | { 2024-08-29 11:49:46.483 | if (group != "") 2024-08-29 11:49:46.483 | print $0 2024-08-29 11:49:46.483 | } 2024-08-29 11:49:46.483 | ' /opt/stack/devstack/local.conf 2024-08-29 11:49:46.488 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-08-29 11:49:46.490 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-08-29 11:49:46.494 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:49:46.514 | [43611 Async configure_neutron_nova:43611]: finished successfully 2024-08-29 11:49:46.515 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.518 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 11:49:46.521 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 11:49:46.523 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 11:49:46.526 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-08-29 11:49:46.528 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-08-29 11:49:46.530 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-08-29 11:49:46.532 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-08-29 11:49:46.535 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-08-29 11:49:46.538 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-29 11:49:46.540 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-29 11:49:46.542 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-29 11:49:46.544 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.546 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 11:49:46.548 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-08-29 11:49:46.550 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 11:49:46.553 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-08-29 11:49:46.555 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-08-29 11:49:46.558 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-08-29 11:49:46.560 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-08-29 11:49:46.562 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-29 11:49:46.564 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-08-29 11:49:46.564 | BEGIN { 2024-08-29 11:49:46.564 | section = "" 2024-08-29 11:49:46.564 | last_section = "" 2024-08-29 11:49:46.564 | section_count = 0 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | /^\[.+\]/ { 2024-08-29 11:49:46.564 | gsub("[][]", "", $1); 2024-08-29 11:49:46.564 | section=$1 2024-08-29 11:49:46.564 | next 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | /^ *\#/ { 2024-08-29 11:49:46.564 | next 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | /^[^ \t]+/ { 2024-08-29 11:49:46.564 | # get offset of first = in $0 2024-08-29 11:49:46.564 | eq_idx = index($0, "=") 2024-08-29 11:49:46.564 | # extract attr & value from $0 2024-08-29 11:49:46.564 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 11:49:46.564 | value = substr($0, eq_idx + 1) 2024-08-29 11:49:46.564 | # only need to strip trailing whitespace from attr 2024-08-29 11:49:46.564 | sub(/[ \t]*$/, "", attr) 2024-08-29 11:49:46.564 | # need to strip leading & trailing whitespace from value 2024-08-29 11:49:46.564 | sub(/^[ \t]*/, "", value) 2024-08-29 11:49:46.564 | sub(/[ \t]*$/, "", value) 2024-08-29 11:49:46.564 | 2024-08-29 11:49:46.564 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 11:49:46.564 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 11:49:46.564 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 11:49:46.564 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 11:49:46.564 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 11:49:46.564 | if (section != last_section) { 2024-08-29 11:49:46.564 | cfg_section[section_count++] = section 2024-08-29 11:49:46.564 | last_section = section 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 11:49:46.564 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 11:49:46.564 | 2024-08-29 11:49:46.564 | cfg_attr[section, attr, 0] = value 2024-08-29 11:49:46.564 | cfg_attr_count[section, attr] = 1 2024-08-29 11:49:46.564 | } else { 2024-08-29 11:49:46.564 | lno = cfg_attr_count[section, attr]++ 2024-08-29 11:49:46.564 | cfg_attr[section, attr, lno] = value 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | END { 2024-08-29 11:49:46.564 | # Process each section in order 2024-08-29 11:49:46.564 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 11:49:46.564 | section = cfg_section[sno] 2024-08-29 11:49:46.564 | # The ini routines simply append a config item immediately 2024-08-29 11:49:46.564 | # after the section header. To keep the same order as defined 2024-08-29 11:49:46.564 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 11:49:46.564 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 11:49:46.564 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 11:49:46.564 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 11:49:46.564 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 11:49:46.564 | else { 2024-08-29 11:49:46.564 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 11:49:46.564 | count = cfg_attr_count[section, attr] 2024-08-29 11:49:46.564 | print "inidelete " configfile " " section " " attr 2024-08-29 11:49:46.564 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 11:49:46.564 | for (l = count -2; l >= 0; l--) 2024-08-29 11:49:46.564 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | } 2024-08-29 11:49:46.564 | ' 2024-08-29 11:49:46.564 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.565 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.565 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 11:49:46.567 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 11:49:46.569 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-08-29 11:49:46.570 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:49:46.572 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-08-29 11:49:46.574 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-08-29 11:49:46.574 | BEGIN { group = "" } 2024-08-29 11:49:46.574 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:49:46.574 | gsub("[][]", "", $1); 2024-08-29 11:49:46.574 | split($1, a, "|"); 2024-08-29 11:49:46.574 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 11:49:46.574 | group=a[1] 2024-08-29 11:49:46.575 | } else { 2024-08-29 11:49:46.575 | group="" 2024-08-29 11:49:46.575 | } 2024-08-29 11:49:46.575 | next 2024-08-29 11:49:46.575 | } 2024-08-29 11:49:46.575 | { 2024-08-29 11:49:46.575 | if (group != "") 2024-08-29 11:49:46.575 | print $0 2024-08-29 11:49:46.575 | } 2024-08-29 11:49:46.575 | ' /opt/stack/devstack/local.conf 2024-08-29 11:49:46.579 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-08-29 11:49:46.581 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-08-29 11:49:46.605 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.607 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-08-29 11:49:46.609 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-08-29 11:49:46.633 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.636 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 11:49:46.638 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 11:49:46.640 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 11:49:46.643 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-08-29 11:49:46.645 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:46.648 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:46.650 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-08-29 11:49:46.652 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:46.656 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-08-29 11:49:46.658 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-08-29 11:49:46.660 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-29 11:49:46.662 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.664 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 11:49:46.666 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-29 11:49:46.668 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 11:49:46.671 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-08-29 11:49:46.673 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:46.675 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 11:49:46.677 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-08-29 11:49:46.680 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-29 11:49:46.681 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.681 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-29 11:49:46.681 | BEGIN { 2024-08-29 11:49:46.681 | section = "" 2024-08-29 11:49:46.681 | last_section = "" 2024-08-29 11:49:46.681 | section_count = 0 2024-08-29 11:49:46.681 | } 2024-08-29 11:49:46.681 | /^\[.+\]/ { 2024-08-29 11:49:46.681 | gsub("[][]", "", $1); 2024-08-29 11:49:46.681 | section=$1 2024-08-29 11:49:46.681 | next 2024-08-29 11:49:46.681 | } 2024-08-29 11:49:46.681 | /^ *\#/ { 2024-08-29 11:49:46.682 | next 2024-08-29 11:49:46.682 | } 2024-08-29 11:49:46.682 | /^[^ \t]+/ { 2024-08-29 11:49:46.682 | # get offset of first = in $0 2024-08-29 11:49:46.682 | eq_idx = index($0, "=") 2024-08-29 11:49:46.682 | # extract attr & value from $0 2024-08-29 11:49:46.682 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 11:49:46.682 | value = substr($0, eq_idx + 1) 2024-08-29 11:49:46.682 | # only need to strip trailing whitespace from attr 2024-08-29 11:49:46.682 | sub(/[ \t]*$/, "", attr) 2024-08-29 11:49:46.682 | # need to strip leading & trailing whitespace from value 2024-08-29 11:49:46.682 | sub(/^[ \t]*/, "", value) 2024-08-29 11:49:46.682 | sub(/[ \t]*$/, "", value) 2024-08-29 11:49:46.682 | 2024-08-29 11:49:46.682 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 11:49:46.682 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 11:49:46.682 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 11:49:46.682 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 11:49:46.682 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 11:49:46.682 | if (section != last_section) { 2024-08-29 11:49:46.682 | cfg_section[section_count++] = section 2024-08-29 11:49:46.682 | last_section = section 2024-08-29 11:49:46.682 | } 2024-08-29 11:49:46.682 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 11:49:46.682 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 11:49:46.682 | 2024-08-29 11:49:46.682 | cfg_attr[section, attr, 0] = value 2024-08-29 11:49:46.682 | cfg_attr_count[section, attr] = 1 2024-08-29 11:49:46.682 | } else { 2024-08-29 11:49:46.682 | lno = cfg_attr_count[section, attr]++ 2024-08-29 11:49:46.682 | cfg_attr[section, attr, lno] = value 2024-08-29 11:49:46.682 | } 2024-08-29 11:49:46.682 | } 2024-08-29 11:49:46.682 | END { 2024-08-29 11:49:46.682 | # Process each section in order 2024-08-29 11:49:46.682 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 11:49:46.682 | section = cfg_section[sno] 2024-08-29 11:49:46.682 | # The ini routines simply append a config item immediately 2024-08-29 11:49:46.682 | # after the section header. To keep the same order as defined 2024-08-29 11:49:46.682 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 11:49:46.682 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 11:49:46.682 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 11:49:46.682 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 11:49:46.682 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 11:49:46.682 | else { 2024-08-29 11:49:46.682 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 11:49:46.682 | count = cfg_attr_count[section, attr] 2024-08-29 11:49:46.682 | print "inidelete " configfile " " section " " attr 2024-08-29 11:49:46.682 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 11:49:46.682 | for (l = count -2; l >= 0; l--) 2024-08-29 11:49:46.682 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 11:49:46.682 | } 2024-08-29 11:49:46.682 | } 2024-08-29 11:49:46.682 | } 2024-08-29 11:49:46.682 | } 2024-08-29 11:49:46.682 | ' 2024-08-29 11:49:46.683 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.683 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 11:49:46.685 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 11:49:46.687 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-29 11:49:46.689 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:49:46.690 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-08-29 11:49:46.692 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-29 11:49:46.693 | BEGIN { group = "" } 2024-08-29 11:49:46.693 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:49:46.693 | gsub("[][]", "", $1); 2024-08-29 11:49:46.693 | split($1, a, "|"); 2024-08-29 11:49:46.693 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 11:49:46.693 | group=a[1] 2024-08-29 11:49:46.693 | } else { 2024-08-29 11:49:46.693 | group="" 2024-08-29 11:49:46.693 | } 2024-08-29 11:49:46.693 | next 2024-08-29 11:49:46.693 | } 2024-08-29 11:49:46.693 | { 2024-08-29 11:49:46.693 | if (group != "") 2024-08-29 11:49:46.693 | print $0 2024-08-29 11:49:46.693 | } 2024-08-29 11:49:46.693 | ' /opt/stack/devstack/local.conf 2024-08-29 11:49:46.697 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-08-29 11:49:46.699 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-08-29 11:49:46.724 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.726 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-08-29 11:49:46.728 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-29 11:49:46.753 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.755 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-08-29 11:49:46.757 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-29 11:49:46.782 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.784 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-08-29 11:49:46.786 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-08-29 11:49:46.811 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.813 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-08-29 11:49:46.815 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-08-29 11:49:46.839 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.841 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-08-29 11:49:46.843 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-08-29 11:49:46.867 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.869 | + 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"' 2024-08-29 11:49:46.871 | ++ 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 2024-08-29 11:49:46.897 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.899 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-08-29 11:49:46.901 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-08-29 11:49:46.926 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.928 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-08-29 11:49:46.930 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-29 11:49:46.956 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:46.959 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 11:49:46.961 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 11:49:46.963 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 11:49:46.966 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-08-29 11:49:46.968 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:46.971 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-08-29 11:49:46.973 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-29 11:49:46.976 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:46.979 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-29 11:49:46.981 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-29 11:49:46.983 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:46.986 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:46.988 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 11:49:46.990 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 11:49:46.992 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 11:49:46.995 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:46.997 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:46.999 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 11:49:47.002 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-08-29 11:49:47.004 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-29 11:49:47.005 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-29 11:49:47.005 | BEGIN { 2024-08-29 11:49:47.006 | section = "" 2024-08-29 11:49:47.006 | last_section = "" 2024-08-29 11:49:47.006 | section_count = 0 2024-08-29 11:49:47.006 | } 2024-08-29 11:49:47.006 | /^\[.+\]/ { 2024-08-29 11:49:47.006 | gsub("[][]", "", $1); 2024-08-29 11:49:47.006 | section=$1 2024-08-29 11:49:47.006 | next 2024-08-29 11:49:47.006 | } 2024-08-29 11:49:47.006 | /^ *\#/ { 2024-08-29 11:49:47.006 | next 2024-08-29 11:49:47.006 | } 2024-08-29 11:49:47.006 | /^[^ \t]+/ { 2024-08-29 11:49:47.006 | # get offset of first = in $0 2024-08-29 11:49:47.006 | eq_idx = index($0, "=") 2024-08-29 11:49:47.006 | # extract attr & value from $0 2024-08-29 11:49:47.006 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 11:49:47.006 | value = substr($0, eq_idx + 1) 2024-08-29 11:49:47.006 | # only need to strip trailing whitespace from attr 2024-08-29 11:49:47.006 | sub(/[ \t]*$/, "", attr) 2024-08-29 11:49:47.006 | # need to strip leading & trailing whitespace from value 2024-08-29 11:49:47.006 | sub(/^[ \t]*/, "", value) 2024-08-29 11:49:47.006 | sub(/[ \t]*$/, "", value) 2024-08-29 11:49:47.006 | 2024-08-29 11:49:47.006 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 11:49:47.006 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 11:49:47.006 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 11:49:47.006 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 11:49:47.006 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 11:49:47.006 | if (section != last_section) { 2024-08-29 11:49:47.006 | cfg_section[section_count++] = section 2024-08-29 11:49:47.006 | last_section = section 2024-08-29 11:49:47.006 | } 2024-08-29 11:49:47.006 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 11:49:47.006 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 11:49:47.006 | 2024-08-29 11:49:47.006 | cfg_attr[section, attr, 0] = value 2024-08-29 11:49:47.006 | cfg_attr_count[section, attr] = 1 2024-08-29 11:49:47.006 | } else { 2024-08-29 11:49:47.006 | lno = cfg_attr_count[section, attr]++ 2024-08-29 11:49:47.006 | cfg_attr[section, attr, lno] = value 2024-08-29 11:49:47.006 | } 2024-08-29 11:49:47.006 | } 2024-08-29 11:49:47.006 | END { 2024-08-29 11:49:47.006 | # Process each section in order 2024-08-29 11:49:47.006 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 11:49:47.006 | section = cfg_section[sno] 2024-08-29 11:49:47.006 | # The ini routines simply append a config item immediately 2024-08-29 11:49:47.006 | # after the section header. To keep the same order as defined 2024-08-29 11:49:47.006 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 11:49:47.006 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 11:49:47.006 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 11:49:47.006 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 11:49:47.006 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 11:49:47.006 | else { 2024-08-29 11:49:47.006 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 11:49:47.006 | count = cfg_attr_count[section, attr] 2024-08-29 11:49:47.006 | print "inidelete " configfile " " section " " attr 2024-08-29 11:49:47.007 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 11:49:47.007 | for (l = count -2; l >= 0; l--) 2024-08-29 11:49:47.007 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 11:49:47.007 | } 2024-08-29 11:49:47.007 | } 2024-08-29 11:49:47.007 | } 2024-08-29 11:49:47.007 | } 2024-08-29 11:49:47.007 | ' 2024-08-29 11:49:47.007 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:47.007 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:49:47.008 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 11:49:47.009 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 11:49:47.011 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 11:49:47.013 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:49:47.015 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-29 11:49:47.017 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-29 11:49:47.017 | BEGIN { group = "" } 2024-08-29 11:49:47.017 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:49:47.017 | gsub("[][]", "", $1); 2024-08-29 11:49:47.017 | split($1, a, "|"); 2024-08-29 11:49:47.017 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 11:49:47.017 | group=a[1] 2024-08-29 11:49:47.017 | } else { 2024-08-29 11:49:47.017 | group="" 2024-08-29 11:49:47.017 | } 2024-08-29 11:49:47.017 | next 2024-08-29 11:49:47.017 | } 2024-08-29 11:49:47.017 | { 2024-08-29 11:49:47.017 | if (group != "") 2024-08-29 11:49:47.017 | print $0 2024-08-29 11:49:47.017 | } 2024-08-29 11:49:47.017 | ' /opt/stack/devstack/local.conf 2024-08-29 11:49:47.021 | + 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"' 2024-08-29 11:49:47.024 | ++ 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' 2024-08-29 11:49:47.048 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:47.050 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-08-29 11:49:47.052 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 11:49:47.076 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:47.078 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-08-29 11:49:47.080 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-08-29 11:49:47.104 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:49:47.106 | + stack.sh:main:1255 : is_service_enabled swift 2024-08-29 11:49:47.120 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:47.122 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 11:49:47.124 | + stack.sh:main:1264 : is_service_enabled cinder 2024-08-29 11:49:47.137 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:47.139 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 11:49:47.165 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2024-08-29 11:49:47.202 | [3561 Async configure_neutron_nova:43611]: Waiting for completion of configure_neutron_nova running on PID 43611 (2 other jobs running) 2024-08-29 11:49:47.219 | [3561 Async configure_neutron_nova:43611]: Signaling child to exit 2024-08-29 11:49:47.219 | WAKEUP 2024-08-29 11:49:47.235 | [3561 Async configure_neutron_nova:43611]: Signaled 2024-08-29 11:49:47.236 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-08-29 11:49:47.236 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-08-29 11:49:47.236 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-08-29 11:49:47.236 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-08-29 11:49:47.236 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-08-29 11:49:47.236 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:49:47.267 | [3561 Async configure_neutron_nova:43611]: finished configure_neutron_nova with result 0 in 0 seconds 2024-08-29 11:49:47.270 | + inc/async:async_wait:197 : return 0 2024-08-29 11:49:47.272 | + stack.sh:main:1274 : is_service_enabled nova 2024-08-29 11:49:47.286 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:47.288 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 11:49:47.313 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 11:49:47.339 | + stack.sh:main:1280 : is_service_enabled n-api 2024-08-29 11:49:47.354 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:47.356 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2024-08-29 11:49:47.358 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:49:47.360 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2024-08-29 11:49:47.362 | + stack.sh:main:1282 : start_nova_api 2024-08-29 11:49:47.364 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-08-29 11:49:47.367 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-08-29 11:49:47.369 | + lib/nova:start_nova_api:972 : local nova_url 2024-08-29 11:49:47.371 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-08-29 11:49:47.384 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:47.386 | + 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 2024-08-29 11:49:47.388 | + 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 2024-08-29 11:49:47.391 | + 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 2024-08-29 11:49:47.393 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-08-29 11:49:47.396 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-08-29 11:49:47.399 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 11:49:47.401 | + functions-common:run_process:1689 : local service=n-api 2024-08-29 11:49:47.403 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 11:49:47.406 | + functions-common:run_process:1691 : local group= 2024-08-29 11:49:47.408 | + functions-common:run_process:1692 : local user= 2024-08-29 11:49:47.410 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:49:47.412 | + functions-common:run_process:1695 : local name=n-api 2024-08-29 11:49:47.414 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:49:47.416 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:49:47.418 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:47.421 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:47.423 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:47.426 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932187424 2024-08-29 11:49:47.429 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-08-29 11:49:47.441 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:47.443 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-08-29 11:49:47.445 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-08-29 11:49:47.448 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 11:49:47.450 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 11:49:47.452 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 11:49:47.454 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 11:49:47.455 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-08-29 11:49:47.457 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-08-29 11:49:47.459 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-08-29 11:49:47.462 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:49:47.464 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:49:47.466 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:49:47.468 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:49:47.470 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-08-29 11:49:47.472 | + 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 '' 2024-08-29 11:49:47.474 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-08-29 11:49:47.476 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 11:49:47.478 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 11:49:47.479 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 11:49:47.481 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 11:49:47.483 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-08-29 11:49:47.485 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 11:49:47.488 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-08-29 11:49:47.535 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-08-29 11:49:47.583 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-08-29 11:49:47.623 | + 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' 2024-08-29 11:49:47.663 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:49:47.705 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-08-29 11:49:47.746 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-08-29 11:49:47.787 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-08-29 11:49:47.829 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-08-29 11:49:47.870 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-08-29 11:49:47.910 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 11:49:47.912 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 11:49:47.914 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-08-29 11:49:47.965 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 11:49:48.203 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-08-29 11:49:48.216 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-08-29 11:49:48.444 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-08-29 11:49:48.498 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:49:48.500 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:48.502 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:48.504 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:48.506 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:48.508 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:48.510 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:49:48.512 | + functions-common:time_stop:2442 : start_time=1724932187424 2024-08-29 11:49:48.514 | + functions-common:time_stop:2444 : [[ -z 1724932187424 ]] 2024-08-29 11:49:48.517 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:48.520 | + functions-common:time_stop:2447 : end_time=1724932188518 2024-08-29 11:49:48.522 | + functions-common:time_stop:2448 : elapsed_time=1094 2024-08-29 11:49:48.524 | + functions-common:time_stop:2449 : total=1219 2024-08-29 11:49:48.526 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:48.528 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2313 2024-08-29 11:49:48.530 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-08-29 11:49:48.533 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-08-29 11:49:48.533 | Waiting for nova-api to start... 2024-08-29 11:49:48.535 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-08-29 11:49:48.537 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 11:49:48.539 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-08-29 11:49:48.541 | + functions:wait_for_service:470 : local rval=0 2024-08-29 11:49:48.543 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 11:49:48.545 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 11:49:48.547 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:48.549 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:48.552 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:48.556 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932188554 2024-08-29 11:49:48.558 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 11:49:48.562 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-08-29 11:49:51.232 | + :: : [[ 200 == 503 ]] 2024-08-29 11:49:51.233 | + :: : [[ 0 -eq 7 ]] 2024-08-29 11:49:51.236 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 11:49:51.238 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:51.240 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:51.243 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:51.245 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:51.247 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:51.249 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 11:49:51.251 | + functions-common:time_stop:2442 : start_time=1724932188554 2024-08-29 11:49:51.253 | + functions-common:time_stop:2444 : [[ -z 1724932188554 ]] 2024-08-29 11:49:51.255 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:51.259 | + functions-common:time_stop:2447 : end_time=1724932191256 2024-08-29 11:49:51.261 | + functions-common:time_stop:2448 : elapsed_time=2702 2024-08-29 11:49:51.263 | + functions-common:time_stop:2449 : total=2392 2024-08-29 11:49:51.265 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:51.267 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5094 2024-08-29 11:49:51.269 | + functions:wait_for_service:478 : return 0 2024-08-29 11:49:51.271 | + 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 2024-08-29 11:49:51.273 | + 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 2024-08-29 11:49:51.275 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2024-08-29 11:49:51.288 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:51.291 | + stack.sh:main:1290 : is_service_enabled neutron-api 2024-08-29 11:49:51.304 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:51.306 | + stack.sh:main:1293 : is_service_enabled q-svc 2024-08-29 11:49:51.320 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:51.323 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2024-08-29 11:49:51.325 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:49:51.327 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2024-08-29 11:49:51.329 | + stack.sh:main:1295 : configure_neutron_after_post_config 2024-08-29 11:49:51.331 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-08-29 11:49:51.334 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-08-29 11:49:51.360 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-08-29 11:49:51.362 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-08-29 11:49:51.364 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-08-29 11:49:51.366 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-08-29 11:49:51.392 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-08-29 11:49:51.418 | + stack.sh:main:1296 : start_neutron_service_and_check 2024-08-29 11:49:51.420 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-08-29 11:49:51.422 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-08-29 11:49:51.425 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-08-29 11:49:51.427 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-08-29 11:49:51.429 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-08-29 11:49:51.432 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-29 11:49:51.434 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-29 11:49:51.436 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-08-29 11:49:51.439 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-08-29 11:49:51.440 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-08-29 11:49:51.442 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-08-29 11:49:51.444 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 11:49:51.446 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 11:49:51.449 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 11:49:51.451 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-08-29 11:49:51.453 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-29 11:49:51.456 | + 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' 2024-08-29 11:49:51.458 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-08-29 11:49:51.471 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:51.473 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-08-29 11:49:51.475 | + 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' 2024-08-29 11:49:51.477 | + functions-common:run_process:1689 : local service=q-svc 2024-08-29 11:49:51.479 | + 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' 2024-08-29 11:49:51.481 | + functions-common:run_process:1691 : local group= 2024-08-29 11:49:51.483 | + functions-common:run_process:1692 : local user= 2024-08-29 11:49:51.485 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:49:51.487 | + functions-common:run_process:1695 : local name=q-svc 2024-08-29 11:49:51.489 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:49:51.491 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:49:51.493 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:51.496 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:51.498 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:51.502 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932191499 2024-08-29 11:49:51.504 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-08-29 11:49:51.516 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:51.519 | + 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' '' '' '' 2024-08-29 11:49:51.521 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-08-29 11:49:51.523 | + 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' 2024-08-29 11:49:51.525 | + 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' 2024-08-29 11:49:51.527 | + 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' 2024-08-29 11:49:51.529 | + 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' 2024-08-29 11:49:51.531 | + 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 ]] 2024-08-29 11:49:51.533 | + 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 =~ ^/ ]] 2024-08-29 11:49:51.535 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-08-29 11:49:51.537 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:49:51.539 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:49:51.541 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:49:51.543 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:49:51.545 | + 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 ]] 2024-08-29 11:49:51.547 | + 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 '' 2024-08-29 11:49:51.549 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-08-29 11:49:51.550 | + 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' 2024-08-29 11:49:51.552 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:49:51.554 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:49:51.556 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:49:51.558 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:49:51.560 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:49:51.561 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-08-29 11:49:51.563 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:49:51.566 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-08-29 11:49:51.615 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-08-29 11:49:51.662 | + 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' 2024-08-29 11:49:51.702 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-08-29 11:49:51.742 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-08-29 11:49:51.782 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:49:51.822 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:49:51.824 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:49:51.826 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-08-29 11:49:51.874 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:49:52.108 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-08-29 11:49:52.117 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-08-29 11:49:52.359 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-08-29 11:49:52.377 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:49:52.379 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:52.381 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:52.383 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:52.385 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:52.387 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:52.389 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:49:52.392 | + functions-common:time_stop:2442 : start_time=1724932191499 2024-08-29 11:49:52.394 | + functions-common:time_stop:2444 : [[ -z 1724932191499 ]] 2024-08-29 11:49:52.396 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:52.400 | + functions-common:time_stop:2447 : end_time=1724932192397 2024-08-29 11:49:52.402 | + functions-common:time_stop:2448 : elapsed_time=898 2024-08-29 11:49:52.404 | + functions-common:time_stop:2449 : total=2313 2024-08-29 11:49:52.406 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:52.408 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3211 2024-08-29 11:49:52.410 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-08-29 11:49:52.412 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-08-29 11:49:52.427 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:49:52.428 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-08-29 11:49:52.430 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-08-29 11:49:52.433 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-08-29 11:49:52.433 | Waiting for Neutron to start... 2024-08-29 11:49:52.434 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-29 11:49:52.437 | + 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 2024-08-29 11:49:52.439 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-29 11:49:52.441 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-08-29 11:49:52.443 | + functions-common:test_with_retry:2375 : local until=60 2024-08-29 11:49:52.447 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-29 11:49:52.449 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-29 11:49:52.451 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-29 11:49:52.453 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:52.456 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:52.458 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:52.461 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932192458 2024-08-29 11:49:52.464 | + 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' 2024-08-29 11:49:55.501 | {"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 2024-08-29 11:49:55.504 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:55.506 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:55.508 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:55.511 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:55.513 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:55.515 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-29 11:49:55.517 | + functions-common:time_stop:2442 : start_time=1724932192458 2024-08-29 11:49:55.520 | + functions-common:time_stop:2444 : [[ -z 1724932192458 ]] 2024-08-29 11:49:55.522 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:55.526 | + functions-common:time_stop:2447 : end_time=1724932195524 2024-08-29 11:49:55.529 | + functions-common:time_stop:2448 : elapsed_time=3066 2024-08-29 11:49:55.531 | + functions-common:time_stop:2449 : total=0 2024-08-29 11:49:55.533 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:55.535 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3066 2024-08-29 11:49:55.538 | + stack.sh:main:1301 : is_service_enabled placement 2024-08-29 11:49:55.552 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:55.554 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2024-08-29 11:49:55.556 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:49:55.559 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2024-08-29 11:49:55.561 | + stack.sh:main:1303 : start_placement 2024-08-29 11:49:55.563 | + lib/placement:start_placement:173 : start_placement_api 2024-08-29 11:49:55.565 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-29 11:49:55.567 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-08-29 11:49:55.571 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 11:49:55.573 | + functions-common:run_process:1689 : local service=placement-api 2024-08-29 11:49:55.575 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 11:49:55.577 | + functions-common:run_process:1691 : local group= 2024-08-29 11:49:55.579 | + functions-common:run_process:1692 : local user= 2024-08-29 11:49:55.581 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:49:55.584 | + functions-common:run_process:1695 : local name=placement-api 2024-08-29 11:49:55.586 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:49:55.588 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:49:55.590 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:55.592 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:55.595 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:55.598 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932195596 2024-08-29 11:49:55.600 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-08-29 11:49:55.613 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:55.615 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-08-29 11:49:55.617 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-08-29 11:49:55.619 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 11:49:55.622 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 11:49:55.624 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 11:49:55.626 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 11:49:55.628 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-08-29 11:49:55.630 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-08-29 11:49:55.632 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-08-29 11:49:55.634 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:49:55.636 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:49:55.638 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:49:55.640 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:49:55.642 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-08-29 11:49:55.644 | + 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 '' 2024-08-29 11:49:55.647 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-08-29 11:49:55.648 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 11:49:55.650 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 11:49:55.652 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 11:49:55.654 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 11:49:55.656 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-08-29 11:49:55.658 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 11:49:55.661 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-08-29 11:49:55.710 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-08-29 11:49:55.759 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-08-29 11:49:55.800 | + 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' 2024-08-29 11:49:55.842 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:49:55.884 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-08-29 11:49:55.925 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-08-29 11:49:55.966 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-08-29 11:49:56.007 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-08-29 11:49:56.048 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-08-29 11:49:56.089 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 11:49:56.091 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 11:49:56.093 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-08-29 11:49:56.141 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 11:49:56.384 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-08-29 11:49:56.394 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-08-29 11:49:56.619 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-08-29 11:49:56.669 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:49:56.671 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:56.673 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:56.675 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:56.677 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:56.679 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:56.681 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:49:56.683 | + functions-common:time_stop:2442 : start_time=1724932195596 2024-08-29 11:49:56.685 | + functions-common:time_stop:2444 : [[ -z 1724932195596 ]] 2024-08-29 11:49:56.688 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:56.692 | + functions-common:time_stop:2447 : end_time=1724932196689 2024-08-29 11:49:56.694 | + functions-common:time_stop:2448 : elapsed_time=1093 2024-08-29 11:49:56.696 | + functions-common:time_stop:2449 : total=3211 2024-08-29 11:49:56.698 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:56.700 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4304 2024-08-29 11:49:56.702 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-08-29 11:49:56.702 | Waiting for placement-api to start... 2024-08-29 11:49:56.704 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-08-29 11:49:56.706 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 11:49:56.708 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-08-29 11:49:56.710 | + functions:wait_for_service:470 : local rval=0 2024-08-29 11:49:56.712 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 11:49:56.715 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 11:49:56.717 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:56.719 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:56.721 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:56.725 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932196723 2024-08-29 11:49:56.727 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 11:49:56.731 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-08-29 11:49:57.960 | + :: : [[ 200 == 503 ]] 2024-08-29 11:49:57.961 | + :: : [[ 0 -eq 7 ]] 2024-08-29 11:49:57.964 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 11:49:57.966 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:57.969 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:57.971 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:57.973 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:57.975 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:57.977 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 11:49:57.979 | + functions-common:time_stop:2442 : start_time=1724932196723 2024-08-29 11:49:57.981 | + functions-common:time_stop:2444 : [[ -z 1724932196723 ]] 2024-08-29 11:49:57.984 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:57.987 | + functions-common:time_stop:2447 : end_time=1724932197985 2024-08-29 11:49:57.989 | + functions-common:time_stop:2448 : elapsed_time=1262 2024-08-29 11:49:57.991 | + functions-common:time_stop:2449 : total=5094 2024-08-29 11:49:57.993 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:57.995 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6356 2024-08-29 11:49:57.998 | + functions:wait_for_service:478 : return 0 2024-08-29 11:49:58.000 | + stack.sh:main:1306 : is_service_enabled neutron 2024-08-29 11:49:58.015 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:58.018 | + stack.sh:main:1307 : start_neutron 2024-08-29 11:49:58.020 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-08-29 11:49:58.022 | + 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' 2024-08-29 11:49:58.024 | + functions-common:run_process:1689 : local service=q-agt 2024-08-29 11:49:58.026 | + 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' 2024-08-29 11:49:58.028 | + functions-common:run_process:1691 : local group= 2024-08-29 11:49:58.030 | + functions-common:run_process:1692 : local user= 2024-08-29 11:49:58.032 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:49:58.034 | + functions-common:run_process:1695 : local name=q-agt 2024-08-29 11:49:58.036 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:49:58.038 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:49:58.041 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:58.043 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:58.046 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:58.049 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932198047 2024-08-29 11:49:58.051 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-08-29 11:49:58.065 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:58.067 | + 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' '' '' '' 2024-08-29 11:49:58.070 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-08-29 11:49:58.071 | + 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' 2024-08-29 11:49:58.074 | + 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' 2024-08-29 11:49:58.076 | + 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' 2024-08-29 11:49:58.078 | + 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' 2024-08-29 11:49:58.079 | + 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 ]] 2024-08-29 11:49:58.081 | + 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 =~ ^/ ]] 2024-08-29 11:49:58.084 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-08-29 11:49:58.086 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:49:58.088 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:49:58.090 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:49:58.092 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:49:58.094 | + 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 ]] 2024-08-29 11:49:58.096 | + 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 '' 2024-08-29 11:49:58.098 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-08-29 11:49:58.100 | + 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' 2024-08-29 11:49:58.102 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:49:58.104 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:49:58.106 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:49:58.108 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:49:58.110 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:49:58.112 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-08-29 11:49:58.114 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:49:58.117 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-08-29 11:49:58.165 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-08-29 11:49:58.215 | + 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' 2024-08-29 11:49:58.256 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-08-29 11:49:58.297 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-08-29 11:49:58.339 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:49:58.381 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:49:58.383 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:49:58.385 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-08-29 11:49:58.433 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:49:58.669 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-08-29 11:49:58.678 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-08-29 11:49:58.910 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-08-29 11:49:58.945 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:49:58.948 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:58.950 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:58.952 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:58.954 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:58.956 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:58.958 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:49:58.960 | + functions-common:time_stop:2442 : start_time=1724932198047 2024-08-29 11:49:58.962 | + functions-common:time_stop:2444 : [[ -z 1724932198047 ]] 2024-08-29 11:49:58.965 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:58.968 | + functions-common:time_stop:2447 : end_time=1724932198966 2024-08-29 11:49:58.970 | + functions-common:time_stop:2448 : elapsed_time=919 2024-08-29 11:49:58.972 | + functions-common:time_stop:2449 : total=4304 2024-08-29 11:49:58.974 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:58.976 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5223 2024-08-29 11:49:58.978 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-08-29 11:49:58.980 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 11:49:58.982 | + functions-common:is_provider_network:2287 : return 1 2024-08-29 11:49:58.984 | + lib/neutron:start_neutron:620 : start_other_agents 2024-08-29 11:49:58.986 | + 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' 2024-08-29 11:49:58.988 | + functions-common:run_process:1689 : local service=q-dhcp 2024-08-29 11:49:58.990 | + 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' 2024-08-29 11:49:58.992 | + functions-common:run_process:1691 : local group= 2024-08-29 11:49:58.994 | + functions-common:run_process:1692 : local user= 2024-08-29 11:49:58.996 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:49:58.998 | + functions-common:run_process:1695 : local name=q-dhcp 2024-08-29 11:49:59.000 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:49:59.002 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:49:59.004 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:49:59.006 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:49:59.008 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:49:59.012 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932199010 2024-08-29 11:49:59.014 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-08-29 11:49:59.028 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:49:59.030 | + 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' '' '' '' 2024-08-29 11:49:59.032 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-08-29 11:49:59.034 | + 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' 2024-08-29 11:49:59.036 | + 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' 2024-08-29 11:49:59.038 | + 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' 2024-08-29 11:49:59.040 | + 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' 2024-08-29 11:49:59.042 | + 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 ]] 2024-08-29 11:49:59.044 | + 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 =~ ^/ ]] 2024-08-29 11:49:59.046 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-08-29 11:49:59.048 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:49:59.050 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:49:59.052 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:49:59.054 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:49:59.056 | + 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 ]] 2024-08-29 11:49:59.058 | + 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 '' 2024-08-29 11:49:59.060 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-08-29 11:49:59.062 | + 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' 2024-08-29 11:49:59.064 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:49:59.066 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:49:59.068 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:49:59.070 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:49:59.072 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:49:59.074 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-08-29 11:49:59.076 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:49:59.079 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-08-29 11:49:59.128 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-08-29 11:49:59.179 | + 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' 2024-08-29 11:49:59.222 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-08-29 11:49:59.265 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-08-29 11:49:59.310 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:49:59.356 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:49:59.358 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:49:59.361 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-08-29 11:49:59.413 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:49:59.665 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-08-29 11:49:59.675 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-08-29 11:49:59.905 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-08-29 11:49:59.931 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:49:59.933 | + functions-common:time_stop:2435 : local name 2024-08-29 11:49:59.935 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:49:59.937 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:49:59.939 | + functions-common:time_stop:2438 : local total 2024-08-29 11:49:59.941 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:49:59.943 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:49:59.945 | + functions-common:time_stop:2442 : start_time=1724932199010 2024-08-29 11:49:59.947 | + functions-common:time_stop:2444 : [[ -z 1724932199010 ]] 2024-08-29 11:49:59.950 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:49:59.954 | + functions-common:time_stop:2447 : end_time=1724932199951 2024-08-29 11:49:59.955 | + functions-common:time_stop:2448 : elapsed_time=941 2024-08-29 11:49:59.957 | + functions-common:time_stop:2449 : total=5223 2024-08-29 11:49:59.959 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:49:59.961 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6164 2024-08-29 11:49:59.964 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-08-29 11:49:59.966 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-29 11:49:59.968 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-29 11:49:59.971 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-08-29 11:49:59.973 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 11:49:59.975 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 11:49:59.977 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 11:49:59.979 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-08-29 11:49:59.981 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 11:49:59.984 | + 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' 2024-08-29 11:49:59.986 | + functions-common:run_process:1689 : local service=q-l3 2024-08-29 11:49:59.988 | + 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' 2024-08-29 11:49:59.990 | + functions-common:run_process:1691 : local group= 2024-08-29 11:49:59.992 | + functions-common:run_process:1692 : local user= 2024-08-29 11:49:59.994 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:49:59.996 | + functions-common:run_process:1695 : local name=q-l3 2024-08-29 11:49:59.998 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:00.000 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:00.002 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:00.005 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:00.007 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:00.011 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932200009 2024-08-29 11:50:00.013 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-08-29 11:50:00.028 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:00.030 | + 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' '' '' '' 2024-08-29 11:50:00.032 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-08-29 11:50:00.034 | + 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' 2024-08-29 11:50:00.036 | + 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' 2024-08-29 11:50:00.038 | + 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' 2024-08-29 11:50:00.040 | + 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' 2024-08-29 11:50:00.042 | + 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 ]] 2024-08-29 11:50:00.045 | + 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 =~ ^/ ]] 2024-08-29 11:50:00.047 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-08-29 11:50:00.049 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:00.051 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:00.053 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:00.056 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:50:00.058 | + 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 ]] 2024-08-29 11:50:00.060 | + 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 '' 2024-08-29 11:50:00.062 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-08-29 11:50:00.064 | + 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' 2024-08-29 11:50:00.067 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:50:00.069 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:50:00.071 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:50:00.073 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:50:00.075 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:50:00.076 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-08-29 11:50:00.079 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:50:00.082 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-08-29 11:50:00.133 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-08-29 11:50:00.182 | + 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' 2024-08-29 11:50:00.223 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-08-29 11:50:00.265 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-08-29 11:50:00.308 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:50:00.370 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:50:00.372 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:50:00.374 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-08-29 11:50:00.429 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:50:00.667 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-08-29 11:50:00.677 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-08-29 11:50:00.914 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-08-29 11:50:00.942 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:00.942 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:00.943 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:00.945 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:00.947 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:00.950 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:00.951 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:00.953 | + functions-common:time_stop:2442 : start_time=1724932200009 2024-08-29 11:50:00.955 | + functions-common:time_stop:2444 : [[ -z 1724932200009 ]] 2024-08-29 11:50:00.961 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:00.961 | + functions-common:time_stop:2447 : end_time=1724932200959 2024-08-29 11:50:00.963 | + functions-common:time_stop:2448 : elapsed_time=950 2024-08-29 11:50:00.965 | + functions-common:time_stop:2449 : total=6164 2024-08-29 11:50:00.967 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:00.969 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7114 2024-08-29 11:50:00.971 | + 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' 2024-08-29 11:50:00.973 | + functions-common:run_process:1689 : local service=q-meta 2024-08-29 11:50:00.975 | + 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' 2024-08-29 11:50:00.977 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:00.979 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:00.981 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:00.983 | + functions-common:run_process:1695 : local name=q-meta 2024-08-29 11:50:00.985 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:00.987 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:00.989 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:00.991 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:00.994 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:00.998 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932200995 2024-08-29 11:50:01.000 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-08-29 11:50:01.014 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:01.017 | + 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' '' '' '' 2024-08-29 11:50:01.019 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-08-29 11:50:01.021 | + 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' 2024-08-29 11:50:01.023 | + 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' 2024-08-29 11:50:01.024 | + 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' 2024-08-29 11:50:01.027 | + 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' 2024-08-29 11:50:01.029 | + 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 ]] 2024-08-29 11:50:01.031 | + 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 =~ ^/ ]] 2024-08-29 11:50:01.033 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-08-29 11:50:01.036 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:01.038 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:01.040 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:01.042 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:50:01.044 | + 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 ]] 2024-08-29 11:50:01.046 | + 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 '' 2024-08-29 11:50:01.048 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-08-29 11:50:01.050 | + 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' 2024-08-29 11:50:01.052 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:50:01.054 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:50:01.056 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:50:01.058 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:50:01.060 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:50:01.062 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-08-29 11:50:01.064 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:50:01.068 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-08-29 11:50:01.121 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-08-29 11:50:01.173 | + 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' 2024-08-29 11:50:01.219 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-08-29 11:50:01.260 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-08-29 11:50:01.304 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:50:01.349 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:50:01.352 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:50:01.354 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-08-29 11:50:01.409 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:50:01.647 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-08-29 11:50:01.661 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-08-29 11:50:01.901 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-08-29 11:50:01.920 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:01.923 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:01.926 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:01.926 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:01.930 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:01.935 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:01.937 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:01.939 | + functions-common:time_stop:2442 : start_time=1724932200995 2024-08-29 11:50:01.941 | + functions-common:time_stop:2444 : [[ -z 1724932200995 ]] 2024-08-29 11:50:01.945 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:01.949 | + functions-common:time_stop:2447 : end_time=1724932201947 2024-08-29 11:50:01.951 | + functions-common:time_stop:2448 : elapsed_time=952 2024-08-29 11:50:01.956 | + functions-common:time_stop:2449 : total=7114 2024-08-29 11:50:01.956 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:01.957 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8066 2024-08-29 11:50:01.959 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-29 11:50:01.962 | + functions-common:run_process:1689 : local service=q-metering 2024-08-29 11:50:01.964 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-29 11:50:01.967 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:01.968 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:01.970 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:01.973 | + functions-common:run_process:1695 : local name=q-metering 2024-08-29 11:50:01.975 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:01.978 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:01.981 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:01.983 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:01.986 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:01.992 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932201988 2024-08-29 11:50:01.995 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-08-29 11:50:02.011 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:02.013 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:02.016 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:02.018 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:02.020 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:02.022 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:02.024 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:02.026 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:02.028 | + functions-common:time_stop:2442 : start_time=1724932201988 2024-08-29 11:50:02.030 | + functions-common:time_stop:2444 : [[ -z 1724932201988 ]] 2024-08-29 11:50:02.033 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:02.037 | + functions-common:time_stop:2447 : end_time=1724932202034 2024-08-29 11:50:02.039 | + functions-common:time_stop:2448 : elapsed_time=46 2024-08-29 11:50:02.041 | + functions-common:time_stop:2449 : total=8066 2024-08-29 11:50:02.042 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:02.044 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8112 2024-08-29 11:50:02.046 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-08-29 11:50:02.065 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:02.068 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2024-08-29 11:50:02.070 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2024-08-29 11:50:02.072 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:02.074 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2024-08-29 11:50:02.076 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2024-08-29 11:50:02.078 | + stack.sh:main:1317 : create_neutron_initial_network 2024-08-29 11:50:02.080 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-08-29 11:50:02.082 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-08-29 11:50:02.084 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-29 11:50:02.087 | ++ 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 2024-08-29 11:50:03.603 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:03.606 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 11:50:03.606 | address-scope 2024-08-29 11:50:03.606 | router-admin-state-down-before-update 2024-08-29 11:50:03.606 | agent 2024-08-29 11:50:03.606 | agent-resources-synced 2024-08-29 11:50:03.606 | allowed-address-pairs 2024-08-29 11:50:03.606 | auto-allocated-topology 2024-08-29 11:50:03.606 | availability_zone 2024-08-29 11:50:03.606 | availability_zone_filter 2024-08-29 11:50:03.606 | default-subnetpools 2024-08-29 11:50:03.606 | dhcp_agent_scheduler 2024-08-29 11:50:03.606 | dvr 2024-08-29 11:50:03.606 | empty-string-filtering 2024-08-29 11:50:03.606 | external-net 2024-08-29 11:50:03.606 | extra_dhcp_opt 2024-08-29 11:50:03.606 | extraroute 2024-08-29 11:50:03.606 | extraroute-atomic 2024-08-29 11:50:03.606 | filter-validation 2024-08-29 11:50:03.606 | floating-ip-port-forwarding-detail 2024-08-29 11:50:03.606 | fip-port-details 2024-08-29 11:50:03.606 | flavors 2024-08-29 11:50:03.606 | floatingip-pools 2024-08-29 11:50:03.606 | ip-substring-filtering 2024-08-29 11:50:03.606 | router 2024-08-29 11:50:03.606 | ext-gw-mode 2024-08-29 11:50:03.606 | l3-ha 2024-08-29 11:50:03.606 | l3-flavors 2024-08-29 11:50:03.606 | l3-port-ip-change-not-allowed 2024-08-29 11:50:03.606 | l3_agent_scheduler 2024-08-29 11:50:03.606 | multi-provider 2024-08-29 11:50:03.606 | net-mtu 2024-08-29 11:50:03.606 | net-mtu-writable 2024-08-29 11:50:03.606 | network_availability_zone 2024-08-29 11:50:03.606 | network-ip-availability 2024-08-29 11:50:03.606 | pagination 2024-08-29 11:50:03.606 | port-device-profile 2024-08-29 11:50:03.606 | port-mac-override 2024-08-29 11:50:03.606 | port-mac-address-regenerate 2024-08-29 11:50:03.606 | port-numa-affinity-policy 2024-08-29 11:50:03.606 | binding 2024-08-29 11:50:03.606 | binding-extended 2024-08-29 11:50:03.606 | port-security 2024-08-29 11:50:03.606 | project-id 2024-08-29 11:50:03.606 | provider 2024-08-29 11:50:03.606 | quota-check-limit 2024-08-29 11:50:03.606 | quotas 2024-08-29 11:50:03.606 | quota_details 2024-08-29 11:50:03.606 | rbac-policies 2024-08-29 11:50:03.606 | rbac-address-group 2024-08-29 11:50:03.606 | rbac-address-scope 2024-08-29 11:50:03.606 | rbac-security-groups 2024-08-29 11:50:03.606 | rbac-subnetpool 2024-08-29 11:50:03.606 | revision-if-match 2024-08-29 11:50:03.606 | standard-attr-revisions 2024-08-29 11:50:03.606 | router_availability_zone 2024-08-29 11:50:03.606 | security-groups-normalized-cidr 2024-08-29 11:50:03.606 | port-security-groups-filtering 2024-08-29 11:50:03.606 | security-groups-remote-address-group 2024-08-29 11:50:03.606 | security-groups-shared-filtering 2024-08-29 11:50:03.606 | security-group 2024-08-29 11:50:03.606 | service-type 2024-08-29 11:50:03.606 | sorting 2024-08-29 11:50:03.606 | standard-attr-description 2024-08-29 11:50:03.606 | stateful-security-group 2024-08-29 11:50:03.606 | subnet_onboard 2024-08-29 11:50:03.606 | subnet-service-types 2024-08-29 11:50:03.606 | subnet_allocation 2024-08-29 11:50:03.606 | subnetpool-prefix-ops 2024-08-29 11:50:03.606 | standard-attr-tag 2024-08-29 11:50:03.606 | standard-attr-timestamp 2024-08-29 11:50:03.606 | nsxt-ops' 2024-08-29 11:50:03.609 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 11:50:03.609 | address-scope 2024-08-29 11:50:03.609 | router-admin-state-down-before-update 2024-08-29 11:50:03.609 | agent 2024-08-29 11:50:03.609 | agent-resources-synced 2024-08-29 11:50:03.609 | allowed-address-pairs 2024-08-29 11:50:03.609 | auto-allocated-topology 2024-08-29 11:50:03.609 | availability_zone 2024-08-29 11:50:03.609 | availability_zone_filter 2024-08-29 11:50:03.609 | default-subnetpools 2024-08-29 11:50:03.609 | dhcp_agent_scheduler 2024-08-29 11:50:03.609 | dvr 2024-08-29 11:50:03.609 | empty-string-filtering 2024-08-29 11:50:03.609 | external-net 2024-08-29 11:50:03.609 | extra_dhcp_opt 2024-08-29 11:50:03.609 | extraroute 2024-08-29 11:50:03.609 | extraroute-atomic 2024-08-29 11:50:03.609 | filter-validation 2024-08-29 11:50:03.609 | floating-ip-port-forwarding-detail 2024-08-29 11:50:03.609 | fip-port-details 2024-08-29 11:50:03.609 | flavors 2024-08-29 11:50:03.609 | floatingip-pools 2024-08-29 11:50:03.609 | ip-substring-filtering 2024-08-29 11:50:03.609 | router 2024-08-29 11:50:03.609 | ext-gw-mode 2024-08-29 11:50:03.609 | l3-ha 2024-08-29 11:50:03.609 | l3-flavors 2024-08-29 11:50:03.609 | l3-port-ip-change-not-allowed 2024-08-29 11:50:03.609 | l3_agent_scheduler 2024-08-29 11:50:03.609 | multi-provider 2024-08-29 11:50:03.609 | net-mtu 2024-08-29 11:50:03.609 | net-mtu-writable 2024-08-29 11:50:03.609 | network_availability_zone 2024-08-29 11:50:03.609 | network-ip-availability 2024-08-29 11:50:03.609 | pagination 2024-08-29 11:50:03.609 | port-device-profile 2024-08-29 11:50:03.609 | port-mac-override 2024-08-29 11:50:03.609 | port-mac-address-regenerate 2024-08-29 11:50:03.609 | port-numa-affinity-policy 2024-08-29 11:50:03.609 | binding 2024-08-29 11:50:03.609 | binding-extended 2024-08-29 11:50:03.609 | port-security 2024-08-29 11:50:03.609 | project-id 2024-08-29 11:50:03.609 | provider 2024-08-29 11:50:03.609 | quota-check-limit 2024-08-29 11:50:03.609 | quotas 2024-08-29 11:50:03.609 | quota_details 2024-08-29 11:50:03.609 | rbac-policies 2024-08-29 11:50:03.609 | rbac-address-group 2024-08-29 11:50:03.609 | rbac-address-scope 2024-08-29 11:50:03.609 | rbac-security-groups 2024-08-29 11:50:03.609 | rbac-subnetpool 2024-08-29 11:50:03.609 | revision-if-match 2024-08-29 11:50:03.609 | standard-attr-revisions 2024-08-29 11:50:03.609 | router_availability_zone 2024-08-29 11:50:03.609 | security-groups-normalized-cidr 2024-08-29 11:50:03.609 | port-security-groups-filtering 2024-08-29 11:50:03.609 | security-groups-remote-address-group 2024-08-29 11:50:03.609 | security-groups-shared-filtering 2024-08-29 11:50:03.609 | security-group 2024-08-29 11:50:03.609 | service-type 2024-08-29 11:50:03.609 | sorting 2024-08-29 11:50:03.609 | standard-attr-description 2024-08-29 11:50:03.609 | stateful-security-group 2024-08-29 11:50:03.609 | subnet_onboard 2024-08-29 11:50:03.609 | subnet-service-types 2024-08-29 11:50:03.609 | subnet_allocation 2024-08-29 11:50:03.609 | subnetpool-prefix-ops 2024-08-29 11:50:03.609 | standard-attr-tag 2024-08-29 11:50:03.609 | standard-attr-timestamp 2024-08-29 11:50:03.609 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-29 11:50:03.611 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 11:50:03.613 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-08-29 11:50:03.615 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-08-29 11:50:03.618 | ++ 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 2024-08-29 11:50:05.159 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:05.163 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=10456ba5-641f-45c1-80df-027f1232c66c 2024-08-29 11:50:05.165 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-08-29 11:50:05.167 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-08-29 11:50:05.169 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 11:50:05.171 | + functions-common:is_provider_network:2287 : return 1 2024-08-29 11:50:05.174 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-08-29 11:50:06.742 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:06.745 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=5bdb4127-fb57-47f0-b8f2-28a226c2b535 2024-08-29 11:50:06.747 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-08-29 11:50:06.749 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 11:50:06.764 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-08-29 11:50:06.766 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-08-29 11:50:06.769 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 10456ba5-641f-45c1-80df-027f1232c66c ']' 2024-08-29 11:50:06.771 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-08-29 11:50:06.773 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-08-29 11:50:06.775 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 10456ba5-641f-45c1-80df-027f1232c66c ' 2024-08-29 11:50:06.777 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-08-29 11:50:06.779 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 5bdb4127-fb57-47f0-b8f2-28a226c2b535 private-subnet' 2024-08-29 11:50:06.781 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-08-29 11:50:06.783 | +++ 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 10456ba5-641f-45c1-80df-027f1232c66c --network 5bdb4127-fb57-47f0-b8f2-28a226c2b535 private-subnet -f value -c id 2024-08-29 11:50:08.374 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:08.377 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=8865eb8b-9e3c-4efa-ac58-38060878182e 2024-08-29 11:50:08.379 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-08-29 11:50:08.381 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 11:50:08.394 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 8865eb8b-9e3c-4efa-ac58-38060878182e 2024-08-29 11:50:08.397 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=8865eb8b-9e3c-4efa-ac58-38060878182e 2024-08-29 11:50:08.400 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-08-29 11:50:08.402 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-08-29 11:50:08.405 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-08-29 11:50:08.408 | ++ 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 2024-08-29 11:50:09.663 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:09.666 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 11:50:09.666 | address-scope 2024-08-29 11:50:09.666 | router-admin-state-down-before-update 2024-08-29 11:50:09.666 | agent 2024-08-29 11:50:09.666 | agent-resources-synced 2024-08-29 11:50:09.666 | allowed-address-pairs 2024-08-29 11:50:09.666 | auto-allocated-topology 2024-08-29 11:50:09.666 | availability_zone 2024-08-29 11:50:09.666 | availability_zone_filter 2024-08-29 11:50:09.666 | default-subnetpools 2024-08-29 11:50:09.666 | dhcp_agent_scheduler 2024-08-29 11:50:09.666 | dvr 2024-08-29 11:50:09.666 | empty-string-filtering 2024-08-29 11:50:09.666 | external-net 2024-08-29 11:50:09.666 | extra_dhcp_opt 2024-08-29 11:50:09.666 | extraroute 2024-08-29 11:50:09.666 | extraroute-atomic 2024-08-29 11:50:09.666 | filter-validation 2024-08-29 11:50:09.666 | floating-ip-port-forwarding-detail 2024-08-29 11:50:09.666 | fip-port-details 2024-08-29 11:50:09.666 | flavors 2024-08-29 11:50:09.666 | floatingip-pools 2024-08-29 11:50:09.666 | ip-substring-filtering 2024-08-29 11:50:09.666 | router 2024-08-29 11:50:09.666 | ext-gw-mode 2024-08-29 11:50:09.666 | l3-ha 2024-08-29 11:50:09.666 | l3-flavors 2024-08-29 11:50:09.666 | l3-port-ip-change-not-allowed 2024-08-29 11:50:09.666 | l3_agent_scheduler 2024-08-29 11:50:09.666 | multi-provider 2024-08-29 11:50:09.666 | net-mtu 2024-08-29 11:50:09.666 | net-mtu-writable 2024-08-29 11:50:09.666 | network_availability_zone 2024-08-29 11:50:09.666 | network-ip-availability 2024-08-29 11:50:09.666 | pagination 2024-08-29 11:50:09.666 | port-device-profile 2024-08-29 11:50:09.666 | port-mac-override 2024-08-29 11:50:09.666 | port-mac-address-regenerate 2024-08-29 11:50:09.666 | port-numa-affinity-policy 2024-08-29 11:50:09.666 | binding 2024-08-29 11:50:09.666 | binding-extended 2024-08-29 11:50:09.666 | port-security 2024-08-29 11:50:09.666 | project-id 2024-08-29 11:50:09.666 | provider 2024-08-29 11:50:09.666 | quota-check-limit 2024-08-29 11:50:09.666 | quotas 2024-08-29 11:50:09.666 | quota_details 2024-08-29 11:50:09.666 | rbac-policies 2024-08-29 11:50:09.666 | rbac-address-group 2024-08-29 11:50:09.666 | rbac-address-scope 2024-08-29 11:50:09.666 | rbac-security-groups 2024-08-29 11:50:09.666 | rbac-subnetpool 2024-08-29 11:50:09.666 | revision-if-match 2024-08-29 11:50:09.666 | standard-attr-revisions 2024-08-29 11:50:09.666 | router_availability_zone 2024-08-29 11:50:09.666 | security-groups-normalized-cidr 2024-08-29 11:50:09.666 | port-security-groups-filtering 2024-08-29 11:50:09.666 | security-groups-remote-address-group 2024-08-29 11:50:09.666 | security-groups-shared-filtering 2024-08-29 11:50:09.666 | security-group 2024-08-29 11:50:09.666 | service-type 2024-08-29 11:50:09.666 | sorting 2024-08-29 11:50:09.666 | standard-attr-description 2024-08-29 11:50:09.666 | stateful-security-group 2024-08-29 11:50:09.666 | subnet_onboard 2024-08-29 11:50:09.666 | subnet-service-types 2024-08-29 11:50:09.666 | subnet_allocation 2024-08-29 11:50:09.666 | subnetpool-prefix-ops 2024-08-29 11:50:09.667 | standard-attr-tag 2024-08-29 11:50:09.667 | standard-attr-timestamp 2024-08-29 11:50:09.667 | nsxt-ops' 2024-08-29 11:50:09.668 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 11:50:09.668 | address-scope 2024-08-29 11:50:09.668 | router-admin-state-down-before-update 2024-08-29 11:50:09.668 | agent 2024-08-29 11:50:09.668 | agent-resources-synced 2024-08-29 11:50:09.668 | allowed-address-pairs 2024-08-29 11:50:09.668 | auto-allocated-topology 2024-08-29 11:50:09.668 | availability_zone 2024-08-29 11:50:09.668 | availability_zone_filter 2024-08-29 11:50:09.668 | default-subnetpools 2024-08-29 11:50:09.668 | dhcp_agent_scheduler 2024-08-29 11:50:09.668 | dvr 2024-08-29 11:50:09.668 | empty-string-filtering 2024-08-29 11:50:09.668 | external-net 2024-08-29 11:50:09.668 | extra_dhcp_opt 2024-08-29 11:50:09.668 | extraroute 2024-08-29 11:50:09.668 | extraroute-atomic 2024-08-29 11:50:09.668 | filter-validation 2024-08-29 11:50:09.668 | floating-ip-port-forwarding-detail 2024-08-29 11:50:09.668 | fip-port-details 2024-08-29 11:50:09.668 | flavors 2024-08-29 11:50:09.668 | floatingip-pools 2024-08-29 11:50:09.668 | ip-substring-filtering 2024-08-29 11:50:09.668 | router 2024-08-29 11:50:09.668 | ext-gw-mode 2024-08-29 11:50:09.668 | l3-ha 2024-08-29 11:50:09.668 | l3-flavors 2024-08-29 11:50:09.668 | l3-port-ip-change-not-allowed 2024-08-29 11:50:09.668 | l3_agent_scheduler 2024-08-29 11:50:09.668 | multi-provider 2024-08-29 11:50:09.668 | net-mtu 2024-08-29 11:50:09.668 | net-mtu-writable 2024-08-29 11:50:09.668 | network_availability_zone 2024-08-29 11:50:09.668 | network-ip-availability 2024-08-29 11:50:09.668 | pagination 2024-08-29 11:50:09.668 | port-device-profile 2024-08-29 11:50:09.668 | port-mac-override 2024-08-29 11:50:09.668 | port-mac-address-regenerate 2024-08-29 11:50:09.668 | port-numa-affinity-policy 2024-08-29 11:50:09.668 | binding 2024-08-29 11:50:09.668 | binding-extended 2024-08-29 11:50:09.668 | port-security 2024-08-29 11:50:09.668 | project-id 2024-08-29 11:50:09.668 | provider 2024-08-29 11:50:09.668 | quota-check-limit 2024-08-29 11:50:09.668 | quotas 2024-08-29 11:50:09.668 | quota_details 2024-08-29 11:50:09.668 | rbac-policies 2024-08-29 11:50:09.669 | rbac-address-group 2024-08-29 11:50:09.669 | rbac-address-scope 2024-08-29 11:50:09.669 | rbac-security-groups 2024-08-29 11:50:09.669 | rbac-subnetpool 2024-08-29 11:50:09.669 | revision-if-match 2024-08-29 11:50:09.669 | standard-attr-revisions 2024-08-29 11:50:09.669 | router_availability_zone 2024-08-29 11:50:09.669 | security-groups-normalized-cidr 2024-08-29 11:50:09.669 | port-security-groups-filtering 2024-08-29 11:50:09.669 | security-groups-remote-address-group 2024-08-29 11:50:09.669 | security-groups-shared-filtering 2024-08-29 11:50:09.669 | security-group 2024-08-29 11:50:09.669 | service-type 2024-08-29 11:50:09.669 | sorting 2024-08-29 11:50:09.669 | standard-attr-description 2024-08-29 11:50:09.669 | stateful-security-group 2024-08-29 11:50:09.669 | subnet_onboard 2024-08-29 11:50:09.669 | subnet-service-types 2024-08-29 11:50:09.669 | subnet_allocation 2024-08-29 11:50:09.669 | subnetpool-prefix-ops 2024-08-29 11:50:09.669 | standard-attr-tag 2024-08-29 11:50:09.669 | standard-attr-timestamp 2024-08-29 11:50:09.669 | nsxt-ops =~ router ]] 2024-08-29 11:50:09.670 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 11:50:09.672 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-08-29 11:50:09.675 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-29 11:50:09.677 | ++ 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 2024-08-29 11:50:11.000 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:11.003 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 11:50:11.003 | address-scope 2024-08-29 11:50:11.003 | router-admin-state-down-before-update 2024-08-29 11:50:11.003 | agent 2024-08-29 11:50:11.003 | agent-resources-synced 2024-08-29 11:50:11.003 | allowed-address-pairs 2024-08-29 11:50:11.003 | auto-allocated-topology 2024-08-29 11:50:11.003 | availability_zone 2024-08-29 11:50:11.003 | availability_zone_filter 2024-08-29 11:50:11.003 | default-subnetpools 2024-08-29 11:50:11.003 | dhcp_agent_scheduler 2024-08-29 11:50:11.004 | dvr 2024-08-29 11:50:11.004 | empty-string-filtering 2024-08-29 11:50:11.004 | external-net 2024-08-29 11:50:11.004 | extra_dhcp_opt 2024-08-29 11:50:11.004 | extraroute 2024-08-29 11:50:11.004 | extraroute-atomic 2024-08-29 11:50:11.004 | filter-validation 2024-08-29 11:50:11.004 | floating-ip-port-forwarding-detail 2024-08-29 11:50:11.004 | fip-port-details 2024-08-29 11:50:11.004 | flavors 2024-08-29 11:50:11.004 | floatingip-pools 2024-08-29 11:50:11.004 | ip-substring-filtering 2024-08-29 11:50:11.004 | router 2024-08-29 11:50:11.004 | ext-gw-mode 2024-08-29 11:50:11.004 | l3-ha 2024-08-29 11:50:11.004 | l3-flavors 2024-08-29 11:50:11.004 | l3-port-ip-change-not-allowed 2024-08-29 11:50:11.004 | l3_agent_scheduler 2024-08-29 11:50:11.004 | multi-provider 2024-08-29 11:50:11.004 | net-mtu 2024-08-29 11:50:11.004 | net-mtu-writable 2024-08-29 11:50:11.004 | network_availability_zone 2024-08-29 11:50:11.004 | network-ip-availability 2024-08-29 11:50:11.004 | pagination 2024-08-29 11:50:11.004 | port-device-profile 2024-08-29 11:50:11.004 | port-mac-override 2024-08-29 11:50:11.004 | port-mac-address-regenerate 2024-08-29 11:50:11.004 | port-numa-affinity-policy 2024-08-29 11:50:11.004 | binding 2024-08-29 11:50:11.004 | binding-extended 2024-08-29 11:50:11.004 | port-security 2024-08-29 11:50:11.004 | project-id 2024-08-29 11:50:11.004 | provider 2024-08-29 11:50:11.004 | quota-check-limit 2024-08-29 11:50:11.004 | quotas 2024-08-29 11:50:11.004 | quota_details 2024-08-29 11:50:11.004 | rbac-policies 2024-08-29 11:50:11.004 | rbac-address-group 2024-08-29 11:50:11.004 | rbac-address-scope 2024-08-29 11:50:11.004 | rbac-security-groups 2024-08-29 11:50:11.004 | rbac-subnetpool 2024-08-29 11:50:11.004 | revision-if-match 2024-08-29 11:50:11.004 | standard-attr-revisions 2024-08-29 11:50:11.004 | router_availability_zone 2024-08-29 11:50:11.004 | security-groups-normalized-cidr 2024-08-29 11:50:11.004 | port-security-groups-filtering 2024-08-29 11:50:11.004 | security-groups-remote-address-group 2024-08-29 11:50:11.004 | security-groups-shared-filtering 2024-08-29 11:50:11.004 | security-group 2024-08-29 11:50:11.004 | service-type 2024-08-29 11:50:11.004 | sorting 2024-08-29 11:50:11.004 | standard-attr-description 2024-08-29 11:50:11.004 | stateful-security-group 2024-08-29 11:50:11.004 | subnet_onboard 2024-08-29 11:50:11.004 | subnet-service-types 2024-08-29 11:50:11.004 | subnet_allocation 2024-08-29 11:50:11.004 | subnetpool-prefix-ops 2024-08-29 11:50:11.004 | standard-attr-tag 2024-08-29 11:50:11.004 | standard-attr-timestamp 2024-08-29 11:50:11.004 | nsxt-ops' 2024-08-29 11:50:11.006 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 11:50:11.006 | address-scope 2024-08-29 11:50:11.006 | router-admin-state-down-before-update 2024-08-29 11:50:11.006 | agent 2024-08-29 11:50:11.006 | agent-resources-synced 2024-08-29 11:50:11.006 | allowed-address-pairs 2024-08-29 11:50:11.006 | auto-allocated-topology 2024-08-29 11:50:11.006 | availability_zone 2024-08-29 11:50:11.006 | availability_zone_filter 2024-08-29 11:50:11.006 | default-subnetpools 2024-08-29 11:50:11.006 | dhcp_agent_scheduler 2024-08-29 11:50:11.006 | dvr 2024-08-29 11:50:11.006 | empty-string-filtering 2024-08-29 11:50:11.006 | external-net 2024-08-29 11:50:11.006 | extra_dhcp_opt 2024-08-29 11:50:11.006 | extraroute 2024-08-29 11:50:11.006 | extraroute-atomic 2024-08-29 11:50:11.006 | filter-validation 2024-08-29 11:50:11.006 | floating-ip-port-forwarding-detail 2024-08-29 11:50:11.006 | fip-port-details 2024-08-29 11:50:11.006 | flavors 2024-08-29 11:50:11.006 | floatingip-pools 2024-08-29 11:50:11.006 | ip-substring-filtering 2024-08-29 11:50:11.006 | router 2024-08-29 11:50:11.006 | ext-gw-mode 2024-08-29 11:50:11.006 | l3-ha 2024-08-29 11:50:11.006 | l3-flavors 2024-08-29 11:50:11.006 | l3-port-ip-change-not-allowed 2024-08-29 11:50:11.006 | l3_agent_scheduler 2024-08-29 11:50:11.006 | multi-provider 2024-08-29 11:50:11.006 | net-mtu 2024-08-29 11:50:11.006 | net-mtu-writable 2024-08-29 11:50:11.006 | network_availability_zone 2024-08-29 11:50:11.006 | network-ip-availability 2024-08-29 11:50:11.006 | pagination 2024-08-29 11:50:11.006 | port-device-profile 2024-08-29 11:50:11.006 | port-mac-override 2024-08-29 11:50:11.006 | port-mac-address-regenerate 2024-08-29 11:50:11.006 | port-numa-affinity-policy 2024-08-29 11:50:11.006 | binding 2024-08-29 11:50:11.006 | binding-extended 2024-08-29 11:50:11.006 | port-security 2024-08-29 11:50:11.006 | project-id 2024-08-29 11:50:11.006 | provider 2024-08-29 11:50:11.006 | quota-check-limit 2024-08-29 11:50:11.006 | quotas 2024-08-29 11:50:11.006 | quota_details 2024-08-29 11:50:11.006 | rbac-policies 2024-08-29 11:50:11.006 | rbac-address-group 2024-08-29 11:50:11.006 | rbac-address-scope 2024-08-29 11:50:11.006 | rbac-security-groups 2024-08-29 11:50:11.006 | rbac-subnetpool 2024-08-29 11:50:11.006 | revision-if-match 2024-08-29 11:50:11.006 | standard-attr-revisions 2024-08-29 11:50:11.006 | router_availability_zone 2024-08-29 11:50:11.006 | security-groups-normalized-cidr 2024-08-29 11:50:11.006 | port-security-groups-filtering 2024-08-29 11:50:11.006 | security-groups-remote-address-group 2024-08-29 11:50:11.006 | security-groups-shared-filtering 2024-08-29 11:50:11.006 | security-group 2024-08-29 11:50:11.006 | service-type 2024-08-29 11:50:11.006 | sorting 2024-08-29 11:50:11.006 | standard-attr-description 2024-08-29 11:50:11.006 | stateful-security-group 2024-08-29 11:50:11.006 | subnet_onboard 2024-08-29 11:50:11.006 | subnet-service-types 2024-08-29 11:50:11.006 | subnet_allocation 2024-08-29 11:50:11.006 | subnetpool-prefix-ops 2024-08-29 11:50:11.006 | standard-attr-tag 2024-08-29 11:50:11.006 | standard-attr-timestamp 2024-08-29 11:50:11.006 | nsxt-ops =~ external-net ]] 2024-08-29 11:50:11.008 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 11:50:11.010 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-08-29 11:50:11.013 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-08-29 11:50:12.372 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:12.375 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=0615e7f1-c057-44dd-89de-eb232e5cd01d 2024-08-29 11:50:12.377 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-08-29 11:50:12.379 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 11:50:12.393 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-08-29 11:50:12.395 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-08-29 11:50:12.397 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-29 11:50:12.400 | ++ 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 2024-08-29 11:50:13.649 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:13.652 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 11:50:13.652 | address-scope 2024-08-29 11:50:13.652 | router-admin-state-down-before-update 2024-08-29 11:50:13.652 | agent 2024-08-29 11:50:13.652 | agent-resources-synced 2024-08-29 11:50:13.652 | allowed-address-pairs 2024-08-29 11:50:13.652 | auto-allocated-topology 2024-08-29 11:50:13.652 | availability_zone 2024-08-29 11:50:13.652 | availability_zone_filter 2024-08-29 11:50:13.652 | default-subnetpools 2024-08-29 11:50:13.652 | dhcp_agent_scheduler 2024-08-29 11:50:13.652 | dvr 2024-08-29 11:50:13.652 | empty-string-filtering 2024-08-29 11:50:13.652 | external-net 2024-08-29 11:50:13.652 | extra_dhcp_opt 2024-08-29 11:50:13.652 | extraroute 2024-08-29 11:50:13.652 | extraroute-atomic 2024-08-29 11:50:13.652 | filter-validation 2024-08-29 11:50:13.652 | floating-ip-port-forwarding-detail 2024-08-29 11:50:13.652 | fip-port-details 2024-08-29 11:50:13.652 | flavors 2024-08-29 11:50:13.652 | floatingip-pools 2024-08-29 11:50:13.652 | ip-substring-filtering 2024-08-29 11:50:13.652 | router 2024-08-29 11:50:13.652 | ext-gw-mode 2024-08-29 11:50:13.652 | l3-ha 2024-08-29 11:50:13.652 | l3-flavors 2024-08-29 11:50:13.652 | l3-port-ip-change-not-allowed 2024-08-29 11:50:13.652 | l3_agent_scheduler 2024-08-29 11:50:13.652 | multi-provider 2024-08-29 11:50:13.652 | net-mtu 2024-08-29 11:50:13.652 | net-mtu-writable 2024-08-29 11:50:13.652 | network_availability_zone 2024-08-29 11:50:13.652 | network-ip-availability 2024-08-29 11:50:13.652 | pagination 2024-08-29 11:50:13.652 | port-device-profile 2024-08-29 11:50:13.652 | port-mac-override 2024-08-29 11:50:13.652 | port-mac-address-regenerate 2024-08-29 11:50:13.652 | port-numa-affinity-policy 2024-08-29 11:50:13.652 | binding 2024-08-29 11:50:13.652 | binding-extended 2024-08-29 11:50:13.652 | port-security 2024-08-29 11:50:13.652 | project-id 2024-08-29 11:50:13.652 | provider 2024-08-29 11:50:13.652 | quota-check-limit 2024-08-29 11:50:13.652 | quotas 2024-08-29 11:50:13.652 | quota_details 2024-08-29 11:50:13.652 | rbac-policies 2024-08-29 11:50:13.652 | rbac-address-group 2024-08-29 11:50:13.652 | rbac-address-scope 2024-08-29 11:50:13.652 | rbac-security-groups 2024-08-29 11:50:13.652 | rbac-subnetpool 2024-08-29 11:50:13.652 | revision-if-match 2024-08-29 11:50:13.652 | standard-attr-revisions 2024-08-29 11:50:13.652 | router_availability_zone 2024-08-29 11:50:13.652 | security-groups-normalized-cidr 2024-08-29 11:50:13.652 | port-security-groups-filtering 2024-08-29 11:50:13.652 | security-groups-remote-address-group 2024-08-29 11:50:13.652 | security-groups-shared-filtering 2024-08-29 11:50:13.652 | security-group 2024-08-29 11:50:13.652 | service-type 2024-08-29 11:50:13.652 | sorting 2024-08-29 11:50:13.652 | standard-attr-description 2024-08-29 11:50:13.652 | stateful-security-group 2024-08-29 11:50:13.652 | subnet_onboard 2024-08-29 11:50:13.652 | subnet-service-types 2024-08-29 11:50:13.652 | subnet_allocation 2024-08-29 11:50:13.652 | subnetpool-prefix-ops 2024-08-29 11:50:13.652 | standard-attr-tag 2024-08-29 11:50:13.652 | standard-attr-timestamp 2024-08-29 11:50:13.652 | nsxt-ops' 2024-08-29 11:50:13.655 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 11:50:13.655 | address-scope 2024-08-29 11:50:13.655 | router-admin-state-down-before-update 2024-08-29 11:50:13.655 | agent 2024-08-29 11:50:13.655 | agent-resources-synced 2024-08-29 11:50:13.655 | allowed-address-pairs 2024-08-29 11:50:13.655 | auto-allocated-topology 2024-08-29 11:50:13.655 | availability_zone 2024-08-29 11:50:13.655 | availability_zone_filter 2024-08-29 11:50:13.655 | default-subnetpools 2024-08-29 11:50:13.655 | dhcp_agent_scheduler 2024-08-29 11:50:13.655 | dvr 2024-08-29 11:50:13.655 | empty-string-filtering 2024-08-29 11:50:13.655 | external-net 2024-08-29 11:50:13.655 | extra_dhcp_opt 2024-08-29 11:50:13.655 | extraroute 2024-08-29 11:50:13.655 | extraroute-atomic 2024-08-29 11:50:13.655 | filter-validation 2024-08-29 11:50:13.655 | floating-ip-port-forwarding-detail 2024-08-29 11:50:13.655 | fip-port-details 2024-08-29 11:50:13.655 | flavors 2024-08-29 11:50:13.655 | floatingip-pools 2024-08-29 11:50:13.655 | ip-substring-filtering 2024-08-29 11:50:13.655 | router 2024-08-29 11:50:13.655 | ext-gw-mode 2024-08-29 11:50:13.655 | l3-ha 2024-08-29 11:50:13.655 | l3-flavors 2024-08-29 11:50:13.655 | l3-port-ip-change-not-allowed 2024-08-29 11:50:13.655 | l3_agent_scheduler 2024-08-29 11:50:13.655 | multi-provider 2024-08-29 11:50:13.655 | net-mtu 2024-08-29 11:50:13.655 | net-mtu-writable 2024-08-29 11:50:13.655 | network_availability_zone 2024-08-29 11:50:13.655 | network-ip-availability 2024-08-29 11:50:13.655 | pagination 2024-08-29 11:50:13.655 | port-device-profile 2024-08-29 11:50:13.655 | port-mac-override 2024-08-29 11:50:13.655 | port-mac-address-regenerate 2024-08-29 11:50:13.655 | port-numa-affinity-policy 2024-08-29 11:50:13.655 | binding 2024-08-29 11:50:13.655 | binding-extended 2024-08-29 11:50:13.655 | port-security 2024-08-29 11:50:13.655 | project-id 2024-08-29 11:50:13.655 | provider 2024-08-29 11:50:13.655 | quota-check-limit 2024-08-29 11:50:13.655 | quotas 2024-08-29 11:50:13.655 | quota_details 2024-08-29 11:50:13.655 | rbac-policies 2024-08-29 11:50:13.655 | rbac-address-group 2024-08-29 11:50:13.655 | rbac-address-scope 2024-08-29 11:50:13.655 | rbac-security-groups 2024-08-29 11:50:13.655 | rbac-subnetpool 2024-08-29 11:50:13.655 | revision-if-match 2024-08-29 11:50:13.655 | standard-attr-revisions 2024-08-29 11:50:13.655 | router_availability_zone 2024-08-29 11:50:13.655 | security-groups-normalized-cidr 2024-08-29 11:50:13.655 | port-security-groups-filtering 2024-08-29 11:50:13.655 | security-groups-remote-address-group 2024-08-29 11:50:13.655 | security-groups-shared-filtering 2024-08-29 11:50:13.655 | security-group 2024-08-29 11:50:13.655 | service-type 2024-08-29 11:50:13.655 | sorting 2024-08-29 11:50:13.655 | standard-attr-description 2024-08-29 11:50:13.655 | stateful-security-group 2024-08-29 11:50:13.655 | subnet_onboard 2024-08-29 11:50:13.655 | subnet-service-types 2024-08-29 11:50:13.655 | subnet_allocation 2024-08-29 11:50:13.655 | subnetpool-prefix-ops 2024-08-29 11:50:13.655 | standard-attr-tag 2024-08-29 11:50:13.655 | standard-attr-timestamp 2024-08-29 11:50:13.655 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-29 11:50:13.657 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 11:50:13.659 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-08-29 11:50:13.661 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-08-29 11:50:13.664 | ++ 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 2024-08-29 11:50:15.094 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:15.097 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=b452d4e1-bb4d-42b6-b8f8-053477a8d692 2024-08-29 11:50:15.099 | + 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' 2024-08-29 11:50:15.101 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 11:50:15.115 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-08-29 11:50:15.117 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-08-29 11:50:15.121 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 0615e7f1-c057-44dd-89de-eb232e5cd01d 8865eb8b-9e3c-4efa-ac58-38060878182e 2024-08-29 11:50:17.258 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-08-29 11:50:17.261 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 b452d4e1-bb4d-42b6-b8f8-053477a8d692 2024-08-29 11:50:17.263 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-08-29 11:50:17.264 | ++ 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 ' 2024-08-29 11:50:17.266 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-08-29 11:50:17.268 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-08-29 11:50:17.270 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network b452d4e1-bb4d-42b6-b8f8-053477a8d692 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-08-29 11:50:17.272 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-08-29 11:50:17.273 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-08-29 11:50:17.277 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-08-29 11:50:17.277 | +++ 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 b452d4e1-bb4d-42b6-b8f8-053477a8d692 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-08-29 11:50:18.831 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:18.834 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-08-29 11:50:18.834 | | id | d033f39b-ce74-4f33-9442-6da67855c2db |' 2024-08-29 11:50:18.836 | ++ 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' 2024-08-29 11:50:18.837 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 11:50:18.849 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' d033f39b-ce74-4f33-9442-6da67855c2db '|' 2024-08-29 11:50:18.851 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | d033f39b-ce74-4f33-9442-6da67855c2db |' 2024-08-29 11:50:18.854 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-08-29 11:50:18.857 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' d033f39b-ce74-4f33-9442-6da67855c2db '|' 2024-08-29 11:50:18.857 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-08-29 11:50:18.859 | ++ functions-common:get_field:829 : local data field 2024-08-29 11:50:18.860 | ++ functions-common:get_field:830 : read data 2024-08-29 11:50:18.862 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-08-29 11:50:18.864 | ++ functions-common:get_field:834 : field='$3' 2024-08-29 11:50:18.866 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | d033f39b-ce74-4f33-9442-6da67855c2db |' 2024-08-29 11:50:18.867 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-08-29 11:50:18.871 | ++ functions-common:get_field:830 : read data 2024-08-29 11:50:18.874 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-08-29 11:50:18.877 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' d033f39b-ce74-4f33-9442-6da67855c2db '|' 2024-08-29 11:50:18.877 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-08-29 11:50:18.879 | ++ functions-common:get_field:829 : local data field 2024-08-29 11:50:18.881 | ++ functions-common:get_field:830 : read data 2024-08-29 11:50:18.882 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-08-29 11:50:18.884 | ++ functions-common:get_field:834 : field='$6' 2024-08-29 11:50:18.886 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | d033f39b-ce74-4f33-9442-6da67855c2db |' 2024-08-29 11:50:18.886 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-08-29 11:50:18.891 | ++ functions-common:get_field:830 : read data 2024-08-29 11:50:18.893 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=d033f39b-ce74-4f33-9442-6da67855c2db 2024-08-29 11:50:18.895 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway b452d4e1-bb4d-42b6-b8f8-053477a8d692 0615e7f1-c057-44dd-89de-eb232e5cd01d 2024-08-29 11:50:20.994 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-08-29 11:50:20.996 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-08-29 11:50:21.009 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:21.011 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-08-29 11:50:21.012 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-08-29 11:50:21.014 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-08-29 11:50:21.017 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-08-29 11:50:21.019 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-08-29 11:50:21.021 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-08-29 11:50:21.033 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-08-29 11:50:21.035 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-08-29 11:50:21.037 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-08-29 11:50:21.039 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-08-29 11:50:21.041 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-29 11:50:21.043 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-08-29 11:50:21.045 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-29 11:50:21.046 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-08-29 11:50:21.048 | + functions-common:test_with_retry:2375 : local until=10 2024-08-29 11:50:21.050 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-29 11:50:21.052 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-29 11:50:21.054 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-29 11:50:21.056 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:21.058 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:21.060 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:21.063 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932221061 2024-08-29 11:50:21.065 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-08-29 11:50:21.070 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-29 11:50:21.072 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:21.074 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:21.076 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:21.078 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:21.079 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:21.081 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-29 11:50:21.083 | + functions-common:time_stop:2442 : start_time=1724932221061 2024-08-29 11:50:21.085 | + functions-common:time_stop:2444 : [[ -z 1724932221061 ]] 2024-08-29 11:50:21.087 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:21.090 | + functions-common:time_stop:2447 : end_time=1724932221088 2024-08-29 11:50:21.092 | + functions-common:time_stop:2448 : elapsed_time=27 2024-08-29 11:50:21.094 | + functions-common:time_stop:2449 : total=3066 2024-08-29 11:50:21.096 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:21.098 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3093 2024-08-29 11:50:21.101 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-08-29 11:50:21.101 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-08-29 11:50:21.105 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-08-29 11:50:21.107 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-08-29 11:50:21.109 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-29 11:50:21.111 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-29 11:50:21.114 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-08-29 11:50:21.114 | ++ 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 2024-08-29 11:50:21.114 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-08-29 11:50:21.114 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-08-29 11:50:22.405 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:22.408 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.147 ' 2024-08-29 11:50:22.411 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-08-29 11:50:22.413 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 11:50:22.426 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-08-29 11:50:22.428 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-08-29 11:50:22.430 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-08-29 11:50:22.432 | + stack.sh:main:1322 : is_service_enabled nova 2024-08-29 11:50:22.446 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:22.449 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2024-08-29 11:50:22.450 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:22.453 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2024-08-29 11:50:22.455 | + stack.sh:main:1324 : start_nova 2024-08-29 11:50:22.457 | + lib/nova:start_nova:1176 : start_nova_rest 2024-08-29 11:50:22.459 | + 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 2024-08-29 11:50:22.461 | + 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 2024-08-29 11:50:22.464 | + 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 2024-08-29 11:50:22.466 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-29 11:50:22.469 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 11:50:22.471 | + functions-common:run_process:1689 : local service=n-sch 2024-08-29 11:50:22.473 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 11:50:22.476 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:22.478 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:22.480 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:22.482 | + functions-common:run_process:1695 : local name=n-sch 2024-08-29 11:50:22.484 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:22.486 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:22.489 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:22.491 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:22.494 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:22.497 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932222494 2024-08-29 11:50:22.499 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-08-29 11:50:22.512 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:22.514 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-08-29 11:50:22.516 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-08-29 11:50:22.518 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 11:50:22.520 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 11:50:22.522 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 11:50:22.524 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 11:50:22.526 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-29 11:50:22.528 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-29 11:50:22.530 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-08-29 11:50:22.532 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:22.534 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:22.536 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:22.538 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:50:22.540 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-29 11:50:22.542 | + 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 '' 2024-08-29 11:50:22.544 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-08-29 11:50:22.546 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 11:50:22.548 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:50:22.550 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:50:22.552 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:50:22.554 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:50:22.556 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:50:22.558 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-08-29 11:50:22.560 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:50:22.563 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-08-29 11:50:22.613 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-08-29 11:50:22.663 | + 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' 2024-08-29 11:50:22.708 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-08-29 11:50:22.750 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-08-29 11:50:22.790 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:50:22.833 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:50:22.835 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:50:22.837 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-08-29 11:50:22.888 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:50:23.147 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-08-29 11:50:23.157 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-08-29 11:50:23.398 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-08-29 11:50:23.422 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:23.424 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:23.427 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:23.429 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:23.431 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:23.433 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:23.436 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:23.438 | + functions-common:time_stop:2442 : start_time=1724932222494 2024-08-29 11:50:23.441 | + functions-common:time_stop:2444 : [[ -z 1724932222494 ]] 2024-08-29 11:50:23.444 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:23.448 | + functions-common:time_stop:2447 : end_time=1724932223445 2024-08-29 11:50:23.450 | + functions-common:time_stop:2448 : elapsed_time=951 2024-08-29 11:50:23.451 | + functions-common:time_stop:2449 : total=8112 2024-08-29 11:50:23.453 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:23.456 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9063 2024-08-29 11:50:23.460 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-08-29 11:50:23.461 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-08-29 11:50:23.465 | + 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' 2024-08-29 11:50:23.467 | + functions-common:run_process:1689 : local service=n-api-meta 2024-08-29 11:50:23.469 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 11:50:23.471 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:23.473 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:23.476 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:23.478 | + functions-common:run_process:1695 : local name=n-api-meta 2024-08-29 11:50:23.480 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:23.482 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:23.485 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:23.486 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:23.489 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:23.493 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932223490 2024-08-29 11:50:23.495 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-08-29 11:50:23.510 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:23.512 | + 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' '' '' '' 2024-08-29 11:50:23.514 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-08-29 11:50:23.516 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 11:50:23.518 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 11:50:23.520 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 11:50:23.522 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-29 11:50:23.524 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-08-29 11:50:23.526 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-08-29 11:50:23.528 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-08-29 11:50:23.530 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:23.532 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:23.534 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:23.536 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:50:23.538 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-08-29 11:50:23.540 | + 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 '' 2024-08-29 11:50:23.542 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-08-29 11:50:23.544 | + 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' 2024-08-29 11:50:23.546 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 11:50:23.548 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 11:50:23.550 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 11:50:23.552 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-08-29 11:50:23.554 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 11:50:23.557 | + 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' 2024-08-29 11:50:23.608 | + 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 2024-08-29 11:50:23.661 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-08-29 11:50:23.705 | + 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' 2024-08-29 11:50:23.748 | + 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' 2024-08-29 11:50:23.790 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-08-29 11:50:23.835 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-08-29 11:50:23.876 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-08-29 11:50:23.917 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-08-29 11:50:23.958 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-08-29 11:50:24.000 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 11:50:24.003 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 11:50:24.005 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-08-29 11:50:24.054 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 11:50:24.298 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-08-29 11:50:24.308 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-08-29 11:50:24.551 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-08-29 11:50:24.604 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:24.606 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:24.610 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:24.610 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:24.612 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:24.614 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:24.616 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:24.620 | + functions-common:time_stop:2442 : start_time=1724932223490 2024-08-29 11:50:24.623 | + functions-common:time_stop:2444 : [[ -z 1724932223490 ]] 2024-08-29 11:50:24.625 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:24.628 | + functions-common:time_stop:2447 : end_time=1724932224626 2024-08-29 11:50:24.630 | + functions-common:time_stop:2448 : elapsed_time=1136 2024-08-29 11:50:24.632 | + functions-common:time_stop:2449 : total=9063 2024-08-29 11:50:24.634 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:24.639 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10199 2024-08-29 11:50:24.641 | + 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 2024-08-29 11:50:24.643 | + 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 2024-08-29 11:50:24.645 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-08-29 11:50:24.647 | + 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 2024-08-29 11:50:24.650 | + 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 2024-08-29 11:50:24.652 | + 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 2024-08-29 11:50:24.654 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-08-29 11:50:24.658 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:50:24.660 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 11:50:24.662 | + functions-common:run_process:1689 : local service=n-novnc 2024-08-29 11:50:24.664 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 11:50:24.666 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:24.668 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:24.670 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:24.672 | + functions-common:run_process:1695 : local name=n-novnc 2024-08-29 11:50:24.674 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:24.676 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:24.678 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:24.680 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:24.683 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:24.686 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932224684 2024-08-29 11:50:24.688 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-08-29 11:50:24.702 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:24.704 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:24.706 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:24.708 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:24.710 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:24.712 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:24.714 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:24.716 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:24.718 | + functions-common:time_stop:2442 : start_time=1724932224684 2024-08-29 11:50:24.720 | + functions-common:time_stop:2444 : [[ -z 1724932224684 ]] 2024-08-29 11:50:24.722 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:24.726 | + functions-common:time_stop:2447 : end_time=1724932224723 2024-08-29 11:50:24.728 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-29 11:50:24.730 | + functions-common:time_stop:2449 : total=10199 2024-08-29 11:50:24.732 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:24.734 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10238 2024-08-29 11:50:24.736 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 11:50:24.738 | + functions-common:run_process:1689 : local service=n-spice 2024-08-29 11:50:24.740 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 11:50:24.742 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:24.743 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:24.745 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:24.747 | + functions-common:run_process:1695 : local name=n-spice 2024-08-29 11:50:24.749 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:24.751 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:24.753 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:24.755 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:24.758 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:24.761 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932224759 2024-08-29 11:50:24.764 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-08-29 11:50:24.777 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:24.779 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:24.781 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:24.783 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:24.785 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:24.787 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:24.789 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:24.791 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:24.793 | + functions-common:time_stop:2442 : start_time=1724932224759 2024-08-29 11:50:24.795 | + functions-common:time_stop:2444 : [[ -z 1724932224759 ]] 2024-08-29 11:50:24.798 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:24.801 | + functions-common:time_stop:2447 : end_time=1724932224798 2024-08-29 11:50:24.803 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-29 11:50:24.805 | + functions-common:time_stop:2449 : total=10238 2024-08-29 11:50:24.807 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:24.809 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10277 2024-08-29 11:50:24.811 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.813 | + functions-common:run_process:1689 : local service=n-sproxy 2024-08-29 11:50:24.815 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.817 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:24.819 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:24.821 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:24.824 | + functions-common:run_process:1695 : local name=n-sproxy 2024-08-29 11:50:24.826 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:24.828 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:24.830 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:24.832 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:24.836 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:24.840 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932224837 2024-08-29 11:50:24.842 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-08-29 11:50:24.856 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:24.859 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:24.861 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:24.863 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:24.866 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:24.868 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:24.870 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:24.873 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:24.875 | + functions-common:time_stop:2442 : start_time=1724932224837 2024-08-29 11:50:24.877 | + functions-common:time_stop:2444 : [[ -z 1724932224837 ]] 2024-08-29 11:50:24.880 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:24.884 | + functions-common:time_stop:2447 : end_time=1724932224881 2024-08-29 11:50:24.886 | + functions-common:time_stop:2448 : elapsed_time=44 2024-08-29 11:50:24.888 | + functions-common:time_stop:2449 : total=10277 2024-08-29 11:50:24.890 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:24.892 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10321 2024-08-29 11:50:24.894 | + 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 2024-08-29 11:50:24.896 | + 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 2024-08-29 11:50:24.898 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-08-29 11:50:24.901 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:50:24.903 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-08-29 11:50:24.903 | Starting nova-conductor in a cellsv1-compatible way 2024-08-29 11:50:24.905 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.907 | + functions-common:run_process:1689 : local service=n-cond 2024-08-29 11:50:24.909 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.911 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:24.914 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:24.916 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:24.918 | + functions-common:run_process:1695 : local name=n-cond 2024-08-29 11:50:24.920 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:24.922 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:24.924 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:24.926 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:24.930 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:24.933 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932224931 2024-08-29 11:50:24.936 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-08-29 11:50:24.950 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:24.952 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-08-29 11:50:24.954 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-08-29 11:50:24.956 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.958 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.960 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.962 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.964 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-29 11:50:24.966 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-29 11:50:24.968 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-08-29 11:50:24.970 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:24.973 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:24.975 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:24.977 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:50:24.979 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-29 11:50:24.981 | + 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 '' 2024-08-29 11:50:24.983 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-08-29 11:50:24.985 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 11:50:24.987 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:50:24.988 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:50:24.990 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:50:24.992 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:50:24.994 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:50:24.996 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-08-29 11:50:24.998 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:50:25.001 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-08-29 11:50:25.051 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-08-29 11:50:25.101 | + 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' 2024-08-29 11:50:25.143 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-08-29 11:50:25.195 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-08-29 11:50:25.244 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:50:25.284 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:50:25.287 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:50:25.288 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-08-29 11:50:25.337 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:50:25.578 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-08-29 11:50:25.588 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-08-29 11:50:25.824 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-08-29 11:50:25.851 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:25.853 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:25.855 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:25.857 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:25.859 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:25.861 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:25.863 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:25.865 | + functions-common:time_stop:2442 : start_time=1724932224931 2024-08-29 11:50:25.867 | + functions-common:time_stop:2444 : [[ -z 1724932224931 ]] 2024-08-29 11:50:25.870 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:25.873 | + functions-common:time_stop:2447 : end_time=1724932225871 2024-08-29 11:50:25.876 | + functions-common:time_stop:2448 : elapsed_time=940 2024-08-29 11:50:25.877 | + functions-common:time_stop:2449 : total=10321 2024-08-29 11:50:25.879 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:25.882 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11261 2024-08-29 11:50:25.884 | + lib/nova:start_nova_conductor:1149 : return 2024-08-29 11:50:25.886 | + lib/nova:start_nova:1179 : start_nova_compute 2024-08-29 11:50:25.888 | + 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 2024-08-29 11:50:25.890 | + 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 2024-08-29 11:50:25.892 | + 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 2024-08-29 11:50:25.894 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-29 11:50:25.896 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-08-29 11:50:25.900 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-29 11:50:25.902 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:50:25.905 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 11:50:25.907 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-08-29 11:50:25.909 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 11:50:25.911 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-08-29 11:50:25.913 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-08-29 11:50:25.916 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-08-29 11:50:25.918 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-08-29 11:50:25.920 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-29 11:50:25.921 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 11:50:25.921 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-29 11:50:25.921 | BEGIN { 2024-08-29 11:50:25.921 | section = "" 2024-08-29 11:50:25.922 | last_section = "" 2024-08-29 11:50:25.922 | section_count = 0 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | /^\[.+\]/ { 2024-08-29 11:50:25.922 | gsub("[][]", "", $1); 2024-08-29 11:50:25.922 | section=$1 2024-08-29 11:50:25.922 | next 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | /^ *\#/ { 2024-08-29 11:50:25.922 | next 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | /^[^ \t]+/ { 2024-08-29 11:50:25.922 | # get offset of first = in $0 2024-08-29 11:50:25.922 | eq_idx = index($0, "=") 2024-08-29 11:50:25.922 | # extract attr & value from $0 2024-08-29 11:50:25.922 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 11:50:25.922 | value = substr($0, eq_idx + 1) 2024-08-29 11:50:25.922 | # only need to strip trailing whitespace from attr 2024-08-29 11:50:25.922 | sub(/[ \t]*$/, "", attr) 2024-08-29 11:50:25.922 | # need to strip leading & trailing whitespace from value 2024-08-29 11:50:25.922 | sub(/^[ \t]*/, "", value) 2024-08-29 11:50:25.922 | sub(/[ \t]*$/, "", value) 2024-08-29 11:50:25.922 | 2024-08-29 11:50:25.922 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 11:50:25.922 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 11:50:25.922 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 11:50:25.922 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 11:50:25.922 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 11:50:25.922 | if (section != last_section) { 2024-08-29 11:50:25.922 | cfg_section[section_count++] = section 2024-08-29 11:50:25.922 | last_section = section 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 11:50:25.922 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 11:50:25.922 | 2024-08-29 11:50:25.922 | cfg_attr[section, attr, 0] = value 2024-08-29 11:50:25.922 | cfg_attr_count[section, attr] = 1 2024-08-29 11:50:25.922 | } else { 2024-08-29 11:50:25.922 | lno = cfg_attr_count[section, attr]++ 2024-08-29 11:50:25.922 | cfg_attr[section, attr, lno] = value 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | END { 2024-08-29 11:50:25.922 | # Process each section in order 2024-08-29 11:50:25.922 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 11:50:25.922 | section = cfg_section[sno] 2024-08-29 11:50:25.922 | # The ini routines simply append a config item immediately 2024-08-29 11:50:25.922 | # after the section header. To keep the same order as defined 2024-08-29 11:50:25.922 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 11:50:25.922 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 11:50:25.922 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 11:50:25.922 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 11:50:25.922 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 11:50:25.922 | else { 2024-08-29 11:50:25.922 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 11:50:25.922 | count = cfg_attr_count[section, attr] 2024-08-29 11:50:25.922 | print "inidelete " configfile " " section " " attr 2024-08-29 11:50:25.922 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 11:50:25.922 | for (l = count -2; l >= 0; l--) 2024-08-29 11:50:25.922 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.922 | } 2024-08-29 11:50:25.923 | ' 2024-08-29 11:50:25.923 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:50:25.925 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 11:50:25.925 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 11:50:25.927 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-08-29 11:50:25.929 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:50:25.931 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-08-29 11:50:25.933 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-29 11:50:25.933 | BEGIN { group = "" } 2024-08-29 11:50:25.933 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:50:25.933 | gsub("[][]", "", $1); 2024-08-29 11:50:25.933 | split($1, a, "|"); 2024-08-29 11:50:25.933 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 11:50:25.933 | group=a[1] 2024-08-29 11:50:25.933 | } else { 2024-08-29 11:50:25.933 | group="" 2024-08-29 11:50:25.933 | } 2024-08-29 11:50:25.933 | next 2024-08-29 11:50:25.933 | } 2024-08-29 11:50:25.933 | { 2024-08-29 11:50:25.933 | if (group != "") 2024-08-29 11:50:25.933 | print $0 2024-08-29 11:50:25.933 | } 2024-08-29 11:50:25.933 | ' /opt/stack/devstack/local.conf 2024-08-29 11:50:25.938 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 11:50:25.940 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-08-29 11:50:25.940 | Skipping multi-cell conductor fleet setup 2024-08-29 11:50:25.942 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-08-29 11:50:25.958 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-08-29 11:50:25.973 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-08-29 11:50:25.975 | + lib/nova:configure_console_compute:664 : local offset 2024-08-29 11:50:25.977 | + lib/nova:configure_console_compute:665 : offset=0 2024-08-29 11:50:25.979 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-08-29 11:50:25.981 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-08-29 11:50:25.998 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-08-29 11:50:26.000 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-08-29 11:50:26.012 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:26.014 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-08-29 11:50:26.027 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:26.029 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-08-29 11:50:26.031 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-08-29 11:50:26.058 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-08-29 11:50:26.071 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:26.073 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-08-29 11:50:26.085 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:26.088 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-08-29 11:50:26.114 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-08-29 11:50:26.116 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-08-29 11:50:26.118 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-08-29 11:50:26.120 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-08-29 11:50:26.122 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-08-29 11:50:26.124 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-08-29 11:50:26.126 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-08-29 11:50:26.128 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-08-29 11:50:26.142 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:26.145 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-29 11:50:26.146 | + functions-common:run_process:1689 : local service=n-cpu 2024-08-29 11:50:26.148 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-29 11:50:26.151 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:26.153 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:26.155 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:26.157 | + functions-common:run_process:1695 : local name=n-cpu 2024-08-29 11:50:26.159 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:26.161 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:26.163 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:26.165 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:26.167 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:26.171 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932226169 2024-08-29 11:50:26.173 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-08-29 11:50:26.187 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:26.189 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:26.191 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:26.193 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:26.195 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:26.197 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:26.199 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:26.201 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:26.203 | + functions-common:time_stop:2442 : start_time=1724932226169 2024-08-29 11:50:26.205 | + functions-common:time_stop:2444 : [[ -z 1724932226169 ]] 2024-08-29 11:50:26.207 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:26.211 | + functions-common:time_stop:2447 : end_time=1724932226209 2024-08-29 11:50:26.213 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-29 11:50:26.215 | + functions-common:time_stop:2449 : total=11261 2024-08-29 11:50:26.217 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:26.219 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11301 2024-08-29 11:50:26.221 | + 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 2024-08-29 11:50:26.223 | + 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 2024-08-29 11:50:26.225 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-08-29 11:50:26.239 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:26.241 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-08-29 11:50:26.241 | Dumping cells_v2 mapping 2024-08-29 11:50:26.243 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-08-29 11:50:26.630 | 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. 2024-08-29 11:50:27.979 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 11:50:27.979 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-08-29 11:50:27.979 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 11:50:27.979 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-08-29 11:50:27.979 | | cell1 | f0287f1d-9751-4826-968a-28c4eab6da24 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-08-29 11:50:27.980 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 11:50:28.319 | + stack.sh:main:1325 : async_runfunc create_flavors 2024-08-29 11:50:28.321 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-08-29 11:50:28.372 | + inc/async:async_inner:63 : create_flavors 2024-08-29 11:50:28.403 | [3561 Async create_flavors:52019]: running: create_flavors 2024-08-29 11:50:28.405 | + stack.sh:main:1327 : is_service_enabled cinder 2024-08-29 11:50:28.420 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:28.422 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2024-08-29 11:50:28.425 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:28.427 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2024-08-29 11:50:28.429 | + stack.sh:main:1329 : start_cinder 2024-08-29 11:50:28.431 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-08-29 11:50:28.433 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-08-29 11:50:28.435 | + lib/cinder:start_cinder:587 : local cinder_url 2024-08-29 11:50:28.437 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-08-29 11:50:28.450 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:28.453 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-08-29 11:50:28.455 | + 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 ]] 2024-08-29 11:50:28.457 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-08-29 11:50:28.461 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-08-29 11:50:28.464 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 11:50:28.467 | + functions-common:run_process:1689 : local service=c-api 2024-08-29 11:50:28.469 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 11:50:28.471 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:28.473 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:28.475 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:28.477 | + functions-common:run_process:1695 : local name=c-api 2024-08-29 11:50:28.479 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:28.481 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:28.483 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:28.485 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:28.488 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:28.491 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932228489 2024-08-29 11:50:28.493 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-08-29 11:50:28.505 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:28.507 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-08-29 11:50:28.509 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-08-29 11:50:28.512 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 11:50:28.513 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 11:50:28.515 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 11:50:28.517 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 11:50:28.519 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-08-29 11:50:28.521 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-08-29 11:50:28.523 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-08-29 11:50:28.525 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:28.527 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:28.529 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:28.532 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:50:28.534 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-08-29 11:50:28.536 | + 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 '' 2024-08-29 11:50:28.538 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-08-29 11:50:28.539 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 11:50:28.541 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 11:50:28.543 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 11:50:28.545 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 11:50:28.547 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-08-29 11:50:28.548 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 11:50:28.552 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-08-29 11:50:28.600 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-08-29 11:50:28.673 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-08-29 11:50:28.716 | + 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' 2024-08-29 11:50:28.757 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:50:28.798 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-08-29 11:50:28.837 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-08-29 11:50:28.878 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-08-29 11:50:28.920 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-08-29 11:50:28.961 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-08-29 11:50:29.003 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 11:50:29.005 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 11:50:29.007 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-08-29 11:50:29.056 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 11:50:29.299 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-08-29 11:50:29.309 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-08-29 11:50:29.547 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-08-29 11:50:29.598 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:29.600 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:29.602 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:29.604 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:29.606 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:29.608 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:29.611 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:29.612 | + functions-common:time_stop:2442 : start_time=1724932228489 2024-08-29 11:50:29.614 | + functions-common:time_stop:2444 : [[ -z 1724932228489 ]] 2024-08-29 11:50:29.617 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:29.620 | + functions-common:time_stop:2447 : end_time=1724932229618 2024-08-29 11:50:29.622 | + functions-common:time_stop:2448 : elapsed_time=1129 2024-08-29 11:50:29.624 | + functions-common:time_stop:2449 : total=11301 2024-08-29 11:50:29.626 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:29.628 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12430 2024-08-29 11:50:29.630 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-08-29 11:50:29.632 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-08-29 11:50:29.632 | Waiting for Cinder API to start... 2024-08-29 11:50:29.634 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-08-29 11:50:29.636 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 11:50:29.638 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-08-29 11:50:29.640 | + functions:wait_for_service:470 : local rval=0 2024-08-29 11:50:29.642 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 11:50:29.644 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 11:50:29.646 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:29.648 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:29.651 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:29.654 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932229652 2024-08-29 11:50:29.656 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 11:50:29.659 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-08-29 11:50:31.723 | + :: : [[ 401 == 503 ]] 2024-08-29 11:50:31.724 | + :: : [[ 0 -eq 7 ]] 2024-08-29 11:50:31.727 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 11:50:31.729 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:31.731 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:31.733 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:31.735 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:31.737 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:31.739 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 11:50:31.742 | + functions-common:time_stop:2442 : start_time=1724932229652 2024-08-29 11:50:31.744 | + functions-common:time_stop:2444 : [[ -z 1724932229652 ]] 2024-08-29 11:50:31.746 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:31.750 | + functions-common:time_stop:2447 : end_time=1724932231747 2024-08-29 11:50:31.752 | + functions-common:time_stop:2448 : elapsed_time=2095 2024-08-29 11:50:31.754 | + functions-common:time_stop:2449 : total=6356 2024-08-29 11:50:31.756 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:31.757 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8451 2024-08-29 11:50:31.759 | + functions:wait_for_service:478 : return 0 2024-08-29 11:50:31.761 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:31.763 | + functions-common:run_process:1689 : local service=c-sch 2024-08-29 11:50:31.765 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:31.768 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:31.770 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:31.772 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:31.773 | + functions-common:run_process:1695 : local name=c-sch 2024-08-29 11:50:31.776 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:31.777 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:31.779 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:31.781 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:31.784 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:31.787 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932231785 2024-08-29 11:50:31.789 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-08-29 11:50:31.803 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:31.806 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-08-29 11:50:31.807 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-08-29 11:50:31.810 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:31.812 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:31.813 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:31.816 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:31.818 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-29 11:50:31.820 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-29 11:50:31.822 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-08-29 11:50:31.824 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:31.825 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:31.827 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:31.829 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:50:31.831 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-29 11:50:31.833 | + 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 '' 2024-08-29 11:50:31.835 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-08-29 11:50:31.837 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:31.839 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:50:31.841 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:50:31.843 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 11:50:31.845 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:50:31.847 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:50:31.849 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-08-29 11:50:31.850 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:50:31.854 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-08-29 11:50:31.903 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-08-29 11:50:31.953 | + 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' 2024-08-29 11:50:31.998 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-08-29 11:50:32.039 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-08-29 11:50:32.081 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:50:32.124 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 11:50:32.126 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:50:32.128 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-08-29 11:50:32.178 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:50:32.434 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-08-29 11:50:32.444 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-08-29 11:50:32.686 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-08-29 11:50:32.707 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:32.709 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:32.711 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:32.713 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:32.715 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:32.717 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:32.719 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:32.721 | + functions-common:time_stop:2442 : start_time=1724932231785 2024-08-29 11:50:32.723 | + functions-common:time_stop:2444 : [[ -z 1724932231785 ]] 2024-08-29 11:50:32.726 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:32.729 | + functions-common:time_stop:2447 : end_time=1724932232727 2024-08-29 11:50:32.731 | + functions-common:time_stop:2448 : elapsed_time=942 2024-08-29 11:50:32.733 | + functions-common:time_stop:2449 : total=12430 2024-08-29 11:50:32.735 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:32.737 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13372 2024-08-29 11:50:32.739 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 11:50:32.742 | + 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' 2024-08-29 11:50:32.744 | + functions-common:run_process:1689 : local service=c-bak 2024-08-29 11:50:32.746 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:32.747 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:32.749 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:32.751 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 11:50:32.753 | + functions-common:run_process:1695 : local name=c-bak 2024-08-29 11:50:32.755 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:32.757 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:32.759 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:32.761 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:32.764 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:32.767 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932232765 2024-08-29 11:50:32.769 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-08-29 11:50:32.783 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:32.785 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:32.787 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:32.789 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:32.791 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:32.793 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:32.795 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:32.797 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:32.799 | + functions-common:time_stop:2442 : start_time=1724932232765 2024-08-29 11:50:32.801 | + functions-common:time_stop:2444 : [[ -z 1724932232765 ]] 2024-08-29 11:50:32.804 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:32.807 | + functions-common:time_stop:2447 : end_time=1724932232805 2024-08-29 11:50:32.809 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-29 11:50:32.811 | + functions-common:time_stop:2449 : total=13372 2024-08-29 11:50:32.813 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:32.815 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13412 2024-08-29 11:50:32.817 | + 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' 2024-08-29 11:50:32.820 | + functions-common:run_process:1689 : local service=c-vol 2024-08-29 11:50:32.822 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:32.824 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:32.826 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:32.828 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 11:50:32.830 | + functions-common:run_process:1695 : local name=c-vol 2024-08-29 11:50:32.832 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:32.834 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:32.836 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:32.838 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:32.841 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:32.844 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932232842 2024-08-29 11:50:32.846 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-08-29 11:50:32.859 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:32.862 | + 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' 2024-08-29 11:50:32.863 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-08-29 11:50:32.866 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:32.867 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:32.869 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:32.872 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:32.874 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-29 11:50:32.876 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-29 11:50:32.878 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-08-29 11:50:32.880 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:32.882 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:32.884 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:32.886 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 11:50:32.888 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-29 11:50:32.890 | + 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' 2024-08-29 11:50:32.892 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-08-29 11:50:32.894 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 11:50:32.896 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 11:50:32.898 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 11:50:32.900 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 11:50:32.902 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 11:50:32.904 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 11:50:32.906 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-08-29 11:50:32.908 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 11:50:32.911 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-08-29 11:50:32.961 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-08-29 11:50:33.010 | + 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' 2024-08-29 11:50:33.052 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-08-29 11:50:33.102 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-08-29 11:50:33.145 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:50:33.190 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-08-29 11:50:33.192 | + 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' 2024-08-29 11:50:33.234 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 11:50:33.236 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-08-29 11:50:33.287 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 11:50:33.569 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-08-29 11:50:33.578 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-08-29 11:50:33.832 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-08-29 11:50:33.866 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:33.868 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:33.872 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:33.874 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:33.877 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:33.881 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:33.885 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:33.887 | + functions-common:time_stop:2442 : start_time=1724932232842 2024-08-29 11:50:33.892 | + functions-common:time_stop:2444 : [[ -z 1724932232842 ]] 2024-08-29 11:50:33.895 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:33.901 | + functions-common:time_stop:2447 : end_time=1724932233896 2024-08-29 11:50:33.903 | + functions-common:time_stop:2448 : elapsed_time=1054 2024-08-29 11:50:33.905 | + functions-common:time_stop:2449 : total=13412 2024-08-29 11:50:33.909 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:33.911 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14466 2024-08-29 11:50:33.912 | + stack.sh:main:1330 : create_volume_types 2024-08-29 11:50:33.915 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-08-29 11:50:33.928 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:33.931 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-08-29 11:50:33.933 | + lib/cinder:create_volume_types:674 : local be be_name 2024-08-29 11:50:33.935 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 11:50:33.937 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-08-29 11:50:33.939 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-08-29 11:50:33.941 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-08-29 11:50:33.943 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-08-29 11:50:33.945 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-08-29 11:50:33.947 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-08-29 11:50:33.962 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:33.964 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-08-29 11:50:35.797 | +-------------+--------------------------------------+ 2024-08-29 11:50:35.797 | | Field | Value | 2024-08-29 11:50:35.797 | +-------------+--------------------------------------+ 2024-08-29 11:50:35.797 | | description | None | 2024-08-29 11:50:35.797 | | id | f24b0044-46b0-455e-b5cc-c1216dc0da8b | 2024-08-29 11:50:35.797 | | is_public | True | 2024-08-29 11:50:35.797 | | name | vsphere | 2024-08-29 11:50:35.797 | | properties | volume_backend_name='vsphere' | 2024-08-29 11:50:35.797 | +-------------+--------------------------------------+ 2024-08-29 11:50:35.924 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-08-29 11:50:35.926 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-08-29 11:50:35.929 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2024-08-29 11:50:35.931 | + stack.sh:main:1343 : is_service_enabled glance 2024-08-29 11:50:35.946 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:35.948 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2024-08-29 11:50:35.950 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:35.953 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2024-08-29 11:50:35.955 | + stack.sh:main:1345 : start_glance 2024-08-29 11:50:35.957 | + lib/glance:start_glance:606 : local service_protocol=http 2024-08-29 11:50:35.959 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-08-29 11:50:35.973 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:35.975 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-08-29 11:50:35.978 | ++ lib/glance:start_glance:614 : which uwsgi 2024-08-29 11:50:35.982 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 11:50:35.984 | + functions-common:run_process:1689 : local service=g-api 2024-08-29 11:50:35.986 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 11:50:35.988 | + functions-common:run_process:1691 : local group= 2024-08-29 11:50:35.990 | + functions-common:run_process:1692 : local user= 2024-08-29 11:50:35.992 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 11:50:35.994 | + functions-common:run_process:1695 : local name=g-api 2024-08-29 11:50:35.996 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 11:50:35.999 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 11:50:36.001 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:36.003 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:36.005 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:36.009 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932236007 2024-08-29 11:50:36.011 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-08-29 11:50:36.025 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:36.027 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-08-29 11:50:36.030 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-08-29 11:50:36.032 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 11:50:36.034 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 11:50:36.036 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 11:50:36.038 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 11:50:36.040 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-08-29 11:50:36.043 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-08-29 11:50:36.046 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-08-29 11:50:36.049 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 11:50:36.051 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 11:50:36.053 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 11:50:36.055 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 11:50:36.057 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-08-29 11:50:36.060 | + 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 '' 2024-08-29 11:50:36.062 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-08-29 11:50:36.064 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 11:50:36.066 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 11:50:36.068 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 11:50:36.070 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 11:50:36.072 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-08-29 11:50:36.074 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 11:50:36.077 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-08-29 11:50:36.126 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-08-29 11:50:36.180 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-08-29 11:50:36.226 | + 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' 2024-08-29 11:50:36.272 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-29 11:50:36.316 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-08-29 11:50:36.361 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-08-29 11:50:36.406 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-08-29 11:50:36.453 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-08-29 11:50:36.496 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-08-29 11:50:36.541 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 11:50:36.543 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 11:50:36.545 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-08-29 11:50:36.597 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 11:50:36.854 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-08-29 11:50:36.864 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-08-29 11:50:37.090 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-08-29 11:50:37.142 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 11:50:37.144 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:37.146 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:37.148 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:37.150 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:37.152 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:37.154 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 11:50:37.156 | + functions-common:time_stop:2442 : start_time=1724932236007 2024-08-29 11:50:37.158 | + functions-common:time_stop:2444 : [[ -z 1724932236007 ]] 2024-08-29 11:50:37.161 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:37.165 | + functions-common:time_stop:2447 : end_time=1724932237162 2024-08-29 11:50:37.167 | + functions-common:time_stop:2448 : elapsed_time=1155 2024-08-29 11:50:37.169 | + functions-common:time_stop:2449 : total=14466 2024-08-29 11:50:37.171 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:37.173 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15621 2024-08-29 11:50:37.175 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-08-29 11:50:37.190 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:37.192 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-08-29 11:50:37.192 | Waiting for g-api (10.180.1.21) to start... 2024-08-29 11:50:37.195 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-08-29 11:50:37.197 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 11:50:37.199 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-08-29 11:50:37.201 | + functions:wait_for_service:470 : local rval=0 2024-08-29 11:50:37.203 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 11:50:37.205 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 11:50:37.207 | + functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:37.209 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:37.212 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:37.215 | + functions-common:time_start:2426 : _TIME_START[$name]=1724932237213 2024-08-29 11:50:37.217 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 11:50:37.220 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-08-29 11:50:39.245 | + :: : [[ 300 == 503 ]] 2024-08-29 11:50:39.246 | + :: : [[ 0 -eq 7 ]] 2024-08-29 11:50:39.249 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 11:50:39.251 | + functions-common:time_stop:2435 : local name 2024-08-29 11:50:39.253 | + functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:39.255 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:39.258 | + functions-common:time_stop:2438 : local total 2024-08-29 11:50:39.260 | + functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:39.262 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 11:50:39.264 | + functions-common:time_stop:2442 : start_time=1724932237213 2024-08-29 11:50:39.266 | + functions-common:time_stop:2444 : [[ -z 1724932237213 ]] 2024-08-29 11:50:39.269 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:39.273 | + functions-common:time_stop:2447 : end_time=1724932239271 2024-08-29 11:50:39.275 | + functions-common:time_stop:2448 : elapsed_time=2058 2024-08-29 11:50:39.277 | + functions-common:time_stop:2449 : total=8451 2024-08-29 11:50:39.279 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:39.281 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10509 2024-08-29 11:50:39.283 | + functions:wait_for_service:478 : return 0 2024-08-29 11:50:39.285 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2024-08-29 11:50:39.299 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:39.302 | + stack.sh:main:1359 : is_service_enabled glance 2024-08-29 11:50:39.315 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:39.318 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2024-08-29 11:50:39.320 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:39.322 | + stack.sh:echo_summary:455 : echo -e Uploading images 2024-08-29 11:50:39.324 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2024-08-29 11:50:39.326 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.328 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.329 | + functions:upload_image:134 : local image image_fname image_name 2024-08-29 11:50:39.331 | + functions:upload_image:136 : local max_attempts=5 2024-08-29 11:50:39.333 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-08-29 11:50:39.337 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.340 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.342 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-08-29 11:50:39.344 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-08-29 11:50:39.346 | ++ functions:upload_image:144 : seq 5 2024-08-29 11:50:39.349 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-08-29 11:50:39.351 | + functions:upload_image:145 : local rc=0 2024-08-29 11:50:39.353 | + 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' 2024-08-29 11:50:39.356 | --2024-08-29 11:50:39-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-08-29 11:50:39.362 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-29 11:50:39.362 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-29 11:50:39.400 | HTTP request sent, awaiting response... 200 OK 2024-08-29 11:50:39.400 | Length: 21318656 (20M) [application/octet-stream] 2024-08-29 11:50:39.400 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-08-29 11:50:39.407 | 2024-08-29 11:50:39.505 | 0K ........ ........ .... 100% 193M=0.1s 2024-08-29 11:50:39.505 | 2024-08-29 11:50:39.505 | 2024-08-29 11:50:39 (193 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-08-29 11:50:39.505 | 2024-08-29 11:50:39.509 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-08-29 11:50:39.510 | + functions:upload_image:155 : break 2024-08-29 11:50:39.513 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.514 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-08-29 11:50:39.516 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-08-29 11:50:39.518 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 11:50:39.520 | + functions:upload_image:194 : local vmdk_disktype= 2024-08-29 11:50:39.521 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-08-29 11:50:39.523 | + functions:upload_image:196 : local path_len 2024-08-29 11:50:39.525 | + functions:upload_image:199 : local vmdk_adapter_type 2024-08-29 11:50:39.528 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.528 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.532 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-08-29 11:50:39.534 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-08-29 11:50:39.535 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-08-29 11:50:39.537 | + functions:upload_image:205 : local vmdk_create_type 2024-08-29 11:50:39.540 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.540 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.544 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-08-29 11:50:39.545 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-08-29 11:50:39.547 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-08-29 11:50:39.549 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-08-29 11:50:39.551 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-08-29 11:50:39.552 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-08-29 11:50:39.554 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-08-29 11:50:39.556 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-08-29 11:50:39.558 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-08-29 11:50:39.561 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 11:50:39.561 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-08-29 11:50:39.565 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-08-29 11:50:39.566 | + functions:upload_image:284 : IFS=':;' 2024-08-29 11:50:39.568 | + functions:upload_image:284 : read -a props 2024-08-29 11:50:39.570 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-08-29 11:50:39.572 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-08-29 11:50:39.574 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-08-29 11:50:39.576 | + 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 2024-08-29 11:50:39.578 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 11:50:39.579 | + functions:_upload_image:105 : shift 2024-08-29 11:50:39.581 | + functions:_upload_image:106 : local container=bare 2024-08-29 11:50:39.583 | + functions:_upload_image:107 : shift 2024-08-29 11:50:39.585 | + functions:_upload_image:108 : local disk=vmdk 2024-08-29 11:50:39.586 | + functions:_upload_image:109 : shift 2024-08-29 11:50:39.588 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 11:50:39.590 | + functions:_upload_image:111 : shift 2024-08-29 11:50:39.591 | + functions:_upload_image:112 : local properties 2024-08-29 11:50:39.593 | + functions:_upload_image:113 : local useimport 2024-08-29 11:50:39.596 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-29 11:50:39.597 | ++ functions:_image_properties_to_arg:87 : local result= 2024-08-29 11:50:39.599 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 11:50:39.601 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-08-29 11:50:39.602 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 11:50:39.604 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-08-29 11:50:39.606 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 11:50:39.607 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-08-29 11:50:39.609 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-29 11:50:39.611 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-08-29 11:50:39.613 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-08-29 11:50:39.614 | + 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 2024-08-29 11:50:42.043 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 11:50:42.043 | | Field | Value | 2024-08-29 11:50:42.043 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 11:50:42.043 | | container_format | bare | 2024-08-29 11:50:42.043 | | created_at | 2024-08-29T11:50:41Z | 2024-08-29 11:50:42.043 | | disk_format | vmdk | 2024-08-29 11:50:42.044 | | file | /v2/images/dc3bad91-06a4-485e-bdc4-b0135384e686/file | 2024-08-29 11:50:42.044 | | id | dc3bad91-06a4-485e-bdc4-b0135384e686 | 2024-08-29 11:50:42.044 | | min_disk | 0 | 2024-08-29 11:50:42.044 | | min_ram | 0 | 2024-08-29 11:50:42.044 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-08-29 11:50:42.044 | | owner | 7386534ab8334806bb50f77e095e084c | 2024-08-29 11:50:42.044 | | 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' | 2024-08-29 11:50:42.044 | | protected | False | 2024-08-29 11:50:42.044 | | schema | /v2/schemas/image | 2024-08-29 11:50:42.044 | | status | queued | 2024-08-29 11:50:42.044 | | tags | | 2024-08-29 11:50:42.044 | | updated_at | 2024-08-29T11:50:41Z | 2024-08-29 11:50:42.044 | | visibility | public | 2024-08-29 11:50:42.044 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 11:50:42.167 | + functions:upload_image:291 : return 2024-08-29 11:50:42.169 | + stack.sh:main:1367 : async_wait create_flavors 2024-08-29 11:50:42.208 | [3561 Async create_flavors:52019]: Waiting for completion of create_flavors running on PID 52019 (2 other jobs running) 2024-08-29 11:50:42.227 | [3561 Async create_flavors:52019]: Signaling child to exit 2024-08-29 11:50:44.019 | + inc/async:async_inner:64 : rc=0 2024-08-29 11:50:44.040 | [52019 Async create_flavors:52019]: finished successfully 2024-08-29 11:50:44.056 | WAKEUP 2024-08-29 11:50:44.073 | [3561 Async create_flavors:52019]: Signaled 2024-08-29 11:50:44.074 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-08-29 11:50:44.074 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:44.075 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-08-29 11:50:44.075 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-08-29 11:50:44.075 | + 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 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | Field | Value | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.075 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.075 | | description | None | 2024-08-29 11:50:44.075 | | disk | 1 | 2024-08-29 11:50:44.075 | | id | c1 | 2024-08-29 11:50:44.075 | | name | cirros256 | 2024-08-29 11:50:44.075 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.075 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.075 | | ram | 256 | 2024-08-29 11:50:44.075 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.075 | | swap | | 2024-08-29 11:50:44.075 | | vcpus | 1 | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | + 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 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | Field | Value | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.075 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.075 | | description | None | 2024-08-29 11:50:44.075 | | disk | 5 | 2024-08-29 11:50:44.075 | | id | d1 | 2024-08-29 11:50:44.075 | | name | ds512M | 2024-08-29 11:50:44.075 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.075 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.075 | | ram | 512 | 2024-08-29 11:50:44.075 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.075 | | swap | | 2024-08-29 11:50:44.075 | | vcpus | 1 | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | + 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 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | Field | Value | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.075 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.075 | | description | None | 2024-08-29 11:50:44.075 | | disk | 10 | 2024-08-29 11:50:44.075 | | id | d2 | 2024-08-29 11:50:44.075 | | name | ds1G | 2024-08-29 11:50:44.075 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.075 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.075 | | ram | 1024 | 2024-08-29 11:50:44.075 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.075 | | swap | | 2024-08-29 11:50:44.075 | | vcpus | 1 | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | + 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 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | Field | Value | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.075 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.075 | | description | None | 2024-08-29 11:50:44.075 | | disk | 10 | 2024-08-29 11:50:44.075 | | id | d3 | 2024-08-29 11:50:44.075 | | name | ds2G | 2024-08-29 11:50:44.075 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.075 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.075 | | ram | 2048 | 2024-08-29 11:50:44.075 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.075 | | swap | | 2024-08-29 11:50:44.075 | | vcpus | 2 | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | + 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 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | Field | Value | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.075 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.075 | | description | None | 2024-08-29 11:50:44.075 | | disk | 20 | 2024-08-29 11:50:44.075 | | id | d4 | 2024-08-29 11:50:44.075 | | name | ds4G | 2024-08-29 11:50:44.075 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.075 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.075 | | ram | 4096 | 2024-08-29 11:50:44.075 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.075 | | swap | | 2024-08-29 11:50:44.075 | | vcpus | 4 | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-08-29 11:50:44.075 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-08-29 11:50:44.075 | + 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 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | Field | Value | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.075 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.075 | | description | None | 2024-08-29 11:50:44.075 | | disk | 1 | 2024-08-29 11:50:44.075 | | id | 1 | 2024-08-29 11:50:44.075 | | name | m1.tiny | 2024-08-29 11:50:44.075 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.075 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.075 | | ram | 512 | 2024-08-29 11:50:44.075 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.075 | | swap | | 2024-08-29 11:50:44.075 | | vcpus | 1 | 2024-08-29 11:50:44.075 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.075 | + 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 2024-08-29 11:50:44.076 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.076 | | Field | Value | 2024-08-29 11:50:44.076 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.076 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.076 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.076 | | description | None | 2024-08-29 11:50:44.076 | | disk | 20 | 2024-08-29 11:50:44.076 | | id | 2 | 2024-08-29 11:50:44.076 | | name | m1.small | 2024-08-29 11:50:44.076 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.076 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.076 | | ram | 2048 | 2024-08-29 11:50:44.076 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.076 | | swap | | 2024-08-29 11:50:44.076 | | vcpus | 1 | 2024-08-29 11:50:44.076 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.076 | + 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 2024-08-29 11:50:44.076 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.076 | | Field | Value | 2024-08-29 11:50:44.076 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.076 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.076 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.076 | | description | None | 2024-08-29 11:50:44.076 | | disk | 40 | 2024-08-29 11:50:44.076 | | id | 3 | 2024-08-29 11:50:44.076 | | name | m1.medium | 2024-08-29 11:50:44.076 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.077 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.077 | | ram | 4096 | 2024-08-29 11:50:44.077 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.077 | | swap | | 2024-08-29 11:50:44.077 | | vcpus | 2 | 2024-08-29 11:50:44.077 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.077 | + 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 2024-08-29 11:50:44.077 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.077 | | Field | Value | 2024-08-29 11:50:44.077 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.077 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.077 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.077 | | description | None | 2024-08-29 11:50:44.077 | | disk | 80 | 2024-08-29 11:50:44.077 | | id | 4 | 2024-08-29 11:50:44.077 | | name | m1.large | 2024-08-29 11:50:44.077 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.077 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.077 | | ram | 8192 | 2024-08-29 11:50:44.077 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.077 | | swap | | 2024-08-29 11:50:44.077 | | vcpus | 4 | 2024-08-29 11:50:44.077 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.077 | + 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 2024-08-29 11:50:44.077 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.077 | | Field | Value | 2024-08-29 11:50:44.077 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.077 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:44.077 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:44.078 | | description | None | 2024-08-29 11:50:44.078 | | disk | 160 | 2024-08-29 11:50:44.078 | | id | 5 | 2024-08-29 11:50:44.078 | | name | m1.xlarge | 2024-08-29 11:50:44.078 | | os-flavor-access:is_public | True | 2024-08-29 11:50:44.078 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:44.078 | | ram | 16384 | 2024-08-29 11:50:44.078 | | rxtx_factor | 1.0 | 2024-08-29 11:50:44.078 | | swap | | 2024-08-29 11:50:44.078 | | vcpus | 8 | 2024-08-29 11:50:44.078 | +----------------------------+-----------------------+ 2024-08-29 11:50:44.108 | [3561 Async create_flavors:52019]: finished create_flavors with result 0 in 15 seconds 2024-08-29 11:50:44.112 | + inc/async:async_wait:197 : return 0 2024-08-29 11:50:44.114 | + stack.sh:main:1369 : is_service_enabled horizon 2024-08-29 11:50:44.128 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:44.130 | + stack.sh:main:1383 : is_service_enabled nova 2024-08-29 11:50:44.144 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:44.146 | + stack.sh:main:1383 : is_service_enabled keystone 2024-08-29 11:50:44.160 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:44.162 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-08-29 11:50:44.164 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 11:50:44.166 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-29 11:50:44.169 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-08-29 11:50:44.171 | ++ 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 2024-08-29 11:50:44.174 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-08-29 11:50:44.175 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-08-29 11:50:44.176 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-08-29 11:50:44.177 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-08-29 11:50:44.178 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-08-29 11:50:44.179 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-08-29 11:50:44.180 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-08-29 11:50:44.181 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-08-29 11:50:44.182 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-08-29 11:50:44.183 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-08-29 11:50:44.184 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-08-29 11:50:44.185 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 11:50:44.186 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-08-29 11:50:44.187 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 11:50:44.188 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-08-29 11:50:44.189 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 11:50:44.190 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-08-29 11:50:44.191 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 11:50:44.192 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-08-29 11:50:44.193 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 11:50:44.194 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-08-29 11:50:44.195 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-08-29 11:50:44.196 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 11:50:44.197 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-08-29 11:50:44.198 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 11:50:44.199 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-08-29 11:50:44.201 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-08-29 11:50:44.202 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-08-29 11:50:44.203 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 11:50:44.204 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-08-29 11:50:44.205 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 11:50:44.206 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-08-29 11:50:44.207 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-08-29 11:50:44.208 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-08-29 11:50:44.209 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-08-29 11:50:44.210 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-08-29 11:50:44.211 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-08-29 11:50:44.212 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-08-29 11:50:44.213 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-08-29 11:50:44.214 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-08-29 11:50:44.215 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-08-29 11:50:44.216 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-08-29 11:50:44.217 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-08-29 11:50:44.218 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-29 11:50:44.219 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-29 11:50:44.220 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-08-29 11:50:44.221 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-08-29 11:50:44.222 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-08-29 11:50:44.223 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-08-29 11:50:44.224 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-08-29 11:50:44.225 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-08-29 11:50:44.226 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-08-29 11:50:44.228 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-08-29 11:50:44.229 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-08-29 11:50:44.229 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-08-29 11:50:44.229 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-08-29 11:50:44.230 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-08-29 11:50:44.231 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-08-29 11:50:45.137 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-08-29 11:50:45.138 | 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')) 2024-08-29 11:50:45.251 | + stack.sh:main:1395 : save_stackenv 2024-08-29 11:50:45.253 | + functions-common:save_stackenv:60 : local tag= 2024-08-29 11:50:45.256 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 11:50:45.259 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-115045 2024-08-29 11:50:45.261 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-115045 ' 2024-08-29 11:50:45.264 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.266 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 11:50:45.268 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.270 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 11:50:45.272 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.273 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 11:50:45.275 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.277 | + 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 2024-08-29 11:50:45.279 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.281 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 11:50:45.283 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.286 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 11:50:45.288 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.289 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-114255 2024-08-29 11:50:45.291 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.293 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 11:50:45.295 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.298 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 11:50:45.300 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.302 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 11:50:45.304 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.306 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 11:50:45.307 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.309 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 11:50:45.311 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.313 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 11:50:45.315 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.317 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 11:50:45.319 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 11:50:45.321 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 11:50:45.323 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2024-08-29 11:50:45.325 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 11:50:45.327 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 11:50:45.329 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-08-29 11:50:45.331 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:50:45.333 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 11:50:45.335 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 11:50:45.338 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-08-29 11:50:45.340 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:50:45.342 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-08-29 11:50:45.344 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:50:45.346 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-08-29 11:50:45.346 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:50:45.346 | gsub("[][]", "", $1); 2024-08-29 11:50:45.346 | split($1, a, "|"); 2024-08-29 11:50:45.346 | if (a[1] == matchgroup) 2024-08-29 11:50:45.346 | print a[2] 2024-08-29 11:50:45.346 | } 2024-08-29 11:50:45.346 | ' /opt/stack/devstack/local.conf 2024-08-29 11:50:45.350 | + stack.sh:main:1413 : run_phase stack extra 2024-08-29 11:50:45.353 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 11:50:45.355 | + functions-common:run_phase:1864 : local phase=extra 2024-08-29 11:50:45.357 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 11:50:45.359 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 11:50:45.361 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 11:50:45.363 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 11:50:45.365 | + functions-common:run_phase:1873 : local extra 2024-08-29 11:50:45.368 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 11:50:45.371 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 11:50:45.373 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 11:50:45.376 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 11:50:45.378 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-08-29 11:50:45.380 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 11:50:45.393 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:45.395 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:50:45.397 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:45.399 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-29 11:50:45.401 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:45.403 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:50:45.405 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:45.407 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-08-29 11:50:45.408 | ++ extras.d/80-tempest.sh:source:15 : : 2024-08-29 11:50:45.411 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 11:50:45.413 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 11:50:45.415 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:50:45.417 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 11:50:45.419 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-08-29 11:50:45.421 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 11:50:45.423 | + functions-common:run_plugins:1850 : local phase=extra 2024-08-29 11:50:45.425 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 11:50:45.427 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 11:50:45.430 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 11:50:45.432 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 11:50:45.434 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 11:50:45.436 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-08-29 11:50:45.438 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:50:45.440 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:45.442 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-29 11:50:45.444 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:45.446 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:50:45.448 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:45.450 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-08-29 11:50:45.452 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-08-29 11:50:45.454 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:45.456 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2024-08-29 11:50:45.458 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-08-29 11:50:45.461 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 11:50:45.463 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 11:50:45.465 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-08-29 11:50:45.467 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:50:45.469 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 11:50:45.471 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 11:50:45.473 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-08-29 11:50:45.476 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:50:45.478 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-08-29 11:50:45.480 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:50:45.482 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-08-29 11:50:45.482 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:50:45.482 | gsub("[][]", "", $1); 2024-08-29 11:50:45.482 | split($1, a, "|"); 2024-08-29 11:50:45.482 | if (a[1] == matchgroup) 2024-08-29 11:50:45.482 | print a[2] 2024-08-29 11:50:45.482 | } 2024-08-29 11:50:45.482 | ' /opt/stack/devstack/local.conf 2024-08-29 11:50:45.487 | + stack.sh:main:1430 : is_service_enabled n-cpu 2024-08-29 11:50:45.501 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:45.503 | + stack.sh:main:1435 : service_check 2024-08-29 11:50:45.505 | + functions-common:service_check:1728 : local service 2024-08-29 11:50:45.507 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.509 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-08-29 11:50:45.519 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-08-29 11:50:45.522 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.524 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-08-29 11:50:45.533 | enabled 2024-08-29 11:50:45.536 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-08-29 11:50:45.560 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-08-29 11:50:45.560 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.560 | Active: active (running) since Thu 2024-08-29 11:49:48 UTC; 57s ago 2024-08-29 11:50:45.560 | Main PID: 45650 (uwsgi) 2024-08-29 11:50:45.560 | Status: "uWSGI is ready" 2024-08-29 11:50:45.560 | Tasks: 3 (limit: 19126) 2024-08-29 11:50:45.560 | Memory: 238.7M 2024-08-29 11:50:45.560 | CPU: 6.076s 2024-08-29 11:50:45.560 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-08-29 11:50:45.560 | ├─45650 "nova-apiuWSGI master" 2024-08-29 11:50:45.560 | ├─45651 "nova-apiuWSGI worker 1" 2024-08-29 11:50:45.560 | └─45652 "nova-apiuWSGI worker 2" 2024-08-29 11:50:45.560 | 2024-08-29 11:50:45.560 | Aug 29 11:50:42 devstack devstack@n-api.service[45652]: [pid: 45652|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Aug 29 11:50:42 2024] 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) 2024-08-29 11:50:45.560 | Aug 29 11:50:43 devstack devstack@n-api.service[45651]: DEBUG nova.api.openstack.wsgi [None req-73b69769-5b66-4631-983c-7923133e7ef6 admin admin] Calling method '>' {{(pid=45651) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-08-29 11:50:45.560 | Aug 29 11:50:43 devstack devstack@n-api.service[45651]: INFO nova.api.openstack.requestlog [None req-73b69769-5b66-4631-983c-7923133e7ef6 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000937 2024-08-29 11:50:45.560 | Aug 29 11:50:43 devstack devstack@n-api.service[45651]: [pid: 45651|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Aug 29 11:50:43 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-08-29 11:50:45.560 | Aug 29 11:50:43 devstack devstack@n-api.service[45652]: DEBUG nova.api.openstack.wsgi [None req-118d7673-a9fe-484e-b4d1-4aa0c7df783a admin admin] Action: 'create', calling method: >, body: {"flavor": {"ram": 16384, "swap": 0, "rxtx_factor": 1.0, "vcpus": 8, "disk": 160, "name": "m1.xlarge", "os-flavor-access:is_public": true, "id": "5", "OS-FLV-EXT-DATA:ephemeral": 0}} {{(pid=45652) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-29 11:50:45.560 | Aug 29 11:50:43 devstack devstack@n-api.service[45652]: INFO nova.api.openstack.requestlog [None req-118d7673-a9fe-484e-b4d1-4aa0c7df783a admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036794 2024-08-29 11:50:45.560 | Aug 29 11:50:43 devstack devstack@n-api.service[45652]: [pid: 45652|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Aug 29 11:50:43 2024] POST /compute/v2.1/flavors => generated 408 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-08-29 11:50:45.560 | Aug 29 11:50:43 devstack devstack@n-api.service[45651]: DEBUG nova.api.openstack.wsgi [None req-cff38525-75ad-43b4-ab96-a60301686a62 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=45651) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-29 11:50:45.560 | Aug 29 11:50:43 devstack devstack@n-api.service[45651]: INFO nova.api.openstack.requestlog [None req-cff38525-75ad-43b4-ab96-a60301686a62 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015247 2024-08-29 11:50:45.561 | Aug 29 11:50:43 devstack devstack@n-api.service[45651]: [pid: 45651|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Aug 29 11:50:43 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-29 11:50:45.563 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.566 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-08-29 11:50:45.575 | enabled 2024-08-29 11:50:45.578 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-08-29 11:50:45.589 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-08-29 11:50:45.589 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.589 | Active: active (running) since Thu 2024-08-29 11:50:25 UTC; 19s ago 2024-08-29 11:50:45.589 | Main PID: 51548 (nova-conductor) 2024-08-29 11:50:45.589 | Tasks: 3 (limit: 19126) 2024-08-29 11:50:45.589 | Memory: 148.0M 2024-08-29 11:50:45.590 | CPU: 2.073s 2024-08-29 11:50:45.590 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-08-29 11:50:45.590 | ├─51548 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 11:50:45.590 | ├─51967 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 11:50:45.590 | └─51968 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 11:50:45.590 | 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_limit.split_loggers = False {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_limit.status_code_retries = None {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_limit.status_code_retry_delay = None {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_limit.timeout = None {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_limit.valid_interfaces = None {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_limit.version = None {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_reports.file_event_handler = None {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] oslo_reports.log_dir = None {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.590 | Aug 29 11:50:27 devstack nova-conductor[51548]: DEBUG oslo_service.service [None req-14eb70f5-fd6f-4289-9a5f-9f8b79926bda None None] ******************************************************************************** {{(pid=51548) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 11:50:45.592 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.594 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-08-29 11:50:45.603 | enabled 2024-08-29 11:50:45.606 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-08-29 11:50:45.616 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-08-29 11:50:45.616 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.616 | Active: active (running) since Thu 2024-08-29 11:50:23 UTC; 22s ago 2024-08-29 11:50:45.616 | Main PID: 50335 (nova-scheduler) 2024-08-29 11:50:45.617 | Tasks: 3 (limit: 19126) 2024-08-29 11:50:45.617 | Memory: 147.7M 2024-08-29 11:50:45.617 | CPU: 2.123s 2024-08-29 11:50:45.617 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-08-29 11:50:45.617 | ├─50335 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 11:50:45.617 | ├─51362 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 11:50:45.617 | └─51364 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 11:50:45.617 | 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_limit.split_loggers = False {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_limit.status_code_retries = None {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_limit.status_code_retry_delay = None {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_limit.timeout = None {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_limit.valid_interfaces = None {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_limit.version = None {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_reports.file_event_handler = None {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] oslo_reports.log_dir = None {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.617 | Aug 29 11:50:25 devstack nova-scheduler[50335]: DEBUG oslo_service.service [None req-75af3c26-c72e-484e-9781-ab021e3037b2 None None] ******************************************************************************** {{(pid=50335) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 11:50:45.619 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.621 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-08-29 11:50:45.630 | enabled 2024-08-29 11:50:45.633 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-08-29 11:50:45.644 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-08-29 11:50:45.644 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.644 | Active: active (running) since Thu 2024-08-29 11:50:24 UTC; 21s ago 2024-08-29 11:50:45.644 | Main PID: 50879 (uwsgi) 2024-08-29 11:50:45.644 | Status: "uWSGI is ready" 2024-08-29 11:50:45.644 | Tasks: 4 (limit: 19126) 2024-08-29 11:50:45.644 | Memory: 201.5M 2024-08-29 11:50:45.644 | CPU: 4.073s 2024-08-29 11:50:45.644 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-08-29 11:50:45.644 | ├─50879 "nova-api-metauWSGI master" 2024-08-29 11:50:45.644 | ├─50880 "nova-api-metauWSGI worker 1" 2024-08-29 11:50:45.644 | ├─50881 "nova-api-metauWSGI worker 2" 2024-08-29 11:50:45.644 | └─50882 "nova-api-metauWSGI http 1" 2024-08-29 11:50:45.644 | 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50881]: DEBUG oslo_concurrency.lockutils [None req-b281dd68-1d99-4e9b-98ff-14e82fc22637 None None] Lock "f0287f1d-9751-4826-968a-28c4eab6da24" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=50881) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50881]: DEBUG oslo_concurrency.lockutils [None req-b281dd68-1d99-4e9b-98ff-14e82fc22637 None None] Lock "f0287f1d-9751-4826-968a-28c4eab6da24" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=50881) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50881]: DEBUG oslo_db.sqlalchemy.engines [None req-b281dd68-1d99-4e9b-98ff-14e82fc22637 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=50881) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50881]: DEBUG oslo_db.sqlalchemy.engines [None req-b281dd68-1d99-4e9b-98ff-14e82fc22637 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=50881) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50880]: DEBUG oslo_db.sqlalchemy.engines [None req-8d2d47f7-eb2a-404b-899c-4cf920a06de2 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=50880) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50881]: DEBUG oslo_db.sqlalchemy.engines [None req-b281dd68-1d99-4e9b-98ff-14e82fc22637 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=50881) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50880]: WARNING nova.api.metadata.handler [None req-8d2d47f7-eb2a-404b-899c-4cf920a06de2 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50880]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5a071f9b4f10 pid: 50880 (default app) 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50881]: WARNING nova.api.metadata.handler [None req-b281dd68-1d99-4e9b-98ff-14e82fc22637 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-29 11:50:45.644 | Aug 29 11:50:26 devstack devstack@n-api-meta.service[50881]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5a071f9b4f10 pid: 50881 (default app) 2024-08-29 11:50:45.647 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.649 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-08-29 11:50:45.658 | enabled 2024-08-29 11:50:45.661 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-08-29 11:50:45.672 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-08-29 11:50:45.672 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.672 | Active: active (running) since Thu 2024-08-29 11:49:56 UTC; 49s ago 2024-08-29 11:50:45.672 | Main PID: 47055 (uwsgi) 2024-08-29 11:50:45.672 | Status: "uWSGI is ready" 2024-08-29 11:50:45.672 | Tasks: 3 (limit: 19126) 2024-08-29 11:50:45.672 | Memory: 147.0M 2024-08-29 11:50:45.672 | CPU: 2.584s 2024-08-29 11:50:45.672 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-08-29 11:50:45.672 | ├─47055 "placementuWSGI master" 2024-08-29 11:50:45.672 | ├─47056 "placementuWSGI worker 1" 2024-08-29 11:50:45.672 | └─47057 "placementuWSGI worker 2" 2024-08-29 11:50:45.672 | 2024-08-29 11:50:45.672 | Aug 29 11:49:58 devstack devstack@placement-api.service[47056]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "resource_classes_sync" {{(pid=47056) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:315}} 2024-08-29 11:50:45.672 | Aug 29 11:49:58 devstack devstack@placement-api.service[47056]: 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=47056) _resource_classes_sync /opt/stack/placement/placement/objects/resource_class.py:233}} 2024-08-29 11:50:45.672 | Aug 29 11:49:58 devstack devstack@placement-api.service[47056]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47056) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-08-29 11:50:45.672 | Aug 29 11:49:58 devstack devstack@placement-api.service[47056]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5b2c20bac990 pid: 47056 (default app) 2024-08-29 11:50:45.672 | Aug 29 11:50:25 devstack devstack@placement-api.service[47057]: DEBUG placement.requestlog [None req-cd5b7344-c4c0-4ab6-bcd8-06da16dfa55c None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47057) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-29 11:50:45.672 | Aug 29 11:50:25 devstack devstack@placement-api.service[47057]: INFO placement.requestlog [None req-cd5b7344-c4c0-4ab6-bcd8-06da16dfa55c None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-29 11:50:45.672 | Aug 29 11:50:25 devstack devstack@placement-api.service[47057]: [pid: 47057|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Aug 29 11:50:25 2024] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (2 switches on core 0) 2024-08-29 11:50:45.672 | Aug 29 11:50:27 devstack devstack@placement-api.service[47056]: DEBUG placement.requestlog [None req-c954aa11-ecf2-4a89-90e6-9a2fbe49b464 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47056) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-29 11:50:45.672 | Aug 29 11:50:27 devstack devstack@placement-api.service[47056]: INFO placement.requestlog [None req-c954aa11-ecf2-4a89-90e6-9a2fbe49b464 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-29 11:50:45.672 | Aug 29 11:50:27 devstack devstack@placement-api.service[47056]: [pid: 47056|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Aug 29 11:50:27 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-29 11:50:45.674 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.676 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-08-29 11:50:45.684 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-08-29 11:50:45.687 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.689 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-08-29 11:50:45.698 | enabled 2024-08-29 11:50:45.701 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-08-29 11:50:45.712 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-08-29 11:50:45.712 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.712 | Active: active (running) since Thu 2024-08-29 11:50:37 UTC; 8s ago 2024-08-29 11:50:45.712 | Main PID: 54263 (uwsgi) 2024-08-29 11:50:45.712 | Status: "uWSGI is ready" 2024-08-29 11:50:45.712 | Tasks: 7 (limit: 19126) 2024-08-29 11:50:45.712 | Memory: 237.3M 2024-08-29 11:50:45.712 | CPU: 4.601s 2024-08-29 11:50:45.712 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-08-29 11:50:45.712 | ├─54263 "glance-apiuWSGI master" 2024-08-29 11:50:45.712 | ├─54264 "glance-apiuWSGI worker 1" 2024-08-29 11:50:45.712 | └─54265 "glance-apiuWSGI worker 2" 2024-08-29 11:50:45.712 | 2024-08-29 11:50:45.712 | Aug 29 11:50:41 devstack devstack@g-api.service[54265]: DEBUG glance.api.middleware.version_negotiation [None req-dfa72e12-a85b-4dac-bb82-0140b243c91c None None] Using url versioning {{(pid=54265) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-08-29 11:50:45.712 | Aug 29 11:50:41 devstack devstack@g-api.service[54265]: DEBUG glance.api.middleware.version_negotiation [None req-dfa72e12-a85b-4dac-bb82-0140b243c91c None None] Matched version: v2 {{(pid=54265) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-08-29 11:50:45.712 | Aug 29 11:50:41 devstack devstack@g-api.service[54265]: DEBUG glance.api.middleware.version_negotiation [None req-dfa72e12-a85b-4dac-bb82-0140b243c91c None None] new path /v2/images/dc3bad91-06a4-485e-bdc4-b0135384e686/file {{(pid=54265) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-08-29 11:50:45.712 | Aug 29 11:50:41 devstack devstack@g-api.service[54265]: DEBUG oslo_db.sqlalchemy.engines [None req-fe0480a0-a914-442a-8370-72201622176a 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=54265) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:50:45.712 | Aug 29 11:50:41 devstack devstack@g-api.service[54265]: INFO glance.api.v2.image_data [None req-fe0480a0-a914-442a-8370-72201622176a admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-08-29 11:50:45.712 | Aug 29 11:50:41 devstack devstack@g-api.service[54265]: DEBUG glance.location [None req-fe0480a0-a914-442a-8370-72201622176a admin admin] Enabling in-flight format inspection for vmdk {{(pid=54265) set_data /opt/stack/glance/glance/location.py:592}} 2024-08-29 11:50:45.712 | Aug 29 11:50:42 devstack devstack@g-api.service[54265]: DEBUG glance_store._drivers.filesystem [None req-fe0480a0-a914-442a-8370-72201622176a admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/dc3bad91-06a4-485e-bdc4-b0135384e686 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54265) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-08-29 11:50:45.712 | Aug 29 11:50:42 devstack devstack@g-api.service[54265]: INFO glance.location [None req-fe0480a0-a914-442a-8370-72201622176a admin admin] Image format matched and virtual size computed: 117440512 2024-08-29 11:50:45.712 | Aug 29 11:50:42 devstack devstack@g-api.service[54265]: DEBUG glance_store.backend [None req-fe0480a0-a914-442a-8370-72201622176a admin admin] Skipping store.set_acls... not implemented. {{(pid=54265) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-08-29 11:50:45.712 | Aug 29 11:50:42 devstack devstack@g-api.service[54265]: [pid: 54265|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Aug 29 11:50:41 2024] PUT /v2/images/dc3bad91-06a4-485e-bdc4-b0135384e686/file => generated 0 bytes in 788 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-08-29 11:50:45.715 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.717 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-08-29 11:50:45.725 | enabled 2024-08-29 11:50:45.728 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-08-29 11:50:45.739 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-08-29 11:50:45.739 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.739 | Active: active (running) since Thu 2024-08-29 11:50:32 UTC; 13s ago 2024-08-29 11:50:45.739 | Main PID: 53108 (cinder-schedule) 2024-08-29 11:50:45.739 | Tasks: 1 (limit: 19126) 2024-08-29 11:50:45.739 | Memory: 102.0M 2024-08-29 11:50:45.739 | CPU: 1.787s 2024-08-29 11:50:45.739 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-08-29 11:50:45.739 | └─53108 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-08-29 11:50:45.739 | 2024-08-29 11:50:45.739 | Aug 29 11:50:34 devstack cinder-scheduler[53108]: DEBUG oslo_service.service [None req-93373eef-96e0-48c2-ba19-3b4daf17a588 None None] nova.token_auth_url = None {{(pid=53108) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:45.739 | Aug 29 11:50:34 devstack cinder-scheduler[53108]: DEBUG oslo_service.service [None req-93373eef-96e0-48c2-ba19-3b4daf17a588 None None] ******************************************************************************** {{(pid=53108) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 11:50:45.739 | Aug 29 11:50:34 devstack cinder-scheduler[53108]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-08-29 11:50:45.739 | Aug 29 11:50:34 devstack cinder-scheduler[53108]: INFO cinder.manager [None req-0d2bb45a-fdb6-47b6-867a-791e755467f8 None None] Initiating service 1 cleanup 2024-08-29 11:50:45.739 | Aug 29 11:50:34 devstack cinder-scheduler[53108]: INFO cinder.manager [None req-0d2bb45a-fdb6-47b6-867a-791e755467f8 None None] Service 1 cleanup completed. 2024-08-29 11:50:45.739 | Aug 29 11:50:34 devstack cinder-scheduler[53108]: DEBUG cinder.service [None req-0d2bb45a-fdb6-47b6-867a-791e755467f8 None None] Creating RPC server for service cinder-scheduler {{(pid=53108) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-29 11:50:45.739 | Aug 29 11:50:34 devstack cinder-scheduler[53108]: DEBUG cinder.service [None req-0d2bb45a-fdb6-47b6-867a-791e755467f8 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53108) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-29 11:50:45.739 | Aug 29 11:50:38 devstack cinder-scheduler[53108]: DEBUG cinder.scheduler.host_manager [None req-3656b545-8fe8-4499-b5b0-07661a3189bf 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=53108) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-08-29 11:50:45.739 | Aug 29 11:50:38 devstack cinder-scheduler[53108]: DEBUG cinder.scheduler.host_manager [None req-3656b545-8fe8-4499-b5b0-07661a3189bf 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(2024, 8, 29, 11, 50, 38, 95394)} {{(pid=53108) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-08-29 11:50:45.739 | Aug 29 11:50:38 devstack cinder-scheduler[53108]: DEBUG cinder.utils [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53108) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-08-29 11:50:45.742 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.744 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-08-29 11:50:45.752 | enabled 2024-08-29 11:50:45.756 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-08-29 11:50:45.766 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-08-29 11:50:45.766 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.766 | Active: active (running) since Thu 2024-08-29 11:50:29 UTC; 16s ago 2024-08-29 11:50:45.766 | Main PID: 52608 (uwsgi) 2024-08-29 11:50:45.766 | Status: "uWSGI is ready" 2024-08-29 11:50:45.766 | Tasks: 5 (limit: 19126) 2024-08-29 11:50:45.766 | Memory: 229.4M 2024-08-29 11:50:45.766 | CPU: 4.885s 2024-08-29 11:50:45.766 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-08-29 11:50:45.766 | ├─52608 "cinder-apiuWSGI master" 2024-08-29 11:50:45.766 | ├─52609 "cinder-apiuWSGI worker 1" 2024-08-29 11:50:45.766 | └─52610 "cinder-apiuWSGI worker 2" 2024-08-29 11:50:45.766 | 2024-08-29 11:50:45.766 | Aug 29 11:50:35 devstack devstack@c-api.service[52610]: INFO cinder.api.openstack.wsgi [None req-a59d8e7d-fc42-4cfc-a040-fa2053f32841 admin admin] http://10.180.1.21/volume/v3/7386534ab8334806bb50f77e095e084c/types returned with HTTP 200 2024-08-29 11:50:45.766 | Aug 29 11:50:35 devstack devstack@c-api.service[52610]: [pid: 52610|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Aug 29 11:50:35 2024] POST /volume/v3/7386534ab8334806bb50f77e095e084c/types => generated 182 bytes in 401 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-08-29 11:50:45.766 | Aug 29 11:50:35 devstack devstack@c-api.service[52609]: DEBUG cinder.api.middleware.request_id [req-a59d8e7d-fc42-4cfc-a040-fa2053f32841 req-3a788e35-2503-4a93-b738-15f593080b88 None None] RequestId filter calling following filter/app {{(pid=52609) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-08-29 11:50:45.766 | Aug 29 11:50:35 devstack devstack@c-api.service[52609]: INFO cinder.api.openstack.wsgi [req-a59d8e7d-fc42-4cfc-a040-fa2053f32841 req-3a788e35-2503-4a93-b738-15f593080b88 admin admin] POST http://10.180.1.21/volume/v3/7386534ab8334806bb50f77e095e084c/types/f24b0044-46b0-455e-b5cc-c1216dc0da8b/extra_specs 2024-08-29 11:50:45.766 | Aug 29 11:50:35 devstack devstack@c-api.service[52609]: DEBUG cinder.api.openstack.wsgi [req-a59d8e7d-fc42-4cfc-a040-fa2053f32841 req-3a788e35-2503-4a93-b738-15f593080b88 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=52609) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-08-29 11:50:45.766 | Aug 29 11:50:35 devstack devstack@c-api.service[52609]: /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. 2024-08-29 11:50:45.766 | Aug 29 11:50:35 devstack devstack@c-api.service[52609]: warnings.warn('Policy enforcement is depending on the value of ' 2024-08-29 11:50:45.767 | Aug 29 11:50:35 devstack devstack@c-api.service[52609]: DEBUG oslo_db.sqlalchemy.engines [req-a59d8e7d-fc42-4cfc-a040-fa2053f32841 req-3a788e35-2503-4a93-b738-15f593080b88 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=52609) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 11:50:45.767 | Aug 29 11:50:35 devstack devstack@c-api.service[52609]: INFO cinder.api.openstack.wsgi [req-a59d8e7d-fc42-4cfc-a040-fa2053f32841 req-3a788e35-2503-4a93-b738-15f593080b88 admin admin] http://10.180.1.21/volume/v3/7386534ab8334806bb50f77e095e084c/types/f24b0044-46b0-455e-b5cc-c1216dc0da8b/extra_specs returned with HTTP 200 2024-08-29 11:50:45.767 | Aug 29 11:50:35 devstack devstack@c-api.service[52609]: [pid: 52609|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Aug 29 11:50:35 2024] POST /volume/v3/7386534ab8334806bb50f77e095e084c/types/f24b0044-46b0-455e-b5cc-c1216dc0da8b/extra_specs => generated 51 bytes in 330 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-08-29 11:50:45.769 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.771 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-08-29 11:50:45.780 | enabled 2024-08-29 11:50:45.783 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-08-29 11:50:45.794 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-08-29 11:50:45.794 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.794 | Active: active (running) since Thu 2024-08-29 11:50:33 UTC; 11s ago 2024-08-29 11:50:45.794 | Main PID: 53625 (cinder-volume) 2024-08-29 11:50:45.794 | Tasks: 3 (limit: 19126) 2024-08-29 11:50:45.794 | Memory: 251.4M 2024-08-29 11:50:45.794 | CPU: 4.282s 2024-08-29 11:50:45.794 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-08-29 11:50:45.794 | ├─53625 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-29 11:50:45.794 | └─53722 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-29 11:50:45.794 | 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: DEBUG cinder.image.image_utils [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=53722) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: INFO cinder.keymgr.migration [None req-34af1d8e-e43b-4a63-9153-833074a1d7de None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: DEBUG cinder.manager [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Notifying Schedulers of capabilities ... {{(pid=53722) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: INFO cinder.volume.manager [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Driver initialization completed successfully. 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: INFO cinder.manager [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Initiating service 2 cleanup 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: INFO cinder.manager [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Service 2 cleanup completed. 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: DEBUG cinder.service [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Creating RPC server for service cinder-volume {{(pid=53722) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: DEBUG cinder.service [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53722) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: INFO cinder.volume.manager [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-08-29 11:50:45.794 | Aug 29 11:50:38 devstack cinder-volume[53722]: INFO cinder.volume.manager [None req-3656b545-8fe8-4499-b5b0-07661a3189bf None None] Driver post RPC initialization completed successfully. 2024-08-29 11:50:45.797 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.799 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-08-29 11:50:45.807 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-08-29 11:50:45.810 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.812 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-08-29 11:50:45.820 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-08-29 11:50:45.823 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.825 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-08-29 11:50:45.834 | enabled 2024-08-29 11:50:45.836 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-08-29 11:50:45.847 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-08-29 11:50:45.847 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.847 | Active: active (running) since Thu 2024-08-29 11:49:52 UTC; 53s ago 2024-08-29 11:50:45.847 | Main PID: 46336 (/usr/bin/python) 2024-08-29 11:50:45.847 | Tasks: 5 (limit: 19126) 2024-08-29 11:50:45.847 | Memory: 384.9M 2024-08-29 11:50:45.847 | CPU: 9.829s 2024-08-29 11:50:45.847 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-08-29 11:50:45.847 | ├─46336 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-08-29 11:50:45.847 | ├─46509 "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)" 2024-08-29 11:50:45.847 | ├─46510 "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)" 2024-08-29 11:50:45.847 | ├─46511 "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)" 2024-08-29 11:50:45.847 | └─46512 "neutron-server: periodic 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)" 2024-08-29 11:50:45.847 | 2024-08-29 11:50:45.847 | Aug 29 11:50:23 devstack neutron-server[46511]: DEBUG neutron.plugins.ml2.plugin [None req-9cbf03a8-06c9-4115-9911-f29d8033b74c None None] Current status of the port 2a6ae015-8699-4d5e-9012-498a9160a7b0 is: ACTIVE; New status is: ACTIVE {{(pid=46511) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-29 11:50:45.847 | Aug 29 11:50:23 devstack neutron-server[46511]: DEBUG neutron.plugins.ml2.rpc [None req-9cbf03a8-06c9-4115-9911-f29d8033b74c None None] Device 32815b98-049c-4c69-b8a0-527a21609e00 up at agent ovs-agent-devstack {{(pid=46511) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-08-29 11:50:45.847 | Aug 29 11:50:23 devstack neutron-server[46511]: DEBUG neutron.db.provisioning_blocks [None req-9cbf03a8-06c9-4115-9911-f29d8033b74c None None] Provisioning complete for port 32815b98-049c-4c69-b8a0-527a21609e00 triggered by entity L2. {{(pid=46511) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-08-29 11:50:45.847 | Aug 29 11:50:23 devstack neutron-server[46511]: DEBUG neutron_lib.callbacks.manager [None req-9cbf03a8-06c9-4115-9911-f29d8033b74c None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1832017'] for port (32815b98-049c-4c69-b8a0-527a21609e00), provisioning_complete {{(pid=46511) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 11:50:45.847 | Aug 29 11:50:23 devstack neutron-server[46511]: INFO neutron.plugins.ml2.plugin [None req-9cbf03a8-06c9-4115-9911-f29d8033b74c None None] Attempt 1 to provision port 32815b98-049c-4c69-b8a0-527a21609e00 2024-08-29 11:50:45.847 | Aug 29 11:50:23 devstack neutron-server[46511]: DEBUG neutron.plugins.ml2.plugin [None req-9cbf03a8-06c9-4115-9911-f29d8033b74c None None] Current status of the port 32815b98-049c-4c69-b8a0-527a21609e00 is: ACTIVE; New status is: ACTIVE {{(pid=46511) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-29 11:50:45.847 | Aug 29 11:50:31 devstack neutron-server[46511]: DEBUG neutron_lib.callbacks.manager [None req-5d6f3565-942d-48de-8ac8-6a6e249eabb8 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8702086785892', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1831995'] for agent (5b44189f-f3be-41bb-9d4e-f0755117650c), after_update {{(pid=46511) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 11:50:45.847 | Aug 29 11:50:33 devstack neutron-server[46511]: DEBUG neutron_lib.callbacks.manager [None req-4c7eacce-bcf1-4ad9-8571-031cd41ad630 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8702086785892', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1831995'] for agent (b0249227-d31a-42b7-a174-094f9a0191b2), after_update {{(pid=46511) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 11:50:45.847 | Aug 29 11:50:33 devstack neutron-server[46511]: DEBUG neutron_lib.callbacks.manager [None req-9cbf03a8-06c9-4115-9911-f29d8033b74c None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8702086785892', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1831995'] for agent (8e6f8d37-bf03-491f-88f5-6b66e8d3245f), after_update {{(pid=46511) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 11:50:45.847 | Aug 29 11:50:33 devstack neutron-server[46511]: DEBUG neutron_lib.callbacks.manager [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8702086785892', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1831995'] for agent (2e1b09b0-f037-48e5-bd9d-0b0ec49934c9), after_update {{(pid=46511) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 11:50:45.850 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.852 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-08-29 11:50:45.860 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-08-29 11:50:45.863 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.865 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-08-29 11:50:45.873 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-08-29 11:50:45.876 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.878 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-08-29 11:50:45.886 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-08-29 11:50:45.889 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.891 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-08-29 11:50:45.899 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-08-29 11:50:45.902 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.904 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-08-29 11:50:45.913 | enabled 2024-08-29 11:50:45.916 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-08-29 11:50:45.926 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-08-29 11:50:45.926 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.926 | Active: active (running) since Thu 2024-08-29 11:49:58 UTC; 46s ago 2024-08-29 11:50:45.926 | Main PID: 47554 (neutron-openvsw) 2024-08-29 11:50:45.927 | Tasks: 4 (limit: 19126) 2024-08-29 11:50:45.927 | Memory: 159.3M 2024-08-29 11:50:45.927 | CPU: 3.698s 2024-08-29 11:50:45.927 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-08-29 11:50:45.927 | ├─47554 "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)" 2024-08-29 11:50:45.927 | ├─49029 /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/tmplfdeejtf/privsep.sock 2024-08-29 11:50:45.927 | └─49032 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-08-29 11:50:45.927 | 2024-08-29 11:50:45.927 | Aug 29 11:50:41 devstack neutron-openvswitch-agent[47554]: DEBUG neutron.agent.linux.utils [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49032. {{(pid=47554) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 11:50:45.927 | Aug 29 11:50:41 devstack neutron-openvswitch-agent[47554]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-29 11:50:45.927 | Aug 29 11:50:43 devstack neutron-openvswitch-agent[47554]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] Agent rpc_loop - iteration:19 started 2024-08-29 11:50:45.927 | Aug 29 11:50:43 devstack neutron-openvswitch-agent[47554]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x8b52d2dd,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=839900264359218980,duration_nsec=192000000,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=47554) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-29 11:50:45.927 | Aug 29 11:50:43 devstack neutron-openvswitch-agent[47554]: DEBUG neutron.agent.linux.utils [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49032. {{(pid=47554) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 11:50:45.927 | Aug 29 11:50:43 devstack neutron-openvswitch-agent[47554]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-29 11:50:45.927 | Aug 29 11:50:45 devstack neutron-openvswitch-agent[47554]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] Agent rpc_loop - iteration:20 started 2024-08-29 11:50:45.927 | Aug 29 11:50:45 devstack neutron-openvswitch-agent[47554]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x8b52d2df,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=839900264359218980,duration_nsec=195000000,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=47554) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-29 11:50:45.927 | Aug 29 11:50:45 devstack neutron-openvswitch-agent[47554]: DEBUG neutron.agent.linux.utils [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49032. {{(pid=47554) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 11:50:45.927 | Aug 29 11:50:45 devstack neutron-openvswitch-agent[47554]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-7b2613ca-1e35-4f25-8a9a-497736a0b573 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-29 11:50:45.930 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.932 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-08-29 11:50:45.940 | enabled 2024-08-29 11:50:45.943 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-08-29 11:50:45.954 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-08-29 11:50:45.954 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.954 | Active: active (running) since Thu 2024-08-29 11:49:59 UTC; 46s ago 2024-08-29 11:50:45.954 | Main PID: 47970 (neutron-dhcp-ag) 2024-08-29 11:50:45.954 | Tasks: 13 (limit: 19126) 2024-08-29 11:50:45.954 | Memory: 423.3M 2024-08-29 11:50:45.954 | CPU: 8.633s 2024-08-29 11:50:45.954 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-08-29 11:50:45.954 | ├─47970 "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)" 2024-08-29 11:50:45.954 | ├─49196 /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/tmpvvxtbint/privsep.sock 2024-08-29 11:50:45.954 | ├─49237 /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/tmpbn5_qlqy/privsep.sock 2024-08-29 11:50:45.954 | ├─49327 /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/tmpdfpkrln4/privsep.sock 2024-08-29 11:50:45.954 | ├─49416 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 11:50:45.954 | ├─49417 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 11:50:45.954 | └─49428 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/5bdb4127-fb57-47f0-b8f2-28a226c2b535/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/5bdb4127-fb57-47f0-b8f2-28a226c2b535/host --addn-hosts=/opt/stack/data/neutron/dhcp/5bdb4127-fb57-47f0-b8f2-28a226c2b535/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/5bdb4127-fb57-47f0-b8f2-28a226c2b535/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/5bdb4127-fb57-47f0-b8f2-28a226c2b535/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-8865eb8b-9e3c-4efa-ac58-38060878182e,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 2024-08-29 11:50:45.954 | 2024-08-29 11:50:45.954 | Aug 29 11:50:17 devstack neutron-dhcp-agent[47970]: INFO neutron.agent.dhcp.agent [None req-83255fbf-148c-4dfe-8fd5-b3c7e144a720 None None] DHCP configuration for ports {'2a6ae015-8699-4d5e-9012-498a9160a7b0'} is completed 2024-08-29 11:50:45.954 | Aug 29 11:50:18 devstack neutron-dhcp-agent[47970]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'b452d4e1-bb4d-42b6-b8f8-053477a8d692'}, 'priority': 0},) {} {{(pid=47970) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 11:50:45.954 | Aug 29 11:50:18 devstack neutron-dhcp-agent[47970]: DEBUG oslo_concurrency.lockutils [None req-f625a8fa-191c-4acb-8065-136e52dc3787 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=47970) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-29 11:50:45.954 | Aug 29 11:50:18 devstack neutron-dhcp-agent[47970]: DEBUG oslo_concurrency.lockutils [None req-f625a8fa-191c-4acb-8065-136e52dc3787 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=47970) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 11:50:45.954 | Aug 29 11:50:18 devstack neutron-dhcp-agent[47970]: DEBUG oslo_concurrency.lockutils [None req-f625a8fa-191c-4acb-8065-136e52dc3787 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=47970) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 11:50:45.955 | Aug 29 11:50:18 devstack neutron-dhcp-agent[47970]: DEBUG neutron.agent.dhcp.agent [None req-f625a8fa-191c-4acb-8065-136e52dc3787 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'd033f39b-ce74-4f33-9442-6da67855c2db', 'name': 'public-subnet', 'tenant_id': '7386534ab8334806bb50f77e095e084c', 'network_id': 'b452d4e1-bb4d-42b6-b8f8-053477a8d692', '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': '2024-08-29T11:50:18Z', 'updated_at': '2024-08-29T11:50:18Z', 'revision_number': 0, 'project_id': '7386534ab8334806bb50f77e095e084c', 'network': {'id': 'b452d4e1-bb4d-42b6-b8f8-053477a8d692', 'name': 'public', 'tenant_id': '7386534ab8334806bb50f77e095e084c', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['d033f39b-ce74-4f33-9442-6da67855c2db'], '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': '2024-08-29T11:50:14Z', 'updated_at': '2024-08-29T11:50:18Z', 'revision_number': 2, 'project_id': '7386534ab8334806bb50f77e095e084c', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=47970) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 11:50:45.955 | Aug 29 11:50:18 devstack neutron-dhcp-agent[47970]: DEBUG oslo_concurrency.lockutils [None req-f8f70a78-ce91-48df-b041-f9e0211580f6 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=47970) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-29 11:50:45.955 | Aug 29 11:50:18 devstack neutron-dhcp-agent[47970]: DEBUG oslo_concurrency.lockutils [None req-f8f70a78-ce91-48df-b041-f9e0211580f6 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=47970) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 11:50:45.955 | Aug 29 11:50:18 devstack neutron-dhcp-agent[47970]: DEBUG oslo_concurrency.lockutils [None req-f8f70a78-ce91-48df-b041-f9e0211580f6 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=47970) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 11:50:45.955 | Aug 29 11:50:20 devstack neutron-dhcp-agent[47970]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=47970) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 11:50:45.958 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.960 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-08-29 11:50:45.970 | enabled 2024-08-29 11:50:45.973 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-08-29 11:50:45.984 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-08-29 11:50:45.984 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-08-29 11:50:45.984 | Active: active (running) since Thu 2024-08-29 11:50:00 UTC; 45s ago 2024-08-29 11:50:45.984 | Main PID: 48398 (neutron-l3-agen) 2024-08-29 11:50:45.984 | Tasks: 22 (limit: 19126) 2024-08-29 11:50:45.984 | Memory: 428.4M 2024-08-29 11:50:45.984 | CPU: 8.532s 2024-08-29 11:50:45.984 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-08-29 11:50:45.984 | ├─48398 "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)" 2024-08-29 11:50:45.984 | ├─49074 /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/tmp4hv5ts8s/privsep.sock 2024-08-29 11:50:45.984 | ├─49555 /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/tmphq0_antg/privsep.sock 2024-08-29 11:50:45.984 | ├─49648 /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/tmp310xkmnr/privsep.sock 2024-08-29 11:50:45.984 | ├─49853 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 11:50:45.984 | ├─49854 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 11:50:45.984 | └─49867 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/0615e7f1-c057-44dd-89de-eb232e5cd01d.conf 2024-08-29 11:50:45.984 | 2024-08-29 11:50:45.984 | Aug 29 11:50:24 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[9047f17f-955f-4476-831e-b9bf97acb81d]: (4, ('ARPING 10.180.180.147 from 10.180.180.147 qg-32815b98-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:25 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[ebf7c08d-db47-4ee4-b619-7a21d043cb0d]: (4, ('ARPING 10.180.180.147 from 10.180.180.147 qg-32815b98-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:26 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[d7652735-f89c-4078-8e5b-8d843f2b833f]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-2a6ae015-86\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:27 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[5f5812da-80a5-4b85-ad35-fa3c0f6174d5]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-2a6ae015-86\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:28 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[61682a69-a7fb-43f0-8591-9fba70a4ba55]: (4, ('ARPING 10.180.180.147 from 10.180.180.147 qg-32815b98-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:29 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[28ca872e-b02a-42ed-9f0b-55d5f93cfaac]: (4, ('ARPING 10.180.180.147 from 10.180.180.147 qg-32815b98-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:31 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[1d6f9af0-5ae6-4450-b1d1-d7a2a1cf0c61]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-2a6ae015-86\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:32 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[93a1d04a-d808-4ab9-841c-f78266ef04e1]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-2a6ae015-86\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:32 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[43898942-12cd-48fd-b616-9cd22b363c27]: (4, ('ARPING 10.180.180.147 from 10.180.180.147 qg-32815b98-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.984 | Aug 29 11:50:33 devstack neutron-l3-agent[48398]: DEBUG oslo.privsep.daemon [-] privsep: reply[b3d8c45a-8ee2-4e48-9d51-d20d67b32f81]: (4, ('ARPING 10.180.180.147 from 10.180.180.147 qg-32815b98-04\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49555) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 11:50:45.987 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 11:50:45.989 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-08-29 11:50:45.998 | enabled 2024-08-29 11:50:46.001 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-08-29 11:50:46.011 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-08-29 11:50:46.011 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-08-29 11:50:46.011 | Active: active (running) since Thu 2024-08-29 11:50:01 UTC; 44s ago 2024-08-29 11:50:46.011 | Main PID: 48810 (neutron-metadat) 2024-08-29 11:50:46.012 | Tasks: 3 (limit: 19126) 2024-08-29 11:50:46.012 | Memory: 124.0M 2024-08-29 11:50:46.012 | CPU: 1.976s 2024-08-29 11:50:46.012 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-08-29 11:50:46.012 | ├─48810 "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)" 2024-08-29 11:50:46.012 | ├─49025 "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)" 2024-08-29 11:50:46.012 | └─49026 "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)" 2024-08-29 11:50:46.012 | 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_rabbit.ssl_version = {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_notifications.driver = [] {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_notifications.retry = -1 {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] oslo_messaging_notifications.transport_url = **** {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 11:50:46.012 | Aug 29 11:50:03 devstack neutron-metadata-agent[48810]: DEBUG oslo_service.service [None req-938bfc46-6cfc-4af3-aeb0-e92800055893 None None] ******************************************************************************** {{(pid=48810) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 11:50:46.014 | + stack.sh:main:1441 : is_service_enabled n-api 2024-08-29 11:50:46.029 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:46.031 | + stack.sh:main:1442 : is_service_enabled n-cpu 2024-08-29 11:50:46.045 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:50:46.047 | + 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.' 2024-08-29 11:50:46.049 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:46.051 | + 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. 2024-08-29 11:50:46.053 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-08-29 11:50:46.427 | 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. 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:47.856 | | Upgrade Check Results | 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:47.856 | | Check: Cells v2 | 2024-08-29 11:50:47.856 | | Result: Success | 2024-08-29 11:50:47.856 | | Details: No host mappings or compute nodes were found. Remember to | 2024-08-29 11:50:47.856 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-08-29 11:50:47.856 | | compute hosts are deployed. | 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:47.856 | | Check: Placement API | 2024-08-29 11:50:47.856 | | Result: Success | 2024-08-29 11:50:47.856 | | Details: None | 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:47.856 | | Check: Cinder API | 2024-08-29 11:50:47.856 | | Result: Success | 2024-08-29 11:50:47.856 | | Details: None | 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:47.856 | | Check: Policy File JSON to YAML Migration | 2024-08-29 11:50:47.856 | | Result: Success | 2024-08-29 11:50:47.856 | | Details: None | 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:47.856 | | Check: Older than N-1 computes | 2024-08-29 11:50:47.856 | | Result: Success | 2024-08-29 11:50:47.856 | | Details: None | 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:47.856 | | Check: hw_machine_type unset | 2024-08-29 11:50:47.856 | | Result: Success | 2024-08-29 11:50:47.856 | | Details: None | 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:47.856 | | Check: Service User Token Configuration | 2024-08-29 11:50:47.856 | | Result: Success | 2024-08-29 11:50:47.856 | | Details: None | 2024-08-29 11:50:47.856 | +--------------------------------------------------------------------+ 2024-08-29 11:50:48.202 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2024-08-29 11:50:48.205 | + stack.sh:main:1474 : command openstack complete 2024-08-29 11:50:48.205 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-08-29 11:50:49.424 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-08-29 11:50:49.631 | + stack.sh:main:1478 : is_service_enabled cinder 2024-08-29 11:50:49.645 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:49.647 | + stack.sh:main:1479 : is_ubuntu 2024-08-29 11:50:49.650 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 11:50:49.652 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 11:50:49.654 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2024-08-29 11:50:49.656 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:49.658 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2024-08-29 11:50:49.660 | + stack.sh:main:1481 : set_lvm_filter 2024-08-29 11:50:49.662 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-08-29 11:50:49.664 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-08-29 11:50:49.666 | + lib/lvm:set_lvm_filter:189 : local pv 2024-08-29 11:50:49.668 | + lib/lvm:set_lvm_filter:190 : local vg 2024-08-29 11:50:49.670 | + lib/lvm:set_lvm_filter:191 : local line 2024-08-29 11:50:49.673 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-08-29 11:50:49.716 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-08-29 11:50:49.718 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-08-29 11:50:49.720 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-08-29 11:50:49.731 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-08-29 11:50:49.742 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-08-29 11:50:49.744 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:49.746 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-08-29 11:50:49.748 | + stack.sh:main:1491 : run_phase stack test-config 2024-08-29 11:50:49.750 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 11:50:49.753 | + functions-common:run_phase:1864 : local phase=test-config 2024-08-29 11:50:49.755 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 11:50:49.756 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 11:50:49.759 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 11:50:49.761 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 11:50:49.763 | + functions-common:run_phase:1873 : local extra 2024-08-29 11:50:49.765 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 11:50:49.769 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 11:50:49.771 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 11:50:49.773 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 11:50:49.775 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-08-29 11:50:49.777 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 11:50:49.790 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:49.792 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:50:49.794 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:49.796 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-29 11:50:49.798 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:49.800 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:50:49.802 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:49.804 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-08-29 11:50:49.806 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:49.808 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-29 11:50:49.810 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:50:49.812 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:50:49.814 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-08-29 11:50:49.849 | [3561 Async install_tempest:26902]: Waiting for completion of install_tempest running on PID 26902 (1 other jobs running) 2024-08-29 11:50:49.866 | [3561 Async install_tempest:26902]: Signaling child to exit 2024-08-29 11:50:49.866 | WAKEUP 2024-08-29 11:50:49.882 | [3561 Async install_tempest:26902]: Signaled 2024-08-29 11:50:49.882 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-08-29 11:50:49.882 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-08-29 11:50:49.882 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-08-29 11:50:49.882 | ++ functions-common:git_clone:614 : local git_ref=master 2024-08-29 11:50:49.882 | ++ functions-common:git_clone:615 : local orig_dir 2024-08-29 11:50:49.882 | +++ functions-common:git_clone:616 : pwd 2024-08-29 11:50:49.882 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 11:50:49.882 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 11:50:49.882 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 11:50:49.882 | ++ functions-common:git_clone:619 : RECLONE=False 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:633 : echo master 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:49.883 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724932044882 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-29 11:50:49.883 | Cloning into '/opt/stack//tempest'... 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2435 : local name 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2438 : local total 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2442 : start_time=1724932044882 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2444 : [[ -z 1724932044882 ]] 2024-08-29 11:50:49.883 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2447 : end_time=1724932046851 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2448 : elapsed_time=1969 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2449 : total=140255 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=142224 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:49.883 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724932046881 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-08-29 11:50:49.883 | From https://opendev.org/openstack/tempest 2024-08-29 11:50:49.883 | * branch master -> FETCH_HEAD 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2435 : local name 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2438 : local total 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2442 : start_time=1724932046881 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2444 : [[ -z 1724932046881 ]] 2024-08-29 11:50:49.883 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2447 : end_time=1724932047746 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2448 : elapsed_time=865 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2449 : total=142224 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=143089 2024-08-29 11:50:49.883 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 11:50:49.883 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 11:50:49.883 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724932047774 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 11:50:49.883 | Note: switching to 'FETCH_HEAD'. 2024-08-29 11:50:49.883 | 2024-08-29 11:50:49.883 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 11:50:49.883 | changes and commit them, and you can discard any commits you make in this 2024-08-29 11:50:49.883 | state without impacting any branches by switching back to a branch. 2024-08-29 11:50:49.883 | 2024-08-29 11:50:49.883 | If you want to create a new branch to retain commits you create, you may 2024-08-29 11:50:49.883 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 11:50:49.883 | 2024-08-29 11:50:49.883 | git switch -c 2024-08-29 11:50:49.883 | 2024-08-29 11:50:49.883 | Or undo this operation with: 2024-08-29 11:50:49.883 | 2024-08-29 11:50:49.883 | git switch - 2024-08-29 11:50:49.883 | 2024-08-29 11:50:49.883 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 11:50:49.883 | 2024-08-29 11:50:49.883 | HEAD is now at 32da469 Allow nova vmdk-footer test to pass 2024-08-29 11:50:49.883 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2435 : local name 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2438 : local total 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2442 : start_time=1724932047774 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2444 : [[ -z 1724932047774 ]] 2024-08-29 11:50:49.883 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:49.883 | ++ functions-common:time_stop:2447 : end_time=1724932047871 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2448 : elapsed_time=97 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2449 : total=143089 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=143186 2024-08-29 11:50:49.884 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-08-29 11:50:49.884 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-08-29 11:50:49.884 | ++ functions-common:git_clone:696 : head -1 2024-08-29 11:50:49.884 | ++ functions-common:git_clone:696 : git show --oneline 2024-08-29 11:50:49.884 | 32da469 Allow nova vmdk-footer test to pass 2024-08-29 11:50:49.884 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 11:50:49.884 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-08-29 11:50:49.884 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-08-29 11:50:49.884 | ++ 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' 2024-08-29 11:50:49.884 | Collecting tox!=2.8.0,<4.0.0 2024-08-29 11:50:49.884 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-08-29 11:50:49.884 | Collecting py>=1.4.17 2024-08-29 11:50:49.884 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-08-29 11:50:49.884 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-08-29 11:50:49.884 | Collecting tomli>=2.0.1 2024-08-29 11:50:49.884 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-29 11:50:49.884 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-08-29 11:50:49.884 | Collecting filelock>=3.0.0 2024-08-29 11:50:49.884 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-08-29 11:50:49.884 | 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 2024-08-29 11:50:49.884 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-08-29 11:50:49.884 | Collecting pluggy>=0.12.0 2024-08-29 11:50:49.884 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-08-29 11:50:49.884 | Collecting platformdirs<3,>=2.4 2024-08-29 11:50:49.884 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-08-29 11:50:49.884 | Collecting distlib<1,>=0.3.5 2024-08-29 11:50:49.884 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-08-29 11:50:49.884 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-08-29 11:50:49.884 | 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 2024-08-29 11:50:49.884 | 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 2024-08-29 11:50:49.884 | ++ inc/python:pip_install:196 : result=0 2024-08-29 11:50:49.884 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2435 : local name 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2438 : local total 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2442 : start_time=1724932047912 2024-08-29 11:50:49.884 | ++ functions-common:time_stop:2444 : [[ -z 1724932047912 ]] 2024-08-29 11:50:49.885 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:49.885 | ++ functions-common:time_stop:2447 : end_time=1724932051304 2024-08-29 11:50:49.885 | ++ functions-common:time_stop:2448 : elapsed_time=3392 2024-08-29 11:50:49.885 | ++ functions-common:time_stop:2449 : total=88277 2024-08-29 11:50:49.885 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:49.885 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91669 2024-08-29 11:50:49.885 | ++ inc/python:pip_install:199 : return 0 2024-08-29 11:50:49.885 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-08-29 11:50:49.885 | ~/tempest ~/devstack 2024-08-29 11:50:49.885 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-08-29 11:50:49.885 | Switched to branch 'master' 2024-08-29 11:50:49.885 | Your branch is up to date with 'origin/master'. 2024-08-29 11:50:49.885 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-08-29 11:50:49.885 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-29 11:50:49.885 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.VqquNQ7Ea8 2024-08-29 11:50:49.885 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.VqquNQ7Ea8 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.VqquNQ7Ea8 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 11:50:49.885 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 11:50:49.885 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-08-29 11:50:49.885 | full create: /opt/stack/tempest/.tox/tempest 2024-08-29 11:50:49.885 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-29 11:50:49.885 | full develop-inst: /opt/stack/tempest 2024-08-29 11:50:49.885 | full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@32da46943ec9c1a8dbfaf2cc41b6720b4f170dc3#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-29 11:50:49.885 | ___________________________________ summary ____________________________________ 2024-08-29 11:50:49.885 | full: skipped tests 2024-08-29 11:50:49.885 | congratulations :) 2024-08-29 11:50:49.885 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.VqquNQ7Ea8 -r requirements.txt 2024-08-29 11:50:49.885 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-08-29 11:50:49.885 | 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.7.0) 2024-08-29 11:50:49.885 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-08-29 11:50:49.885 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-08-29 11:50:49.885 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-08-29 11:50:49.885 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-29 11:50:49.885 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-08-29 11:50:49.885 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-08-29 11:50:49.885 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-08-29 11:50:49.885 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-08-29 11:50:49.885 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-08-29 11:50:49.885 | 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.5.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-08-29 11:50:49.886 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-08-29 11:50:49.886 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-08-29 11:50:49.886 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-08-29 11:50:49.886 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-29 11:50:49.886 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-08-29 11:50:49.886 | 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.3) 2024-08-29 11:50:49.886 | 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.2) 2024-08-29 11:50:49.886 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-08-29 11:50:49.886 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-08-29 11:50:49.886 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-08-29 11:50:49.886 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-08-29 11:50:49.886 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-08-29 11:50:49.886 | 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.4.0) 2024-08-29 11:50:49.886 | 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)) (2.0.0) 2024-08-29 11:50:49.886 | 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.32.3) 2024-08-29 11:50:49.886 | 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.6.0) 2024-08-29 11:50:49.886 | 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.9.0.post0) 2024-08-29 11:50:49.886 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-08-29 11:50:49.886 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-08-29 11:50:49.886 | 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.15.2) 2024-08-29 11:50:49.886 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-08-29 11:50:49.886 | 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.8) 2024-08-29 11:50:49.886 | 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.1.2) 2024-08-29 11:50:49.886 | 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)) (2.1.0) 2024-08-29 11:50:49.886 | 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)) (24.1) 2024-08-29 11:50:49.886 | 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) 2024-08-29 11:50:49.886 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-08-29 11:50:49.886 | 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.16.0) 2024-08-29 11:50:49.886 | 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.22) 2024-08-29 11:50:49.887 | 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.9.0) 2024-08-29 11:50:49.887 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-08-29 11:50:49.887 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-08-29 11:50:49.887 | 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)) (2024.7.4) 2024-08-29 11:50:49.887 | 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.8) 2024-08-29 11:50:49.887 | WARNING: There was an error checking the latest version of pip. 2024-08-29 11:50:49.887 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-08-29 11:50:49.887 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.VqquNQ7Ea8 2024-08-29 11:50:49.887 | ++ lib/tempest:install_tempest:859 : popd 2024-08-29 11:50:49.887 | ~/devstack 2024-08-29 11:50:49.913 | [3561 Async install_tempest:26902]: finished install_tempest with result 0 in 21 seconds 2024-08-29 11:50:49.916 | ++ inc/async:async_wait:197 : return 0 2024-08-29 11:50:49.918 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-08-29 11:50:49.920 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:50:49.922 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2024-08-29 11:50:49.924 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-08-29 11:50:49.926 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-08-29 11:50:49.927 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-08-29 11:50:49.929 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-08-29 11:50:49.931 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-08-29 11:50:49.933 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-08-29 11:50:49.935 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-08-29 11:50:49.936 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 11:50:49.939 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-08-29 11:50:49.939 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 11:50:49.942 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-08-29 11:50:49.944 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-08-29 11:50:49.946 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-08-29 11:50:49.948 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-08-29 11:50:49.949 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-08-29 11:50:49.964 | Using python 3.10 to install testrepository 2024-08-29 11:50:49.966 | ++ 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 2024-08-29 11:50:51.108 | Collecting testrepository 2024-08-29 11:50:51.108 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-08-29 11:50:51.120 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-08-29 11:50:51.121 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-08-29 11:50:51.121 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-08-29 11:50:51.127 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-08-29 11:50:51.133 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-08-29 11:50:52.177 | Installing collected packages: testrepository 2024-08-29 11:50:52.287 | Successfully installed testrepository-0.0.20 2024-08-29 11:50:52.287 | 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 2024-08-29 11:50:52.395 | ++ inc/python:pip_install:196 : result=0 2024-08-29 11:50:52.397 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 11:50:52.398 | ++ functions-common:time_stop:2435 : local name 2024-08-29 11:50:52.400 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 11:50:52.402 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 11:50:52.404 | ++ functions-common:time_stop:2438 : local total 2024-08-29 11:50:52.406 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 11:50:52.407 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 11:50:52.409 | ++ functions-common:time_stop:2442 : start_time=1724932249960 2024-08-29 11:50:52.411 | ++ functions-common:time_stop:2444 : [[ -z 1724932249960 ]] 2024-08-29 11:50:52.413 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 11:50:52.416 | ++ functions-common:time_stop:2447 : end_time=1724932252414 2024-08-29 11:50:52.418 | ++ functions-common:time_stop:2448 : elapsed_time=2454 2024-08-29 11:50:52.419 | ++ functions-common:time_stop:2449 : total=96538 2024-08-29 11:50:52.421 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 11:50:52.423 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=98992 2024-08-29 11:50:52.424 | ++ inc/python:pip_install:199 : return 0 2024-08-29 11:50:52.426 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-08-29 11:50:52.428 | ++ lib/tempest:configure_tempest:200 : local images 2024-08-29 11:50:52.430 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-08-29 11:50:52.432 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-08-29 11:50:52.433 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-08-29 11:50:52.435 | ++ lib/tempest:configure_tempest:204 : local password 2024-08-29 11:50:52.437 | ++ lib/tempest:configure_tempest:205 : local line 2024-08-29 11:50:52.439 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-08-29 11:50:52.440 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-08-29 11:50:52.442 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-08-29 11:50:52.444 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-08-29 11:50:52.445 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-08-29 11:50:52.447 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-08-29 11:50:52.449 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-08-29 11:50:52.450 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-08-29 11:50:52.452 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-08-29 11:50:52.454 | ++ lib/tempest:configure_tempest:215 : local disk 2024-08-29 11:50:52.455 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-08-29 11:50:52.455 | ' 2024-08-29 11:50:52.457 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-08-29 11:50:52.458 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-08-29 11:50:52.470 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:52.472 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-08-29 11:50:52.474 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-08-29 11:50:52.475 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-08-29 11:50:52.477 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-08-29 11:50:52.479 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-08-29 11:50:52.481 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-29 11:50:52.482 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-08-29 11:50:52.482 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-08-29 11:50:53.762 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:53.765 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-08-29 11:50:53.767 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-08-29 11:50:53.769 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-29 11:50:53.771 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-08-29 11:50:53.773 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-08-29 11:50:53.774 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-08-29 11:50:53.776 | ++ lib/tempest:configure_tempest:254 : image_uuid=dc3bad91-06a4-485e-bdc4-b0135384e686 2024-08-29 11:50:53.778 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=dc3bad91-06a4-485e-bdc4-b0135384e686 2024-08-29 11:50:53.780 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-08-29 11:50:53.789 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-08-29 11:50:53.792 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-08-29 11:50:53.794 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-08-29 11:50:53.796 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-08-29 11:50:53.797 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-08-29 11:50:53.799 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-08-29 11:50:53.801 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-08-29 11:50:53.803 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-08-29 11:50:53.806 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-08-29 11:50:53.806 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-08-29 11:50:55.017 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:55.020 | ++ lib/tempest:configure_tempest:281 : admin_project_id=7386534ab8334806bb50f77e095e084c 2024-08-29 11:50:55.022 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-08-29 11:50:55.034 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:50:55.037 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-08-29 11:50:56.282 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:56.285 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 11:50:56.285 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 11:50:56.285 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 11:50:56.285 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 11:50:56.285 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 11:50:56.285 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 11:50:56.285 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 11:50:56.285 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 11:50:56.285 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 11:50:56.285 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 11:50:56.285 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 11:50:56.285 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 11:50:56.285 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 11:50:56.285 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-08-29 11:50:56.287 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-08-29 11:50:56.289 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 11:50:56.289 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 11:50:56.289 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 11:50:56.289 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 11:50:56.289 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 11:50:56.289 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 11:50:56.289 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 11:50:56.289 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 11:50:56.289 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 11:50:56.289 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 11:50:56.289 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 11:50:56.289 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 11:50:56.289 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 11:50:56.289 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-08-29 11:50:56.291 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib dc3bad91-06a4-485e-bdc4-b0135384e686 2024-08-29 11:50:56.293 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-29 11:50:56.295 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show dc3bad91-06a4-485e-bdc4-b0135384e686 -c size -f value 2024-08-29 11:50:57.520 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:50:57.522 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-29 11:50:57.525 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-29 11:50:57.525 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-29 11:50:57.549 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-08-29 11:50:57.551 | ++ 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 2024-08-29 11:50:58.683 | +----------------------------+-----------------------+ 2024-08-29 11:50:58.683 | | Field | Value | 2024-08-29 11:50:58.683 | +----------------------------+-----------------------+ 2024-08-29 11:50:58.683 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:50:58.683 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:50:58.683 | | description | None | 2024-08-29 11:50:58.683 | | disk | 1 | 2024-08-29 11:50:58.683 | | id | 42 | 2024-08-29 11:50:58.683 | | name | m1.nano | 2024-08-29 11:50:58.683 | | os-flavor-access:is_public | True | 2024-08-29 11:50:58.684 | | properties | hw_rng:allowed='True' | 2024-08-29 11:50:58.684 | | ram | 128 | 2024-08-29 11:50:58.684 | | rxtx_factor | 1.0 | 2024-08-29 11:50:58.684 | | swap | | 2024-08-29 11:50:58.684 | | vcpus | 1 | 2024-08-29 11:50:58.684 | +----------------------------+-----------------------+ 2024-08-29 11:50:58.796 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-08-29 11:50:58.799 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 11:50:58.799 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 11:50:58.799 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 11:50:58.799 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 11:50:58.799 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 11:50:58.799 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 11:50:58.799 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 11:50:58.799 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 11:50:58.799 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 11:50:58.799 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 11:50:58.799 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 11:50:58.799 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 11:50:58.799 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 11:50:58.799 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-08-29 11:50:58.801 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib dc3bad91-06a4-485e-bdc4-b0135384e686 2024-08-29 11:50:58.803 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-29 11:50:58.806 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show dc3bad91-06a4-485e-bdc4-b0135384e686 -c size -f value 2024-08-29 11:51:00.034 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:51:00.037 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-29 11:51:00.039 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-29 11:51:00.040 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-29 11:51:00.064 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-08-29 11:51:00.066 | ++ 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 2024-08-29 11:51:01.189 | +----------------------------+-----------------------+ 2024-08-29 11:51:01.189 | | Field | Value | 2024-08-29 11:51:01.189 | +----------------------------+-----------------------+ 2024-08-29 11:51:01.189 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 11:51:01.189 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 11:51:01.189 | | description | None | 2024-08-29 11:51:01.189 | | disk | 1 | 2024-08-29 11:51:01.189 | | id | 84 | 2024-08-29 11:51:01.189 | | name | m1.micro | 2024-08-29 11:51:01.189 | | os-flavor-access:is_public | True | 2024-08-29 11:51:01.189 | | properties | hw_rng:allowed='True' | 2024-08-29 11:51:01.189 | | ram | 192 | 2024-08-29 11:51:01.190 | | rxtx_factor | 1.0 | 2024-08-29 11:51:01.190 | | swap | | 2024-08-29 11:51:01.190 | | vcpus | 1 | 2024-08-29 11:51:01.190 | +----------------------------+-----------------------+ 2024-08-29 11:51:01.304 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-08-29 11:51:01.306 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-08-29 11:51:01.332 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-08-29 11:51:01.334 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-08-29 11:51:01.336 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-08-29 11:51:01.337 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-29 11:51:01.340 | +++ 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 2024-08-29 11:51:02.573 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:51:02.575 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 11:51:02.575 | address-scope 2024-08-29 11:51:02.575 | router-admin-state-down-before-update 2024-08-29 11:51:02.575 | agent 2024-08-29 11:51:02.575 | agent-resources-synced 2024-08-29 11:51:02.575 | allowed-address-pairs 2024-08-29 11:51:02.575 | auto-allocated-topology 2024-08-29 11:51:02.575 | availability_zone 2024-08-29 11:51:02.575 | availability_zone_filter 2024-08-29 11:51:02.575 | default-subnetpools 2024-08-29 11:51:02.575 | dhcp_agent_scheduler 2024-08-29 11:51:02.575 | dvr 2024-08-29 11:51:02.575 | empty-string-filtering 2024-08-29 11:51:02.575 | external-net 2024-08-29 11:51:02.575 | extra_dhcp_opt 2024-08-29 11:51:02.575 | extraroute 2024-08-29 11:51:02.575 | extraroute-atomic 2024-08-29 11:51:02.575 | filter-validation 2024-08-29 11:51:02.575 | floating-ip-port-forwarding-detail 2024-08-29 11:51:02.575 | fip-port-details 2024-08-29 11:51:02.575 | flavors 2024-08-29 11:51:02.575 | floatingip-pools 2024-08-29 11:51:02.575 | ip-substring-filtering 2024-08-29 11:51:02.575 | router 2024-08-29 11:51:02.575 | ext-gw-mode 2024-08-29 11:51:02.575 | l3-ha 2024-08-29 11:51:02.575 | l3-flavors 2024-08-29 11:51:02.575 | l3-port-ip-change-not-allowed 2024-08-29 11:51:02.575 | l3_agent_scheduler 2024-08-29 11:51:02.575 | multi-provider 2024-08-29 11:51:02.575 | net-mtu 2024-08-29 11:51:02.575 | net-mtu-writable 2024-08-29 11:51:02.575 | network_availability_zone 2024-08-29 11:51:02.575 | network-ip-availability 2024-08-29 11:51:02.575 | pagination 2024-08-29 11:51:02.575 | port-device-profile 2024-08-29 11:51:02.575 | port-mac-override 2024-08-29 11:51:02.575 | port-mac-address-regenerate 2024-08-29 11:51:02.575 | port-numa-affinity-policy 2024-08-29 11:51:02.575 | binding 2024-08-29 11:51:02.575 | binding-extended 2024-08-29 11:51:02.575 | port-security 2024-08-29 11:51:02.575 | project-id 2024-08-29 11:51:02.575 | provider 2024-08-29 11:51:02.575 | quota-check-limit 2024-08-29 11:51:02.575 | quotas 2024-08-29 11:51:02.575 | quota_details 2024-08-29 11:51:02.575 | rbac-policies 2024-08-29 11:51:02.575 | rbac-address-group 2024-08-29 11:51:02.575 | rbac-address-scope 2024-08-29 11:51:02.575 | rbac-security-groups 2024-08-29 11:51:02.575 | rbac-subnetpool 2024-08-29 11:51:02.575 | revision-if-match 2024-08-29 11:51:02.575 | standard-attr-revisions 2024-08-29 11:51:02.575 | router_availability_zone 2024-08-29 11:51:02.575 | security-groups-normalized-cidr 2024-08-29 11:51:02.575 | port-security-groups-filtering 2024-08-29 11:51:02.575 | security-groups-remote-address-group 2024-08-29 11:51:02.575 | security-groups-shared-filtering 2024-08-29 11:51:02.575 | security-group 2024-08-29 11:51:02.575 | service-type 2024-08-29 11:51:02.575 | sorting 2024-08-29 11:51:02.575 | standard-attr-description 2024-08-29 11:51:02.575 | stateful-security-group 2024-08-29 11:51:02.575 | subnet_onboard 2024-08-29 11:51:02.575 | subnet-service-types 2024-08-29 11:51:02.575 | subnet_allocation 2024-08-29 11:51:02.575 | subnetpool-prefix-ops 2024-08-29 11:51:02.575 | standard-attr-tag 2024-08-29 11:51:02.575 | standard-attr-timestamp 2024-08-29 11:51:02.575 | nsxt-ops' 2024-08-29 11:51:02.577 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 11:51:02.577 | address-scope 2024-08-29 11:51:02.577 | router-admin-state-down-before-update 2024-08-29 11:51:02.577 | agent 2024-08-29 11:51:02.577 | agent-resources-synced 2024-08-29 11:51:02.577 | allowed-address-pairs 2024-08-29 11:51:02.577 | auto-allocated-topology 2024-08-29 11:51:02.577 | availability_zone 2024-08-29 11:51:02.577 | availability_zone_filter 2024-08-29 11:51:02.577 | default-subnetpools 2024-08-29 11:51:02.577 | dhcp_agent_scheduler 2024-08-29 11:51:02.577 | dvr 2024-08-29 11:51:02.577 | empty-string-filtering 2024-08-29 11:51:02.577 | external-net 2024-08-29 11:51:02.577 | extra_dhcp_opt 2024-08-29 11:51:02.577 | extraroute 2024-08-29 11:51:02.577 | extraroute-atomic 2024-08-29 11:51:02.577 | filter-validation 2024-08-29 11:51:02.577 | floating-ip-port-forwarding-detail 2024-08-29 11:51:02.577 | fip-port-details 2024-08-29 11:51:02.577 | flavors 2024-08-29 11:51:02.577 | floatingip-pools 2024-08-29 11:51:02.577 | ip-substring-filtering 2024-08-29 11:51:02.577 | router 2024-08-29 11:51:02.577 | ext-gw-mode 2024-08-29 11:51:02.577 | l3-ha 2024-08-29 11:51:02.577 | l3-flavors 2024-08-29 11:51:02.577 | l3-port-ip-change-not-allowed 2024-08-29 11:51:02.577 | l3_agent_scheduler 2024-08-29 11:51:02.577 | multi-provider 2024-08-29 11:51:02.577 | net-mtu 2024-08-29 11:51:02.577 | net-mtu-writable 2024-08-29 11:51:02.577 | network_availability_zone 2024-08-29 11:51:02.577 | network-ip-availability 2024-08-29 11:51:02.577 | pagination 2024-08-29 11:51:02.577 | port-device-profile 2024-08-29 11:51:02.577 | port-mac-override 2024-08-29 11:51:02.577 | port-mac-address-regenerate 2024-08-29 11:51:02.577 | port-numa-affinity-policy 2024-08-29 11:51:02.577 | binding 2024-08-29 11:51:02.577 | binding-extended 2024-08-29 11:51:02.577 | port-security 2024-08-29 11:51:02.577 | project-id 2024-08-29 11:51:02.577 | provider 2024-08-29 11:51:02.577 | quota-check-limit 2024-08-29 11:51:02.577 | quotas 2024-08-29 11:51:02.577 | quota_details 2024-08-29 11:51:02.577 | rbac-policies 2024-08-29 11:51:02.577 | rbac-address-group 2024-08-29 11:51:02.577 | rbac-address-scope 2024-08-29 11:51:02.577 | rbac-security-groups 2024-08-29 11:51:02.577 | rbac-subnetpool 2024-08-29 11:51:02.577 | revision-if-match 2024-08-29 11:51:02.577 | standard-attr-revisions 2024-08-29 11:51:02.577 | router_availability_zone 2024-08-29 11:51:02.577 | security-groups-normalized-cidr 2024-08-29 11:51:02.577 | port-security-groups-filtering 2024-08-29 11:51:02.577 | security-groups-remote-address-group 2024-08-29 11:51:02.577 | security-groups-shared-filtering 2024-08-29 11:51:02.577 | security-group 2024-08-29 11:51:02.577 | service-type 2024-08-29 11:51:02.577 | sorting 2024-08-29 11:51:02.577 | standard-attr-description 2024-08-29 11:51:02.577 | stateful-security-group 2024-08-29 11:51:02.577 | subnet_onboard 2024-08-29 11:51:02.577 | subnet-service-types 2024-08-29 11:51:02.577 | subnet_allocation 2024-08-29 11:51:02.577 | subnetpool-prefix-ops 2024-08-29 11:51:02.577 | standard-attr-tag 2024-08-29 11:51:02.577 | standard-attr-timestamp 2024-08-29 11:51:02.577 | nsxt-ops =~ external-net ]] 2024-08-29 11:51:02.579 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 11:51:02.581 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-08-29 11:51:03.871 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 11:51:03.873 | ++ lib/tempest:configure_tempest:357 : public_network_id=b452d4e1-bb4d-42b6-b8f8-053477a8d692 2024-08-29 11:51:03.875 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-08-29 11:51:05.061 | +---------------------------+--------------------------------------+ 2024-08-29 11:51:05.061 | | Field | Value | 2024-08-29 11:51:05.062 | +---------------------------+--------------------------------------+ 2024-08-29 11:51:05.062 | | admin_state_up | UP | 2024-08-29 11:51:05.062 | | availability_zone_hints | | 2024-08-29 11:51:05.062 | | availability_zones | | 2024-08-29 11:51:05.062 | | created_at | 2024-08-29T11:51:05Z | 2024-08-29 11:51:05.062 | | description | | 2024-08-29 11:51:05.062 | | dns_domain | None | 2024-08-29 11:51:05.062 | | id | b9eff4e8-f1ca-450e-848a-97a956388f68 | 2024-08-29 11:51:05.062 | | ipv4_address_scope | None | 2024-08-29 11:51:05.062 | | ipv6_address_scope | None | 2024-08-29 11:51:05.062 | | is_default | False | 2024-08-29 11:51:05.062 | | is_vlan_transparent | None | 2024-08-29 11:51:05.062 | | mtu | 8950 | 2024-08-29 11:51:05.062 | | name | shared | 2024-08-29 11:51:05.062 | | port_security_enabled | True | 2024-08-29 11:51:05.062 | | project_id | 7386534ab8334806bb50f77e095e084c | 2024-08-29 11:51:05.062 | | provider:network_type | vlan | 2024-08-29 11:51:05.062 | | provider:physical_network | default | 2024-08-29 11:51:05.062 | | provider:segmentation_id | 201 | 2024-08-29 11:51:05.062 | | qos_policy_id | None | 2024-08-29 11:51:05.062 | | revision_number | 1 | 2024-08-29 11:51:05.062 | | router:external | Internal | 2024-08-29 11:51:05.062 | | segments | None | 2024-08-29 11:51:05.062 | | shared | True | 2024-08-29 11:51:05.062 | | status | ACTIVE | 2024-08-29 11:51:05.062 | | subnets | | 2024-08-29 11:51:05.062 | | tags | | 2024-08-29 11:51:05.062 | | tenant_id | 7386534ab8334806bb50f77e095e084c | 2024-08-29 11:51:05.062 | | updated_at | 2024-08-29T11:51:05Z | 2024-08-29 11:51:05.062 | +---------------------------+--------------------------------------+ 2024-08-29 11:51:05.185 | ++ 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 2024-08-29 11:51:06.476 | +----------------------+--------------------------------------+ 2024-08-29 11:51:06.476 | | Field | Value | 2024-08-29 11:51:06.476 | +----------------------+--------------------------------------+ 2024-08-29 11:51:06.476 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-08-29 11:51:06.476 | | cidr | 192.168.233.0/24 | 2024-08-29 11:51:06.476 | | created_at | 2024-08-29T11:51:06Z | 2024-08-29 11:51:06.476 | | description | shared-subnet | 2024-08-29 11:51:06.476 | | dns_nameservers | | 2024-08-29 11:51:06.476 | | dns_publish_fixed_ip | None | 2024-08-29 11:51:06.476 | | enable_dhcp | True | 2024-08-29 11:51:06.476 | | gateway_ip | 192.168.233.1 | 2024-08-29 11:51:06.476 | | host_routes | | 2024-08-29 11:51:06.476 | | id | 0231d749-407b-4d4f-a195-5287528d0339 | 2024-08-29 11:51:06.476 | | ip_version | 4 | 2024-08-29 11:51:06.476 | | ipv6_address_mode | None | 2024-08-29 11:51:06.476 | | ipv6_ra_mode | None | 2024-08-29 11:51:06.476 | | name | shared-subnet | 2024-08-29 11:51:06.476 | | network_id | b9eff4e8-f1ca-450e-848a-97a956388f68 | 2024-08-29 11:51:06.476 | | project_id | 7386534ab8334806bb50f77e095e084c | 2024-08-29 11:51:06.476 | | revision_number | 0 | 2024-08-29 11:51:06.476 | | segment_id | None | 2024-08-29 11:51:06.476 | | service_types | | 2024-08-29 11:51:06.476 | | subnetpool_id | None | 2024-08-29 11:51:06.476 | | tags | | 2024-08-29 11:51:06.477 | | updated_at | 2024-08-29T11:51:06Z | 2024-08-29 11:51:06.477 | +----------------------+--------------------------------------+ 2024-08-29 11:51:06.598 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-08-29 11:51:06.623 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-08-29 11:51:06.648 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-08-29 11:51:06.651 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-08-29 11:51:06.674 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-08-29 11:51:06.700 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-08-29 11:51:06.723 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-08-29 11:51:06.748 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-08-29 11:51:06.773 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-08-29 11:51:06.797 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-08-29 11:51:06.820 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-08-29 11:51:06.843 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-08-29 11:51:06.865 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-08-29 11:51:06.888 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-08-29 11:51:06.890 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-08-29 11:51:06.915 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-08-29 11:51:06.937 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-08-29 11:51:06.961 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-08-29 11:51:06.985 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-08-29 11:51:06.987 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-08-29 11:51:07.012 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-08-29 11:51:07.035 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-08-29 11:51:07.037 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-08-29 11:51:07.059 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-08-29 11:51:07.072 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:51:07.073 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-08-29 11:51:07.075 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-08-29 11:51:07.098 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-08-29 11:51:07.110 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:51:07.112 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-08-29 11:51:07.134 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-08-29 11:51:07.157 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-08-29 11:51:07.180 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-08-29 11:51:07.182 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-08-29 11:51:07.207 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-08-29 11:51:07.230 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-08-29 11:51:07.242 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:51:07.244 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref dc3bad91-06a4-485e-bdc4-b0135384e686 2024-08-29 11:51:07.267 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt dc3bad91-06a4-485e-bdc4-b0135384e686 2024-08-29 11:51:07.290 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-08-29 11:51:07.314 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-08-29 11:51:07.337 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-08-29 11:51:07.361 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-08-29 11:51:07.373 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:51:07.375 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-08-29 11:51:07.377 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-08-29 11:51:07.378 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-08-29 11:51:07.380 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-08-29 11:51:07.382 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-08-29 11:51:07.384 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-08-29 11:51:07.398 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-08-29 11:51:07.400 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-08-29 11:51:07.429 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-08-29 11:51:07.457 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-08-29 11:51:07.479 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-08-29 11:51:07.502 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-08-29 11:51:07.526 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-08-29 11:51:07.549 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-08-29 11:51:07.573 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-08-29 11:51:07.595 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-08-29 11:51:07.618 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-08-29 11:51:07.620 | ++ 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 2024-08-29 11:51:07.643 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-08-29 11:51:07.645 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-08-29 11:51:07.657 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:51:07.659 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-08-29 11:51:07.681 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id b452d4e1-bb4d-42b6-b8f8-053477a8d692 2024-08-29 11:51:07.703 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-08-29 11:51:07.726 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-08-29 11:51:07.748 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-08-29 11:51:07.773 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-08-29 11:51:07.795 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-08-29 11:51:07.818 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-08-29 11:51:07.842 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-08-29 11:51:07.844 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-08-29 11:51:07.846 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-08-29 11:51:07.870 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-08-29 11:51:07.872 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-08-29 11:51:07.874 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 11:51:07.875 | ++ functions-common:is_provider_network:2287 : return 1 2024-08-29 11:51:07.877 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-08-29 11:51:07.899 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-08-29 11:51:07.922 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-08-29 11:51:07.944 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-08-29 11:51:07.967 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-08-29 11:51:07.989 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-08-29 11:51:08.012 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 11:51:08.015 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-08-29 11:51:08.027 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-08-29 11:51:08.052 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 11:51:08.054 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-08-29 11:51:08.067 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-08-29 11:51:08.089 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 11:51:08.091 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-08-29 11:51:08.104 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-08-29 11:51:08.126 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 11:51:08.129 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-08-29 11:51:08.141 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-08-29 11:51:08.163 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-08-29 11:51:08.165 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-08-29 11:51:08.167 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-08-29 11:51:08.169 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-08-29 11:51:08.183 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-08-29 11:51:08.185 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-08-29 11:51:08.207 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-08-29 11:51:08.220 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:51:08.222 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-08-29 11:51:08.244 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-08-29 11:51:08.246 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-08-29 11:51:08.248 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-08-29 11:51:08.250 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-08-29 11:51:08.252 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-08-29 11:51:08.254 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-08-29 11:51:08.255 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-08-29 11:51:08.257 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-08-29 11:51:08.259 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-08-29 11:51:08.273 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-08-29 11:51:08.274 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-08-29 11:51:08.298 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-08-29 11:51:08.300 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-08-29 11:51:08.302 | ++ lib/tempest:configure_tempest:668 : local service 2024-08-29 11:51:08.304 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-08-29 11:51:08.306 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 11:51:08.307 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-08-29 11:51:08.320 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:51:08.321 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-08-29 11:51:08.346 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 11:51:08.348 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-08-29 11:51:08.360 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:51:08.362 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-08-29 11:51:08.385 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 11:51:08.386 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-08-29 11:51:08.398 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:51:08.400 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-08-29 11:51:08.423 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 11:51:08.425 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-08-29 11:51:08.437 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:51:08.439 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-08-29 11:51:08.462 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 11:51:08.463 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-08-29 11:51:08.476 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:51:08.478 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-08-29 11:51:08.500 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 11:51:08.502 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-08-29 11:51:08.515 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:51:08.517 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-08-29 11:51:08.540 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 11:51:08.542 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-08-29 11:51:08.554 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:51:08.556 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-08-29 11:51:08.578 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-29 11:51:08.580 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-29 11:51:08.582 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-29 11:51:08.583 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-29 11:51:08.585 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-29 11:51:08.587 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-29 11:51:08.589 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-29 11:51:08.591 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-29 11:51:08.593 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-29 11:51:08.594 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-29 11:51:08.596 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-08-29 11:51:08.598 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-08-29 11:51:08.600 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-08-29 11:51:08.603 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.BYHC5ntRBH 2024-08-29 11:51:08.605 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-08-29 11:51:08.607 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-08-29 11:51:08.609 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-29 11:51:08.613 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.aPOhTtKy0z 2024-08-29 11:51:08.614 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.aPOhTtKy0z 2024-08-29 11:51:08.616 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-29 11:51:08.618 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.aPOhTtKy0z 2024-08-29 11:51:08.620 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-29 11:51:08.622 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-29 11:51:08.624 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-29 11:51:08.629 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 11:51:08.631 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 11:51:08.633 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 11:51:08.635 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 11:51:08.637 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-08-29 11:51:08.639 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-08-29 11:51:08.858 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-08-29 11:51:09.235 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-29 11:51:18.375 | venv-tempest develop-inst: /opt/stack/tempest 2024-08-29 11:51:21.352 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@32da46943ec9c1a8dbfaf2cc41b6720b4f170dc3#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-29 11:51:21.352 | ___________________________________ summary ____________________________________ 2024-08-29 11:51:21.352 | venv-tempest: skipped tests 2024-08-29 11:51:21.352 | congratulations :) 2024-08-29 11:51:21.373 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.aPOhTtKy0z -r requirements.txt 2024-08-29 11:51:21.910 | /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. 2024-08-29 11:51:21.910 | warnings.warn( 2024-08-29 11:51:21.910 | /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. 2024-08-29 11:51:21.910 | warnings.warn( 2024-08-29 11:51:21.997 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-08-29 11:51:22.375 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@32da46943ec9c1a8dbfaf2cc41b6720b4f170dc3#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-29 11:51:22.375 | venv-tempest run-test-pre: PYTHONHASHSEED='2050932514' 2024-08-29 11:51:22.375 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.aPOhTtKy0z -r requirements.txt 2024-08-29 11:51:23.226 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-08-29 11:51:23.227 | 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.7.0) 2024-08-29 11:51:23.228 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-08-29 11:51:23.231 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-08-29 11:51:23.231 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-08-29 11:51:23.232 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-29 11:51:23.233 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-08-29 11:51:23.233 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-08-29 11:51:23.234 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-08-29 11:51:23.235 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-08-29 11:51:23.236 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-08-29 11:51:23.236 | 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.5.0) 2024-08-29 11:51:23.237 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-08-29 11:51:23.238 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-08-29 11:51:23.239 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-08-29 11:51:23.239 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-08-29 11:51:23.240 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-08-29 11:51:23.241 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-08-29 11:51:23.241 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-08-29 11:51:23.242 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-08-29 11:51:23.243 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-08-29 11:51:23.244 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-29 11:51:23.244 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-08-29 11:51:23.250 | 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.2) 2024-08-29 11:51:23.251 | 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.3) 2024-08-29 11:51:23.268 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-08-29 11:51:23.268 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-08-29 11:51:23.269 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-08-29 11:51:23.270 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-08-29 11:51:23.286 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-08-29 11:51:23.287 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-08-29 11:51:23.303 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-08-29 11:51:23.310 | 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.4.0) 2024-08-29 11:51:23.325 | 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.32.3) 2024-08-29 11:51:23.327 | 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)) (2.0.0) 2024-08-29 11:51:23.339 | 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.9.0.post0) 2024-08-29 11:51:23.341 | 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.6.0) 2024-08-29 11:51:23.354 | 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.15.2) 2024-08-29 11:51:23.355 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-08-29 11:51:23.356 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-08-29 11:51:23.363 | 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.8) 2024-08-29 11:51:23.364 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-08-29 11:51:23.373 | 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) 2024-08-29 11:51:23.374 | 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)) (2.1.0) 2024-08-29 11:51:23.374 | 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)) (24.1) 2024-08-29 11:51:23.375 | 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.1.2) 2024-08-29 11:51:23.397 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-08-29 11:51:23.417 | 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.16.0) 2024-08-29 11:51:23.482 | 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.22) 2024-08-29 11:51:23.505 | 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.9.0) 2024-08-29 11:51:23.545 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-08-29 11:51:23.558 | 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.8) 2024-08-29 11:51:23.559 | 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)) (2024.7.4) 2024-08-29 11:51:23.559 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-08-29 11:51:23.684 | WARNING: There was an error checking the latest version of pip. 2024-08-29 11:51:23.750 | ___________________________________ summary ____________________________________ 2024-08-29 11:51:23.750 | venv-tempest: commands succeeded 2024-08-29 11:51:23.750 | congratulations :) 2024-08-29 11:51:23.770 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.aPOhTtKy0z 2024-08-29 11:51:23.773 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-08-29 11:51:23.775 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-08-29 11:51:23.777 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-08-29 11:51:23.801 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.BYHC5ntRBH 2024-08-29 11:51:24.028 | venv create: /opt/stack/tempest/.tox/venv 2024-08-29 11:51:24.307 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-08-29 11:51:37.440 | venv develop-inst: /opt/stack/tempest 2024-08-29 11:51:40.993 | venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.22.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.3.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==8.0.2,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@32da46943ec9c1a8dbfaf2cc41b6720b4f170dc3#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.0.1,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-29 11:51:40.994 | venv run-test-pre: PYTHONHASHSEED='1190539824' 2024-08-29 11:51:40.994 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.BYHC5ntRBH 2024-08-29 11:51:41.292 | /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. 2024-08-29 11:51:41.292 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-08-29 11:51:41.292 | /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. 2024-08-29 11:51:41.292 | @jsonschema.FormatChecker.cls_checks('base64') 2024-08-29 11:51:41.540 | /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. 2024-08-29 11:51:41.540 | warnings.warn( 2024-08-29 11:51:41.712 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-29 11:51:41.712 | for key, value in info.getheaders().items(): 2024-08-29 11:51:41.738 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-29 11:51:41.738 | for key, value in info.getheaders().items(): 2024-08-29 11:51:41.953 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-08-29 11:51:41.954 | for key, value in info.getheaders().items(): 2024-08-29 11:51:41.954 | /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 2024-08-29 11:51:41.954 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-08-29 11:51:42.502 | ___________________________________ summary ____________________________________ 2024-08-29 11:51:42.502 | venv: commands succeeded 2024-08-29 11:51:42.502 | congratulations :) 2024-08-29 11:51:42.522 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-08-29 11:51:42.535 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 11:51:42.537 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-08-29 11:51:42.539 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-08-29 11:51:42.551 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 11:51:42.553 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-08-29 11:51:42.555 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-08-29 11:51:42.557 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-08-29 11:51:42.559 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-08-29 11:51:42.560 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-08-29 11:51:42.562 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-08-29 11:51:42.564 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-08-29 11:51:42.566 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-08-29 11:51:42.568 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-08-29 11:51:42.569 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-08-29 11:51:42.571 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-08-29 11:51:42.573 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-08-29 11:51:42.575 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-08-29 11:51:42.577 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-08-29 11:51:42.579 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-08-29 11:51:42.581 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-08-29 11:51:42.583 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-08-29 11:51:42.584 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-08-29 11:51:42.586 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-08-29 11:51:42.588 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-08-29 11:51:42.590 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-08-29 11:51:42.592 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-08-29 11:51:42.594 | ++ 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 2024-08-29 11:51:42.596 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-08-29 11:51:42.599 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.BYHC5ntRBH network-feature-enabled api_extensions 2024-08-29 11:51:42.599 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-08-29 11:51:42.615 | ++ 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 2024-08-29 11:51:42.617 | +++ 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 2024-08-29 11:51:42.619 | +++ 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 2024-08-29 11:51:42.621 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-08-29 11:51:42.623 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-08-29 11:51:42.625 | +++ 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' 2024-08-29 11:51:42.639 | +++ 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 2024-08-29 11:51:42.654 | ++ 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 2024-08-29 11:51:42.656 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-08-29 11:51:42.658 | ++ 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 2024-08-29 11:51:42.680 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-08-29 11:51:42.682 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-08-29 11:51:42.684 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-08-29 11:51:42.686 | ++ 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 2024-08-29 11:51:42.688 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-08-29 11:51:42.690 | ++ 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 2024-08-29 11:51:42.717 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-08-29 11:51:42.718 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-08-29 11:51:42.720 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-08-29 11:51:42.722 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-08-29 11:51:42.724 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-08-29 11:51:42.726 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-08-29 11:51:42.728 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-08-29 11:51:42.730 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-08-29 11:51:42.732 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-08-29 11:51:42.734 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-08-29 11:51:42.736 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-29 11:51:42.738 | ++ 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 2024-08-29 11:51:42.740 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-08-29 11:51:42.742 | ++ 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 2024-08-29 11:51:42.765 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-08-29 11:51:42.765 | ' 2024-08-29 11:51:42.767 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-08-29 11:51:42.769 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 11:51:42.771 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2024-08-29 11:51:42.773 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-08-29 11:51:42.775 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-08-29 11:51:42.775 | ~/tempest ~/tempest 2024-08-29 11:51:42.777 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-08-29 11:51:42.779 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-08-29 11:51:42.779 | ~/tempest 2024-08-29 11:51:42.781 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 11:51:42.783 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 11:51:42.785 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:51:42.788 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-29 11:51:42.790 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-08-29 11:51:42.792 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 11:51:42.794 | + functions-common:run_plugins:1850 : local phase=test-config 2024-08-29 11:51:42.796 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 11:51:42.799 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 11:51:42.801 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 11:51:42.803 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 11:51:42.805 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 11:51:42.807 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-08-29 11:51:42.810 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 11:51:42.812 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:51:42.814 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-29 11:51:42.816 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:51:42.818 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 11:51:42.821 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 11:51:42.823 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-08-29 11:51:42.825 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-08-29 11:51:42.827 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 11:51:42.830 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 11:51:42.832 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-08-29 11:51:42.834 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:51:42.836 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 11:51:42.838 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 11:51:42.841 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-08-29 11:51:42.843 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 11:51:42.845 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-08-29 11:51:42.847 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 11:51:42.850 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-08-29 11:51:42.850 | /^\[\[.+\|.*\]\]/ { 2024-08-29 11:51:42.850 | gsub("[][]", "", $1); 2024-08-29 11:51:42.850 | split($1, a, "|"); 2024-08-29 11:51:42.850 | if (a[1] == matchgroup) 2024-08-29 11:51:42.850 | print a[2] 2024-08-29 11:51:42.850 | } 2024-08-29 11:51:42.850 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 46 osc 165 apt-get 4 test_with_retry 3 dbsync 2 pip_install 98 apt-get-update 5 run_process 15 git_timed 140 ------------------------- Unaccounted time 41 ========================= Total runtime 529 ================= Async summary ================= Time spent in the background minus waits: 189 sec Elapsed time: 529 sec Time if we did everything serially: 718 sec Speedup: 1.35728 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: d0e89946b3171924a49dd50e5b2e45d1bdb6e5b8 Replacing usage of rdo-release rpm 2024-08-06 14:44:05 +0530 OS Version: Ubuntu 22.04 jammy