2024-08-29 09:18:58.358 | + stack.sh:main:496 : exec 2024-08-29 09:18:58.358 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-08-29-091858' 2024-08-29 09:18:58.358 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-08-29-091858.summary.2024-08-29-091858 2024-08-29 09:18:58.358 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:18:58.358 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-08-29-091858 2024-08-29 09:18:58.358 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-29-091858 /opt/stack//logs/stack.sh.log 2024-08-29 09:18:58.358 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-29-091858.summary.2024-08-29-091858 /opt/stack//logs/stack.sh.log.summary 2024-08-29 09:18:58.358 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2024-08-29 09:18:58.358 | + functions:check_path_perm_sanity:607 : local real_path 2024-08-29 09:18:58.358 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-08-29 09:18:58.358 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-08-29 09:18:58.358 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-08-29 09:18:58.358 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-08-29 09:18:58.358 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-08-29 09:18:58.358 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-29 09:18:58.358 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-08-29 09:18:58.358 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-08-29 09:18:58.359 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-29 09:18:58.360 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-29 09:18:58.361 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-08-29 09:18:58.363 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-08-29 09:18:58.365 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-29 09:18:58.367 | + stack.sh:main:528 : trap exit_trap EXIT 2024-08-29 09:18:58.368 | + stack.sh:main:569 : trap err_trap ERR 2024-08-29 09:18:58.369 | + stack.sh:main:582 : set -o errexit 2024-08-29 09:18:58.371 | + stack.sh:main:585 : uname -a 2024-08-29 09:18:58.372 | 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 09:18:58.373 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-08-29 09:18:58.375 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2024-08-29 09:18:58.377 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2024-08-29 09:18:58.402 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2024-08-29 09:18:58.413 | + stack.sh:main:599 : fetch_plugins 2024-08-29 09:18:58.414 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-08-29 09:18:58.416 | + functions-common:fetch_plugins:1782 : local plugin 2024-08-29 09:18:58.417 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-08-29 09:18:58.419 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-08-29 09:18:58.419 | Fetching DevStack plugins 2024-08-29 09:18:58.420 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-08-29 09:18:58.421 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-08-29 09:18:58.423 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-08-29 09:18:58.424 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-08-29 09:18:58.426 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-08-29 09:18:58.427 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-08-29 09:18:58.428 | + 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 09:18:58.430 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-08-29 09:18:58.431 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-08-29 09:18:58.433 | + functions-common:git_clone:614 : local git_ref=devstack 2024-08-29 09:18:58.434 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 09:18:58.436 | ++ functions-common:git_clone:616 : pwd 2024-08-29 09:18:58.437 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:18:58.438 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:18:58.440 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:18:58.449 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:18:58.451 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 09:18:58.452 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 09:18:58.453 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:18:58.455 | + functions-common:git_clone:633 : echo devstack 2024-08-29 09:18:58.456 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:18:58.458 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-08-29 09:18:58.460 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 09:18:58.461 | + 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 09:18:58.462 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:18:58.464 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:18:58.465 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:18:58.466 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:18:58.468 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:18:58.469 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:18:58.470 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:18:58.472 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:18:58.474 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:18:58.476 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923138474 2024-08-29 09:18:58.477 | + 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 09:18:58.480 | Cloning into '/opt/stack/networking-nsx-t'... 2024-08-29 09:18:58.970 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:18:58.971 | + functions-common:time_stop:2435 : local name 2024-08-29 09:18:58.973 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:18:58.974 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:18:58.976 | + functions-common:time_stop:2438 : local total 2024-08-29 09:18:58.977 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:18:58.979 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:18:58.980 | + functions-common:time_stop:2442 : start_time=1724923138474 2024-08-29 09:18:58.982 | + functions-common:time_stop:2444 : [[ -z 1724923138474 ]] 2024-08-29 09:18:58.984 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:18:58.986 | + functions-common:time_stop:2447 : end_time=1724923138985 2024-08-29 09:18:58.988 | + functions-common:time_stop:2448 : elapsed_time=511 2024-08-29 09:18:58.989 | + functions-common:time_stop:2449 : total=0 2024-08-29 09:18:58.991 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:18:58.992 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=511 2024-08-29 09:18:58.993 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-08-29 09:18:58.995 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-08-29 09:18:58.996 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:18:58.998 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:18:58.999 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:18:59.001 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:18:59.002 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:18:59.004 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:18:59.005 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:18:59.006 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:18:59.008 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:18:59.010 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923139009 2024-08-29 09:18:59.012 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-08-29 09:18:59.572 | From https://github.com/sapcc/networking-nsx-t 2024-08-29 09:18:59.572 | * branch devstack -> FETCH_HEAD 2024-08-29 09:18:59.575 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:18:59.577 | + functions-common:time_stop:2435 : local name 2024-08-29 09:18:59.578 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:18:59.580 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:18:59.581 | + functions-common:time_stop:2438 : local total 2024-08-29 09:18:59.583 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:18:59.584 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:18:59.585 | + functions-common:time_stop:2442 : start_time=1724923139009 2024-08-29 09:18:59.587 | + functions-common:time_stop:2444 : [[ -z 1724923139009 ]] 2024-08-29 09:18:59.589 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:18:59.591 | + functions-common:time_stop:2447 : end_time=1724923139589 2024-08-29 09:18:59.592 | + functions-common:time_stop:2448 : elapsed_time=580 2024-08-29 09:18:59.593 | + functions-common:time_stop:2449 : total=511 2024-08-29 09:18:59.595 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:18:59.596 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1091 2024-08-29 09:18:59.598 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 09:18:59.599 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:18:59.600 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:18:59.602 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:18:59.603 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:18:59.605 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:18:59.606 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:18:59.607 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:18:59.609 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:18:59.610 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:18:59.613 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923139611 2024-08-29 09:18:59.614 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 09:18:59.624 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:18:59.624 | 2024-08-29 09:18:59.624 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:18:59.624 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:18:59.624 | state without impacting any branches by switching back to a branch. 2024-08-29 09:18:59.624 | 2024-08-29 09:18:59.624 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:18:59.624 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:18:59.624 | 2024-08-29 09:18:59.624 | git switch -c 2024-08-29 09:18:59.624 | 2024-08-29 09:18:59.624 | Or undo this operation with: 2024-08-29 09:18:59.624 | 2024-08-29 09:18:59.624 | git switch - 2024-08-29 09:18:59.624 | 2024-08-29 09:18:59.624 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:18:59.624 | 2024-08-29 09:18:59.624 | HEAD is now at dfae701 Split join statements 2024-08-29 09:18:59.625 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:18:59.627 | + functions-common:time_stop:2435 : local name 2024-08-29 09:18:59.628 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:18:59.630 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:18:59.631 | + functions-common:time_stop:2438 : local total 2024-08-29 09:18:59.632 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:18:59.634 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:18:59.635 | + functions-common:time_stop:2442 : start_time=1724923139611 2024-08-29 09:18:59.636 | + functions-common:time_stop:2444 : [[ -z 1724923139611 ]] 2024-08-29 09:18:59.638 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:18:59.640 | + functions-common:time_stop:2447 : end_time=1724923139639 2024-08-29 09:18:59.642 | + functions-common:time_stop:2448 : elapsed_time=28 2024-08-29 09:18:59.643 | + functions-common:time_stop:2449 : total=1091 2024-08-29 09:18:59.644 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:18:59.646 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1119 2024-08-29 09:18:59.647 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-08-29 09:18:59.656 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-08-29 09:18:59.658 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 09:18:59.658 | + functions-common:git_clone:696 : head -1 2024-08-29 09:18:59.660 | dfae701 Split join statements 2024-08-29 09:18:59.661 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:18:59.663 | + stack.sh:main:603 : run_phase override_defaults 2024-08-29 09:18:59.664 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-08-29 09:18:59.666 | + functions-common:run_phase:1864 : local phase= 2024-08-29 09:18:59.667 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 09:18:59.668 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 09:18:59.670 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 09:18:59.671 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 09:18:59.673 | + functions-common:run_phase:1873 : local extra 2024-08-29 09:18:59.675 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 09:18:59.678 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 09:18:59.679 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 09:18:59.681 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 09:18:59.682 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-08-29 09:18:59.683 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 09:18:59.693 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:18:59.694 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-29 09:18:59.695 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 09:18:59.697 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 09:18:59.698 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 09:18:59.700 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 09:18:59.701 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-29 09:18:59.702 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-08-29 09:18:59.704 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-08-29 09:18:59.705 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-29 09:18:59.707 | + 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 09:18:59.708 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-08-29 09:18:59.710 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-08-29 09:18:59.711 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-08-29 09:18:59.712 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-08-29 09:18:59.714 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-08-29 09:18:59.714 | Overriding Configuration Defaults 2024-08-29 09:18:59.715 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-08-29 09:18:59.717 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-08-29 09:18:59.718 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-08-29 09:18:59.720 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2024-08-29 09:18:59.731 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2024-08-29 09:18:59.732 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-08-29 09:18:59.741 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:18:59.743 | +++ lib/tls:source:43 : hostname -f 2024-08-29 09:18:59.746 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-08-29 09:18:59.747 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-08-29 09:18:59.749 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-08-29 09:18:59.750 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-08-29 09:18:59.751 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-08-29 09:18:59.753 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-08-29 09:18:59.754 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-08-29 09:18:59.756 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-08-29 09:18:59.757 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-08-29 09:18:59.759 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-08-29 09:18:59.761 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2024-08-29 09:18:59.770 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2024-08-29 09:18:59.782 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2024-08-29 09:18:59.791 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2024-08-29 09:18:59.800 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2024-08-29 09:18:59.824 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2024-08-29 09:18:59.864 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2024-08-29 09:18:59.909 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2024-08-29 09:18:59.927 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2024-08-29 09:18:59.962 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2024-08-29 09:18:59.994 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2024-08-29 09:18:59.996 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-08-29 09:19:00.006 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:19:00.008 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-08-29 09:19:00.009 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-08-29 09:19:00.011 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-08-29 09:19:00.013 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-08-29 09:19:00.015 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-08-29 09:19:00.025 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-29 09:19:00.026 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-29 09:19:00.028 | +++ functions-common:is_suse:544 : is_opensuse 2024-08-29 09:19:00.030 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 09:19:00.031 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 09:19:00.033 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 09:19:00.034 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 09:19:00.036 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 09:19:00.038 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-29 09:19:00.040 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-08-29 09:19:00.041 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-08-29 09:19:00.043 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-08-29 09:19:00.044 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-29 09:19:00.046 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-29 09:19:00.048 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-08-29 09:19:00.059 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-08-29 09:19:00.061 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-08-29 09:19:00.063 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-08-29 09:19:00.074 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-08-29 09:19:00.075 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-08-29 09:19:00.077 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-08-29 09:19:00.079 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-08-29 09:19:00.080 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-08-29 09:19:00.082 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-08-29 09:19:00.083 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-08-29 09:19:00.085 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-08-29 09:19:00.087 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-08-29 09:19:00.088 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-08-29 09:19:00.090 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-08-29 09:19:00.091 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-08-29 09:19:00.093 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-08-29 09:19:00.095 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-08-29 09:19:00.096 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-08-29 09:19:00.098 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-08-29 09:19:00.100 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-29 09:19:00.100 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 09:19:00.103 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-08-29 09:19:00.105 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-08-29 09:19:00.107 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-08-29 09:19:00.108 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-08-29 09:19:00.110 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-08-29 09:19:00.112 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-08-29 09:19:00.122 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-08-29 09:19:00.124 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-08-29 09:19:00.127 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 09:19:00.127 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-08-29 09:19:00.130 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-08-29 09:19:00.131 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-08-29 09:19:00.133 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-08-29 09:19:00.134 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-08-29 09:19:00.136 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-08-29 09:19:00.137 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-08-29 09:19:00.139 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-08-29 09:19:00.141 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-08-29 09:19:00.142 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-08-29 09:19:00.144 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-08-29 09:19:00.145 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-08-29 09:19:00.147 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-08-29 09:19:00.149 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-08-29 09:19:00.150 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-08-29 09:19:00.152 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-08-29 09:19:00.153 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-08-29 09:19:00.155 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-08-29 09:19:00.167 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-29 09:19:00.168 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-29 09:19:00.170 | ++++ functions-common:is_suse:544 : is_opensuse 2024-08-29 09:19:00.171 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 09:19:00.173 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 09:19:00.174 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 09:19:00.176 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 09:19:00.177 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 09:19:00.179 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-29 09:19:00.181 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-08-29 09:19:00.183 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-08-29 09:19:00.184 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-29 09:19:00.186 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-08-29 09:19:00.187 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 09:19:00.189 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-08-29 09:19:00.190 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 09:19:00.192 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-08-29 09:19:00.193 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-08-29 09:19:00.195 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-08-29 09:19:00.197 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-08-29 09:19:00.198 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-08-29 09:19:00.200 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-08-29 09:19:00.201 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-08-29 09:19:00.203 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-08-29 09:19:00.205 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-08-29 09:19:00.206 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-08-29 09:19:00.208 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-08-29 09:19:00.209 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-08-29 09:19:00.230 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-08-29 09:19:00.239 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-08-29 09:19:00.241 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-08-29 09:19:00.243 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-08-29 09:19:00.244 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-08-29 09:19:00.246 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-08-29 09:19:00.247 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-08-29 09:19:00.249 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-08-29 09:19:00.251 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-08-29 09:19:00.252 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-08-29 09:19:00.254 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-08-29 09:19:00.255 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-08-29 09:19:00.257 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-08-29 09:19:00.259 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-08-29 09:19:00.261 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-08-29 09:19:00.263 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-08-29 09:19:00.264 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-08-29 09:19:00.266 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-08-29 09:19:00.268 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-08-29 09:19:00.270 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-08-29 09:19:00.270 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-08-29 09:19:00.271 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-08-29 09:19:00.271 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-08-29 09:19:00.275 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=d5:fe3b:cc87 2024-08-29 09:19:00.277 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-08-29 09:19:00.279 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-08-29 09:19:00.280 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-08-29 09:19:00.282 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-08-29 09:19:00.283 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fdd5:fe3b:cc87::/56 2024-08-29 09:19:00.287 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-08-29 09:19:00.287 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fdd5:fe3b:cc87::/56 2024-08-29 09:19:00.297 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fdd5:fe3b:cc87::/64 2024-08-29 09:19:00.300 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-08-29 09:19:00.302 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-08-29 09:19:00.304 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-08-29 09:19:00.306 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-08-29 09:19:00.308 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-08-29 09:19:00.309 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-08-29 09:19:00.311 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-08-29 09:19:00.313 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-08-29 09:19:00.315 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-08-29 09:19:00.317 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-08-29 09:19:00.318 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-08-29 09:19:00.320 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-08-29 09:19:00.321 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fdd5:fe3b:cc87::/56 2024-08-29 09:19:00.323 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-08-29 09:19:00.324 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-08-29 09:19:00.327 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-08-29 09:19:00.327 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-08-29 09:19:00.328 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-08-29 09:19:00.332 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-08-29 09:19:00.335 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-08-29 09:19:00.335 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-08-29 09:19:00.335 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-08-29 09:19:00.338 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-08-29 09:19:00.341 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-08-29 09:19:00.343 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-08-29 09:19:00.345 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-08-29 09:19:00.346 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-08-29 09:19:00.348 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-08-29 09:19:00.350 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-08-29 09:19:00.361 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2024-08-29 09:19:00.372 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2024-08-29 09:19:00.381 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2024-08-29 09:19:00.391 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2024-08-29 09:19:00.439 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2024-08-29 09:19:00.441 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-08-29 09:19:00.443 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-08-29 09:19:00.444 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-08-29 09:19:00.446 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-08-29 09:19:00.448 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-08-29 09:19:00.448 | False' 2024-08-29 09:19:00.451 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-08-29 09:19:00.462 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-08-29 09:19:00.464 | + stack.sh:main:633 : run_phase source 2024-08-29 09:19:00.466 | + functions-common:run_phase:1863 : local mode=source 2024-08-29 09:19:00.467 | + functions-common:run_phase:1864 : local phase= 2024-08-29 09:19:00.469 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 09:19:00.470 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 09:19:00.472 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 09:19:00.474 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 09:19:00.475 | + functions-common:run_phase:1873 : local extra 2024-08-29 09:19:00.477 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 09:19:00.480 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 09:19:00.482 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 09:19:00.483 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 09:19:00.485 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-08-29 09:19:00.487 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 09:19:00.498 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:00.500 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-08-29 09:19:00.501 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-08-29 09:19:00.529 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-08-29 09:19:00.531 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-08-29 09:19:00.533 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-08-29 09:19:00.535 | + functions-common:run_phase:1885 : load_plugin_settings 2024-08-29 09:19:00.536 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-08-29 09:19:00.538 | + functions-common:load_plugin_settings:1800 : local plugin 2024-08-29 09:19:00.540 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-08-29 09:19:00.542 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-08-29 09:19:00.542 | Loading plugin settings 2024-08-29 09:19:00.543 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-08-29 09:19:00.545 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-08-29 09:19:00.547 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-08-29 09:19:00.548 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-08-29 09:19:00.550 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-08-29 09:19:00.552 | ++ functions-common:define_plugin:1907 : : 2024-08-29 09:19:00.554 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-08-29 09:19:00.555 | + functions-common:run_phase:1886 : verify_disabled_services 2024-08-29 09:19:00.557 | + functions-common:verify_disabled_services:2146 : local service 2024-08-29 09:19:00.559 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.561 | + 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 09:19:00.563 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.564 | + 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 09:19:00.566 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.568 | + 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 09:19:00.570 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.572 | + 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 09:19:00.573 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.575 | + 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 09:19:00.577 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.579 | + 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 09:19:00.581 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.582 | + 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 09:19:00.584 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.586 | + 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 09:19:00.588 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.590 | + 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 09:19:00.591 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.593 | + 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 09:19:00.595 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.597 | + 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 09:19:00.599 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.600 | + 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 09:19:00.602 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.604 | + 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 09:19:00.606 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.608 | + 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 09:19:00.609 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.611 | + 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 09:19:00.613 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.615 | + 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 09:19:00.617 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.618 | + 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 09:19:00.620 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.622 | + 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 09:19:00.624 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.625 | + 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 09:19:00.627 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.629 | + 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 09:19:00.631 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.633 | + 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 09:19:00.634 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:19:00.636 | + 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 09:19:00.638 | + stack.sh:main:704 : initialize_database_backends 2024-08-29 09:19:00.640 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-29 09:19:00.642 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-08-29 09:19:00.654 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:00.655 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-08-29 09:19:00.657 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-29 09:19:00.659 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-08-29 09:19:00.671 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:19:00.673 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-08-29 09:19:00.675 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-08-29 09:19:00.676 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-08-29 09:19:00.678 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-08-29 09:19:00.680 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-08-29 09:19:00.682 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-08-29 09:19:00.683 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-08-29 09:19:00.685 | + lib/database:initialize_database_backends:92 : return 0 2024-08-29 09:19:00.687 | + stack.sh:main:705 : echo 'Using mysql database backend' 2024-08-29 09:19:00.687 | Using mysql database backend 2024-08-29 09:19:00.689 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-08-29 09:19:00.701 | + stack.sh:main:710 : define_database_baseurl 2024-08-29 09:19:00.704 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-08-29 09:19:00.705 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-29 09:19:00.707 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-08-29 09:19:00.709 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 09:19:00.711 | + stack.sh:main:722 : is_service_enabled rabbit 2024-08-29 09:19:00.723 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:00.725 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-08-29 09:19:00.738 | + stack.sh:main:730 : is_service_enabled keystone 2024-08-29 09:19:00.750 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:00.752 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-08-29 09:19:00.765 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-08-29 09:19:00.777 | + stack.sh:main:745 : is_service_enabled ldap 2024-08-29 09:19:00.789 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:19:00.791 | + stack.sh:main:754 : is_service_enabled s-proxy 2024-08-29 09:19:00.803 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:19:00.805 | + stack.sh:main:766 : save_stackenv 766 2024-08-29 09:19:00.807 | + functions-common:save_stackenv:60 : local tag=766 2024-08-29 09:19:00.809 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 09:19:00.812 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-091900 2024-08-29 09:19:00.814 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-091900 766' 2024-08-29 09:19:00.817 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.818 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 09:19:00.820 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.822 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 09:19:00.824 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.826 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 09:19:00.827 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.829 | + 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 09:19:00.831 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.834 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 09:19:00.835 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.837 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 09:19:00.839 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.841 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-091858 2024-08-29 09:19:00.843 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.844 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 09:19:00.847 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.849 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 09:19:00.851 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.853 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 09:19:00.855 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.857 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 09:19:00.858 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.860 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 09:19:00.862 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.864 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 09:19:00.866 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.868 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 09:19:00.870 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:19:00.872 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 09:19:00.873 | + stack.sh:main:779 : GIT_DEPTH=0 2024-08-29 09:19:00.876 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-08-29 09:19:00.877 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-08-29 09:19:00.879 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-08-29 09:19:00.881 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 09:19:00.882 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 09:19:00.885 | ++ functions-common:git_clone:616 : pwd 2024-08-29 09:19:00.886 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:19:00.888 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:19:00.891 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:19:00.902 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:19:00.904 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-08-29 09:19:00.906 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:00.908 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 09:19:00.908 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:19:00.912 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-08-29 09:19:00.913 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:00.915 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-29 09:19:00.917 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:19:00.919 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:19:00.920 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:19:00.922 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:19:00.924 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:19:00.925 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:19:00.927 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:19:00.929 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:19:00.931 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:19:00.934 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923140932 2024-08-29 09:19:00.935 | + 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 09:19:00.937 | Cloning into '/opt/stack//requirements'... 2024-08-29 09:19:04.113 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:19:04.115 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:04.117 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:04.118 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:04.120 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:04.122 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:04.124 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:19:04.125 | + functions-common:time_stop:2442 : start_time=1724923140932 2024-08-29 09:19:04.127 | + functions-common:time_stop:2444 : [[ -z 1724923140932 ]] 2024-08-29 09:19:04.129 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:04.132 | + functions-common:time_stop:2447 : end_time=1724923144130 2024-08-29 09:19:04.134 | + functions-common:time_stop:2448 : elapsed_time=3198 2024-08-29 09:19:04.135 | + functions-common:time_stop:2449 : total=1119 2024-08-29 09:19:04.137 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:04.139 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4317 2024-08-29 09:19:04.141 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-08-29 09:19:04.142 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-08-29 09:19:04.144 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:19:04.146 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:19:04.148 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:19:04.149 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:19:04.151 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:19:04.153 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:19:04.154 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:19:04.156 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:19:04.158 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:19:04.162 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923144160 2024-08-29 09:19:04.163 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-08-29 09:19:04.833 | From https://opendev.org/openstack/requirements 2024-08-29 09:19:04.833 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 09:19:04.840 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:19:04.842 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:04.844 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:04.846 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:04.848 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:04.849 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:04.851 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:19:04.853 | + functions-common:time_stop:2442 : start_time=1724923144160 2024-08-29 09:19:04.855 | + functions-common:time_stop:2444 : [[ -z 1724923144160 ]] 2024-08-29 09:19:04.857 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:04.860 | + functions-common:time_stop:2447 : end_time=1724923144858 2024-08-29 09:19:04.862 | + functions-common:time_stop:2448 : elapsed_time=698 2024-08-29 09:19:04.863 | + functions-common:time_stop:2449 : total=4317 2024-08-29 09:19:04.865 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:04.867 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5015 2024-08-29 09:19:04.868 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 09:19:04.870 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:19:04.872 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:19:04.874 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:19:04.875 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:19:04.877 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:19:04.879 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:19:04.880 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:19:04.882 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:19:04.885 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:19:04.887 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923144885 2024-08-29 09:19:04.889 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 09:19:04.898 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:19:04.898 | 2024-08-29 09:19:04.898 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:19:04.898 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:19:04.898 | state without impacting any branches by switching back to a branch. 2024-08-29 09:19:04.898 | 2024-08-29 09:19:04.898 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:19:04.898 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:19:04.898 | 2024-08-29 09:19:04.898 | git switch -c 2024-08-29 09:19:04.898 | 2024-08-29 09:19:04.898 | Or undo this operation with: 2024-08-29 09:19:04.898 | 2024-08-29 09:19:04.898 | git switch - 2024-08-29 09:19:04.898 | 2024-08-29 09:19:04.898 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:19:04.898 | 2024-08-29 09:19:04.898 | HEAD is now at c962ebe0 Merge "update constraint for neutron-lib to new release 3.4.3" into stable/2023.1 2024-08-29 09:19:04.900 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:19:04.901 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:04.903 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:04.905 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:04.906 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:04.908 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:04.910 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:19:04.912 | + functions-common:time_stop:2442 : start_time=1724923144885 2024-08-29 09:19:04.913 | + functions-common:time_stop:2444 : [[ -z 1724923144885 ]] 2024-08-29 09:19:04.915 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:04.918 | + functions-common:time_stop:2447 : end_time=1724923144917 2024-08-29 09:19:04.920 | + functions-common:time_stop:2448 : elapsed_time=32 2024-08-29 09:19:04.922 | + functions-common:time_stop:2449 : total=5015 2024-08-29 09:19:04.923 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:04.925 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5047 2024-08-29 09:19:04.927 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-08-29 09:19:04.937 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-08-29 09:19:04.939 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 09:19:04.939 | + functions-common:git_clone:696 : head -1 2024-08-29 09:19:04.942 | c962ebe0 Merge "update constraint for neutron-lib to new release 3.4.3" into stable/2023.1 2024-08-29 09:19:04.944 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:19:04.946 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2024-08-29 09:19:04.948 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:19:04.950 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2024-08-29 09:19:04.952 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-08-29 09:19:04.954 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-08-29 09:19:04.956 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-08-29 09:19:04.958 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-08-29 09:19:04.960 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-08-29 09:19:04.962 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-08-29 09:19:04.964 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-08-29 09:19:04.966 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-08-29 09:19:04.969 | ++ tools/install_prereqs.sh:source:47 : NOW=1724923144 2024-08-29 09:19:04.971 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-08-29 09:19:04.974 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-08-29 09:19:04.977 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-08-29 09:19:04.979 | ++ tools/install_prereqs.sh:source:49 : DELTA=1724923144 2024-08-29 09:19:04.981 | ++ tools/install_prereqs.sh:source:50 : [[ 1724923144 -lt 7200 ]] 2024-08-29 09:19:04.982 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-08-29 09:19:04.984 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-08-29 09:19:04.986 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-08-29 09:19:04.988 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-08-29 09:19:04.990 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-08-29 09:19:04.992 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-08-29 09:19:04.994 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-08-29 09:19:04.996 | +++ 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 09:19:05.024 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-08-29 09:19:05.024 | apache2-dev 2024-08-29 09:19:05.024 | bc 2024-08-29 09:19:05.024 | bsdmainutils 2024-08-29 09:19:05.024 | curl 2024-08-29 09:19:05.024 | g++ 2024-08-29 09:19:05.024 | gawk 2024-08-29 09:19:05.024 | gcc 2024-08-29 09:19:05.024 | gettext 2024-08-29 09:19:05.024 | git 2024-08-29 09:19:05.024 | graphviz 2024-08-29 09:19:05.024 | iputils-ping 2024-08-29 09:19:05.024 | libapache2-mod-proxy-uwsgi 2024-08-29 09:19:05.024 | libffi-dev 2024-08-29 09:19:05.024 | libjpeg-dev 2024-08-29 09:19:05.024 | libpcre3-dev 2024-08-29 09:19:05.024 | libpq-dev 2024-08-29 09:19:05.024 | libssl-dev 2024-08-29 09:19:05.024 | libsystemd-dev 2024-08-29 09:19:05.024 | libxml2-dev 2024-08-29 09:19:05.024 | libxslt1-dev 2024-08-29 09:19:05.024 | libyaml-dev 2024-08-29 09:19:05.024 | lsof 2024-08-29 09:19:05.024 | openssh-server 2024-08-29 09:19:05.024 | openssl 2024-08-29 09:19:05.024 | pkg-config 2024-08-29 09:19:05.024 | psmisc 2024-08-29 09:19:05.024 | python3-dev 2024-08-29 09:19:05.024 | python3-pip 2024-08-29 09:19:05.024 | python3-systemd 2024-08-29 09:19:05.024 | python3-venv 2024-08-29 09:19:05.024 | tar 2024-08-29 09:19:05.024 | tcpdump 2024-08-29 09:19:05.024 | unzip 2024-08-29 09:19:05.024 | uuid-runtime 2024-08-29 09:19:05.024 | wget 2024-08-29 09:19:05.024 | wget 2024-08-29 09:19:05.024 | zlib1g-dev 2024-08-29 09:19:05.024 | libkrb5-dev 2024-08-29 09:19:05.024 | libldap2-dev 2024-08-29 09:19:05.024 | libsasl2-dev 2024-08-29 09:19:05.024 | memcached 2024-08-29 09:19:05.024 | python3-mysqldb 2024-08-29 09:19:05.024 | sqlite3 2024-08-29 09:19:05.024 | conntrack 2024-08-29 09:19:05.024 | curl 2024-08-29 09:19:05.024 | ebtables 2024-08-29 09:19:05.024 | genisoimage 2024-08-29 09:19:05.024 | iptables 2024-08-29 09:19:05.024 | iputils-arping 2024-08-29 09:19:05.024 | kpartx 2024-08-29 09:19:05.024 | libjs-jquery-tablesorter 2024-08-29 09:19:05.024 | parted 2024-08-29 09:19:05.024 | pm-utils 2024-08-29 09:19:05.024 | python3-mysqldb 2024-08-29 09:19:05.024 | socat 2024-08-29 09:19:05.024 | sqlite3 2024-08-29 09:19:05.024 | sudo 2024-08-29 09:19:05.024 | vlan 2024-08-29 09:19:05.024 | lsscsi 2024-08-29 09:19:05.024 | open-iscsi 2024-08-29 09:19:05.024 | lvm2 2024-08-29 09:19:05.024 | qemu-utils 2024-08-29 09:19:05.024 | thin-provisioning-tools 2024-08-29 09:19:05.024 | acl 2024-08-29 09:19:05.024 | dnsmasq-base 2024-08-29 09:19:05.024 | dnsmasq-utils 2024-08-29 09:19:05.024 | ebtables 2024-08-29 09:19:05.024 | haproxy 2024-08-29 09:19:05.024 | iptables 2024-08-29 09:19:05.024 | iputils-arping 2024-08-29 09:19:05.024 | iputils-ping 2024-08-29 09:19:05.024 | postgresql-server-dev-all 2024-08-29 09:19:05.024 | python3-mysqldb 2024-08-29 09:19:05.024 | sqlite3 2024-08-29 09:19:05.024 | sudo 2024-08-29 09:19:05.024 | vlan 2024-08-29 09:19:05.024 | ipset 2024-08-29 09:19:05.024 | conntrack 2024-08-29 09:19:05.024 | conntrackd 2024-08-29 09:19:05.024 | keepalived' 2024-08-29 09:19:05.026 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-08-29 09:19:05.041 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-08-29 09:19:05.041 | apache2-dev 2024-08-29 09:19:05.041 | bc 2024-08-29 09:19:05.041 | bsdmainutils 2024-08-29 09:19:05.041 | curl 2024-08-29 09:19:05.041 | g++ 2024-08-29 09:19:05.041 | gawk 2024-08-29 09:19:05.041 | gcc 2024-08-29 09:19:05.041 | gettext 2024-08-29 09:19:05.041 | git 2024-08-29 09:19:05.041 | graphviz 2024-08-29 09:19:05.041 | iputils-ping 2024-08-29 09:19:05.041 | libapache2-mod-proxy-uwsgi 2024-08-29 09:19:05.041 | libffi-dev 2024-08-29 09:19:05.041 | libjpeg-dev 2024-08-29 09:19:05.041 | libpcre3-dev 2024-08-29 09:19:05.041 | libpq-dev 2024-08-29 09:19:05.041 | libssl-dev 2024-08-29 09:19:05.041 | libsystemd-dev 2024-08-29 09:19:05.041 | libxml2-dev 2024-08-29 09:19:05.041 | libxslt1-dev 2024-08-29 09:19:05.041 | libyaml-dev 2024-08-29 09:19:05.041 | lsof 2024-08-29 09:19:05.041 | openssh-server 2024-08-29 09:19:05.041 | openssl 2024-08-29 09:19:05.041 | pkg-config 2024-08-29 09:19:05.041 | psmisc 2024-08-29 09:19:05.041 | python3-dev 2024-08-29 09:19:05.041 | python3-pip 2024-08-29 09:19:05.041 | python3-systemd 2024-08-29 09:19:05.041 | python3-venv 2024-08-29 09:19:05.041 | tar 2024-08-29 09:19:05.041 | tcpdump 2024-08-29 09:19:05.041 | unzip 2024-08-29 09:19:05.042 | uuid-runtime 2024-08-29 09:19:05.042 | wget 2024-08-29 09:19:05.042 | wget 2024-08-29 09:19:05.042 | zlib1g-dev 2024-08-29 09:19:05.042 | libkrb5-dev 2024-08-29 09:19:05.042 | libldap2-dev 2024-08-29 09:19:05.042 | libsasl2-dev 2024-08-29 09:19:05.042 | memcached 2024-08-29 09:19:05.042 | python3-mysqldb 2024-08-29 09:19:05.042 | sqlite3 2024-08-29 09:19:05.042 | conntrack 2024-08-29 09:19:05.042 | curl 2024-08-29 09:19:05.042 | ebtables 2024-08-29 09:19:05.042 | genisoimage 2024-08-29 09:19:05.042 | iptables 2024-08-29 09:19:05.042 | iputils-arping 2024-08-29 09:19:05.042 | kpartx 2024-08-29 09:19:05.042 | libjs-jquery-tablesorter 2024-08-29 09:19:05.042 | parted 2024-08-29 09:19:05.042 | pm-utils 2024-08-29 09:19:05.042 | python3-mysqldb 2024-08-29 09:19:05.042 | socat 2024-08-29 09:19:05.042 | sqlite3 2024-08-29 09:19:05.042 | sudo 2024-08-29 09:19:05.042 | vlan 2024-08-29 09:19:05.042 | lsscsi 2024-08-29 09:19:05.042 | open-iscsi 2024-08-29 09:19:05.042 | lvm2 2024-08-29 09:19:05.042 | qemu-utils 2024-08-29 09:19:05.042 | thin-provisioning-tools 2024-08-29 09:19:05.042 | acl 2024-08-29 09:19:05.042 | dnsmasq-base 2024-08-29 09:19:05.042 | dnsmasq-utils 2024-08-29 09:19:05.042 | ebtables 2024-08-29 09:19:05.042 | haproxy 2024-08-29 09:19:05.042 | iptables 2024-08-29 09:19:05.042 | iputils-arping 2024-08-29 09:19:05.042 | iputils-ping 2024-08-29 09:19:05.042 | postgresql-server-dev-all 2024-08-29 09:19:05.042 | python3-mysqldb 2024-08-29 09:19:05.042 | sqlite3 2024-08-29 09:19:05.042 | sudo 2024-08-29 09:19:05.042 | vlan 2024-08-29 09:19:05.042 | ipset 2024-08-29 09:19:05.042 | conntrack 2024-08-29 09:19:05.042 | conntrackd 2024-08-29 09:19:05.042 | keepalived ' 2024-08-29 09:19:05.043 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-08-29 09:19:05.045 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:05.047 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:05.050 | ++ 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 09:19:05.050 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-08-29 09:19:05.053 | ++ 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 09:19:05.055 | ++ functions-common:install_package:1459 : update_package_repo 2024-08-29 09:19:05.057 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 09:19:05.059 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-08-29 09:19:05.060 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 09:19:05.062 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:05.064 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 09:19:05.066 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:05.067 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:05.069 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 09:19:05.071 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-08-29 09:19:05.073 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:05.074 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-08-29 09:19:05.076 | +++ functions-common:apt_get_update:1193 : id -u 2024-08-29 09:19:05.079 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-08-29 09:19:05.081 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-08-29 09:19:05.083 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-08-29 09:19:05.084 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 09:19:05.086 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:19:05.089 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:19:05.091 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724923145089 2024-08-29 09:19:05.093 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-08-29 09:19:05.095 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-08-29 09:19:05.096 | ++ 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 09:19:05.271 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-08-29 09:19:05.273 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-08-29 09:19:05.284 | Hit:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease 2024-08-29 09:19:05.365 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-29 09:19:05.442 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-08-29 09:19:05.482 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-08-29 09:19:09.190 | Fetched 2,262 kB in 1s (4,019 kB/s) 2024-08-29 09:19:10.200 | Reading package lists... 2024-08-29 09:19:10.222 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-08-29 09:19:10.224 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-08-29 09:19:10.225 | ++ functions-common:time_stop:2435 : local name 2024-08-29 09:19:10.227 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:10.229 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:10.231 | ++ functions-common:time_stop:2438 : local total 2024-08-29 09:19:10.233 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:10.234 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-08-29 09:19:10.236 | ++ functions-common:time_stop:2442 : start_time=1724923145089 2024-08-29 09:19:10.238 | ++ functions-common:time_stop:2444 : [[ -z 1724923145089 ]] 2024-08-29 09:19:10.241 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:10.244 | ++ functions-common:time_stop:2447 : end_time=1724923150242 2024-08-29 09:19:10.246 | ++ functions-common:time_stop:2448 : elapsed_time=5153 2024-08-29 09:19:10.248 | ++ functions-common:time_stop:2449 : total=0 2024-08-29 09:19:10.250 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:10.251 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5153 2024-08-29 09:19:10.253 | ++ 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 09:19:10.255 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 09:19:10.257 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:10.259 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:10.261 | ++ 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 09:19:10.278 | ++ 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 09:19:10.341 | Reading package lists... 2024-08-29 09:19:10.583 | Building dependency tree... 2024-08-29 09:19:10.584 | Reading state information... 2024-08-29 09:19:10.604 | acl is already the newest version (2.3.1-1). 2024-08-29 09:19:10.604 | bc is already the newest version (1.07.1-3build1). 2024-08-29 09:19:10.604 | bc set to manually installed. 2024-08-29 09:19:10.604 | conntrack is already the newest version (1:1.4.6-2build2). 2024-08-29 09:19:10.604 | ebtables is already the newest version (2.0.11-4build2). 2024-08-29 09:19:10.604 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-08-29 09:19:10.604 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-08-29 09:19:10.604 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-08-29 09:19:10.604 | gettext is already the newest version (0.21-4ubuntu4). 2024-08-29 09:19:10.604 | ipset is already the newest version (7.15-1build1). 2024-08-29 09:19:10.604 | iputils-arping is already the newest version (3:20211215-1). 2024-08-29 09:19:10.604 | iputils-ping is already the newest version (3:20211215-1). 2024-08-29 09:19:10.604 | iputils-ping set to manually installed. 2024-08-29 09:19:10.604 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-08-29 09:19:10.604 | libffi-dev is already the newest version (3.4.2-4). 2024-08-29 09:19:10.604 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-08-29 09:19:10.604 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-08-29 09:19:10.604 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-08-29 09:19:10.604 | lsof set to manually installed. 2024-08-29 09:19:10.604 | lsscsi is already the newest version (0.31-1build2). 2024-08-29 09:19:10.604 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-08-29 09:19:10.604 | lvm2 set to manually installed. 2024-08-29 09:19:10.604 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-08-29 09:19:10.604 | open-iscsi set to manually installed. 2024-08-29 09:19:10.604 | parted is already the newest version (3.4-2build1). 2024-08-29 09:19:10.604 | parted set to manually installed. 2024-08-29 09:19:10.604 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-08-29 09:19:10.604 | psmisc is already the newest version (23.4-2build3). 2024-08-29 09:19:10.604 | psmisc set to manually installed. 2024-08-29 09:19:10.604 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-08-29 09:19:10.604 | python3-systemd is already the newest version (234-3ubuntu2). 2024-08-29 09:19:10.604 | python3-systemd set to manually installed. 2024-08-29 09:19:10.604 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-08-29 09:19:10.604 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-08-29 09:19:10.604 | thin-provisioning-tools set to manually installed. 2024-08-29 09:19:10.604 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-08-29 09:19:10.604 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-08-29 09:19:10.604 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-08-29 09:19:10.604 | pm-utils is already the newest version (1.4.1-19). 2024-08-29 09:19:10.604 | postgresql-server-dev-all is already the newest version (238). 2024-08-29 09:19:10.604 | vlan is already the newest version (2.0.5ubuntu5). 2024-08-29 09:19:10.604 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 09:19:10.605 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 09:19:10.605 | curl is already the newest version (7.81.0-1ubuntu1.17). 2024-08-29 09:19:10.605 | curl set to manually installed. 2024-08-29 09:19:10.605 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-29 09:19:10.605 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-29 09:19:10.605 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-08-29 09:19:10.605 | gawk set to manually installed. 2024-08-29 09:19:10.605 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-08-29 09:19:10.605 | git set to manually installed. 2024-08-29 09:19:10.605 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-08-29 09:19:10.605 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-08-29 09:19:10.605 | iptables set to manually installed. 2024-08-29 09:19:10.605 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-08-29 09:19:10.605 | kpartx set to manually installed. 2024-08-29 09:19:10.605 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-08-29 09:19:10.605 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-08-29 09:19:10.605 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-08-29 09:19:10.605 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-08-29 09:19:10.605 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-08-29 09:19:10.605 | libssl-dev is already the newest version (3.0.2-0ubuntu1.17). 2024-08-29 09:19:10.605 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-08-29 09:19:10.605 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-08-29 09:19:10.605 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-08-29 09:19:10.605 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-08-29 09:19:10.605 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-08-29 09:19:10.605 | openssl is already the newest version (3.0.2-0ubuntu1.17). 2024-08-29 09:19:10.605 | openssl set to manually installed. 2024-08-29 09:19:10.605 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-08-29 09:19:10.605 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.22). 2024-08-29 09:19:10.605 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-08-29 09:19:10.605 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-08-29 09:19:10.605 | sudo set to manually installed. 2024-08-29 09:19:10.835 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-08-29 09:19:10.835 | tar set to manually installed. 2024-08-29 09:19:10.835 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-08-29 09:19:10.835 | tcpdump set to manually installed. 2024-08-29 09:19:10.835 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-08-29 09:19:10.835 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-08-29 09:19:10.835 | uuid-runtime set to manually installed. 2024-08-29 09:19:10.835 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-08-29 09:19:10.835 | wget set to manually installed. 2024-08-29 09:19:10.835 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-08-29 09:19:10.835 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-08-29 09:19:10.835 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 09:19:10.835 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-08-29 09:19:10.835 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-08-29 09:19:10.835 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 09:19:10.839 | ++ functions-common:apt_get:1230 : result=0 2024-08-29 09:19:10.841 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 09:19:10.843 | ++ functions-common:time_stop:2435 : local name 2024-08-29 09:19:10.845 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:10.847 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:10.849 | ++ functions-common:time_stop:2438 : local total 2024-08-29 09:19:10.851 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:10.853 | ++ functions-common:time_stop:2441 : name=apt-get 2024-08-29 09:19:10.855 | ++ functions-common:time_stop:2442 : start_time=1724923150275 2024-08-29 09:19:10.857 | ++ functions-common:time_stop:2444 : [[ -z 1724923150275 ]] 2024-08-29 09:19:10.859 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:10.862 | ++ functions-common:time_stop:2447 : end_time=1724923150860 2024-08-29 09:19:10.864 | ++ functions-common:time_stop:2448 : elapsed_time=585 2024-08-29 09:19:10.866 | ++ functions-common:time_stop:2449 : total=483 2024-08-29 09:19:10.867 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:10.870 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1068 2024-08-29 09:19:10.872 | ++ functions-common:apt_get:1234 : return 0 2024-08-29 09:19:10.874 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-08-29 09:19:10.876 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-08-29 09:19:10.878 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-08-29 09:19:10.881 | ++ tools/install_prereqs.sh:source:89 : date 2024-08-29 09:19:10.885 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2024-08-29 09:19:10.887 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2024-08-29 09:19:10.890 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2024-08-29 09:19:11.233 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-08-29 09:19:11.234 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-08-29 09:19:11.236 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-08-29 09:19:11.237 | + tools/install_pip.sh:main:43 : GetDistro 2024-08-29 09:19:11.239 | + functions-common:GetDistro:449 : GetOSVersion 2024-08-29 09:19:11.240 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-08-29 09:19:11.242 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-08-29 09:19:11.243 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-08-29 09:19:11.245 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-08-29 09:19:11.246 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-08-29 09:19:11.247 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-08-29 09:19:11.249 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-08-29 09:19:11.250 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-08-29 09:19:11.252 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-08-29 09:19:11.253 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-08-29 09:19:11.254 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-08-29 09:19:11.255 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-08-29 09:19:11.257 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-08-29 09:19:11.258 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-08-29 09:19:11.260 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-08-29 09:19:11.261 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-08-29 09:19:11.263 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-08-29 09:19:11.264 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-08-29 09:19:11.266 | + functions-common:_ensure_lsb_release:394 : return 2024-08-29 09:19:11.267 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-08-29 09:19:11.305 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-08-29 09:19:11.307 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-08-29 09:19:11.341 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-08-29 09:19:11.343 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-08-29 09:19:11.378 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-08-29 09:19:11.379 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-08-29 09:19:11.380 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-08-29 09:19:11.382 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-08-29 09:19:11.383 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-08-29 09:19:11.385 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-08-29 09:19:11.386 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-08-29 09:19:11.387 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-08-29 09:19:11.389 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-08-29 09:19:11.390 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-08-29 09:19:11.392 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-08-29 09:19:11.392 | Distro: jammy 2024-08-29 09:19:11.393 | + tools/install_pip.sh:main:124 : get_versions 2024-08-29 09:19:11.395 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-29 09:19:11.397 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-29 09:19:11.399 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-29 09:19:11.401 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-29 09:19:11.401 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-29 09:19:11.514 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-29 09:19:11.516 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-29 09:19:11.516 | pip: 0.1.15 2024-08-29 09:19:11.518 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-08-29 09:19:11.519 | + tools/install_pip.sh:main:130 : is_fedora 2024-08-29 09:19:11.520 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 09:19:11.522 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 09:19:11.523 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 09:19:11.524 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 09:19:11.526 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 09:19:11.527 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 09:19:11.528 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 09:19:11.530 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 09:19:11.531 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 09:19:11.532 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 09:19:11.533 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 09:19:11.535 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 09:19:11.536 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-08-29 09:19:11.538 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:11.539 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:11.541 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-08-29 09:19:11.544 | + tools/install_pip.sh:main:153 : set -x 2024-08-29 09:19:11.545 | + tools/install_pip.sh:main:156 : get_versions 2024-08-29 09:19:11.547 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-29 09:19:11.550 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-29 09:19:11.551 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-29 09:19:11.554 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-29 09:19:11.554 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-29 09:19:11.562 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-29 09:19:11.563 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-29 09:19:11.563 | pip: 0.1.15 2024-08-29 09:19:11.566 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-08-29 09:19:11.568 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-08-29 09:19:11.570 | + stack.sh:main:805 : fixup_all 2024-08-29 09:19:11.572 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-08-29 09:19:11.574 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-08-29 09:19:11.576 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:11.578 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:11.579 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-08-29 09:19:11.588 | + 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 09:19:11.597 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-08-29 09:19:11.605 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-08-29 09:19:11.607 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-08-29 09:19:11.609 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 09:19:11.610 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 09:19:11.612 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 09:19:11.614 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 09:19:11.615 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 09:19:11.617 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 09:19:11.619 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 09:19:11.620 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 09:19:11.622 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 09:19:11.623 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 09:19:11.625 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 09:19:11.627 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 09:19:11.628 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-08-29 09:19:11.630 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-08-29 09:19:11.632 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-08-29 09:19:11.634 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 09:19:11.635 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 09:19:11.637 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 09:19:11.639 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 09:19:11.640 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 09:19:11.642 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 09:19:11.644 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-08-29 09:19:11.646 | + stack.sh:main:808 : pip_install -U os-testr 2024-08-29 09:19:11.661 | Using python 3.10 to install os-testr 2024-08-29 09:19:11.663 | + 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 09:19:12.700 | Collecting os-testr 2024-08-29 09:19:12.703 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-08-29 09:19:12.708 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-08-29 09:19:12.750 | Collecting pbr!=2.1.0,>=2.0.0 2024-08-29 09:19:12.754 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-29 09:19:12.774 | Collecting python-subunit>=1.0.0 2024-08-29 09:19:12.776 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-08-29 09:19:12.785 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-08-29 09:19:12.975 | Installing collected packages: python-subunit, pbr, os-testr 2024-08-29 09:19:12.975 | Attempting uninstall: python-subunit 2024-08-29 09:19:12.976 | Found existing installation: python-subunit 1.4.0 2024-08-29 09:19:12.982 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:12.983 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-08-29 09:19:13.062 | Attempting uninstall: pbr 2024-08-29 09:19:13.063 | Found existing installation: pbr 5.8.0 2024-08-29 09:19:13.065 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:13.065 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-08-29 09:19:13.123 | Attempting uninstall: os-testr 2024-08-29 09:19:13.124 | Found existing installation: os-testr 2.0.1 2024-08-29 09:19:13.125 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:13.126 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-08-29 09:19:13.147 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-08-29 09:19:13.148 | 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 09:19:13.229 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:13.231 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:13.233 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:13.235 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:13.237 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:13.239 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:13.241 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:13.243 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:13.244 | + functions-common:time_stop:2442 : start_time=1724923151657 2024-08-29 09:19:13.246 | + functions-common:time_stop:2444 : [[ -z 1724923151657 ]] 2024-08-29 09:19:13.248 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:13.251 | + functions-common:time_stop:2447 : end_time=1724923153249 2024-08-29 09:19:13.253 | + functions-common:time_stop:2448 : elapsed_time=1592 2024-08-29 09:19:13.255 | + functions-common:time_stop:2449 : total=0 2024-08-29 09:19:13.257 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:13.258 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1592 2024-08-29 09:19:13.260 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:13.262 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-08-29 09:19:13.302 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2024-08-29 09:19:13.356 | + stack.sh:main:819 : install_infra 2024-08-29 09:19:13.358 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 09:19:13.360 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-08-29 09:19:13.362 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-08-29 09:19:16.463 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 09:19:16.465 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-08-29 09:19:16.482 | + 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 09:19:17.421 | Collecting pbr 2024-08-29 09:19:17.423 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-29 09:19:17.449 | Installing collected packages: pbr 2024-08-29 09:19:17.512 | Successfully installed pbr-5.11.1 2024-08-29 09:19:17.582 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:17.584 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:17.586 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:17.588 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:17.590 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:17.592 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:17.594 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:17.595 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:17.597 | + functions-common:time_stop:2442 : start_time=1724923156476 2024-08-29 09:19:17.599 | + functions-common:time_stop:2444 : [[ -z 1724923156476 ]] 2024-08-29 09:19:17.601 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:17.604 | + functions-common:time_stop:2447 : end_time=1724923157602 2024-08-29 09:19:17.606 | + functions-common:time_stop:2448 : elapsed_time=1126 2024-08-29 09:19:17.607 | + functions-common:time_stop:2449 : total=1592 2024-08-29 09:19:17.609 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:17.611 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2718 2024-08-29 09:19:17.613 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:17.615 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-29 09:19:17.617 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-08-29 09:19:17.634 | + 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 09:19:18.477 | Processing /opt/stack/requirements 2024-08-29 09:19:18.477 | Preparing metadata (setup.py): started 2024-08-29 09:19:19.153 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 09:19:19.239 | Collecting Parsley>=1.2 2024-08-29 09:19:19.242 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-29 09:19:19.357 | Collecting PyYAML>=3.12 2024-08-29 09:19:19.363 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-08-29 09:19:19.385 | Collecting beagle>=0.2.1 2024-08-29 09:19:19.388 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-08-29 09:19:19.416 | Collecting fixtures>=3.0.0 2024-08-29 09:19:19.416 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-29 09:19:19.464 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-08-29 09:19:19.466 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-29 09:19:19.520 | Collecting requests>=2.14.2 2024-08-29 09:19:19.522 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-29 09:19:19.545 | Collecting six>=1.10.0 2024-08-29 09:19:19.547 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-29 09:19:19.555 | 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 09:19:19.592 | Collecting cliff>=2.11.0 2024-08-29 09:19:19.595 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-29 09:19:19.636 | Collecting idna<4,>=2.5 2024-08-29 09:19:19.639 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-29 09:19:19.699 | Collecting urllib3<1.27,>=1.21.1 2024-08-29 09:19:19.703 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-29 09:19:19.866 | Collecting charset-normalizer<3,>=2 2024-08-29 09:19:19.870 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-29 09:19:19.904 | Collecting certifi>=2017.4.17 2024-08-29 09:19:19.908 | Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-29 09:19:19.984 | Collecting stevedore>=2.0.1 2024-08-29 09:19:19.986 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-29 09:19:20.017 | Collecting PrettyTable>=0.7.2 2024-08-29 09:19:20.018 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-29 09:19:20.041 | Collecting autopage>=0.4.0 2024-08-29 09:19:20.043 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-29 09:19:20.100 | Collecting cmd2>=1.0.0 2024-08-29 09:19:20.104 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-29 09:19:20.186 | Collecting importlib-metadata>=4.4 2024-08-29 09:19:20.189 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-29 09:19:20.255 | Collecting wcwidth>=0.1.7 2024-08-29 09:19:20.256 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-08-29 09:19:20.277 | Collecting pyperclip>=1.6 2024-08-29 09:19:20.277 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-08-29 09:19:20.309 | Collecting attrs>=16.3.0 2024-08-29 09:19:20.312 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-29 09:19:20.370 | Collecting zipp>=0.5 2024-08-29 09:19:20.372 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-29 09:19:20.431 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-08-29 09:19:20.573 | 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 09:19:21.378 | Running setup.py install for openstack-requirements: started 2024-08-29 09:19:22.761 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-08-29 09:19:22.769 | 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 09:19:22.871 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:22.873 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:22.875 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:22.877 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:22.879 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:22.880 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:22.882 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:22.884 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:22.885 | + functions-common:time_stop:2442 : start_time=1724923157628 2024-08-29 09:19:22.887 | + functions-common:time_stop:2444 : [[ -z 1724923157628 ]] 2024-08-29 09:19:22.889 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:22.892 | + functions-common:time_stop:2447 : end_time=1724923162890 2024-08-29 09:19:22.894 | + functions-common:time_stop:2448 : elapsed_time=5262 2024-08-29 09:19:22.896 | + functions-common:time_stop:2449 : total=2718 2024-08-29 09:19:22.897 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:22.899 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7980 2024-08-29 09:19:22.901 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:22.903 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-08-29 09:19:22.905 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-08-29 09:19:22.907 | + inc/python:use_library_from_git:246 : local name=pbr 2024-08-29 09:19:22.909 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:22.911 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:22.913 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-08-29 09:19:22.915 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:22.917 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-08-29 09:19:22.932 | Using python 3.10 to install pbr 2024-08-29 09:19:22.934 | + 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 09:19:23.821 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-08-29 09:19:24.082 | 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 09:19:24.162 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:24.164 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:24.166 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:24.167 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:24.169 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:24.171 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:24.172 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:24.174 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:24.176 | + functions-common:time_stop:2442 : start_time=1724923162928 2024-08-29 09:19:24.177 | + functions-common:time_stop:2444 : [[ -z 1724923162928 ]] 2024-08-29 09:19:24.180 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:24.182 | + functions-common:time_stop:2447 : end_time=1724923164180 2024-08-29 09:19:24.184 | + functions-common:time_stop:2448 : elapsed_time=1252 2024-08-29 09:19:24.186 | + functions-common:time_stop:2449 : total=7980 2024-08-29 09:19:24.187 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:24.189 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9232 2024-08-29 09:19:24.190 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:24.192 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2024-08-29 09:19:27.276 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2024-08-29 09:19:27.767 | Collecting bindep 2024-08-29 09:19:27.769 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-08-29 09:19:27.804 | Collecting distro>=1.7.0 2024-08-29 09:19:27.806 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-08-29 09:19:27.843 | Collecting packaging 2024-08-29 09:19:27.846 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-08-29 09:19:27.866 | Collecting Parsley 2024-08-29 09:19:27.868 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-29 09:19:27.910 | Collecting pbr>=2.0.0 2024-08-29 09:19:27.913 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-08-29 09:19:27.948 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-08-29 09:19:28.183 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-08-29 09:19:28.250 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-29 09:19:28.252 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-29 09:19:28.255 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2024-08-29 09:19:28.268 | + stack.sh:main:828 : pkgs= 2024-08-29 09:19:28.270 | + stack.sh:main:829 : [[ -n '' ]] 2024-08-29 09:19:28.272 | + stack.sh:main:836 : run_phase stack pre-install 2024-08-29 09:19:28.274 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 09:19:28.276 | + functions-common:run_phase:1864 : local phase=pre-install 2024-08-29 09:19:28.278 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 09:19:28.279 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 09:19:28.281 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 09:19:28.283 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 09:19:28.285 | + functions-common:run_phase:1873 : local extra 2024-08-29 09:19:28.287 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 09:19:28.290 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 09:19:28.292 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 09:19:28.293 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 09:19:28.295 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-08-29 09:19:28.297 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 09:19:28.308 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:28.310 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:19:28.311 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:19:28.313 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-29 09:19:28.314 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:19:28.315 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 09:19:28.317 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:19:28.319 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-08-29 09:19:28.320 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:19:28.321 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-29 09:19:28.323 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:19:28.324 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-29 09:19:28.326 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 09:19:28.327 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 09:19:28.329 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:19:28.331 | + 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 09:19:28.333 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-08-29 09:19:28.334 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 09:19:28.336 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-08-29 09:19:28.338 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 09:19:28.339 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 09:19:28.341 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 09:19:28.343 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 09:19:28.344 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 09:19:28.346 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-08-29 09:19:28.347 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:19:28.349 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:19:28.350 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-29 09:19:28.352 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:19:28.353 | ++ /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 09:19:28.355 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:19:28.357 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-08-29 09:19:28.358 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2024-08-29 09:19:28.360 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-08-29 09:19:28.362 | + functions:set_systemd_override:832 : local value=2048 2024-08-29 09:19:28.363 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-08-29 09:19:28.365 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-08-29 09:19:28.405 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-08-29 09:19:28.405 | Set systemd system override for DefaultLimitNOFILE=2048 2024-08-29 09:19:28.407 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-08-29 09:19:28.639 | + stack.sh:main:841 : install_rpc_backend 2024-08-29 09:19:28.641 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-08-29 09:19:28.653 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:28.655 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-08-29 09:19:28.657 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 09:19:28.659 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 09:19:28.660 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 09:19:28.662 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 09:19:28.664 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:28.666 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 09:19:28.668 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:28.670 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:28.672 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 09:19:28.674 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 09:19:28.675 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 09:19:28.677 | + functions-common:apt_get_update:1186 : return 2024-08-29 09:19:28.679 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-08-29 09:19:28.681 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 09:19:28.683 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:28.685 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:28.687 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-08-29 09:19:28.703 | + 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 09:19:28.761 | Reading package lists... 2024-08-29 09:19:28.959 | Building dependency tree... 2024-08-29 09:19:28.960 | Reading state information... 2024-08-29 09:19:29.155 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-08-29 09:19:29.155 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 09:19:29.159 | + functions-common:apt_get:1230 : result=0 2024-08-29 09:19:29.161 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 09:19:29.163 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:29.165 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:29.167 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:29.169 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:29.171 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:29.172 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 09:19:29.174 | + functions-common:time_stop:2442 : start_time=1724923168701 2024-08-29 09:19:29.176 | + functions-common:time_stop:2444 : [[ -z 1724923168701 ]] 2024-08-29 09:19:29.178 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:29.181 | + functions-common:time_stop:2447 : end_time=1724923169179 2024-08-29 09:19:29.182 | + functions-common:time_stop:2448 : elapsed_time=478 2024-08-29 09:19:29.184 | + functions-common:time_stop:2449 : total=1068 2024-08-29 09:19:29.186 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:29.188 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1546 2024-08-29 09:19:29.190 | + functions-common:apt_get:1234 : return 0 2024-08-29 09:19:29.191 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-08-29 09:19:29.193 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 09:19:29.195 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 09:19:29.197 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 09:19:29.199 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 09:19:29.201 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 09:19:29.202 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 09:19:29.204 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-08-29 09:19:29.206 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 09:19:29.208 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 09:19:29.210 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 09:19:29.212 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 09:19:29.214 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 09:19:29.215 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 09:19:29.217 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 09:19:29.219 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 09:19:29.221 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 09:19:29.223 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 09:19:29.225 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 09:19:29.226 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 09:19:29.228 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-08-29 09:19:29.230 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 09:19:29.232 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 09:19:29.234 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 09:19:29.236 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 09:19:29.237 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 09:19:29.239 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 09:19:29.241 | + stack.sh:main:842 : restart_rpc_backend 2024-08-29 09:19:29.243 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-08-29 09:19:29.255 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:29.257 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-08-29 09:19:29.259 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:19:29.261 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2024-08-29 09:19:29.263 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-08-29 09:19:29.265 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-08-29 09:19:29.268 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-08-29 09:19:29.270 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-08-29 09:19:29.272 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-08-29 09:19:29.274 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-08-29 09:19:29.275 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-08-29 09:19:29.277 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-08-29 09:19:29.280 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-08-29 09:19:29.734 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-08-29 09:19:29.734 | user tags 2024-08-29 09:19:29.734 | guest [administrator]' 2024-08-29 09:19:29.737 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-08-29 09:19:29.737 | user tags 2024-08-29 09:19:29.737 | guest [administrator]' 2024-08-29 09:19:29.737 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-08-29 09:19:29.742 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-08-29 09:19:29.743 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-08-29 09:19:29.745 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-08-29 09:19:30.162 | Adding user "stackrabbit" ... 2024-08-29 09:19:30.168 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-08-29 09:19:30.179 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-08-29 09:19:30.600 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-08-29 09:19:30.617 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-08-29 09:19:30.619 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-08-29 09:19:31.038 | Changing password for user "stackrabbit" ... 2024-08-29 09:19:31.055 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-08-29 09:19:31.057 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-08-29 09:19:31.059 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-08-29 09:19:31.472 | Deleting user "guest" ... 2024-08-29 09:19:31.489 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2024-08-29 09:19:31.502 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:31.504 | + stack.sh:main:845 : install_database 2024-08-29 09:19:31.506 | + lib/database:install_database:118 : install_database_mysql 2024-08-29 09:19:31.507 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-08-29 09:19:31.509 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:31.511 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:31.513 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-08-29 09:19:31.710 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-08-29 09:19:31.712 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-08-29 09:19:31.715 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-08-29 09:19:31.717 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:31.719 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:31.721 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-08-29 09:19:31.723 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-08-29 09:19:31.726 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-08-29 09:19:31.727 | + stack.sh:main:847 : '[' -n mysql ']' 2024-08-29 09:19:31.729 | + stack.sh:main:848 : install_database_python 2024-08-29 09:19:31.731 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-08-29 09:19:31.733 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-08-29 09:19:31.735 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-08-29 09:19:31.736 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 09:19:31.739 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-08-29 09:19:31.741 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-08-29 09:19:31.743 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 09:19:31.746 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-08-29 09:19:31.746 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 09:19:31.750 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-08-29 09:19:31.752 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-08-29 09:19:31.753 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-08-29 09:19:31.756 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-08-29 09:19:31.757 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-08-29 09:19:31.773 | Using python 3.10 to install PyMySQL 2024-08-29 09:19:31.775 | + 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 09:19:32.756 | Collecting PyMySQL 2024-08-29 09:19:32.759 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-08-29 09:19:32.929 | Installing collected packages: PyMySQL 2024-08-29 09:19:32.965 | Successfully installed PyMySQL-1.0.2 2024-08-29 09:19:32.965 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-29 09:19:33.038 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:33.040 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:33.042 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:33.044 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:33.046 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:33.048 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:33.050 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:33.051 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:33.053 | + functions-common:time_stop:2442 : start_time=1724923171769 2024-08-29 09:19:33.055 | + functions-common:time_stop:2444 : [[ -z 1724923171769 ]] 2024-08-29 09:19:33.057 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:33.060 | + functions-common:time_stop:2447 : end_time=1724923173058 2024-08-29 09:19:33.062 | + functions-common:time_stop:2448 : elapsed_time=1289 2024-08-29 09:19:33.064 | + functions-common:time_stop:2449 : total=9232 2024-08-29 09:19:33.066 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:33.068 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10521 2024-08-29 09:19:33.069 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:33.071 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-08-29 09:19:33.073 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-29 09:19:33.075 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-08-29 09:19:33.077 | + stack.sh:main:851 : is_service_enabled neutron 2024-08-29 09:19:33.090 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:33.092 | + stack.sh:main:852 : install_neutron_agent_packages 2024-08-29 09:19:33.094 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-08-29 09:19:33.106 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:33.108 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-08-29 09:19:33.110 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 09:19:33.112 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 09:19:33.114 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 09:19:33.115 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 09:19:33.118 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:33.119 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 09:19:33.121 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:33.123 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:33.125 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 09:19:33.127 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 09:19:33.129 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 09:19:33.130 | + functions-common:apt_get_update:1186 : return 2024-08-29 09:19:33.132 | + functions-common:install_package:1460 : real_install_package radvd 2024-08-29 09:19:33.134 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 09:19:33.136 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:33.138 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:33.140 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-08-29 09:19:33.156 | + 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 09:19:33.215 | Reading package lists... 2024-08-29 09:19:33.413 | Building dependency tree... 2024-08-29 09:19:33.417 | Reading state information... 2024-08-29 09:19:33.608 | radvd is already the newest version (1:2.18-3build2). 2024-08-29 09:19:33.608 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 09:19:33.612 | + functions-common:apt_get:1230 : result=0 2024-08-29 09:19:33.614 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 09:19:33.616 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:33.618 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:33.620 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:33.622 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:33.624 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:33.626 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 09:19:33.628 | + functions-common:time_stop:2442 : start_time=1724923173154 2024-08-29 09:19:33.629 | + functions-common:time_stop:2444 : [[ -z 1724923173154 ]] 2024-08-29 09:19:33.632 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:33.635 | + functions-common:time_stop:2447 : end_time=1724923173633 2024-08-29 09:19:33.637 | + functions-common:time_stop:2448 : elapsed_time=479 2024-08-29 09:19:33.639 | + functions-common:time_stop:2449 : total=1546 2024-08-29 09:19:33.640 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:33.642 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2025 2024-08-29 09:19:33.644 | + functions-common:apt_get:1234 : return 0 2024-08-29 09:19:33.646 | + 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 09:19:33.660 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:33.662 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-08-29 09:19:33.664 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-08-29 09:19:33.666 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-08-29 09:19:33.668 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-08-29 09:19:33.683 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-08-29 09:19:33.685 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 09:19:33.687 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 09:19:33.689 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 09:19:33.691 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 09:19:33.693 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:33.695 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 09:19:33.696 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:33.698 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:33.700 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 09:19:33.702 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 09:19:33.704 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 09:19:33.705 | + functions-common:apt_get_update:1186 : return 2024-08-29 09:19:33.707 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-08-29 09:19:33.709 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 09:19:33.711 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:33.713 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:33.714 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-08-29 09:19:33.730 | + 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 09:19:33.788 | Reading package lists... 2024-08-29 09:19:33.989 | Building dependency tree... 2024-08-29 09:19:33.990 | Reading state information... 2024-08-29 09:19:34.199 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-08-29 09:19:34.199 | fakeroot set to manually installed. 2024-08-29 09:19:34.199 | make is already the newest version (4.3-4.1build1). 2024-08-29 09:19:34.199 | make set to manually installed. 2024-08-29 09:19:34.199 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-08-29 09:19:34.199 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 09:19:34.203 | + functions-common:apt_get:1230 : result=0 2024-08-29 09:19:34.205 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 09:19:34.206 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:34.208 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:34.210 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:34.212 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:34.213 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:34.215 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 09:19:34.217 | + functions-common:time_stop:2442 : start_time=1724923173728 2024-08-29 09:19:34.218 | + functions-common:time_stop:2444 : [[ -z 1724923173728 ]] 2024-08-29 09:19:34.221 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:34.224 | + functions-common:time_stop:2447 : end_time=1724923174222 2024-08-29 09:19:34.225 | + functions-common:time_stop:2448 : elapsed_time=494 2024-08-29 09:19:34.227 | + functions-common:time_stop:2449 : total=2025 2024-08-29 09:19:34.229 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:34.231 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2519 2024-08-29 09:19:34.233 | + functions-common:apt_get:1234 : return 0 2024-08-29 09:19:34.235 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-08-29 09:19:34.236 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:34.238 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:34.240 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-08-29 09:19:34.242 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-08-29 09:19:34.245 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-08-29 09:19:34.248 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-40-generic 2024-08-29 09:19:34.250 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-08-29 09:19:34.253 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-40-generic 2024-08-29 09:19:34.253 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-08-29 09:19:34.257 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-08-29 09:19:34.259 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-08-29 09:19:34.261 | + functions:vercmp:639 : local v1=6.8 2024-08-29 09:19:34.263 | + functions:vercmp:640 : local 'op=<' 2024-08-29 09:19:34.265 | + functions:vercmp:641 : local v2=3.13 2024-08-29 09:19:34.267 | + functions:vercmp:642 : local result 2024-08-29 09:19:34.270 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-08-29 09:19:34.270 | ++ functions:vercmp:646 : sort -V 2024-08-29 09:19:34.270 | ++ functions:vercmp:646 : head -1 2024-08-29 09:19:34.274 | + functions:vercmp:646 : result=3.13 2024-08-29 09:19:34.276 | + functions:vercmp:648 : case $op in 2024-08-29 09:19:34.277 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-08-29 09:19:34.279 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-08-29 09:19:34.281 | + functions:vercmp:659 : return 2024-08-29 09:19:34.283 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-08-29 09:19:34.284 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:19:34.286 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-08-29 09:19:34.632 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-08-29 09:19:34.634 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-08-29 09:19:34.636 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:34.638 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:34.640 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-08-29 09:19:34.642 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:34.644 | + stack.sh:main:855 : is_service_enabled etcd3 2024-08-29 09:19:34.656 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:34.658 | + stack.sh:main:856 : install_etcd3 2024-08-29 09:19:34.660 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-08-29 09:19:34.660 | Installing etcd 2024-08-29 09:19:34.662 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-08-29 09:19:34.671 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-08-29 09:19:34.679 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-08-29 09:19:34.681 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-08-29 09:19:34.690 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-08-29 09:19:34.693 | ++ 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 09:19:34.695 | ++ 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 09:19:34.697 | +++ 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 09:19:34.700 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 09:19:34.702 | ++ 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 09:19:34.704 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-08-29 09:19:34.706 | ++ 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 09:19:34.725 | --2024-08-29 09:19:34-- 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 09:19:34.729 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-29 09:19:34.730 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-29 09:19:34.771 | HTTP request sent, awaiting response... 200 OK 2024-08-29 09:19:34.771 | Length: 11350736 (11M) [application/gzip] 2024-08-29 09:19:34.771 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-08-29 09:19:34.786 | 2024-08-29 09:19:34.834 | 0K ........ .. 100% 174M=0.06s 2024-08-29 09:19:34.834 | 2024-08-29 09:19:34.834 | 2024-08-29 09:19:34 (174 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-08-29 09:19:34.834 | 2024-08-29 09:19:34.837 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-08-29 09:19:34.839 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 09:19:34.841 | ++ functions:get_extra_file:74 : return 2024-08-29 09:19:34.843 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-29 09:19:34.845 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-08-29 09:19:34.847 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-08-29 09:19:34.849 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-08-29 09:19:34.914 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-08-29 09:19:34.917 | + 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 09:19:34.927 | etcd-v3.3.12-linux-amd64/ 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/README.md 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-08-29 09:19:34.927 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-29 09:19:34.928 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-29 09:19:34.929 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-08-29 09:19:34.930 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-08-29 09:19:34.931 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-08-29 09:19:34.932 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-08-29 09:19:34.933 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-08-29 09:19:34.934 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-08-29 09:19:34.935 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-08-29 09:19:34.935 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-08-29 09:19:34.935 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-08-29 09:19:34.935 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-08-29 09:19:34.935 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-08-29 09:19:34.936 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-08-29 09:19:34.936 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-08-29 09:19:34.936 | etcd-v3.3.12-linux-amd64/etcdctl 2024-08-29 09:19:35.055 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-08-29 09:19:35.056 | etcd-v3.3.12-linux-amd64/etcd 2024-08-29 09:19:35.204 | + 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 09:19:35.227 | + 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 09:19:35.250 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-08-29 09:19:35.252 | + stack.sh:main:865 : is_service_enabled tls-proxy 2024-08-29 09:19:35.267 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:19:35.269 | + stack.sh:main:875 : install_dstat 2024-08-29 09:19:35.271 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-08-29 09:19:35.284 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:19:35.286 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2024-08-29 09:19:35.288 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:19:35.290 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2024-08-29 09:19:35.293 | + stack.sh:main:884 : install_libs 2024-08-29 09:19:35.295 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-08-29 09:19:35.296 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-08-29 09:19:35.299 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-08-29 09:19:35.300 | + inc/python:use_library_from_git:246 : local name=automaton 2024-08-29 09:19:35.302 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.304 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.306 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-08-29 09:19:35.308 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.310 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-08-29 09:19:35.312 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-08-29 09:19:35.313 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-08-29 09:19:35.315 | + inc/python:use_library_from_git:246 : local name=castellan 2024-08-29 09:19:35.317 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.319 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.321 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-08-29 09:19:35.323 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.324 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-08-29 09:19:35.326 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-08-29 09:19:35.328 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-08-29 09:19:35.330 | + inc/python:use_library_from_git:246 : local name=cliff 2024-08-29 09:19:35.332 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.333 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.335 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-08-29 09:19:35.337 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.339 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-08-29 09:19:35.341 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-08-29 09:19:35.343 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-08-29 09:19:35.344 | + inc/python:use_library_from_git:246 : local name=cursive 2024-08-29 09:19:35.346 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.348 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.350 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-08-29 09:19:35.352 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.353 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-08-29 09:19:35.355 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-08-29 09:19:35.357 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-08-29 09:19:35.359 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-08-29 09:19:35.360 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.362 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.364 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-08-29 09:19:35.366 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.367 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-08-29 09:19:35.369 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-08-29 09:19:35.371 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-08-29 09:19:35.373 | + inc/python:use_library_from_git:246 : local name=futurist 2024-08-29 09:19:35.374 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.376 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.378 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-08-29 09:19:35.380 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.382 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-08-29 09:19:35.384 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-08-29 09:19:35.385 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-08-29 09:19:35.387 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-08-29 09:19:35.389 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.391 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.392 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-08-29 09:19:35.394 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.396 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-08-29 09:19:35.398 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-08-29 09:19:35.400 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-08-29 09:19:35.402 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-08-29 09:19:35.403 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.405 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.407 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-08-29 09:19:35.409 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.410 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-08-29 09:19:35.412 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-08-29 09:19:35.414 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-08-29 09:19:35.416 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-08-29 09:19:35.418 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.419 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.421 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-08-29 09:19:35.423 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.425 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-08-29 09:19:35.426 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-08-29 09:19:35.428 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-08-29 09:19:35.430 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-08-29 09:19:35.432 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.433 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.435 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-08-29 09:19:35.437 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.439 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-08-29 09:19:35.440 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-08-29 09:19:35.442 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-08-29 09:19:35.444 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-08-29 09:19:35.445 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.447 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.449 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-08-29 09:19:35.451 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.453 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-08-29 09:19:35.455 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-08-29 09:19:35.456 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-08-29 09:19:35.458 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-08-29 09:19:35.460 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.462 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.463 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-08-29 09:19:35.465 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.467 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-08-29 09:19:35.469 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-08-29 09:19:35.471 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-08-29 09:19:35.473 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-08-29 09:19:35.474 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.476 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.478 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-08-29 09:19:35.480 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.482 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-08-29 09:19:35.483 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-08-29 09:19:35.485 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-08-29 09:19:35.487 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-08-29 09:19:35.489 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.490 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.492 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-08-29 09:19:35.494 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.496 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-08-29 09:19:35.497 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-08-29 09:19:35.499 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-08-29 09:19:35.501 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-08-29 09:19:35.503 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.505 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.506 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-08-29 09:19:35.508 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.510 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-08-29 09:19:35.512 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-08-29 09:19:35.514 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-08-29 09:19:35.515 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-08-29 09:19:35.517 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.519 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.521 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-08-29 09:19:35.522 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.524 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-08-29 09:19:35.526 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-08-29 09:19:35.528 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-08-29 09:19:35.530 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-08-29 09:19:35.532 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.534 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.536 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-08-29 09:19:35.537 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.539 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-08-29 09:19:35.541 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-08-29 09:19:35.543 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-08-29 09:19:35.544 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-08-29 09:19:35.546 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.548 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.550 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-08-29 09:19:35.552 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.554 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-08-29 09:19:35.556 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-08-29 09:19:35.558 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-08-29 09:19:35.560 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-08-29 09:19:35.561 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.563 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.565 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-08-29 09:19:35.567 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.569 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-08-29 09:19:35.571 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-08-29 09:19:35.573 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-08-29 09:19:35.574 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-08-29 09:19:35.576 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.578 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.580 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-08-29 09:19:35.581 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.583 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-08-29 09:19:35.585 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-08-29 09:19:35.587 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-08-29 09:19:35.589 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-08-29 09:19:35.591 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.592 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.594 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-08-29 09:19:35.596 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.598 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-08-29 09:19:35.600 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-08-29 09:19:35.602 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-08-29 09:19:35.603 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-08-29 09:19:35.605 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.607 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.609 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-08-29 09:19:35.611 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.612 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-08-29 09:19:35.614 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-08-29 09:19:35.616 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-08-29 09:19:35.618 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-08-29 09:19:35.620 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.622 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.624 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-08-29 09:19:35.626 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.627 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-08-29 09:19:35.629 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-08-29 09:19:35.631 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-08-29 09:19:35.633 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-08-29 09:19:35.635 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.636 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.638 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-08-29 09:19:35.640 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.642 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-08-29 09:19:35.644 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-08-29 09:19:35.645 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-08-29 09:19:35.647 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-08-29 09:19:35.649 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.651 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.653 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-08-29 09:19:35.654 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.656 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-08-29 09:19:35.658 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-08-29 09:19:35.660 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-08-29 09:19:35.662 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-08-29 09:19:35.663 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.665 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.667 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-08-29 09:19:35.669 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.671 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-08-29 09:19:35.672 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-08-29 09:19:35.674 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-08-29 09:19:35.676 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-08-29 09:19:35.678 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.680 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.681 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-08-29 09:19:35.683 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.685 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-08-29 09:19:35.687 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-08-29 09:19:35.689 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-08-29 09:19:35.690 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-08-29 09:19:35.692 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.694 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.696 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-08-29 09:19:35.698 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.699 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-08-29 09:19:35.701 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-08-29 09:19:35.703 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-08-29 09:19:35.705 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-08-29 09:19:35.707 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.708 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.710 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-08-29 09:19:35.712 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.714 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-08-29 09:19:35.715 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-08-29 09:19:35.717 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-08-29 09:19:35.719 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-08-29 09:19:35.721 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.723 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.724 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-08-29 09:19:35.726 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.728 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-08-29 09:19:35.730 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-08-29 09:19:35.732 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-08-29 09:19:35.734 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-08-29 09:19:35.735 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.737 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.739 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-08-29 09:19:35.740 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.743 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-08-29 09:19:35.744 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-08-29 09:19:35.746 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-08-29 09:19:35.748 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-08-29 09:19:35.750 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.752 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.753 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-08-29 09:19:35.755 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.757 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-08-29 09:19:35.759 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-08-29 09:19:35.761 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-08-29 09:19:35.762 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-08-29 09:19:35.764 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.766 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.768 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-08-29 09:19:35.769 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.772 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-08-29 09:19:35.774 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-08-29 09:19:35.776 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-08-29 09:19:35.777 | + inc/python:use_library_from_git:246 : local name=tooz 2024-08-29 09:19:35.779 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.781 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.783 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-08-29 09:19:35.785 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.787 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-08-29 09:19:35.789 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-08-29 09:19:35.791 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-08-29 09:19:35.793 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-08-29 09:19:35.795 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.796 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.799 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-08-29 09:19:35.803 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.805 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-08-29 09:19:35.807 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-08-29 09:19:35.809 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-08-29 09:19:35.810 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-08-29 09:19:35.812 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.814 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.816 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-08-29 09:19:35.818 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.819 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-08-29 09:19:35.821 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-08-29 09:19:35.823 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-08-29 09:19:35.825 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-08-29 09:19:35.827 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.829 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.830 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-08-29 09:19:35.832 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.834 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-08-29 09:19:35.836 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-08-29 09:19:35.838 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-08-29 09:19:35.840 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-08-29 09:19:35.842 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:35.843 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:35.845 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-08-29 09:19:35.847 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:35.849 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-08-29 09:19:35.864 | Using python 3.10 to install etcd3 2024-08-29 09:19:35.866 | + 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 09:19:36.821 | Collecting etcd3 2024-08-29 09:19:36.825 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-08-29 09:19:36.861 | Collecting tenacity>=6.1.0 2024-08-29 09:19:36.863 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-08-29 09:19:38.124 | Collecting grpcio>=1.27.1 2024-08-29 09:19:38.160 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-08-29 09:19:38.565 | Collecting protobuf>=3.6.1 2024-08-29 09:19:38.570 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-08-29 09:19:38.574 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-08-29 09:19:38.741 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-08-29 09:19:39.141 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-08-29 09:19:39.141 | 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 09:19:39.264 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:39.266 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:39.268 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:39.269 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:39.271 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:39.273 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:39.275 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:39.276 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:39.278 | + functions-common:time_stop:2442 : start_time=1724923175861 2024-08-29 09:19:39.280 | + functions-common:time_stop:2444 : [[ -z 1724923175861 ]] 2024-08-29 09:19:39.282 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:39.285 | + functions-common:time_stop:2447 : end_time=1724923179283 2024-08-29 09:19:39.287 | + functions-common:time_stop:2448 : elapsed_time=3422 2024-08-29 09:19:39.288 | + functions-common:time_stop:2449 : total=10521 2024-08-29 09:19:39.290 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:39.292 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13943 2024-08-29 09:19:39.294 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:39.296 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-08-29 09:19:39.312 | Using python 3.10 to install etcd3gw 2024-08-29 09:19:39.314 | + 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 09:19:40.367 | Collecting etcd3gw 2024-08-29 09:19:40.370 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-08-29 09:19:40.428 | Collecting requests>=2.20.0 2024-08-29 09:19:40.432 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-29 09:19:40.463 | Collecting futurist>=0.16.0 2024-08-29 09:19:40.466 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-08-29 09:19:40.468 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-08-29 09:19:40.475 | 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 09:19:40.639 | Collecting charset-normalizer<3,>=2 2024-08-29 09:19:40.641 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-29 09:19:40.704 | Collecting urllib3<1.27,>=1.21.1 2024-08-29 09:19:40.707 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-29 09:19:40.733 | Collecting idna<4,>=2.5 2024-08-29 09:19:40.735 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-29 09:19:40.975 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-08-29 09:19:40.975 | Attempting uninstall: urllib3 2024-08-29 09:19:40.979 | Found existing installation: urllib3 1.26.5 2024-08-29 09:19:40.979 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:40.979 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-08-29 09:19:41.046 | Attempting uninstall: idna 2024-08-29 09:19:41.047 | Found existing installation: idna 3.3 2024-08-29 09:19:41.049 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:41.049 | Can't uninstall 'idna'. No files were found to uninstall. 2024-08-29 09:19:41.188 | Attempting uninstall: requests 2024-08-29 09:19:41.189 | Found existing installation: requests 2.25.1 2024-08-29 09:19:41.190 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:41.191 | Can't uninstall 'requests'. No files were found to uninstall. 2024-08-29 09:19:41.246 | 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 09:19:41.247 | 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 09:19:41.335 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:41.338 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:41.340 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:41.342 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:41.344 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:41.346 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:41.348 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:41.349 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:41.351 | + functions-common:time_stop:2442 : start_time=1724923179308 2024-08-29 09:19:41.353 | + functions-common:time_stop:2444 : [[ -z 1724923179308 ]] 2024-08-29 09:19:41.356 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:41.359 | + functions-common:time_stop:2447 : end_time=1724923181357 2024-08-29 09:19:41.361 | + functions-common:time_stop:2448 : elapsed_time=2049 2024-08-29 09:19:41.362 | + functions-common:time_stop:2449 : total=13943 2024-08-29 09:19:41.364 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:41.366 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15992 2024-08-29 09:19:41.368 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:41.370 | + stack.sh:main:887 : install_apache_uwsgi 2024-08-29 09:19:41.372 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-08-29 09:19:41.374 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-08-29 09:19:41.376 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 09:19:41.378 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 09:19:41.380 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 09:19:41.382 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 09:19:41.384 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 09:19:41.386 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 09:19:41.387 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 09:19:41.389 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 09:19:41.391 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 09:19:41.393 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 09:19:41.395 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 09:19:41.397 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 09:19:41.399 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-08-29 09:19:41.401 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:41.403 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:41.405 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-08-29 09:19:41.407 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 09:19:41.409 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 09:19:41.410 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 09:19:41.412 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 09:19:41.414 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 09:19:41.416 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:41.418 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 09:19:41.420 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:41.422 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:41.424 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 09:19:41.426 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 09:19:41.428 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 09:19:41.430 | + functions-common:apt_get_update:1186 : return 2024-08-29 09:19:41.431 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 09:19:41.433 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 09:19:41.435 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:41.437 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:41.439 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-29 09:19:41.454 | + 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 09:19:41.512 | Reading package lists... 2024-08-29 09:19:41.707 | Building dependency tree... 2024-08-29 09:19:41.708 | Reading state information... 2024-08-29 09:19:41.899 | uwsgi is already the newest version (2.0.20-4). 2024-08-29 09:19:41.899 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-08-29 09:19:41.899 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 09:19:41.899 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 09:19:41.903 | + functions-common:apt_get:1230 : result=0 2024-08-29 09:19:41.905 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 09:19:41.907 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:41.910 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:41.911 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:41.913 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:41.915 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:41.917 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 09:19:41.919 | + functions-common:time_stop:2442 : start_time=1724923181452 2024-08-29 09:19:41.920 | + functions-common:time_stop:2444 : [[ -z 1724923181452 ]] 2024-08-29 09:19:41.923 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:41.926 | + functions-common:time_stop:2447 : end_time=1724923181924 2024-08-29 09:19:41.928 | + functions-common:time_stop:2448 : elapsed_time=472 2024-08-29 09:19:41.929 | + functions-common:time_stop:2449 : total=2519 2024-08-29 09:19:41.931 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:41.933 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2991 2024-08-29 09:19:41.935 | + functions-common:apt_get:1234 : return 0 2024-08-29 09:19:41.937 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-08-29 09:19:41.939 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:19:41.940 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:19:41.942 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-08-29 09:19:41.987 | Enabling module proxy. 2024-08-29 09:19:41.992 | To activate the new configuration, you need to run: 2024-08-29 09:19:41.992 | systemctl restart apache2 2024-08-29 09:19:41.996 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-08-29 09:19:42.027 | Considering dependency proxy for proxy_uwsgi: 2024-08-29 09:19:42.028 | Module proxy already enabled 2024-08-29 09:19:42.028 | Enabling module proxy_uwsgi. 2024-08-29 09:19:42.032 | To activate the new configuration, you need to run: 2024-08-29 09:19:42.032 | systemctl restart apache2 2024-08-29 09:19:42.035 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-08-29 09:19:42.037 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 09:19:42.039 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:19:42.041 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 09:19:42.138 | + stack.sh:main:890 : install_keystoneauth 2024-08-29 09:19:42.140 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-08-29 09:19:42.142 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-08-29 09:19:42.144 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.146 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.148 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-08-29 09:19:42.150 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.151 | + stack.sh:main:891 : install_keystoneclient 2024-08-29 09:19:42.153 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-08-29 09:19:42.155 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-08-29 09:19:42.157 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.159 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.161 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-08-29 09:19:42.163 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.165 | + stack.sh:main:892 : install_glanceclient 2024-08-29 09:19:42.167 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-08-29 09:19:42.168 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-08-29 09:19:42.170 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.172 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.174 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-08-29 09:19:42.176 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.178 | + stack.sh:main:893 : install_cinderclient 2024-08-29 09:19:42.180 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-08-29 09:19:42.181 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-08-29 09:19:42.183 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.185 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.187 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-08-29 09:19:42.189 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.191 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-08-29 09:19:42.193 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-08-29 09:19:42.194 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.196 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.198 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-08-29 09:19:42.200 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.202 | + stack.sh:main:894 : install_novaclient 2024-08-29 09:19:42.204 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-08-29 09:19:42.206 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-08-29 09:19:42.208 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.209 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.211 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-08-29 09:19:42.213 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.215 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2024-08-29 09:19:42.228 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:42.230 | + stack.sh:main:896 : install_swiftclient 2024-08-29 09:19:42.232 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-08-29 09:19:42.234 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-08-29 09:19:42.236 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.238 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.239 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-08-29 09:19:42.241 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.243 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2024-08-29 09:19:42.256 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:42.258 | + stack.sh:main:899 : install_neutronclient 2024-08-29 09:19:42.260 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-08-29 09:19:42.262 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-08-29 09:19:42.264 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.265 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.267 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-08-29 09:19:42.269 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.271 | + stack.sh:main:903 : install_keystonemiddleware 2024-08-29 09:19:42.273 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-08-29 09:19:42.275 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-08-29 09:19:42.277 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:19:42.279 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:19:42.280 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-08-29 09:19:42.282 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:19:42.284 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-08-29 09:19:42.286 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-08-29 09:19:42.288 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 09:19:42.291 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-08-29 09:19:42.293 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-08-29 09:19:42.294 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 09:19:42.297 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-08-29 09:19:42.297 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 09:19:42.301 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-08-29 09:19:42.303 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-08-29 09:19:42.305 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-08-29 09:19:42.307 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-08-29 09:19:42.309 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-08-29 09:19:42.325 | Using python 3.10 to install keystonemiddleware 2024-08-29 09:19:42.327 | + 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 09:19:43.416 | Collecting keystonemiddleware 2024-08-29 09:19:43.421 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-08-29 09:19:43.482 | Collecting oslo.context>=2.19.2 2024-08-29 09:19:43.486 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-08-29 09:19:43.487 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-08-29 09:19:43.512 | Collecting pycadf!=2.0.0,>=1.1.0 2024-08-29 09:19:43.515 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-08-29 09:19:43.573 | Collecting oslo.config>=5.2.0 2024-08-29 09:19:43.578 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-08-29 09:19:43.637 | Collecting oslo.utils>=3.33.0 2024-08-29 09:19:43.640 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-08-29 09:19:43.683 | Collecting python-keystoneclient>=3.20.0 2024-08-29 09:19:43.688 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-08-29 09:19:43.724 | Collecting WebOb>=1.7.1 2024-08-29 09:19:43.728 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-08-29 09:19:43.728 | 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 09:19:43.768 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-08-29 09:19:43.771 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-08-29 09:19:43.772 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-08-29 09:19:43.806 | Collecting oslo.i18n>=3.15.3 2024-08-29 09:19:43.808 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-08-29 09:19:43.852 | Collecting keystoneauth1>=3.12.0 2024-08-29 09:19:43.856 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-08-29 09:19:43.932 | Collecting oslo.cache>=1.26.0 2024-08-29 09:19:43.936 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-08-29 09:19:43.990 | Collecting oslo.log>=3.36.0 2024-08-29 09:19:43.993 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-08-29 09:19:44.035 | Collecting os-service-types>=1.2.0 2024-08-29 09:19:44.038 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-08-29 09:19:44.061 | Collecting iso8601>=0.1.11 2024-08-29 09:19:44.062 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-08-29 09:19:44.118 | Collecting stevedore>=1.20.0 2024-08-29 09:19:44.120 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-29 09:19:44.182 | Collecting dogpile.cache>=1.1.5 2024-08-29 09:19:44.185 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-08-29 09:19:44.227 | Collecting rfc3986>=1.2.0 2024-08-29 09:19:44.229 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-08-29 09:19:44.258 | Collecting netaddr>=0.7.18 2024-08-29 09:19:44.273 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-08-29 09:19:44.313 | Collecting debtcollector>=1.2.0 2024-08-29 09:19:44.316 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-08-29 09:19:44.407 | Collecting PyYAML>=5.1 2024-08-29 09:19:44.413 | 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 09:19:44.462 | Collecting pyinotify>=0.9.6 2024-08-29 09:19:44.462 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-08-29 09:19:44.626 | Collecting python-dateutil>=2.7.0 2024-08-29 09:19:44.647 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-08-29 09:19:44.739 | Collecting pytz>=2013.6 2024-08-29 09:19:44.745 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-08-29 09:19:44.900 | Collecting msgpack>=0.5.2 2024-08-29 09:19:44.906 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-08-29 09:19:44.962 | Collecting pyparsing>=2.1.0 2024-08-29 09:19:44.964 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-08-29 09:19:44.966 | 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 09:19:45.000 | Collecting packaging>=20.4 2024-08-29 09:19:45.002 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-29 09:19:45.031 | 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 09:19:45.033 | 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 09:19:45.033 | 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 09:19:45.033 | 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 09:19:45.232 | Collecting wrapt>=1.7.0 2024-08-29 09:19:45.236 | 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 09:19:45.273 | Collecting decorator>=4.0.0 2024-08-29 09:19:45.275 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-08-29 09:19:45.663 | 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 09:19:45.689 | Attempting uninstall: pytz 2024-08-29 09:19:45.690 | Found existing installation: pytz 2022.1 2024-08-29 09:19:45.692 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:45.692 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-08-29 09:19:46.006 | Attempting uninstall: stevedore 2024-08-29 09:19:46.007 | Found existing installation: stevedore 3.5.0 2024-08-29 09:19:46.008 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:46.009 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-08-29 09:19:46.166 | Attempting uninstall: pyparsing 2024-08-29 09:19:46.167 | Found existing installation: pyparsing 2.4.7 2024-08-29 09:19:46.168 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:19:46.170 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-08-29 09:19:47.229 | 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 09:19:47.229 | 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 09:19:47.355 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:47.357 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:47.359 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:47.361 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:47.363 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:47.365 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:47.366 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:47.368 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:47.370 | + functions-common:time_stop:2442 : start_time=1724923182321 2024-08-29 09:19:47.372 | + functions-common:time_stop:2444 : [[ -z 1724923182321 ]] 2024-08-29 09:19:47.374 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:47.377 | + functions-common:time_stop:2447 : end_time=1724923187375 2024-08-29 09:19:47.379 | + functions-common:time_stop:2448 : elapsed_time=5054 2024-08-29 09:19:47.380 | + functions-common:time_stop:2449 : total=15992 2024-08-29 09:19:47.382 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:47.384 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21046 2024-08-29 09:19:47.386 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:47.388 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-08-29 09:19:47.390 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-08-29 09:19:47.391 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 09:19:47.394 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-08-29 09:19:47.396 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-08-29 09:19:47.398 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 09:19:47.401 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-08-29 09:19:47.401 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 09:19:47.405 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-08-29 09:19:47.407 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-08-29 09:19:47.408 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-08-29 09:19:47.411 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-08-29 09:19:47.413 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-08-29 09:19:47.428 | Using python 3.10 to install python-memcached 2024-08-29 09:19:47.430 | + 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 09:19:48.400 | Collecting python-memcached 2024-08-29 09:19:48.403 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-08-29 09:19:48.406 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-08-29 09:19:48.705 | Installing collected packages: python-memcached 2024-08-29 09:19:48.728 | Successfully installed python-memcached-1.59 2024-08-29 09:19:48.729 | 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 09:19:48.807 | + inc/python:pip_install:196 : result=0 2024-08-29 09:19:48.809 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:19:48.811 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:48.813 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:48.815 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:48.817 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:48.819 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:48.821 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:19:48.823 | + functions-common:time_stop:2442 : start_time=1724923187424 2024-08-29 09:19:48.825 | + functions-common:time_stop:2444 : [[ -z 1724923187424 ]] 2024-08-29 09:19:48.827 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:48.830 | + functions-common:time_stop:2447 : end_time=1724923188828 2024-08-29 09:19:48.831 | + functions-common:time_stop:2448 : elapsed_time=1404 2024-08-29 09:19:48.833 | + functions-common:time_stop:2449 : total=21046 2024-08-29 09:19:48.835 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:48.837 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22450 2024-08-29 09:19:48.839 | + inc/python:pip_install:199 : return 0 2024-08-29 09:19:48.841 | + stack.sh:main:905 : is_service_enabled keystone 2024-08-29 09:19:48.853 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:19:48.855 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-29 09:19:48.857 | + stack.sh:main:907 : stack_install_service keystone 2024-08-29 09:19:48.859 | + lib/stack:stack_install_service:20 : local service=keystone 2024-08-29 09:19:48.861 | + lib/stack:stack_install_service:21 : type install_keystone 2024-08-29 09:19:48.863 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 09:19:48.865 | + lib/stack:stack_install_service:32 : install_keystone 2024-08-29 09:19:48.866 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-08-29 09:19:48.878 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:19:48.880 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-08-29 09:19:48.882 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-08-29 09:19:48.884 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-08-29 09:19:48.886 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 09:19:48.888 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 09:19:48.890 | ++ functions-common:git_clone:616 : pwd 2024-08-29 09:19:48.892 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:19:48.894 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:19:48.895 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:19:48.907 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:19:48.910 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 09:19:48.911 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 09:19:48.913 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:48.915 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 09:19:48.915 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:19:48.919 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-08-29 09:19:48.921 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 09:19:48.922 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-29 09:19:48.924 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:19:48.926 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:19:48.927 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:19:48.929 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:19:48.930 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:19:48.932 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:19:48.934 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:19:48.935 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:19:48.938 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:19:48.940 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923188938 2024-08-29 09:19:48.942 | + 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 09:19:48.945 | Cloning into '/opt/stack//keystone'... 2024-08-29 09:19:51.118 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:19:51.119 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:51.121 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:51.123 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:51.125 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:51.126 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:51.128 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:19:51.130 | + functions-common:time_stop:2442 : start_time=1724923188938 2024-08-29 09:19:51.132 | + functions-common:time_stop:2444 : [[ -z 1724923188938 ]] 2024-08-29 09:19:51.134 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:51.137 | + functions-common:time_stop:2447 : end_time=1724923191135 2024-08-29 09:19:51.139 | + functions-common:time_stop:2448 : elapsed_time=2197 2024-08-29 09:19:51.140 | + functions-common:time_stop:2449 : total=5047 2024-08-29 09:19:51.142 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:51.144 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7244 2024-08-29 09:19:51.146 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-08-29 09:19:51.148 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 09:19:51.149 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:19:51.151 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:19:51.153 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:19:51.155 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:19:51.156 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:19:51.158 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:19:51.160 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:19:51.161 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:19:51.164 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:19:51.167 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923191165 2024-08-29 09:19:51.169 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 09:19:53.331 | From https://opendev.org/openstack/keystone 2024-08-29 09:19:53.331 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 09:19:53.335 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:19:53.337 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:53.339 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:53.340 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:53.342 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:53.344 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:53.346 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:19:53.348 | + functions-common:time_stop:2442 : start_time=1724923191165 2024-08-29 09:19:53.350 | + functions-common:time_stop:2444 : [[ -z 1724923191165 ]] 2024-08-29 09:19:53.352 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:53.354 | + functions-common:time_stop:2447 : end_time=1724923193353 2024-08-29 09:19:53.356 | + functions-common:time_stop:2448 : elapsed_time=2188 2024-08-29 09:19:53.358 | + functions-common:time_stop:2449 : total=7244 2024-08-29 09:19:53.360 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:53.362 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9432 2024-08-29 09:19:53.363 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 09:19:53.365 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:19:53.367 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:19:53.368 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:19:53.370 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:19:53.372 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:19:53.374 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:19:53.375 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:19:53.377 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:19:53.379 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:19:53.382 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923193380 2024-08-29 09:19:53.384 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 09:19:53.477 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:19:53.477 | 2024-08-29 09:19:53.477 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:19:53.477 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:19:53.477 | state without impacting any branches by switching back to a branch. 2024-08-29 09:19:53.477 | 2024-08-29 09:19:53.477 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:19:53.477 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:19:53.477 | 2024-08-29 09:19:53.477 | git switch -c 2024-08-29 09:19:53.477 | 2024-08-29 09:19:53.477 | Or undo this operation with: 2024-08-29 09:19:53.477 | 2024-08-29 09:19:53.477 | git switch - 2024-08-29 09:19:53.477 | 2024-08-29 09:19:53.477 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:19:53.477 | 2024-08-29 09:19:53.477 | HEAD is now at ea5b0b0 Add keystone-manage reset_last_active command 2024-08-29 09:19:53.480 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:19:53.482 | + functions-common:time_stop:2435 : local name 2024-08-29 09:19:53.484 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:19:53.486 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:19:53.487 | + functions-common:time_stop:2438 : local total 2024-08-29 09:19:53.489 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:19:53.491 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:19:53.493 | + functions-common:time_stop:2442 : start_time=1724923193380 2024-08-29 09:19:53.494 | + functions-common:time_stop:2444 : [[ -z 1724923193380 ]] 2024-08-29 09:19:53.497 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:19:53.499 | + functions-common:time_stop:2447 : end_time=1724923193497 2024-08-29 09:19:53.501 | + functions-common:time_stop:2448 : elapsed_time=117 2024-08-29 09:19:53.503 | + functions-common:time_stop:2449 : total=9432 2024-08-29 09:19:53.505 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:19:53.506 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9549 2024-08-29 09:19:53.508 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-08-29 09:19:53.518 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-08-29 09:19:53.520 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 09:19:53.520 | + functions-common:git_clone:696 : head -1 2024-08-29 09:19:53.524 | ea5b0b0 Add keystone-manage reset_last_active command 2024-08-29 09:19:53.526 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:19:53.528 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-08-29 09:19:53.530 | + inc/python:setup_develop:334 : local bindep 2024-08-29 09:19:53.532 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-29 09:19:53.534 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-08-29 09:19:53.535 | + inc/python:setup_develop:340 : local extras= 2024-08-29 09:19:53.537 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-08-29 09:19:53.539 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 09:19:53.541 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-29 09:19:53.543 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-08-29 09:19:53.544 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 09:19:53.546 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 09:19:53.549 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-08-29 09:19:53.550 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 09:19:53.553 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-08-29 09:19:53.554 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 09:19:53.556 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 09:19:53.559 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-08-29 09:19:53.563 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-08-29 09:19:53.565 | + 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 09:19:53.878 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-08-29 09:19:53.880 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 09:19:53.882 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 09:19:53.884 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 09:19:53.886 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-08-29 09:19:53.888 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-08-29 09:19:53.889 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 09:19:53.891 | + inc/python:setup_package:424 : local extras= 2024-08-29 09:19:53.893 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 09:19:53.895 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 09:19:53.897 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 09:19:53.898 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 09:19:53.900 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 09:19:53.902 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-08-29 09:19:53.917 | Using python 3.10 to install /opt/stack/keystone 2024-08-29 09:19:53.919 | + 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 09:19:54.803 | Obtaining file:///opt/stack/keystone 2024-08-29 09:19:54.804 | Preparing metadata (setup.py): started 2024-08-29 09:19:55.324 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 09:19:55.488 | Collecting Flask!=0.11,>=1.0.2 2024-08-29 09:19:55.490 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-08-29 09:19:55.513 | Collecting Flask-RESTful>=0.3.5 2024-08-29 09:19:55.515 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-08-29 09:19:55.546 | Collecting PyJWT>=1.6.1 2024-08-29 09:19:55.548 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-08-29 09:19:56.269 | Collecting SQLAlchemy>=1.3.0 2024-08-29 09:19:56.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 09:19:56.301 | 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 09:19:56.391 | Collecting bcrypt>=3.1.3 2024-08-29 09:19:56.399 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-08-29 09:19:56.804 | Collecting cryptography>=2.7 2024-08-29 09:19:56.830 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-08-29 09:19:56.851 | 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 09:19:56.904 | Collecting jsonschema>=3.2.0 2024-08-29 09:19:56.907 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-08-29 09:19:56.910 | 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 09:19:56.911 | 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 09:19:56.934 | Collecting oauthlib>=0.6.2 2024-08-29 09:19:56.937 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-08-29 09:19:56.939 | 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 09:19:56.940 | 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 09:19:56.941 | 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 09:19:56.999 | Collecting oslo.db>=6.0.0 2024-08-29 09:19:57.002 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-08-29 09:19:57.007 | 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 09:19:57.007 | 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 09:19:57.085 | Collecting oslo.messaging>=5.29.0 2024-08-29 09:19:57.091 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2024-08-29 09:19:57.135 | Collecting oslo.middleware>=3.31.0 2024-08-29 09:19:57.138 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-08-29 09:19:57.203 | Collecting oslo.policy>=3.10.0 2024-08-29 09:19:57.206 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-08-29 09:19:57.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 09:19:57.234 | Collecting oslo.upgradecheck>=1.3.0 2024-08-29 09:19:57.236 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-08-29 09:19:57.238 | 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 09:19:57.269 | Collecting osprofiler>=1.4.0 2024-08-29 09:19:57.272 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-08-29 09:19:57.291 | Collecting passlib>=1.7.0 2024-08-29 09:19:57.297 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-08-29 09:19:57.302 | 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 09:19:57.302 | 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 09:19:57.334 | Collecting pysaml2>=5.0.0 2024-08-29 09:19:57.348 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-08-29 09:19:57.352 | 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 09:19:57.353 | 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 09:19:57.446 | Collecting scrypt>=0.8.0 2024-08-29 09:19:57.455 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-29 09:19:57.483 | Collecting sqlalchemy-migrate>=0.13.0 2024-08-29 09:19:57.485 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-08-29 09:19:57.487 | 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 09:19:57.763 | Collecting cffi>=1.12 2024-08-29 09:19:57.768 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-08-29 09:19:57.774 | 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 09:19:57.802 | Collecting itsdangerous>=2.0 2024-08-29 09:19:57.804 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-08-29 09:19:57.851 | Collecting Werkzeug>=2.2.2 2024-08-29 09:19:57.855 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-08-29 09:19:57.889 | Collecting click>=8.0 2024-08-29 09:19:57.891 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-08-29 09:19:57.920 | Collecting Jinja2>=3.0 2024-08-29 09:19:57.924 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-08-29 09:19:57.933 | 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 09:19:57.959 | Collecting aniso8601>=0.82 2024-08-29 09:19:57.961 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-08-29 09:19:57.981 | 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 09:19:58.008 | Collecting attrs>=17.4.0 2024-08-29 09:19:58.010 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-29 09:19:58.035 | 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 09:19:58.037 | 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 09:19:58.115 | 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 09:19:58.116 | 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 09:19:58.116 | 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 09:19:58.117 | 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 09:19:58.252 | Collecting testscenarios>=0.4 2024-08-29 09:19:58.255 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-08-29 09:19:58.296 | Collecting testresources>=2.0.0 2024-08-29 09:19:58.298 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-08-29 09:19:58.348 | Collecting alembic>=0.9.6 2024-08-29 09:19:58.361 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-08-29 09:19:58.385 | 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 09:19:58.386 | 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 09:19:58.432 | Collecting oslo.metrics>=0.2.1 2024-08-29 09:19:58.434 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-08-29 09:19:58.490 | Collecting kombu>=4.6.6 2024-08-29 09:19:58.493 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-08-29 09:19:58.531 | Collecting amqp>=2.5.2 2024-08-29 09:19:58.534 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-08-29 09:19:58.536 | 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 09:19:58.583 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-08-29 09:19:58.585 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-08-29 09:19:58.616 | Collecting cachetools>=2.0.0 2024-08-29 09:19:58.618 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-08-29 09:19:58.657 | Collecting statsd>=3.2.1 2024-08-29 09:19:58.659 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-08-29 09:19:58.704 | Collecting PrettyTable>=0.7.1 2024-08-29 09:19:58.706 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-29 09:19:58.725 | 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 09:19:58.726 | 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 09:19:58.726 | 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 09:19:58.727 | 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 09:19:58.787 | Collecting oslo.concurrency>=3.26.0 2024-08-29 09:19:58.790 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-08-29 09:19:58.872 | Collecting pyOpenSSL 2024-08-29 09:19:58.874 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-08-29 09:19:58.912 | Collecting defusedxml 2024-08-29 09:19:58.914 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-08-29 09:19:58.969 | Collecting xmlschema>=1.2.1 2024-08-29 09:19:58.973 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-08-29 09:19:58.976 | 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 09:19:59.348 | Collecting greenlet!=0.4.17 2024-08-29 09:19:59.351 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-08-29 09:19:59.378 | Collecting Tempita>=0.4 2024-08-29 09:19:59.381 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-08-29 09:19:59.402 | Collecting sqlparse 2024-08-29 09:19:59.404 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-08-29 09:19:59.482 | Collecting Mako 2024-08-29 09:19:59.484 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-08-29 09:19:59.514 | Collecting vine>=5.0.0 2024-08-29 09:19:59.516 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-08-29 09:19:59.634 | Collecting pycparser 2024-08-29 09:19:59.637 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-08-29 09:19:59.654 | 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 09:19:59.798 | Collecting MarkupSafe>=2.0 2024-08-29 09:19:59.801 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-29 09:19:59.834 | 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 09:19:59.910 | Collecting fasteners>=0.7.0 2024-08-29 09:19:59.912 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-08-29 09:19:59.951 | Collecting prometheus-client>=0.6.0 2024-08-29 09:19:59.954 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-08-29 09:20:00.016 | Collecting Paste>=2.0.2 2024-08-29 09:20:00.022 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-08-29 09:20:00.047 | Collecting PasteDeploy>=1.5.0 2024-08-29 09:20:00.050 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-08-29 09:20:00.072 | Collecting Routes>=2.3.1 2024-08-29 09:20:00.074 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-08-29 09:20:00.106 | Collecting eventlet>=0.25.2 2024-08-29 09:20:00.109 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-08-29 09:20:00.154 | Collecting Yappi>=1.0 2024-08-29 09:20:00.156 | 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 09:20:00.181 | Collecting fixtures>=3.0.0 2024-08-29 09:20:00.182 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-29 09:20:00.208 | 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 09:20:00.259 | 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 09:20:00.260 | 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 09:20:00.260 | 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 09:20:00.261 | 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 09:20:00.321 | 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 09:20:00.400 | Collecting elementpath<4.0.0,>=3.0.0 2024-08-29 09:20:00.404 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-08-29 09:20:00.537 | Collecting dnspython>=1.15.0 2024-08-29 09:20:00.541 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-08-29 09:20:00.667 | Collecting repoze.lru>=0.3 2024-08-29 09:20:00.670 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-08-29 09:20:00.820 | 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 09:20:00.820 | Reason for being yanked: Regression in OpenSSL. 2024-08-29 09:20:01.345 | 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 09:20:01.859 | Attempting uninstall: PyJWT 2024-08-29 09:20:01.859 | Found existing installation: PyJWT 2.3.0 2024-08-29 09:20:01.861 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:01.861 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-08-29 09:20:02.043 | Attempting uninstall: PrettyTable 2024-08-29 09:20:02.044 | Found existing installation: prettytable 2.5.0 2024-08-29 09:20:02.046 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:02.047 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-08-29 09:20:02.247 | Attempting uninstall: oauthlib 2024-08-29 09:20:02.249 | Found existing installation: oauthlib 3.2.0 2024-08-29 09:20:02.251 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:02.251 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-08-29 09:20:02.331 | Attempting uninstall: MarkupSafe 2024-08-29 09:20:02.331 | Found existing installation: MarkupSafe 2.0.1 2024-08-29 09:20:02.333 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:02.333 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-08-29 09:20:02.390 | Attempting uninstall: fixtures 2024-08-29 09:20:02.392 | Found existing installation: fixtures 3.0.0 2024-08-29 09:20:02.394 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:02.395 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-08-29 09:20:02.769 | Attempting uninstall: click 2024-08-29 09:20:02.770 | Found existing installation: click 8.0.3 2024-08-29 09:20:02.772 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:02.772 | Can't uninstall 'click'. No files were found to uninstall. 2024-08-29 09:20:02.840 | Attempting uninstall: bcrypt 2024-08-29 09:20:02.842 | Found existing installation: bcrypt 3.2.0 2024-08-29 09:20:02.843 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:02.843 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-08-29 09:20:02.864 | Attempting uninstall: attrs 2024-08-29 09:20:02.866 | Found existing installation: attrs 21.2.0 2024-08-29 09:20:02.867 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:02.867 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-08-29 09:20:03.915 | Attempting uninstall: jsonschema 2024-08-29 09:20:03.916 | Found existing installation: jsonschema 3.2.0 2024-08-29 09:20:03.918 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:03.919 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-08-29 09:20:03.979 | Attempting uninstall: Jinja2 2024-08-29 09:20:03.982 | Found existing installation: Jinja2 3.0.3 2024-08-29 09:20:03.982 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:03.982 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-08-29 09:20:04.584 | Attempting uninstall: cryptography 2024-08-29 09:20:04.585 | Found existing installation: cryptography 3.4.8 2024-08-29 09:20:04.586 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:04.587 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-08-29 09:20:04.914 | Attempting uninstall: pyOpenSSL 2024-08-29 09:20:04.915 | Found existing installation: pyOpenSSL 21.0.0 2024-08-29 09:20:04.918 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:04.919 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-08-29 09:20:05.757 | Running setup.py develop for keystone 2024-08-29 09:20:06.727 | 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 09:20:06.727 | 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 09:20:06.939 | + inc/python:pip_install:196 : result=0 2024-08-29 09:20:06.941 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:20:06.943 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:06.945 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:06.946 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:06.948 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:06.950 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:06.952 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:20:06.953 | + functions-common:time_stop:2442 : start_time=1724923193913 2024-08-29 09:20:06.955 | + functions-common:time_stop:2444 : [[ -z 1724923193913 ]] 2024-08-29 09:20:06.957 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:06.960 | + functions-common:time_stop:2447 : end_time=1724923206959 2024-08-29 09:20:06.962 | + functions-common:time_stop:2448 : elapsed_time=13046 2024-08-29 09:20:06.964 | + functions-common:time_stop:2449 : total=22450 2024-08-29 09:20:06.966 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:06.967 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35496 2024-08-29 09:20:06.969 | + inc/python:pip_install:199 : return 0 2024-08-29 09:20:06.971 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 09:20:06.973 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 09:20:06.975 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 09:20:06.989 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-29 09:20:06.998 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-08-29 09:20:07.000 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-08-29 09:20:07.002 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:20:07.003 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:20:07.005 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-08-29 09:20:07.007 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:20:07.009 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-08-29 09:20:07.021 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:07.023 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-08-29 09:20:07.025 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 09:20:07.027 | + stack.sh:main:908 : configure_keystone 2024-08-29 09:20:07.028 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-08-29 09:20:07.038 | + 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 09:20:07.040 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-08-29 09:20:07.043 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-08-29 09:20:07.055 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:07.056 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-08-29 09:20:07.080 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-08-29 09:20:07.102 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-08-29 09:20:07.126 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-08-29 09:20:07.150 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-08-29 09:20:07.174 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-08-29 09:20:07.198 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-08-29 09:20:07.220 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-08-29 09:20:07.242 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-08-29 09:20:07.244 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-08-29 09:20:07.246 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-08-29 09:20:07.247 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-08-29 09:20:07.249 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 09:20:07.251 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 09:20:07.262 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:07.265 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 09:20:07.267 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 09:20:07.269 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 09:20:07.281 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:07.282 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 09:20:07.285 | + 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 09:20:07.309 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 09:20:07.311 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 09:20:07.313 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-08-29 09:20:07.315 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-08-29 09:20:07.327 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:07.329 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-08-29 09:20:07.353 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-08-29 09:20:07.355 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-08-29 09:20:07.380 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-08-29 09:20:07.382 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-08-29 09:20:07.384 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-08-29 09:20:07.386 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-08-29 09:20:07.387 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:20:07.389 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:20:07.391 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-29 09:20:07.393 | + 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 09:20:07.417 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-08-29 09:20:07.419 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-08-29 09:20:07.421 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-08-29 09:20:07.423 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-08-29 09:20:07.425 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 09:20:07.438 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 09:20:07.439 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 09:20:07.441 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 09:20:07.443 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 09:20:07.445 | + 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 09:20:07.467 | + 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 09:20:07.489 | + 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 09:20:07.512 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 09:20:07.534 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-08-29 09:20:07.556 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-08-29 09:20:07.558 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-08-29 09:20:07.560 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-08-29 09:20:07.562 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-08-29 09:20:07.564 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-08-29 09:20:07.565 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 09:20:07.567 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 09:20:07.570 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-08-29 09:20:07.573 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-08-29 09:20:07.574 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 09:20:07.576 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 09:20:07.585 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 09:20:07.585 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:20:07.591 | d /var/run/uwsgi 0755 stack root 2024-08-29 09:20:07.594 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:20:07.602 | /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 09:20:07.605 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-08-29 09:20:07.607 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-08-29 09:20:07.610 | + 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 09:20:07.633 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-08-29 09:20:07.655 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-08-29 09:20:07.677 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-08-29 09:20:07.698 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-08-29 09:20:07.720 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-08-29 09:20:07.741 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-08-29 09:20:07.764 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-08-29 09:20:07.789 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-08-29 09:20:07.812 | + 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 09:20:07.834 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-08-29 09:20:07.858 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-08-29 09:20:07.881 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-08-29 09:20:07.903 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 09:20:07.905 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 09:20:07.907 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-08-29 09:20:07.909 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-08-29 09:20:07.911 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 09:20:07.913 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:07.915 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:07.917 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 09:20:07.919 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 09:20:07.921 | + 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 09:20:07.944 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-08-29 09:20:07.968 | + 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 09:20:07.968 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-29 09:20:07.974 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-08-29 09:20:07.977 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-08-29 09:20:07.979 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-08-29 09:20:07.981 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 09:20:07.983 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 09:20:07.985 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 09:20:07.986 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:07.988 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:07.990 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 09:20:07.992 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 09:20:07.994 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:07.995 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:07.997 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-08-29 09:20:08.029 | Enabling site keystone-wsgi-public. 2024-08-29 09:20:08.033 | To activate the new configuration, you need to run: 2024-08-29 09:20:08.033 | systemctl reload apache2 2024-08-29 09:20:08.036 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 09:20:08.038 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 09:20:08.040 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:20:08.042 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 09:20:08.133 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-08-29 09:20:08.159 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-08-29 09:20:08.184 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-08-29 09:20:08.210 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-08-29 09:20:08.212 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-08-29 09:20:08.237 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-08-29 09:20:08.260 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-08-29 09:20:08.283 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-08-29 09:20:08.309 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-29 09:20:08.311 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-29 09:20:08.312 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-08-29 09:20:08.335 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-08-29 09:20:08.359 | + stack.sh:main:912 : is_service_enabled swift 2024-08-29 09:20:08.372 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:08.374 | + stack.sh:main:926 : is_service_enabled g-api n-api 2024-08-29 09:20:08.387 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:08.389 | + stack.sh:main:928 : stack_install_service glance 2024-08-29 09:20:08.390 | + lib/stack:stack_install_service:20 : local service=glance 2024-08-29 09:20:08.392 | + lib/stack:stack_install_service:21 : type install_glance 2024-08-29 09:20:08.394 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 09:20:08.396 | + lib/stack:stack_install_service:32 : install_glance 2024-08-29 09:20:08.398 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-08-29 09:20:08.400 | + lib/glance:install_glance:511 : local glance_store_extras 2024-08-29 09:20:08.402 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-08-29 09:20:08.414 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:08.416 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-08-29 09:20:08.418 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-08-29 09:20:08.430 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:08.432 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-08-29 09:20:08.434 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-08-29 09:20:08.436 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:20:08.438 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:20:08.440 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-08-29 09:20:08.441 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:20:08.444 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-08-29 09:20:08.446 | ++ inc/python:join_extras:29 : local IFS=, 2024-08-29 09:20:08.447 | ++ inc/python:join_extras:30 : echo cinder 2024-08-29 09:20:08.450 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-08-29 09:20:08.452 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-08-29 09:20:08.454 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-08-29 09:20:08.456 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-08-29 09:20:08.458 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-08-29 09:20:08.460 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-08-29 09:20:08.462 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-08-29 09:20:08.466 | +++ 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 09:20:08.466 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-08-29 09:20:08.470 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-08-29 09:20:08.472 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-08-29 09:20:08.473 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-08-29 09:20:08.476 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-08-29 09:20:08.478 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-08-29 09:20:08.494 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-08-29 09:20:08.496 | + 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 09:20:09.610 | Collecting glance-store[cinder]!=0.29.0 2024-08-29 09:20:09.615 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-08-29 09:20:09.652 | 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 09:20:09.652 | 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 09:20:09.653 | 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 09:20:09.653 | 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 09:20:09.657 | 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 09:20:09.657 | 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 09:20:09.657 | 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 09:20:09.657 | 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 09:20:09.657 | 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 09:20:09.657 | 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 09:20:09.658 | 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 09:20:09.786 | Collecting oslo.rootwrap>=5.8.0 2024-08-29 09:20:09.789 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-08-29 09:20:09.831 | Collecting oslo.privsep>=1.23.0 2024-08-29 09:20:09.833 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-08-29 09:20:09.881 | Collecting python-cinderclient>=4.1.0 2024-08-29 09:20:09.885 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-08-29 09:20:09.953 | Collecting os-brick>=6.2.2 2024-08-29 09:20:09.958 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-08-29 09:20:09.965 | 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 09:20:09.966 | 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 09:20:09.967 | 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 09:20:10.011 | 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 09:20:10.012 | 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 09:20:10.036 | 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 09:20:10.037 | 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 09:20:10.038 | 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 09:20:10.083 | Collecting os-win>=5.7.0 2024-08-29 09:20:10.088 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-08-29 09:20:10.092 | 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 09:20:10.096 | 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 09:20:10.096 | 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 09:20:10.099 | 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 09:20:10.104 | 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 09:20:10.122 | 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 09:20:10.123 | 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 09:20:10.124 | 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 09:20:10.125 | 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 09:20:10.134 | 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 09:20:10.135 | 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 09:20:10.142 | 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 09:20:10.148 | 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 09:20:10.149 | 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 09:20:10.150 | 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 09:20:10.158 | 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 09:20:10.175 | 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 09:20:10.176 | 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 09:20:10.177 | 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 09:20:10.178 | 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 09:20:10.220 | 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 09:20:10.230 | 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 09:20:10.310 | 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 09:20:10.312 | 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 09:20:10.326 | 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 09:20:10.328 | 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 09:20:10.329 | 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 09:20:10.330 | 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 09:20:10.331 | 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 09:20:10.332 | 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 09:20:10.351 | 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 09:20:10.430 | 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 09:20:10.459 | 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 09:20:10.996 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-08-29 09:20:11.773 | 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 09:20:11.773 | 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 09:20:11.880 | + inc/python:pip_install:196 : result=0 2024-08-29 09:20:11.882 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:20:11.884 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:11.886 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:11.888 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:11.890 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:11.892 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:11.894 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:20:11.896 | + functions-common:time_stop:2442 : start_time=1724923208490 2024-08-29 09:20:11.898 | + functions-common:time_stop:2444 : [[ -z 1724923208490 ]] 2024-08-29 09:20:11.900 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:11.903 | + functions-common:time_stop:2447 : end_time=1724923211901 2024-08-29 09:20:11.905 | + functions-common:time_stop:2448 : elapsed_time=3411 2024-08-29 09:20:11.907 | + functions-common:time_stop:2449 : total=35496 2024-08-29 09:20:11.909 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:11.911 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38907 2024-08-29 09:20:11.913 | + inc/python:pip_install:199 : return 0 2024-08-29 09:20:11.914 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-08-29 09:20:11.916 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-08-29 09:20:11.919 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-08-29 09:20:11.929 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-08-29 09:20:11.932 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-08-29 09:20:11.934 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-08-29 09:20:11.935 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-08-29 09:20:11.937 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 09:20:11.939 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 09:20:11.942 | ++ functions-common:git_clone:616 : pwd 2024-08-29 09:20:11.944 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:20:11.945 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:20:11.948 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:20:11.961 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:20:11.962 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 09:20:11.964 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 09:20:11.966 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:20:11.969 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 09:20:11.969 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:20:11.973 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-08-29 09:20:11.975 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 09:20:11.976 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-29 09:20:11.978 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:11.980 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:11.982 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:11.984 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:11.986 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:11.987 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:11.989 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:11.991 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:11.994 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:11.997 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923211995 2024-08-29 09:20:11.999 | + 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 09:20:12.002 | Cloning into '/opt/stack//glance'... 2024-08-29 09:20:14.255 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:14.257 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:14.259 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:14.261 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:14.263 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:14.265 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:14.266 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:14.268 | + functions-common:time_stop:2442 : start_time=1724923211995 2024-08-29 09:20:14.270 | + functions-common:time_stop:2444 : [[ -z 1724923211995 ]] 2024-08-29 09:20:14.272 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:14.275 | + functions-common:time_stop:2447 : end_time=1724923214273 2024-08-29 09:20:14.277 | + functions-common:time_stop:2448 : elapsed_time=2278 2024-08-29 09:20:14.279 | + functions-common:time_stop:2449 : total=9549 2024-08-29 09:20:14.281 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:14.282 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11827 2024-08-29 09:20:14.284 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-08-29 09:20:14.286 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 09:20:14.288 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:14.290 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:14.291 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:14.293 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:14.295 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:14.297 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:14.299 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:14.300 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:14.303 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:14.306 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923214304 2024-08-29 09:20:14.308 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 09:20:16.011 | From https://opendev.org/openstack/glance 2024-08-29 09:20:16.011 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 09:20:16.015 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:16.017 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:16.019 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:16.021 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:16.023 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:16.025 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:16.026 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:16.029 | + functions-common:time_stop:2442 : start_time=1724923214304 2024-08-29 09:20:16.030 | + functions-common:time_stop:2444 : [[ -z 1724923214304 ]] 2024-08-29 09:20:16.033 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:16.036 | + functions-common:time_stop:2447 : end_time=1724923216034 2024-08-29 09:20:16.037 | + functions-common:time_stop:2448 : elapsed_time=1730 2024-08-29 09:20:16.039 | + functions-common:time_stop:2449 : total=11827 2024-08-29 09:20:16.041 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:16.043 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13557 2024-08-29 09:20:16.045 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 09:20:16.046 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:16.048 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:16.050 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:16.052 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:16.054 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:16.055 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:16.057 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:16.059 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:16.062 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:16.064 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923216063 2024-08-29 09:20:16.066 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 09:20:16.133 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:20:16.133 | 2024-08-29 09:20:16.133 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:20:16.133 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:20:16.133 | state without impacting any branches by switching back to a branch. 2024-08-29 09:20:16.133 | 2024-08-29 09:20:16.133 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:20:16.133 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:20:16.133 | 2024-08-29 09:20:16.133 | git switch -c 2024-08-29 09:20:16.133 | 2024-08-29 09:20:16.133 | Or undo this operation with: 2024-08-29 09:20:16.133 | 2024-08-29 09:20:16.133 | git switch - 2024-08-29 09:20:16.133 | 2024-08-29 09:20:16.133 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:20:16.133 | 2024-08-29 09:20:16.133 | HEAD is now at 6a17e4e Fix LP#2054575 2024-08-29 09:20:16.136 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:16.138 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:16.140 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:16.142 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:16.143 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:16.145 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:16.147 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:16.149 | + functions-common:time_stop:2442 : start_time=1724923216063 2024-08-29 09:20:16.151 | + functions-common:time_stop:2444 : [[ -z 1724923216063 ]] 2024-08-29 09:20:16.153 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:16.156 | + functions-common:time_stop:2447 : end_time=1724923216154 2024-08-29 09:20:16.158 | + functions-common:time_stop:2448 : elapsed_time=91 2024-08-29 09:20:16.160 | + functions-common:time_stop:2449 : total=13557 2024-08-29 09:20:16.162 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:16.164 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13648 2024-08-29 09:20:16.166 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-08-29 09:20:16.176 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-08-29 09:20:16.179 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 09:20:16.179 | + functions-common:git_clone:696 : head -1 2024-08-29 09:20:16.184 | 6a17e4e Fix LP#2054575 2024-08-29 09:20:16.186 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:20:16.188 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-08-29 09:20:16.190 | + inc/python:setup_develop:334 : local bindep 2024-08-29 09:20:16.192 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-08-29 09:20:16.194 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-08-29 09:20:16.196 | + inc/python:setup_develop:340 : local extras= 2024-08-29 09:20:16.198 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-08-29 09:20:16.200 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 09:20:16.202 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-08-29 09:20:16.204 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-08-29 09:20:16.206 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 09:20:16.208 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 09:20:16.210 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-08-29 09:20:16.212 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 09:20:16.215 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-08-29 09:20:16.216 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 09:20:16.218 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 09:20:16.221 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-08-29 09:20:16.225 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-08-29 09:20:16.227 | + 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 09:20:16.542 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-08-29 09:20:16.544 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 09:20:16.546 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 09:20:16.548 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 09:20:16.550 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-08-29 09:20:16.552 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-08-29 09:20:16.553 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 09:20:16.555 | + inc/python:setup_package:424 : local extras= 2024-08-29 09:20:16.557 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 09:20:16.559 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 09:20:16.561 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 09:20:16.563 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 09:20:16.565 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 09:20:16.567 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-08-29 09:20:16.583 | Using python 3.10 to install /opt/stack/glance 2024-08-29 09:20:16.584 | + 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 09:20:17.500 | Obtaining file:///opt/stack/glance 2024-08-29 09:20:17.501 | Preparing metadata (setup.py): started 2024-08-29 09:20:17.907 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 09:20:17.966 | 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 09:20:17.966 | 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 09:20:17.967 | 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 09:20:17.968 | 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 09:20:17.968 | 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 09:20:18.147 | Collecting WSME>=0.8.0 2024-08-29 09:20:18.150 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-08-29 09:20:18.153 | 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 09:20:18.153 | 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 09:20:18.461 | Collecting castellan>=0.17.0 2024-08-29 09:20:18.464 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-08-29 09:20:18.466 | 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 09:20:18.574 | Collecting cursive>=0.2.1 2024-08-29 09:20:18.577 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-08-29 09:20:18.579 | 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 09:20:18.579 | 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 09:20:18.582 | 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 09:20:18.582 | 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 09:20:18.582 | 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 09:20:18.608 | Collecting httplib2>=0.9.1 2024-08-29 09:20:18.610 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-08-29 09:20:18.612 | 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 09:20:18.613 | 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 09:20:18.613 | 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 09:20:18.616 | 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 09:20:18.616 | 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 09:20:18.616 | 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 09:20:18.616 | 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 09:20:18.620 | 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 09:20:18.620 | 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 09:20:18.620 | 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 09:20:18.730 | Collecting oslo.limit>=1.6.0 2024-08-29 09:20:18.732 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-08-29 09:20:18.734 | 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 09:20:18.735 | 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 09:20:18.736 | 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 09:20:18.737 | 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 09:20:18.861 | Collecting oslo.reports>=1.18.0 2024-08-29 09:20:18.863 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-08-29 09:20:18.866 | 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 09:20:18.867 | 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 09:20:18.867 | 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 09:20:18.868 | 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 09:20:18.869 | 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 09:20:18.870 | 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 09:20:18.887 | Collecting retrying!=1.3.0,>=1.2.3 2024-08-29 09:20:18.888 | Using cached retrying-1.3.3-py3-none-any.whl 2024-08-29 09:20:18.893 | 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 09:20:18.894 | 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 09:20:19.052 | Collecting taskflow>=4.0.0 2024-08-29 09:20:19.058 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-08-29 09:20:19.069 | 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 09:20:19.079 | 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 09:20:19.108 | Collecting python-barbicanclient>=4.5.2 2024-08-29 09:20:19.110 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-08-29 09:20:19.130 | 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 09:20:19.136 | 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 09:20:19.146 | 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 09:20:19.152 | 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 09:20:19.153 | 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 09:20:19.154 | 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 09:20:19.192 | 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 09:20:19.212 | 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 09:20:19.213 | 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 09:20:19.237 | 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 09:20:19.260 | 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 09:20:19.262 | 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 09:20:19.275 | 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 09:20:19.294 | 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 09:20:19.296 | 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 09:20:19.296 | 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 09:20:19.321 | 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 09:20:19.321 | 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 09:20:19.326 | 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 09:20:19.386 | Collecting openstacksdk>=0.31.1 2024-08-29 09:20:19.400 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-08-29 09:20:19.436 | 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 09:20:19.437 | 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 09:20:19.461 | 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 09:20:19.462 | 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 09:20:19.463 | 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 09:20:19.463 | 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 09:20:19.465 | 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 09:20:19.475 | 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 09:20:19.476 | 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 09:20:19.477 | 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 09:20:19.663 | Collecting psutil>=3.2.2 2024-08-29 09:20:19.667 | 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 09:20:19.686 | 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 09:20:19.687 | 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 09:20:19.688 | 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 09:20:19.744 | 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 09:20:19.765 | 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 09:20:19.803 | 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 09:20:19.905 | 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 09:20:20.023 | Collecting automaton>=1.9.0 2024-08-29 09:20:20.025 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-08-29 09:20:20.069 | Collecting networkx>=2.1.0 2024-08-29 09:20:20.082 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-08-29 09:20:20.115 | Collecting pydot>=1.2.4 2024-08-29 09:20:20.117 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-08-29 09:20:20.155 | Collecting simplegeneric 2024-08-29 09:20:20.155 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-08-29 09:20:20.165 | 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 09:20:20.225 | 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 09:20:20.264 | 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 09:20:20.361 | Collecting appdirs>=1.3.0 2024-08-29 09:20:20.363 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-08-29 09:20:20.365 | 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 09:20:20.382 | Collecting requestsexceptions>=1.2.0 2024-08-29 09:20:20.387 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-08-29 09:20:20.407 | Collecting jmespath>=0.9.0 2024-08-29 09:20:20.410 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-08-29 09:20:20.412 | 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 09:20:20.412 | 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 09:20:20.455 | 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 09:20:20.466 | 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 09:20:20.483 | 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 09:20:20.484 | 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 09:20:20.616 | Collecting cliff!=2.9.0,>=2.8.0 2024-08-29 09:20:20.618 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-29 09:20:20.677 | 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 09:20:20.678 | 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 09:20:20.679 | 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 09:20:20.680 | 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 09:20:20.713 | 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 09:20:20.763 | 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 09:20:20.875 | Collecting autopage>=0.4.0 2024-08-29 09:20:20.878 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-29 09:20:20.957 | Collecting importlib-metadata>=4.4 2024-08-29 09:20:20.960 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-29 09:20:21.019 | Collecting cmd2>=1.0.0 2024-08-29 09:20:21.024 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-29 09:20:21.270 | 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 09:20:21.349 | Collecting zipp>=0.5 2024-08-29 09:20:21.350 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-29 09:20:21.816 | 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 09:20:21.844 | Attempting uninstall: zipp 2024-08-29 09:20:21.846 | Found existing installation: zipp 1.0.0 2024-08-29 09:20:21.847 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:21.847 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-08-29 09:20:23.022 | Attempting uninstall: httplib2 2024-08-29 09:20:23.024 | Found existing installation: httplib2 0.20.2 2024-08-29 09:20:23.025 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:23.025 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-08-29 09:20:23.049 | Attempting uninstall: cmd2 2024-08-29 09:20:23.050 | Found existing installation: cmd2 0.0.0 2024-08-29 09:20:23.052 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:23.053 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-08-29 09:20:23.125 | Attempting uninstall: autopage 2024-08-29 09:20:23.128 | Found existing installation: autopage 0.4.0 2024-08-29 09:20:23.128 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:23.128 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-08-29 09:20:23.152 | Attempting uninstall: importlib-metadata 2024-08-29 09:20:23.153 | Found existing installation: importlib-metadata 4.6.4 2024-08-29 09:20:23.154 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:23.155 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-08-29 09:20:24.202 | Attempting uninstall: cliff 2024-08-29 09:20:24.203 | Found existing installation: cliff 3.10.0 2024-08-29 09:20:24.204 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:24.205 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-08-29 09:20:24.746 | Running setup.py develop for glance 2024-08-29 09:20:25.695 | 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 09:20:25.696 | 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 09:20:25.837 | + inc/python:pip_install:196 : result=0 2024-08-29 09:20:25.839 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:20:25.841 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:25.843 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:25.845 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:25.846 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:25.848 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:25.850 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:20:25.852 | + functions-common:time_stop:2442 : start_time=1724923216579 2024-08-29 09:20:25.854 | + functions-common:time_stop:2444 : [[ -z 1724923216579 ]] 2024-08-29 09:20:25.857 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:25.859 | + functions-common:time_stop:2447 : end_time=1724923225857 2024-08-29 09:20:25.861 | + functions-common:time_stop:2448 : elapsed_time=9278 2024-08-29 09:20:25.863 | + functions-common:time_stop:2449 : total=38907 2024-08-29 09:20:25.864 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:25.866 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=48185 2024-08-29 09:20:25.868 | + inc/python:pip_install:199 : return 0 2024-08-29 09:20:25.870 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 09:20:25.872 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 09:20:25.874 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 09:20:25.888 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-08-29 09:20:25.897 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-08-29 09:20:25.899 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-08-29 09:20:25.901 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:20:25.902 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:20:25.904 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-08-29 09:20:25.906 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:20:25.908 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 09:20:25.910 | + stack.sh:main:929 : configure_glance 2024-08-29 09:20:25.912 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-08-29 09:20:25.921 | + lib/glance:configure_glance:326 : local dburl 2024-08-29 09:20:25.923 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-08-29 09:20:25.925 | ++ lib/database:database_connection_url:134 : local db=glance 2024-08-29 09:20:25.927 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-08-29 09:20:25.929 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-08-29 09:20:25.930 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:20:25.932 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:20:25.934 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-29 09:20:25.936 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-29 09:20:25.938 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-08-29 09:20:25.962 | + 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 09:20:25.985 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-08-29 09:20:26.006 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-29 09:20:26.029 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-08-29 09:20:26.053 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-08-29 09:20:26.077 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-08-29 09:20:26.079 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-08-29 09:20:26.081 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-08-29 09:20:26.083 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 09:20:26.085 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-08-29 09:20:26.108 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-08-29 09:20:26.130 | + 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 09:20:26.152 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-08-29 09:20:26.174 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-08-29 09:20:26.196 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-08-29 09:20:26.218 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-08-29 09:20:26.241 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-08-29 09:20:26.263 | + 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 09:20:26.286 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 09:20:26.309 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-08-29 09:20:26.333 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-08-29 09:20:26.335 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-08-29 09:20:26.337 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-08-29 09:20:26.339 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 09:20:26.341 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 09:20:26.343 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 09:20:26.355 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:26.357 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 09:20:26.359 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 09:20:26.361 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 09:20:26.373 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:26.375 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 09:20:26.377 | + 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 09:20:26.399 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 09:20:26.401 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 09:20:26.403 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-08-29 09:20:26.405 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-08-29 09:20:26.428 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-08-29 09:20:26.450 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-08-29 09:20:26.452 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-08-29 09:20:26.454 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-08-29 09:20:26.456 | + lib/glance:configure_glance_store:254 : local be 2024-08-29 09:20:26.458 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-08-29 09:20:26.459 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-08-29 09:20:26.461 | + 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 09:20:26.486 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-08-29 09:20:26.488 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-08-29 09:20:26.512 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-08-29 09:20:26.514 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-08-29 09:20:26.526 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:26.528 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-08-29 09:20:26.551 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-08-29 09:20:26.564 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:26.566 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-08-29 09:20:26.568 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-08-29 09:20:26.570 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-08-29 09:20:26.573 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 09:20:26.586 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 09:20:26.588 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 09:20:26.590 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 09:20:26.592 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 09:20:26.593 | + 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 09:20:26.616 | + 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 09:20:26.639 | + 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 09:20:26.662 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 09:20:26.684 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-08-29 09:20:26.687 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-08-29 09:20:26.711 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-08-29 09:20:26.734 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-29 09:20:26.757 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-08-29 09:20:26.779 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-08-29 09:20:26.801 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-08-29 09:20:26.823 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-08-29 09:20:26.846 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-29 09:20:26.871 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-08-29 09:20:26.895 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-08-29 09:20:26.919 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-08-29 09:20:26.942 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-08-29 09:20:26.945 | + 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 09:20:26.950 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-08-29 09:20:26.962 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:26.964 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-08-29 09:20:26.965 | + 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 09:20:26.967 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-08-29 09:20:26.969 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-08-29 09:20:26.971 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-08-29 09:20:26.973 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-08-29 09:20:26.976 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-08-29 09:20:26.977 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-08-29 09:20:26.980 | + 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 09:20:27.004 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-08-29 09:20:27.006 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-08-29 09:20:27.008 | ++ functions:get_random_port:848 : true 2024-08-29 09:20:27.009 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-08-29 09:20:27.011 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-08-29 09:20:27.013 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-08-29 09:20:27.058 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-08-29 09:20:27.060 | ++ functions:get_random_port:852 : break 2 2024-08-29 09:20:27.061 | ++ functions:get_random_port:856 : echo 60999 2024-08-29 09:20:27.064 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-08-29 09:20:27.066 | + 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 09:20:27.088 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-08-29 09:20:27.110 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-08-29 09:20:27.132 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-08-29 09:20:27.154 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 09:20:27.176 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-08-29 09:20:27.197 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-08-29 09:20:27.220 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-08-29 09:20:27.242 | + 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 09:20:27.264 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 09:20:27.286 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 09:20:27.308 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 09:20:27.330 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-08-29 09:20:27.352 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 09:20:27.374 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-08-29 09:20:27.395 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-08-29 09:20:27.417 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-08-29 09:20:27.439 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-08-29 09:20:27.460 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-08-29 09:20:27.482 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-08-29 09:20:27.485 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-08-29 09:20:27.488 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 09:20:27.491 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:27.494 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:27.496 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-08-29 09:20:27.498 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-08-29 09:20:27.538 | proxy (enabled by site administrator) 2024-08-29 09:20:27.540 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-08-29 09:20:27.542 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-08-29 09:20:27.544 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 09:20:27.546 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:27.548 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:27.550 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-08-29 09:20:27.551 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-08-29 09:20:27.579 | No module matches proxy_http 2024-08-29 09:20:27.581 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-08-29 09:20:27.613 | Considering dependency proxy for proxy_http: 2024-08-29 09:20:27.613 | Module proxy already enabled 2024-08-29 09:20:27.613 | Enabling module proxy_http. 2024-08-29 09:20:27.617 | To activate the new configuration, you need to run: 2024-08-29 09:20:27.617 | systemctl restart apache2 2024-08-29 09:20:27.620 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-08-29 09:20:27.621 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 09:20:27.623 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:20:27.625 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 09:20:27.717 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-08-29 09:20:27.720 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-08-29 09:20:27.722 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-08-29 09:20:27.723 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 09:20:27.725 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:27.727 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:27.729 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 09:20:27.731 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 09:20:27.733 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-08-29 09:20:27.733 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 09:20:27.740 | KeepAlive Off 2024-08-29 09:20:27.743 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 09:20:27.744 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-08-29 09:20:27.750 | SetEnv proxy-sendchunked 1 2024-08-29 09:20:27.753 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-08-29 09:20:27.753 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-29 09:20:27.759 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-08-29 09:20:27.762 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-08-29 09:20:27.764 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-08-29 09:20:27.765 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 09:20:27.767 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 09:20:27.769 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 09:20:27.771 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:27.772 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:27.774 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 09:20:27.776 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 09:20:27.777 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:27.779 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:27.781 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-08-29 09:20:27.813 | Enabling site glance-wsgi-api. 2024-08-29 09:20:27.816 | To activate the new configuration, you need to run: 2024-08-29 09:20:27.817 | systemctl reload apache2 2024-08-29 09:20:27.819 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-08-29 09:20:27.821 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 09:20:27.823 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:20:27.825 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 09:20:27.926 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-08-29 09:20:27.930 | + 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 09:20:27.954 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-29 09:20:27.956 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-29 09:20:27.958 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-08-29 09:20:27.983 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-08-29 09:20:28.006 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-08-29 09:20:28.029 | + stack.sh:main:932 : is_service_enabled cinder 2024-08-29 09:20:28.042 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:28.044 | + stack.sh:main:934 : stack_install_service cinder 2024-08-29 09:20:28.045 | + lib/stack:stack_install_service:20 : local service=cinder 2024-08-29 09:20:28.047 | + lib/stack:stack_install_service:21 : type install_cinder 2024-08-29 09:20:28.049 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 09:20:28.051 | + lib/stack:stack_install_service:32 : install_cinder 2024-08-29 09:20:28.053 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-08-29 09:20:28.055 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-08-29 09:20:28.057 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-08-29 09:20:28.059 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 09:20:28.060 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 09:20:28.062 | ++ functions-common:git_clone:616 : pwd 2024-08-29 09:20:28.065 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:20:28.066 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:20:28.069 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:20:28.081 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:20:28.083 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 09:20:28.085 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 09:20:28.087 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:20:28.089 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 09:20:28.090 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:20:28.093 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-08-29 09:20:28.095 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 09:20:28.097 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-29 09:20:28.099 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:28.101 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:28.102 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:28.104 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:28.106 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:28.107 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:28.109 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:28.111 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:28.113 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:28.116 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923228114 2024-08-29 09:20:28.118 | + 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 09:20:28.120 | Cloning into '/opt/stack//cinder'... 2024-08-29 09:20:31.161 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:31.162 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:31.164 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:31.166 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:31.168 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:31.169 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:31.171 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:31.173 | + functions-common:time_stop:2442 : start_time=1724923228114 2024-08-29 09:20:31.174 | + functions-common:time_stop:2444 : [[ -z 1724923228114 ]] 2024-08-29 09:20:31.177 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:31.180 | + functions-common:time_stop:2447 : end_time=1724923231178 2024-08-29 09:20:31.182 | + functions-common:time_stop:2448 : elapsed_time=3064 2024-08-29 09:20:31.183 | + functions-common:time_stop:2449 : total=13648 2024-08-29 09:20:31.185 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:31.187 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16712 2024-08-29 09:20:31.189 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-08-29 09:20:31.190 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 09:20:31.192 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:31.194 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:31.195 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:31.197 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:31.199 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:31.201 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:31.203 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:31.204 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:31.207 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:31.210 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923231207 2024-08-29 09:20:31.211 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 09:20:34.096 | From https://opendev.org/openstack/cinder 2024-08-29 09:20:34.097 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 09:20:34.101 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:34.103 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:34.105 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:34.106 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:34.108 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:34.110 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:34.111 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:34.113 | + functions-common:time_stop:2442 : start_time=1724923231207 2024-08-29 09:20:34.115 | + functions-common:time_stop:2444 : [[ -z 1724923231207 ]] 2024-08-29 09:20:34.117 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:34.120 | + functions-common:time_stop:2447 : end_time=1724923234118 2024-08-29 09:20:34.122 | + functions-common:time_stop:2448 : elapsed_time=2911 2024-08-29 09:20:34.124 | + functions-common:time_stop:2449 : total=16712 2024-08-29 09:20:34.125 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:34.127 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19623 2024-08-29 09:20:34.129 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 09:20:34.131 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:34.133 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:34.135 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:34.136 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:34.138 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:34.140 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:34.142 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:34.144 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:34.146 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:34.149 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923234147 2024-08-29 09:20:34.151 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 09:20:34.383 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:20:34.383 | 2024-08-29 09:20:34.383 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:20:34.383 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:20:34.383 | state without impacting any branches by switching back to a branch. 2024-08-29 09:20:34.383 | 2024-08-29 09:20:34.383 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:20:34.383 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:20:34.383 | 2024-08-29 09:20:34.383 | git switch -c 2024-08-29 09:20:34.383 | 2024-08-29 09:20:34.383 | Or undo this operation with: 2024-08-29 09:20:34.383 | 2024-08-29 09:20:34.383 | git switch - 2024-08-29 09:20:34.383 | 2024-08-29 09:20:34.383 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:20:34.383 | 2024-08-29 09:20:34.383 | HEAD is now at 418b541 Merge "[coordination] backend_url should be secret" into stable/2023.1 2024-08-29 09:20:34.387 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:34.389 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:34.391 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:34.393 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:34.394 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:34.396 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:34.398 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:34.400 | + functions-common:time_stop:2442 : start_time=1724923234147 2024-08-29 09:20:34.402 | + functions-common:time_stop:2444 : [[ -z 1724923234147 ]] 2024-08-29 09:20:34.404 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:34.407 | + functions-common:time_stop:2447 : end_time=1724923234405 2024-08-29 09:20:34.409 | + functions-common:time_stop:2448 : elapsed_time=258 2024-08-29 09:20:34.411 | + functions-common:time_stop:2449 : total=19623 2024-08-29 09:20:34.412 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:34.414 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19881 2024-08-29 09:20:34.416 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-08-29 09:20:34.426 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-08-29 09:20:34.429 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 09:20:34.429 | + functions-common:git_clone:696 : head -1 2024-08-29 09:20:34.432 | 418b541 Merge "[coordination] backend_url should be secret" into stable/2023.1 2024-08-29 09:20:34.434 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:20:34.436 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-08-29 09:20:34.438 | + inc/python:setup_develop:334 : local bindep 2024-08-29 09:20:34.440 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-29 09:20:34.442 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-08-29 09:20:34.444 | + inc/python:setup_develop:340 : local extras= 2024-08-29 09:20:34.446 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-08-29 09:20:34.447 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 09:20:34.449 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-29 09:20:34.451 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-08-29 09:20:34.453 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 09:20:34.455 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 09:20:34.458 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-08-29 09:20:34.459 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 09:20:34.462 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-08-29 09:20:34.464 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 09:20:34.465 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 09:20:34.467 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-08-29 09:20:34.472 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-08-29 09:20:34.474 | + 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 09:20:34.788 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-08-29 09:20:34.790 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 09:20:34.792 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 09:20:34.794 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 09:20:34.796 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-08-29 09:20:34.798 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-08-29 09:20:34.800 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 09:20:34.802 | + inc/python:setup_package:424 : local extras= 2024-08-29 09:20:34.804 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 09:20:34.806 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 09:20:34.807 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 09:20:34.810 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 09:20:34.811 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 09:20:34.813 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-08-29 09:20:34.830 | Using python 3.10 to install /opt/stack/cinder 2024-08-29 09:20:34.832 | + 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 09:20:35.779 | Obtaining file:///opt/stack/cinder 2024-08-29 09:20:35.779 | Preparing metadata (setup.py): started 2024-08-29 09:20:36.383 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 09:20:36.471 | 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 09:20:36.471 | 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 09:20:36.472 | 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 09:20:36.473 | 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 09:20:36.474 | 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 09:20:37.161 | Collecting boto3>=1.18.49 2024-08-29 09:20:37.166 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-08-29 09:20:37.169 | 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 09:20:37.170 | 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 09:20:37.170 | 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 09:20:37.170 | 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 09:20:37.171 | 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 09:20:37.280 | Collecting google-api-python-client>=1.11.0 2024-08-29 09:20:37.340 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-08-29 09:20:37.389 | 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 09:20:37.390 | 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 09:20:37.391 | 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 09:20:37.391 | 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 09:20:37.395 | 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 09:20:37.395 | 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 09:20:37.395 | 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 09:20:37.833 | Collecting lxml>=4.5.2 2024-08-29 09:20:37.885 | 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 09:20:37.955 | Collecting oauth2client>=4.1.3 2024-08-29 09:20:37.958 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-08-29 09:20:37.961 | 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 09:20:37.961 | 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 09:20:37.962 | 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 09:20:37.963 | 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 09:20:37.964 | 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 09:20:37.965 | 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 09:20:37.965 | 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 09:20:37.966 | 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 09:20:37.967 | 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 09:20:37.968 | 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 09:20:37.968 | 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 09:20:37.969 | 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 09:20:37.971 | 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 09:20:37.972 | 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 09:20:37.973 | 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 09:20:37.973 | 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 09:20:37.974 | 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 09:20:37.975 | 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 09:20:38.111 | Collecting oslo.versionedobjects>=2.4.0 2024-08-29 09:20:38.114 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-08-29 09:20:38.253 | Collecting oslo.vmware>=3.10.0 2024-08-29 09:20:38.258 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-08-29 09:20:38.262 | 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 09:20:38.263 | 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 09:20:38.315 | Collecting paramiko>=2.7.2 2024-08-29 09:20:38.318 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-08-29 09:20:38.321 | 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 09:20:38.322 | 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 09:20:38.324 | 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 09:20:38.324 | 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 09:20:38.366 | Collecting python-glanceclient>=3.2.2 2024-08-29 09:20:38.368 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-08-29 09:20:38.372 | 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 09:20:38.416 | Collecting python-novaclient>=17.2.1 2024-08-29 09:20:38.419 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-08-29 09:20:38.451 | Collecting python-swiftclient>=3.10.1 2024-08-29 09:20:38.453 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-08-29 09:20:38.455 | 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 09:20:38.457 | 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 09:20:38.475 | Collecting rtslib-fb>=2.1.74 2024-08-29 09:20:38.475 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-08-29 09:20:38.480 | 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 09:20:38.482 | 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 09:20:38.483 | 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 09:20:38.503 | Collecting tabulate>=0.8.7 2024-08-29 09:20:38.506 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-29 09:20:38.508 | 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 09:20:38.508 | 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 09:20:38.651 | Collecting tooz>=2.8.0 2024-08-29 09:20:38.653 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-08-29 09:20:38.747 | Collecting zstd>=1.4.5.1 2024-08-29 09:20:38.759 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-08-29 09:20:38.802 | Collecting s3transfer<0.7.0,>=0.6.0 2024-08-29 09:20:38.804 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-08-29 09:20:38.807 | 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 09:20:39.570 | Collecting botocore<1.28.0,>=1.27.89 2024-08-29 09:20:39.636 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-08-29 09:20:39.713 | 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 09:20:39.726 | 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 09:20:39.850 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-08-29 09:20:39.854 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-08-29 09:20:39.877 | Collecting uritemplate<5,>=3.0.1 2024-08-29 09:20:39.879 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-08-29 09:20:39.898 | Collecting google-auth-httplib2>=0.1.0 2024-08-29 09:20:39.899 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-08-29 09:20:40.000 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-08-29 09:20:40.002 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-08-29 09:20:40.031 | 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 09:20:40.051 | 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 09:20:40.052 | 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 09:20:40.077 | 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 09:20:40.101 | 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 09:20:40.102 | 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 09:20:40.141 | Collecting rsa>=3.1.4 2024-08-29 09:20:40.143 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-08-29 09:20:40.145 | 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 09:20:40.181 | Collecting pyasn1-modules>=0.0.5 2024-08-29 09:20:40.184 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-08-29 09:20:40.261 | 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 09:20:40.280 | 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 09:20:40.281 | 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 09:20:40.282 | 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 09:20:40.282 | 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 09:20:40.308 | 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 09:20:40.310 | 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 09:20:40.311 | 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 09:20:40.336 | 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 09:20:40.338 | 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 09:20:40.363 | 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 09:20:40.364 | 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 09:20:40.365 | 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 09:20:40.366 | 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 09:20:40.368 | 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 09:20:40.379 | 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 09:20:40.379 | 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 09:20:40.380 | 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 09:20:40.398 | 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 09:20:40.431 | 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 09:20:40.433 | 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 09:20:40.442 | 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 09:20:40.451 | 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 09:20:40.478 | 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 09:20:40.507 | Collecting suds-community>=0.6 2024-08-29 09:20:40.510 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-08-29 09:20:40.602 | Collecting pynacl>=1.0.1 2024-08-29 09:20:40.609 | 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 09:20:40.624 | 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 09:20:40.673 | 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 09:20:40.708 | Collecting warlock>=1.2.0 2024-08-29 09:20:40.710 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-08-29 09:20:40.712 | 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 09:20:40.712 | 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 09:20:40.778 | 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 09:20:40.779 | 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 09:20:40.780 | 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 09:20:40.793 | 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 09:20:40.823 | Collecting pyudev>=0.16.1 2024-08-29 09:20:40.826 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-08-29 09:20:40.917 | 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 09:20:40.917 | 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 09:20:40.972 | 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 09:20:40.972 | 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 09:20:40.973 | 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 09:20:41.047 | Collecting voluptuous>=0.8.9 2024-08-29 09:20:41.049 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-08-29 09:20:41.092 | 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 09:20:41.103 | 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 09:20:41.209 | 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 09:20:41.236 | 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 09:20:41.237 | 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 09:20:41.364 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-08-29 09:20:41.367 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-08-29 09:20:41.391 | 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 09:20:41.460 | 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 09:20:41.609 | 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 09:20:41.627 | 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 09:20:41.645 | 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 09:20:42.139 | 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 09:20:42.213 | 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 09:20:42.333 | 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 09:20:42.946 | 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 09:20:42.989 | Attempting uninstall: voluptuous 2024-08-29 09:20:42.991 | Found existing installation: voluptuous 0.12.2 2024-08-29 09:20:42.993 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:42.993 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-08-29 09:20:43.152 | Attempting uninstall: pyudev 2024-08-29 09:20:43.153 | Found existing installation: pyudev 0.22.0 2024-08-29 09:20:43.154 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:20:43.154 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-08-29 09:20:45.764 | Running setup.py develop for cinder 2024-08-29 09:20:46.677 | 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 09:20:46.677 | 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 09:20:46.908 | + inc/python:pip_install:196 : result=0 2024-08-29 09:20:46.910 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:20:46.912 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:46.914 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:46.916 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:46.918 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:46.920 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:46.921 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:20:46.923 | + functions-common:time_stop:2442 : start_time=1724923234826 2024-08-29 09:20:46.925 | + functions-common:time_stop:2444 : [[ -z 1724923234826 ]] 2024-08-29 09:20:46.927 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:46.930 | + functions-common:time_stop:2447 : end_time=1724923246928 2024-08-29 09:20:46.932 | + functions-common:time_stop:2448 : elapsed_time=12102 2024-08-29 09:20:46.934 | + functions-common:time_stop:2449 : total=48185 2024-08-29 09:20:46.936 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:46.937 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=60287 2024-08-29 09:20:46.939 | + inc/python:pip_install:199 : return 0 2024-08-29 09:20:46.941 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 09:20:46.943 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 09:20:46.945 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 09:20:46.960 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-29 09:20:46.969 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-08-29 09:20:46.971 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-08-29 09:20:46.973 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:20:46.975 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:20:46.977 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-08-29 09:20:46.978 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:20:46.980 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-08-29 09:20:46.982 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-08-29 09:20:46.984 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-08-29 09:20:46.986 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:46.988 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:46.990 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-08-29 09:20:46.999 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-08-29 09:20:47.001 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 09:20:47.003 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 09:20:47.005 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 09:20:47.007 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 09:20:47.009 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 09:20:47.010 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 09:20:47.013 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:47.015 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:47.017 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 09:20:47.019 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 09:20:47.020 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 09:20:47.022 | + functions-common:apt_get_update:1186 : return 2024-08-29 09:20:47.024 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-08-29 09:20:47.026 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 09:20:47.028 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:47.030 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:47.032 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-08-29 09:20:47.048 | + 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 09:20:47.108 | Reading package lists... 2024-08-29 09:20:47.306 | Building dependency tree... 2024-08-29 09:20:47.308 | Reading state information... 2024-08-29 09:20:47.507 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-08-29 09:20:47.507 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 09:20:47.511 | + functions-common:apt_get:1230 : result=0 2024-08-29 09:20:47.513 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 09:20:47.516 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:47.518 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:47.520 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:47.522 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:47.524 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:47.526 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 09:20:47.528 | + functions-common:time_stop:2442 : start_time=1724923247046 2024-08-29 09:20:47.530 | + functions-common:time_stop:2444 : [[ -z 1724923247046 ]] 2024-08-29 09:20:47.532 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:47.535 | + functions-common:time_stop:2447 : end_time=1724923247533 2024-08-29 09:20:47.537 | + functions-common:time_stop:2448 : elapsed_time=487 2024-08-29 09:20:47.539 | + functions-common:time_stop:2449 : total=2991 2024-08-29 09:20:47.541 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:47.543 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3478 2024-08-29 09:20:47.545 | + functions-common:apt_get:1234 : return 0 2024-08-29 09:20:47.547 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 09:20:47.550 | + stack.sh:main:935 : configure_cinder 2024-08-29 09:20:47.552 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-08-29 09:20:47.562 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-08-29 09:20:47.565 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-08-29 09:20:47.567 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-08-29 09:20:47.569 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-29 09:20:47.571 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-08-29 09:20:47.572 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-29 09:20:47.575 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-08-29 09:20:47.577 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-08-29 09:20:47.579 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-29 09:20:47.580 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-08-29 09:20:47.582 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-08-29 09:20:47.584 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-08-29 09:20:47.586 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-08-29 09:20:47.588 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-08-29 09:20:47.596 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-08-29 09:20:47.605 | + 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 09:20:47.614 | + 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 09:20:47.622 | + 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 09:20:47.631 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-29 09:20:47.634 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-29 09:20:47.636 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.8HivNpsWGm 2024-08-29 09:20:47.638 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-29 09:20:47.640 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-29 09:20:47.642 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-08-29 09:20:47.643 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.8HivNpsWGm 2024-08-29 09:20:47.646 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.8HivNpsWGm 2024-08-29 09:20:47.654 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.8HivNpsWGm /etc/sudoers.d/cinder-rootwrap 2024-08-29 09:20:47.664 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-08-29 09:20:47.667 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-29 09:20:47.668 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-29 09:20:47.670 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-29 09:20:47.672 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-29 09:20:47.673 | + 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 09:20:47.675 | + 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 09:20:47.677 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-08-29 09:20:47.679 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-08-29 09:20:47.682 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-08-29 09:20:47.685 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-08-29 09:20:47.699 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-08-29 09:20:47.713 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-08-29 09:20:47.727 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-08-29 09:20:47.741 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-08-29 09:20:47.755 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-08-29 09:20:47.769 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-08-29 09:20:47.782 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-08-29 09:20:47.796 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-08-29 09:20:47.798 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 09:20:47.800 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-08-29 09:20:47.802 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 09:20:47.804 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-08-29 09:20:47.828 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-08-29 09:20:47.850 | + 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 09:20:47.872 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-08-29 09:20:47.895 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-08-29 09:20:47.917 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-08-29 09:20:47.940 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-08-29 09:20:47.962 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-08-29 09:20:47.984 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 09:20:48.006 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 09:20:48.028 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-08-29 09:20:48.052 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-08-29 09:20:48.076 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-08-29 09:20:48.078 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-08-29 09:20:48.080 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-08-29 09:20:48.081 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-08-29 09:20:48.083 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:20:48.085 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:20:48.086 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-29 09:20:48.089 | + 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 09:20:48.114 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-08-29 09:20:48.136 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-08-29 09:20:48.159 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-08-29 09:20:48.181 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-08-29 09:20:48.204 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-08-29 09:20:48.227 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-08-29 09:20:48.251 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-08-29 09:20:48.274 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-08-29 09:20:48.300 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-08-29 09:20:48.317 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key b645059c21a4a98c8716ad1f1fe74f24 2024-08-29 09:20:48.340 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-08-29 09:20:48.342 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-08-29 09:20:48.365 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-08-29 09:20:48.388 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-08-29 09:20:48.410 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-08-29 09:20:48.433 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-08-29 09:20:48.445 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:48.447 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-08-29 09:20:48.449 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-08-29 09:20:48.451 | + lib/cinder:configure_cinder:330 : local default_name= 2024-08-29 09:20:48.453 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-08-29 09:20:48.455 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 09:20:48.456 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-08-29 09:20:48.458 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-08-29 09:20:48.460 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-08-29 09:20:48.462 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-08-29 09:20:48.464 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-08-29 09:20:48.466 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-08-29 09:20:48.496 | + 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 09:20:48.521 | + 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 09:20:48.544 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-08-29 09:20:48.566 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-08-29 09:20:48.589 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-08-29 09:20:48.591 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-08-29 09:20:48.593 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-08-29 09:20:48.595 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-08-29 09:20:48.617 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-08-29 09:20:48.619 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-08-29 09:20:48.642 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-08-29 09:20:48.644 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-08-29 09:20:48.645 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-08-29 09:20:48.647 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-08-29 09:20:48.670 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-08-29 09:20:48.672 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-08-29 09:20:48.674 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-08-29 09:20:48.686 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:48.688 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-08-29 09:20:48.700 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:48.702 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-08-29 09:20:48.715 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:48.717 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-08-29 09:20:48.719 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-08-29 09:20:48.720 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-08-29 09:20:48.722 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-08-29 09:20:48.724 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 09:20:48.726 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 09:20:48.728 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 09:20:48.740 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:48.742 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 09:20:48.744 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 09:20:48.746 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 09:20:48.758 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:48.760 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 09:20:48.762 | + 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 09:20:48.785 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 09:20:48.786 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 09:20:48.788 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-08-29 09:20:48.790 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-08-29 09:20:48.792 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 09:20:48.794 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 09:20:48.807 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 09:20:48.809 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 09:20:48.811 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 09:20:48.813 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 09:20:48.815 | + 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 09:20:48.838 | + 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 09:20:48.861 | + 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 09:20:48.884 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 09:20:48.907 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-08-29 09:20:48.920 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:48.922 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-08-29 09:20:48.924 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-08-29 09:20:48.926 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-08-29 09:20:48.928 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-08-29 09:20:48.930 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 09:20:48.931 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 09:20:48.934 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-08-29 09:20:48.937 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-08-29 09:20:48.939 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 09:20:48.941 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 09:20:48.951 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 09:20:48.951 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:20:48.957 | d /var/run/uwsgi 0755 stack root 2024-08-29 09:20:48.961 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:20:48.969 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-08-29 09:20:48.972 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-08-29 09:20:48.974 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-08-29 09:20:48.976 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-08-29 09:20:49.000 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-08-29 09:20:49.023 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-08-29 09:20:49.045 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-08-29 09:20:49.067 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 09:20:49.091 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 09:20:49.113 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-08-29 09:20:49.135 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-08-29 09:20:49.157 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-08-29 09:20:49.180 | + 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 09:20:49.202 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 09:20:49.225 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 09:20:49.247 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-08-29 09:20:49.269 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 09:20:49.271 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 09:20:49.273 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-08-29 09:20:49.275 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-08-29 09:20:49.277 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 09:20:49.279 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:49.280 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:49.282 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 09:20:49.284 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 09:20:49.286 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-08-29 09:20:49.310 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 09:20:49.333 | + 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 09:20:49.333 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-29 09:20:49.340 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-08-29 09:20:49.343 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-08-29 09:20:49.344 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-08-29 09:20:49.346 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 09:20:49.348 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 09:20:49.350 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 09:20:49.352 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:49.354 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:49.356 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 09:20:49.357 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 09:20:49.359 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:20:49.361 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:20:49.363 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-08-29 09:20:49.394 | Enabling site cinder-wsgi. 2024-08-29 09:20:49.398 | To activate the new configuration, you need to run: 2024-08-29 09:20:49.398 | systemctl reload apache2 2024-08-29 09:20:49.401 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 09:20:49.403 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 09:20:49.405 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:20:49.407 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 09:20:49.511 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-08-29 09:20:49.513 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-08-29 09:20:49.515 | + 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 09:20:49.541 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-08-29 09:20:49.566 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-08-29 09:20:49.590 | + 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 09:20:49.613 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-08-29 09:20:49.636 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-08-29 09:20:49.660 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-08-29 09:20:49.673 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:20:49.675 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-08-29 09:20:49.677 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-29 09:20:49.678 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 09:20:49.680 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-29 09:20:49.682 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-08-29 09:20:49.706 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-08-29 09:20:49.729 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-08-29 09:20:49.752 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-08-29 09:20:49.775 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-08-29 09:20:49.798 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-08-29 09:20:49.822 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-08-29 09:20:49.845 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-08-29 09:20:49.870 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-29 09:20:49.893 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-08-29 09:20:49.915 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-08-29 09:20:49.938 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-08-29 09:20:49.961 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-08-29 09:20:49.963 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-08-29 09:20:49.976 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:49.978 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-08-29 09:20:50.002 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-29 09:20:50.004 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-29 09:20:50.006 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-08-29 09:20:50.030 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-08-29 09:20:50.053 | + stack.sh:main:938 : is_service_enabled neutron 2024-08-29 09:20:50.067 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:20:50.069 | + stack.sh:main:940 : stack_install_service neutron 2024-08-29 09:20:50.071 | + lib/stack:stack_install_service:20 : local service=neutron 2024-08-29 09:20:50.073 | + lib/stack:stack_install_service:21 : type install_neutron 2024-08-29 09:20:50.075 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 09:20:50.077 | + lib/stack:stack_install_service:32 : install_neutron 2024-08-29 09:20:50.079 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-08-29 09:20:50.081 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-08-29 09:20:50.083 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:20:50.085 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:20:50.087 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-08-29 09:20:50.089 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:20:50.091 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-08-29 09:20:50.093 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-08-29 09:20:50.094 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-08-29 09:20:50.096 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 09:20:50.098 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 09:20:50.100 | ++ functions-common:git_clone:616 : pwd 2024-08-29 09:20:50.103 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:20:50.104 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:20:50.107 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:20:50.119 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:20:50.121 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 09:20:50.123 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 09:20:50.125 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:20:50.127 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 09:20:50.128 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:20:50.131 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-08-29 09:20:50.133 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 09:20:50.135 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-29 09:20:50.137 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:50.138 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:50.140 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:50.142 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:50.144 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:50.146 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:50.147 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:50.149 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:50.151 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:50.154 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923250152 2024-08-29 09:20:50.156 | + 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 09:20:50.158 | Cloning into '/opt/stack//neutron'... 2024-08-29 09:20:53.494 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:53.497 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:53.499 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:53.500 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:53.502 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:53.504 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:53.506 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:53.508 | + functions-common:time_stop:2442 : start_time=1724923250152 2024-08-29 09:20:53.510 | + functions-common:time_stop:2444 : [[ -z 1724923250152 ]] 2024-08-29 09:20:53.513 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:53.516 | + functions-common:time_stop:2447 : end_time=1724923253513 2024-08-29 09:20:53.517 | + functions-common:time_stop:2448 : elapsed_time=3361 2024-08-29 09:20:53.519 | + functions-common:time_stop:2449 : total=19881 2024-08-29 09:20:53.521 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:53.523 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23242 2024-08-29 09:20:53.524 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-08-29 09:20:53.526 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 09:20:53.528 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:53.530 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:53.532 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:53.534 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:53.535 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:53.537 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:53.539 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:53.541 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:53.543 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:53.546 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923253544 2024-08-29 09:20:53.548 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 09:20:56.330 | From https://opendev.org/openstack/neutron 2024-08-29 09:20:56.330 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 09:20:56.334 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:56.336 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:56.338 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:56.340 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:56.342 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:56.344 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:56.346 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:56.347 | + functions-common:time_stop:2442 : start_time=1724923253544 2024-08-29 09:20:56.349 | + functions-common:time_stop:2444 : [[ -z 1724923253544 ]] 2024-08-29 09:20:56.352 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:56.355 | + functions-common:time_stop:2447 : end_time=1724923256352 2024-08-29 09:20:56.356 | + functions-common:time_stop:2448 : elapsed_time=2808 2024-08-29 09:20:56.358 | + functions-common:time_stop:2449 : total=23242 2024-08-29 09:20:56.360 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:56.362 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26050 2024-08-29 09:20:56.363 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 09:20:56.365 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:20:56.367 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:20:56.369 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:20:56.371 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:20:56.372 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:20:56.374 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:20:56.376 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:20:56.378 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:20:56.380 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:20:56.383 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923256381 2024-08-29 09:20:56.385 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 09:20:56.637 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:20:56.637 | 2024-08-29 09:20:56.637 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:20:56.637 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:20:56.637 | state without impacting any branches by switching back to a branch. 2024-08-29 09:20:56.637 | 2024-08-29 09:20:56.637 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:20:56.637 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:20:56.637 | 2024-08-29 09:20:56.637 | git switch -c 2024-08-29 09:20:56.637 | 2024-08-29 09:20:56.637 | Or undo this operation with: 2024-08-29 09:20:56.637 | 2024-08-29 09:20:56.637 | git switch - 2024-08-29 09:20:56.637 | 2024-08-29 09:20:56.637 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:20:56.637 | 2024-08-29 09:20:56.637 | HEAD is now at 33f1d27 Merge "Get ips from system dns resolver without scope" into stable/2023.1 2024-08-29 09:20:56.640 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:20:56.642 | + functions-common:time_stop:2435 : local name 2024-08-29 09:20:56.644 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:20:56.646 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:20:56.648 | + functions-common:time_stop:2438 : local total 2024-08-29 09:20:56.650 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:20:56.652 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:20:56.654 | + functions-common:time_stop:2442 : start_time=1724923256381 2024-08-29 09:20:56.656 | + functions-common:time_stop:2444 : [[ -z 1724923256381 ]] 2024-08-29 09:20:56.658 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:20:56.661 | + functions-common:time_stop:2447 : end_time=1724923256659 2024-08-29 09:20:56.663 | + functions-common:time_stop:2448 : elapsed_time=278 2024-08-29 09:20:56.665 | + functions-common:time_stop:2449 : total=26050 2024-08-29 09:20:56.666 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:20:56.668 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26328 2024-08-29 09:20:56.670 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-08-29 09:20:56.680 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-08-29 09:20:56.682 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 09:20:56.682 | + functions-common:git_clone:696 : head -1 2024-08-29 09:20:56.684 | 33f1d27 Merge "Get ips from system dns resolver without scope" into stable/2023.1 2024-08-29 09:20:56.686 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:20:56.688 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-08-29 09:20:56.690 | + inc/python:setup_develop:334 : local bindep 2024-08-29 09:20:56.692 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-29 09:20:56.694 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-08-29 09:20:56.696 | + inc/python:setup_develop:340 : local extras= 2024-08-29 09:20:56.698 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-08-29 09:20:56.700 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 09:20:56.702 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-29 09:20:56.704 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-08-29 09:20:56.706 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 09:20:56.708 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 09:20:56.710 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-08-29 09:20:56.712 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 09:20:56.714 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-08-29 09:20:56.716 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 09:20:56.718 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 09:20:56.721 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-08-29 09:20:56.725 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-08-29 09:20:56.727 | + 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 09:20:57.046 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-08-29 09:20:57.048 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 09:20:57.050 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 09:20:57.052 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 09:20:57.054 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-08-29 09:20:57.056 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-08-29 09:20:57.059 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 09:20:57.060 | + inc/python:setup_package:424 : local extras= 2024-08-29 09:20:57.062 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 09:20:57.064 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 09:20:57.066 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 09:20:57.068 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 09:20:57.070 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 09:20:57.072 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-08-29 09:20:57.087 | Using python 3.10 to install /opt/stack/neutron 2024-08-29 09:20:57.089 | + 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 09:20:58.030 | Obtaining file:///opt/stack/neutron 2024-08-29 09:20:58.030 | Preparing metadata (setup.py): started 2024-08-29 09:20:58.622 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 09:20:58.695 | 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 09:20:58.698 | 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 09:20:58.698 | 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 09:20:58.698 | 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 09:20:58.698 | 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 09:20:58.698 | 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 09:20:58.699 | 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 09:20:58.700 | 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 09:20:58.700 | 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 09:20:58.701 | 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 09:20:58.702 | 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 09:20:58.702 | 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 09:20:58.703 | 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 09:20:58.704 | 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 09:20:58.705 | 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 09:20:58.705 | 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 09:20:58.914 | Collecting neutron-lib>=3.4.2 2024-08-29 09:20:58.921 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2024-08-29 09:20:58.929 | 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 09:20:59.046 | Collecting os-ken>=2.2.0 2024-08-29 09:20:59.062 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2024-08-29 09:20:59.190 | Collecting os-resource-classes>=1.1.0 2024-08-29 09:20:59.192 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-08-29 09:20:59.321 | Collecting os-vif>=3.1.0 2024-08-29 09:20:59.324 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-08-29 09:20:59.327 | 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 09:20:59.328 | 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 09:20:59.328 | 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 09:20:59.351 | 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 09:20:59.351 | 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 09:20:59.352 | 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 09:20:59.353 | 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 09:20:59.354 | 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 09:20:59.355 | 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 09:20:59.355 | 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 09:20:59.356 | 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 09:20:59.357 | 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 09:20:59.358 | 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 09:20:59.359 | 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 09:20:59.360 | 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 09:20:59.360 | 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 09:20:59.363 | 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 09:20:59.363 | 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 09:20:59.363 | 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 09:20:59.386 | Collecting ovs>=2.10.0 2024-08-29 09:20:59.386 | Using cached ovs-2.17.7-py3-none-any.whl 2024-08-29 09:20:59.437 | Collecting ovsdbapp>=2.2.1 2024-08-29 09:20:59.440 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-08-29 09:20:59.443 | 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 09:20:59.444 | 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 09:20:59.469 | Collecting pecan>=1.4.0 2024-08-29 09:20:59.470 | Using cached pecan-1.4.2-py3-none-any.whl 2024-08-29 09:20:59.474 | 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 09:20:59.475 | 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 09:20:59.505 | Collecting pyroute2>=0.7.3 2024-08-29 09:20:59.509 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-08-29 09:20:59.543 | Collecting python-designateclient>=2.7.0 2024-08-29 09:20:59.545 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-08-29 09:20:59.587 | Collecting python-neutronclient>=7.8.0 2024-08-29 09:20:59.592 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-08-29 09:20:59.599 | 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 09:20:59.599 | 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 09:20:59.600 | 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 09:20:59.602 | 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 09:20:59.602 | 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 09:20:59.607 | 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 09:20:59.610 | 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 09:20:59.615 | 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 09:20:59.616 | 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 09:20:59.617 | 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 09:20:59.624 | 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 09:20:59.627 | 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 09:20:59.652 | 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 09:20:59.653 | 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 09:20:59.677 | 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 09:20:59.678 | 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 09:20:59.815 | Collecting os-traits>=0.9.0 2024-08-29 09:20:59.818 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-08-29 09:20:59.904 | Collecting setproctitle>=1.1.10 2024-08-29 09:20:59.907 | 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 09:20:59.921 | 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 09:20:59.922 | 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 09:20:59.924 | 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 09:20:59.924 | 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 09:20:59.927 | 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 09:20:59.927 | 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 09:20:59.927 | 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 09:20:59.958 | Collecting ncclient>=0.6.13 2024-08-29 09:20:59.959 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-08-29 09:20:59.963 | 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 09:21:00.014 | 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 09:21:00.032 | 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 09:21:00.058 | 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 09:21:00.058 | 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 09:21:00.059 | 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 09:21:00.082 | 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 09:21:00.084 | 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 09:21:00.108 | 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 09:21:00.109 | 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 09:21:00.111 | 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 09:21:00.112 | 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 09:21:00.122 | 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 09:21:00.124 | 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 09:21:00.142 | 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 09:21:00.190 | 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 09:21:00.204 | 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 09:21:00.204 | 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 09:21:00.212 | 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 09:21:00.287 | Collecting sortedcontainers 2024-08-29 09:21:00.294 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-29 09:21:00.322 | 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 09:21:00.366 | Collecting logutils>=0.3 2024-08-29 09:21:00.366 | Using cached logutils-0.3.5-py3-none-any.whl 2024-08-29 09:21:00.415 | 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 09:21:00.449 | Collecting osc-lib>=1.8.0 2024-08-29 09:21:00.452 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-08-29 09:21:00.454 | 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 09:21:00.511 | Collecting os-client-config>=1.28.0 2024-08-29 09:21:00.513 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-08-29 09:21:00.704 | Collecting simplejson>=3.5.1 2024-08-29 09:21:00.707 | 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 09:21:00.736 | 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 09:21:00.737 | 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 09:21:00.738 | 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 09:21:00.739 | 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 09:21:00.751 | 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 09:21:00.872 | 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 09:21:00.897 | 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 09:21:00.945 | 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 09:21:00.968 | 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 09:21:00.969 | 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 09:21:00.970 | 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 09:21:01.126 | 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 09:21:01.126 | 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 09:21:01.213 | 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 09:21:01.213 | 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 09:21:01.282 | 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 09:21:01.297 | 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 09:21:01.484 | 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 09:21:01.486 | 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 09:21:01.529 | 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 09:21:01.689 | 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 09:21:01.720 | 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 09:21:01.763 | 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 09:21:02.437 | 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 09:21:02.437 | Attempting uninstall: sortedcontainers 2024-08-29 09:21:02.439 | Found existing installation: sortedcontainers 2.1.0 2024-08-29 09:21:02.440 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:21:02.441 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-08-29 09:21:02.842 | Attempting uninstall: ovs 2024-08-29 09:21:02.843 | Found existing installation: ovs 2.17.9 2024-08-29 09:21:02.844 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:21:02.845 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-08-29 09:21:05.161 | Running setup.py develop for neutron 2024-08-29 09:21:06.316 | 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 09:21:06.316 | 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 09:21:06.449 | + inc/python:pip_install:196 : result=0 2024-08-29 09:21:06.452 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:21:06.453 | + functions-common:time_stop:2435 : local name 2024-08-29 09:21:06.455 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:21:06.457 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:21:06.458 | + functions-common:time_stop:2438 : local total 2024-08-29 09:21:06.460 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:21:06.462 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:21:06.463 | + functions-common:time_stop:2442 : start_time=1724923257083 2024-08-29 09:21:06.465 | + functions-common:time_stop:2444 : [[ -z 1724923257083 ]] 2024-08-29 09:21:06.467 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:21:06.470 | + functions-common:time_stop:2447 : end_time=1724923266468 2024-08-29 09:21:06.472 | + functions-common:time_stop:2448 : elapsed_time=9385 2024-08-29 09:21:06.474 | + functions-common:time_stop:2449 : total=60287 2024-08-29 09:21:06.475 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:21:06.477 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=69672 2024-08-29 09:21:06.479 | + inc/python:pip_install:199 : return 0 2024-08-29 09:21:06.480 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 09:21:06.482 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 09:21:06.484 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 09:21:06.498 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-29 09:21:06.507 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-08-29 09:21:06.509 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-08-29 09:21:06.511 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:21:06.513 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:21:06.514 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-08-29 09:21:06.517 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:21:06.519 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-08-29 09:21:06.521 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 09:21:06.523 | + stack.sh:main:943 : is_service_enabled nova 2024-08-29 09:21:06.536 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:21:06.538 | + stack.sh:main:945 : stack_install_service nova 2024-08-29 09:21:06.540 | + lib/stack:stack_install_service:20 : local service=nova 2024-08-29 09:21:06.541 | + lib/stack:stack_install_service:21 : type install_nova 2024-08-29 09:21:06.544 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 09:21:06.546 | + lib/stack:stack_install_service:32 : install_nova 2024-08-29 09:21:06.548 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-08-29 09:21:06.550 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-08-29 09:21:06.551 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:21:06.553 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:21:06.555 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-08-29 09:21:06.557 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:21:06.559 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-08-29 09:21:06.571 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:21:06.573 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-08-29 09:21:06.585 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:21:06.587 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-08-29 09:21:06.600 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:21:06.602 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/58/926558/2 2024-08-29 09:21:06.603 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-08-29 09:21:06.605 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-08-29 09:21:06.607 | + functions-common:git_clone:614 : local git_ref=refs/changes/58/926558/2 2024-08-29 09:21:06.609 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 09:21:06.611 | ++ functions-common:git_clone:616 : pwd 2024-08-29 09:21:06.613 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:21:06.615 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:21:06.617 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:21:06.629 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:21:06.631 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 09:21:06.632 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 09:21:06.634 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:21:06.636 | + functions-common:git_clone:633 : echo refs/changes/58/926558/2 2024-08-29 09:21:06.636 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:21:06.640 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-08-29 09:21:06.642 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-08-29 09:21:06.644 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-29 09:21:06.646 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:21:06.647 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:21:06.649 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:21:06.651 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:21:06.652 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:21:06.654 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:21:06.656 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:21:06.657 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:21:06.660 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:21:06.663 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923266660 2024-08-29 09:21:06.664 | + 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 09:21:06.667 | Cloning into '/opt/stack//nova'... 2024-08-29 09:21:28.736 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:21:28.738 | + functions-common:time_stop:2435 : local name 2024-08-29 09:21:28.739 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:21:28.742 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:21:28.743 | + functions-common:time_stop:2438 : local total 2024-08-29 09:21:28.745 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:21:28.747 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:21:28.748 | + functions-common:time_stop:2442 : start_time=1724923266660 2024-08-29 09:21:28.750 | + functions-common:time_stop:2444 : [[ -z 1724923266660 ]] 2024-08-29 09:21:28.752 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:21:28.755 | + functions-common:time_stop:2447 : end_time=1724923288753 2024-08-29 09:21:28.757 | + functions-common:time_stop:2448 : elapsed_time=22093 2024-08-29 09:21:28.759 | + functions-common:time_stop:2449 : total=26328 2024-08-29 09:21:28.761 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:21:28.762 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=48421 2024-08-29 09:21:28.764 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-08-29 09:21:28.766 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/58/926558/2 2024-08-29 09:21:28.768 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:21:28.770 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:21:28.771 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:21:28.773 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:21:28.775 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:21:28.777 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:21:28.778 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:21:28.780 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:21:28.783 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:21:28.785 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923288783 2024-08-29 09:21:28.787 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/58/926558/2 2024-08-29 09:22:26.322 | From https://opendev.org/openstack/nova 2024-08-29 09:22:26.322 | * branch refs/changes/58/926558/2 -> FETCH_HEAD 2024-08-29 09:22:26.327 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:22:26.329 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:26.331 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:26.332 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:26.334 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:26.336 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:26.337 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:22:26.339 | + functions-common:time_stop:2442 : start_time=1724923288783 2024-08-29 09:22:26.341 | + functions-common:time_stop:2444 : [[ -z 1724923288783 ]] 2024-08-29 09:22:26.343 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:26.346 | + functions-common:time_stop:2447 : end_time=1724923346344 2024-08-29 09:22:26.348 | + functions-common:time_stop:2448 : elapsed_time=57561 2024-08-29 09:22:26.349 | + functions-common:time_stop:2449 : total=48421 2024-08-29 09:22:26.351 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:26.352 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=105982 2024-08-29 09:22:26.354 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-08-29 09:22:26.697 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:22:26.697 | 2024-08-29 09:22:26.697 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:22:26.697 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:22:26.697 | state without impacting any branches by switching back to a branch. 2024-08-29 09:22:26.697 | 2024-08-29 09:22:26.697 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:22:26.697 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:22:26.697 | 2024-08-29 09:22:26.697 | git switch -c 2024-08-29 09:22:26.697 | 2024-08-29 09:22:26.697 | Or undo this operation with: 2024-08-29 09:22:26.697 | 2024-08-29 09:22:26.697 | git switch - 2024-08-29 09:22:26.697 | 2024-08-29 09:22:26.697 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:22:26.697 | 2024-08-29 09:22:26.697 | HEAD is now at 4ae8aa82d6 Functional test test_boot_reschedule_with_proper_pci_device_count 2024-08-29 09:22:26.702 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-08-29 09:22:26.713 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-08-29 09:22:26.715 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 09:22:26.715 | + functions-common:git_clone:696 : head -1 2024-08-29 09:22:26.719 | 4ae8aa82d6 Functional test test_boot_reschedule_with_proper_pci_device_count 2024-08-29 09:22:26.721 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:22:26.723 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-08-29 09:22:26.725 | + inc/python:setup_develop:334 : local bindep 2024-08-29 09:22:26.727 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-08-29 09:22:26.729 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-08-29 09:22:26.730 | + inc/python:setup_develop:340 : local extras= 2024-08-29 09:22:26.732 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-08-29 09:22:26.734 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 09:22:26.735 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-08-29 09:22:26.737 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-08-29 09:22:26.739 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 09:22:26.741 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 09:22:26.743 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-08-29 09:22:26.745 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 09:22:26.747 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-08-29 09:22:26.749 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 09:22:26.751 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 09:22:26.753 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-08-29 09:22:26.757 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-08-29 09:22:26.759 | + 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 09:22:27.081 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-08-29 09:22:27.083 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 09:22:27.085 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 09:22:27.087 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 09:22:27.089 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-08-29 09:22:27.091 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-08-29 09:22:27.092 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 09:22:27.094 | + inc/python:setup_package:424 : local extras= 2024-08-29 09:22:27.096 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 09:22:27.098 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 09:22:27.100 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 09:22:27.102 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 09:22:27.104 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 09:22:27.106 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-08-29 09:22:27.122 | Using python 3.10 to install /opt/stack/nova 2024-08-29 09:22:27.124 | + 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 09:22:28.072 | Obtaining file:///opt/stack/nova 2024-08-29 09:22:28.072 | Preparing metadata (setup.py): started 2024-08-29 09:22:31.059 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 09:22:31.148 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.1.2) 2024-08-29 09:22:31.148 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.5.2) 2024-08-29 09:22:31.149 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.1.1) 2024-08-29 09:22:31.149 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.4.1) 2024-08-29 09:22:31.150 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (6.0) 2024-08-29 09:22:31.151 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.5.1) 2024-08-29 09:22:31.152 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.4.41) 2024-08-29 09:22:31.153 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.8.7) 2024-08-29 09:22:31.153 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.8.1) 2024-08-29 09:22:31.154 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (4.1.0) 2024-08-29 09:22:31.155 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (38.0.2) 2024-08-29 09:22:31.157 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (0.2.3) 2024-08-29 09:22:31.157 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.1.1) 2024-08-29 09:22:31.159 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (0.33.1) 2024-08-29 09:22:31.159 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.4.1) 2024-08-29 09:22:31.159 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.1.3) 2024-08-29 09:22:31.159 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.1.0) 2024-08-29 09:22:31.160 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (4.16.0) 2024-08-29 09:22:31.161 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.1.2) 2024-08-29 09:22:31.162 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (10.2.0) 2024-08-29 09:22:31.163 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (4.9.1) 2024-08-29 09:22:31.337 | Collecting microversion-parse>=0.2.1 2024-08-29 09:22:31.340 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-08-29 09:22:31.342 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (0.8.0) 2024-08-29 09:22:31.343 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60288) (0.11.0) 2024-08-29 09:22:31.344 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.0.1) 2024-08-29 09:22:31.345 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (6.2.3) 2024-08-29 09:22:31.345 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.1.0) 2024-08-29 09:22:31.346 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.7.0) 2024-08-29 09:22:31.347 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.10.0) 2024-08-29 09:22:31.348 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.1.1) 2024-08-29 09:22:31.349 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.3.1) 2024-08-29 09:22:31.349 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.1.1) 2024-08-29 09:22:31.350 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (9.1.1) 2024-08-29 09:22:31.351 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.1.1) 2024-08-29 09:22:31.352 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (12.3.2) 2024-08-29 09:22:31.353 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (6.0.0) 2024-08-29 09:22:31.355 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.1.0) 2024-08-29 09:22:31.355 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.2.0) 2024-08-29 09:22:31.357 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (14.2.5) 2024-08-29 09:22:31.357 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.1.1) 2024-08-29 09:22:31.357 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (4.1.1) 2024-08-29 09:22:31.378 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.1.0) 2024-08-29 09:22:31.379 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.0.0) 2024-08-29 09:22:31.380 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (7.0.1) 2024-08-29 09:22:31.381 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.1.1) 2024-08-29 09:22:31.382 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.1.2) 2024-08-29 09:22:31.382 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.1.1) 2024-08-29 09:22:31.383 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (6.1.0) 2024-08-29 09:22:31.384 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.1.0) 2024-08-29 09:22:31.385 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (23.1) 2024-08-29 09:22:31.386 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.11.0) 2024-08-29 09:22:31.386 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.11.1) 2024-08-29 09:22:31.387 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.9.2) 2024-08-29 09:22:31.388 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (9.3.0) 2024-08-29 09:22:31.389 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.8.2) 2024-08-29 09:22:31.390 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (4.3.2) 2024-08-29 09:22:31.391 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (9.0.0) 2024-08-29 09:22:31.391 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (2.28.1) 2024-08-29 09:22:31.394 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.3.3) 2024-08-29 09:22:31.394 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (1.5.0) 2024-08-29 09:22:31.394 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (0.13.0) 2024-08-29 09:22:31.394 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (5.0.0) 2024-08-29 09:22:31.396 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60288) (3.2.0) 2024-08-29 09:22:31.415 | Collecting websockify>=0.9.0 2024-08-29 09:22:31.415 | Using cached websockify-0.10.0-py3-none-any.whl 2024-08-29 09:22:31.426 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60288) (1.2.3) 2024-08-29 09:22:31.436 | 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.dev60288) (5.5.0) 2024-08-29 09:22:31.453 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60288) (1.15.1) 2024-08-29 09:22:31.467 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60288) (1.16.0) 2024-08-29 09:22:31.470 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60288) (2.2.1) 2024-08-29 09:22:31.476 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60288) (2.1.1) 2024-08-29 09:22:31.494 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60288) (22.1.0) 2024-08-29 09:22:31.494 | 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.dev60288) (0.18.1) 2024-08-29 09:22:31.542 | 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.dev60288) (5.1.0) 2024-08-29 09:22:31.543 | 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.dev60288) (3.1.1) 2024-08-29 09:22:31.566 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60288) (1.0.1) 2024-08-29 09:22:31.567 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60288) (1.4.0) 2024-08-29 09:22:31.568 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60288) (1.32) 2024-08-29 09:22:31.569 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60288) (1.4.4) 2024-08-29 09:22:31.570 | 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.dev60288) (1.1.8) 2024-08-29 09:22:31.581 | 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.dev60288) (5.9.0) 2024-08-29 09:22:31.582 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60288) (6.3.1) 2024-08-29 09:22:31.601 | 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.dev60288) (2.5.0) 2024-08-29 09:22:31.603 | 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.dev60288) (0.7.3) 2024-08-29 09:22:31.605 | 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.dev60288) (2.2.2) 2024-08-29 09:22:31.630 | 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.dev60288) (0.18) 2024-08-29 09:22:31.675 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60288) (0.5.0) 2024-08-29 09:22:31.676 | 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.dev60288) (2.0.1) 2024-08-29 09:22:31.709 | 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.dev60288) (0.9.6) 2024-08-29 09:22:31.735 | 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.dev60288) (5.2.0) 2024-08-29 09:22:31.736 | 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.dev60288) (5.1.1) 2024-08-29 09:22:31.738 | 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.dev60288) (5.2.4) 2024-08-29 09:22:31.740 | 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.dev60288) (0.6.0) 2024-08-29 09:22:31.748 | 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.dev60288) (4.0.0) 2024-08-29 09:22:31.750 | 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.dev60288) (3.3.0) 2024-08-29 09:22:31.769 | 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.dev60288) (1.0.4) 2024-08-29 09:22:31.790 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60288) (2022.4) 2024-08-29 09:22:31.802 | 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.dev60288) (4.0.1) 2024-08-29 09:22:31.802 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60288) (1.4.0) 2024-08-29 09:22:31.822 | 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.dev60288) (3.0.9) 2024-08-29 09:22:31.861 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60288) (1.5.0) 2024-08-29 09:22:31.871 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60288) (59.6.0) 2024-08-29 09:22:31.923 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60288) (0.2.5) 2024-08-29 09:22:31.971 | 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.dev60288) (22.1.0) 2024-08-29 09:22:31.972 | 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.dev60288) (1.14.1) 2024-08-29 09:22:31.974 | 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.dev60288) (2.0.1) 2024-08-29 09:22:31.989 | 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.dev60288) (4.2.0) 2024-08-29 09:22:31.991 | 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.dev60288) (3.17.6) 2024-08-29 09:22:31.992 | 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.dev60288) (2.7.0) 2024-08-29 09:22:31.993 | 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.dev60288) (2.1.0) 2024-08-29 09:22:32.015 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60288) (3.4) 2024-08-29 09:22:32.016 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60288) (2.1.1) 2024-08-29 09:22:32.018 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60288) (2020.6.20) 2024-08-29 09:22:32.020 | 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.dev60288) (1.26.12) 2024-08-29 09:22:32.049 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60288) (0.7) 2024-08-29 09:22:32.128 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60288) (0.5.2) 2024-08-29 09:22:32.129 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60288) (0.4.3) 2024-08-29 09:22:32.173 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60288) (0.13.1) 2024-08-29 09:22:32.644 | Collecting numpy 2024-08-29 09:22:32.738 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-08-29 09:22:32.827 | 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.dev60288) (5.0.0) 2024-08-29 09:22:32.911 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60288) (2.21) 2024-08-29 09:22:32.936 | 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.dev60288) (5.0.0) 2024-08-29 09:22:32.937 | 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.dev60288) (0.5.1) 2024-08-29 09:22:32.938 | 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.dev60288) (2.4.2) 2024-08-29 09:22:33.148 | 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.dev60288) (0.14.1) 2024-08-29 09:22:33.163 | 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.dev60288) (2.17.7) 2024-08-29 09:22:33.434 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60288) (2.5.0) 2024-08-29 09:22:33.621 | 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.dev60288) (1.8.2) 2024-08-29 09:22:33.652 | 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.dev60288) (3.8.1) 2024-08-29 09:22:33.668 | 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.dev60288) (2.4.0) 2024-08-29 09:22:34.255 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-08-29 09:22:36.040 | Running setup.py develop for nova 2024-08-29 09:22:39.487 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-08-29 09:22:39.488 | 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 09:22:39.622 | + inc/python:pip_install:196 : result=0 2024-08-29 09:22:39.625 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:22:39.626 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:39.628 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:39.630 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:39.632 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:39.634 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:39.635 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:22:39.637 | + functions-common:time_stop:2442 : start_time=1724923347118 2024-08-29 09:22:39.639 | + functions-common:time_stop:2444 : [[ -z 1724923347118 ]] 2024-08-29 09:22:39.641 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:39.644 | + functions-common:time_stop:2447 : end_time=1724923359642 2024-08-29 09:22:39.646 | + functions-common:time_stop:2448 : elapsed_time=12524 2024-08-29 09:22:39.648 | + functions-common:time_stop:2449 : total=69672 2024-08-29 09:22:39.649 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:39.651 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82196 2024-08-29 09:22:39.653 | + inc/python:pip_install:199 : return 0 2024-08-29 09:22:39.655 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 09:22:39.657 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 09:22:39.659 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 09:22:39.673 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-08-29 09:22:39.683 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-08-29 09:22:39.685 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-08-29 09:22:39.686 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:22:39.688 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:22:39.690 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-08-29 09:22:39.692 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:22:39.694 | + 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 09:22:39.704 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 09:22:39.706 | + stack.sh:main:946 : configure_nova 2024-08-29 09:22:39.708 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-08-29 09:22:39.716 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-08-29 09:22:39.718 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-08-29 09:22:39.720 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-29 09:22:39.723 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-29 09:22:39.723 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-08-29 09:22:39.727 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-08-29 09:22:39.729 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-08-29 09:22:39.731 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-29 09:22:39.733 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-08-29 09:22:39.734 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-08-29 09:22:39.736 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-08-29 09:22:39.738 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-08-29 09:22:39.740 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-08-29 09:22:39.748 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-08-29 09:22:39.757 | + 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 09:22:39.766 | + 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 09:22:39.775 | + 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 09:22:39.785 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-29 09:22:39.787 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-29 09:22:39.790 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.DqtTR185to 2024-08-29 09:22:39.792 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-29 09:22:39.794 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-29 09:22:39.796 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-08-29 09:22:39.798 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-29 09:22:39.800 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-29 09:22:39.802 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.DqtTR185to 2024-08-29 09:22:39.805 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.DqtTR185to 2024-08-29 09:22:39.813 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.DqtTR185to /etc/sudoers.d/nova-rootwrap 2024-08-29 09:22:39.823 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-08-29 09:22:39.826 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-29 09:22:39.827 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-29 09:22:39.830 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-29 09:22:39.832 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-29 09:22:39.834 | + 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 09:22:39.836 | + 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 09:22:39.838 | + 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 09:22:39.840 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-08-29 09:22:39.843 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-08-29 09:22:39.856 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:39.858 | + lib/nova:configure_nova:356 : create_nova_conf 2024-08-29 09:22:39.860 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-08-29 09:22:39.862 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-08-29 09:22:39.865 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-08-29 09:22:39.888 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-08-29 09:22:39.890 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-08-29 09:22:39.912 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-08-29 09:22:39.935 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-08-29 09:22:39.958 | + 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 09:22:39.981 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-08-29 09:22:40.005 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-08-29 09:22:40.030 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-08-29 09:22:40.051 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-08-29 09:22:40.073 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-08-29 09:22:40.094 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-08-29 09:22:40.116 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-08-29 09:22:40.138 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-08-29 09:22:40.161 | + lib/nova:create_nova_conf:451 : is_fedora 2024-08-29 09:22:40.163 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 09:22:40.165 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 09:22:40.166 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 09:22:40.168 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 09:22:40.170 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 09:22:40.172 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 09:22:40.173 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 09:22:40.175 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 09:22:40.177 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 09:22:40.179 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 09:22:40.180 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 09:22:40.182 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 09:22:40.184 | + lib/nova:create_nova_conf:451 : is_suse 2024-08-29 09:22:40.185 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 09:22:40.187 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 09:22:40.189 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 09:22:40.190 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 09:22:40.192 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 09:22:40.194 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 09:22:40.196 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-08-29 09:22:40.208 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:40.209 | + 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 09:22:40.211 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-08-29 09:22:40.213 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-08-29 09:22:40.215 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-29 09:22:40.217 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-29 09:22:40.219 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-29 09:22:40.220 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:22:40.222 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:40.224 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-29 09:22:40.226 | + 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 09:22:40.250 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-08-29 09:22:40.252 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-08-29 09:22:40.254 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-08-29 09:22:40.256 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-08-29 09:22:40.258 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:22:40.260 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:40.261 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-08-29 09:22:40.264 | + 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 09:22:40.290 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-08-29 09:22:40.317 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-08-29 09:22:40.340 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-08-29 09:22:40.362 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-08-29 09:22:40.374 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:40.375 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-08-29 09:22:40.387 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:40.390 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-08-29 09:22:40.390 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-08-29 09:22:40.394 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-08-29 09:22:40.395 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-08-29 09:22:40.417 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:40.419 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:40.421 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-08-29 09:22:40.444 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-08-29 09:22:40.466 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-08-29 09:22:40.478 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:40.480 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-08-29 09:22:40.482 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-08-29 09:22:40.484 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 09:22:40.485 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 09:22:40.487 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-08-29 09:22:40.511 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-08-29 09:22:40.533 | + 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 09:22:40.555 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-08-29 09:22:40.577 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-08-29 09:22:40.599 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-08-29 09:22:40.621 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-08-29 09:22:40.643 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-08-29 09:22:40.665 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 09:22:40.687 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 09:22:40.709 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-08-29 09:22:40.721 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:40.723 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-08-29 09:22:40.725 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-08-29 09:22:40.749 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-08-29 09:22:40.771 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-08-29 09:22:40.793 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-08-29 09:22:40.815 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-08-29 09:22:40.836 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-08-29 09:22:40.858 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-08-29 09:22:40.880 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-08-29 09:22:40.902 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-08-29 09:22:40.914 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:40.916 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-08-29 09:22:40.918 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-08-29 09:22:40.940 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-08-29 09:22:40.964 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-08-29 09:22:40.965 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-08-29 09:22:40.989 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-08-29 09:22:40.991 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-08-29 09:22:40.993 | + lib/nova:create_nova_conf:526 : is_suse 2024-08-29 09:22:40.994 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 09:22:40.996 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 09:22:40.998 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 09:22:41.000 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 09:22:41.002 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 09:22:41.004 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 09:22:41.006 | + lib/nova:create_nova_conf:526 : is_fedora 2024-08-29 09:22:41.007 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 09:22:41.009 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 09:22:41.011 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 09:22:41.013 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 09:22:41.015 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 09:22:41.016 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 09:22:41.018 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 09:22:41.020 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 09:22:41.022 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 09:22:41.024 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 09:22:41.026 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 09:22:41.028 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 09:22:41.030 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-08-29 09:22:41.032 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-08-29 09:22:41.034 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-08-29 09:22:41.037 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 09:22:41.051 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 09:22:41.053 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 09:22:41.055 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:41.057 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 09:22:41.059 | + 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 09:22:41.083 | + 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 09:22:41.106 | + 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 09:22:41.128 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 09:22:41.152 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-08-29 09:22:41.177 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-08-29 09:22:41.190 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:41.192 | + 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 09:22:41.194 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-08-29 09:22:41.196 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-08-29 09:22:41.197 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-08-29 09:22:41.199 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 09:22:41.201 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 09:22:41.203 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-08-29 09:22:41.206 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-08-29 09:22:41.208 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 09:22:41.210 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 09:22:41.220 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 09:22:41.221 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:22:41.227 | d /var/run/uwsgi 0755 stack root 2024-08-29 09:22:41.229 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:22:41.238 | /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 09:22:41.241 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-08-29 09:22:41.243 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-08-29 09:22:41.246 | + 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 09:22:41.270 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-08-29 09:22:41.293 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-08-29 09:22:41.316 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-08-29 09:22:41.339 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 09:22:41.361 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 09:22:41.383 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-08-29 09:22:41.406 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-08-29 09:22:41.428 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-08-29 09:22:41.450 | + 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 09:22:41.472 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 09:22:41.494 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 09:22:41.515 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-08-29 09:22:41.537 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 09:22:41.539 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 09:22:41.542 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-08-29 09:22:41.543 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-08-29 09:22:41.545 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 09:22:41.547 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:41.549 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:41.551 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 09:22:41.553 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 09:22:41.554 | + 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 09:22:41.577 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 09:22:41.600 | + 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 09:22:41.600 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-29 09:22:41.606 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-08-29 09:22:41.609 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-08-29 09:22:41.611 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-08-29 09:22:41.613 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 09:22:41.614 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 09:22:41.616 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 09:22:41.618 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:41.620 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:41.622 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 09:22:41.624 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 09:22:41.625 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:41.627 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:41.629 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-08-29 09:22:41.661 | Enabling site nova-api-wsgi. 2024-08-29 09:22:41.664 | To activate the new configuration, you need to run: 2024-08-29 09:22:41.664 | systemctl reload apache2 2024-08-29 09:22:41.667 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 09:22:41.669 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 09:22:41.671 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:22:41.673 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 09:22:41.768 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-08-29 09:22:41.781 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:41.783 | + 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 09:22:41.785 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-08-29 09:22:41.786 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-08-29 09:22:41.788 | + lib/apache:write_uwsgi_config:256 : local url= 2024-08-29 09:22:41.790 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-08-29 09:22:41.792 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 09:22:41.794 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-08-29 09:22:41.797 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-08-29 09:22:41.799 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 09:22:41.801 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 09:22:41.810 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 09:22:41.811 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:22:41.817 | d /var/run/uwsgi 0755 stack root 2024-08-29 09:22:41.819 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:22:41.827 | /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 09:22:41.830 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-08-29 09:22:41.832 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-08-29 09:22:41.835 | + 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 09:22:41.859 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-08-29 09:22:41.881 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-08-29 09:22:41.904 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-08-29 09:22:41.926 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 09:22:41.949 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 09:22:41.971 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-08-29 09:22:41.993 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-08-29 09:22:42.015 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-08-29 09:22:42.037 | + 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 09:22:42.060 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 09:22:42.082 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 09:22:42.104 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-08-29 09:22:42.126 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-08-29 09:22:42.128 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-08-29 09:22:42.151 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-08-29 09:22:42.163 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:42.166 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-08-29 09:22:42.192 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-08-29 09:22:42.195 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-08-29 09:22:42.197 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-08-29 09:22:42.210 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:42.212 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 09:22:42.214 | + 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 09:22:42.238 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-08-29 09:22:42.264 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-08-29 09:22:42.265 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-29 09:22:42.267 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-08-29 09:22:42.269 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 09:22:42.271 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 09:22:42.273 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 09:22:42.286 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:42.289 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 09:22:42.291 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 09:22:42.293 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 09:22:42.307 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:42.309 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 09:22:42.311 | + 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 09:22:42.334 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 09:22:42.336 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 09:22:42.338 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-08-29 09:22:42.362 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-08-29 09:22:42.385 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-08-29 09:22:42.410 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-08-29 09:22:42.423 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:42.425 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-08-29 09:22:42.447 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-08-29 09:22:42.449 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-08-29 09:22:42.451 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-08-29 09:22:42.476 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-08-29 09:22:42.498 | + 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 09:22:42.521 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-08-29 09:22:42.543 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-08-29 09:22:42.565 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-08-29 09:22:42.589 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-08-29 09:22:42.611 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-08-29 09:22:42.634 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-08-29 09:22:42.656 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-08-29 09:22:42.669 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:42.671 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-08-29 09:22:42.674 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 09:22:42.676 | + lib/nova:create_nova_conf:574 : local conf 2024-08-29 09:22:42.678 | + lib/nova:create_nova_conf:575 : local vhost 2024-08-29 09:22:42.680 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-08-29 09:22:42.682 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 09:22:42.683 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 09:22:42.686 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-08-29 09:22:42.688 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-08-29 09:22:42.689 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-08-29 09:22:42.693 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-08-29 09:22:42.694 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-29 09:22:42.696 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-29 09:22:42.698 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-29 09:22:42.700 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:22:42.702 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:42.703 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-29 09:22:42.706 | + 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 09:22:42.730 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-08-29 09:22:42.754 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-08-29 09:22:42.778 | + 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 09:22:42.780 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-08-29 09:22:42.782 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-29 09:22:42.784 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-08-29 09:22:42.786 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 09:22:42.788 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 09:22:42.789 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 09:22:42.801 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:42.804 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 09:22:42.806 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 09:22:42.807 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 09:22:42.819 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:42.821 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 09:22:42.823 | + 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 09:22:42.845 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 09:22:42.847 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 09:22:42.849 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-08-29 09:22:42.850 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-08-29 09:22:42.852 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-08-29 09:22:42.855 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 09:22:42.867 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 09:22:42.869 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 09:22:42.871 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:42.873 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 09:22:42.875 | + 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 09:22:42.898 | + 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 09:22:42.920 | + 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 09:22:42.942 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 09:22:42.964 | + 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 09:22:42.966 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-08-29 09:22:42.968 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-08-29 09:22:42.970 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-08-29 09:22:42.971 | + lib/nova:configure_console_proxies:724 : offset=0 2024-08-29 09:22:42.973 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-08-29 09:22:42.985 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:42.987 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-08-29 09:22:42.989 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-08-29 09:22:43.001 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:43.003 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-08-29 09:22:43.015 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:43.017 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-08-29 09:22:43.030 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:43.032 | + stack.sh:main:949 : is_service_enabled placement 2024-08-29 09:22:43.044 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:43.046 | + stack.sh:main:951 : stack_install_service placement 2024-08-29 09:22:43.048 | + lib/stack:stack_install_service:20 : local service=placement 2024-08-29 09:22:43.050 | + lib/stack:stack_install_service:21 : type install_placement 2024-08-29 09:22:43.052 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-29 09:22:43.054 | + lib/stack:stack_install_service:32 : install_placement 2024-08-29 09:22:43.056 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-08-29 09:22:43.058 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-08-29 09:22:43.060 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:43.062 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:43.064 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-08-29 09:22:43.066 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 09:22:43.068 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 09:22:43.070 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 09:22:43.072 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 09:22:43.073 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 09:22:43.075 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 09:22:43.078 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:43.079 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:43.081 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 09:22:43.083 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 09:22:43.085 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 09:22:43.087 | + functions-common:apt_get_update:1186 : return 2024-08-29 09:22:43.089 | + functions-common:install_package:1460 : real_install_package apache2 2024-08-29 09:22:43.091 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 09:22:43.093 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:43.095 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:43.097 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-08-29 09:22:43.112 | + 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 09:22:43.171 | Reading package lists... 2024-08-29 09:22:43.375 | Building dependency tree... 2024-08-29 09:22:43.376 | Reading state information... 2024-08-29 09:22:43.577 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-29 09:22:43.577 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 09:22:43.581 | + functions-common:apt_get:1230 : result=0 2024-08-29 09:22:43.583 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 09:22:43.585 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:43.587 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:43.589 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:43.591 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:43.593 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:43.595 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 09:22:43.597 | + functions-common:time_stop:2442 : start_time=1724923363110 2024-08-29 09:22:43.599 | + functions-common:time_stop:2444 : [[ -z 1724923363110 ]] 2024-08-29 09:22:43.601 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:43.605 | + functions-common:time_stop:2447 : end_time=1724923363603 2024-08-29 09:22:43.607 | + functions-common:time_stop:2448 : elapsed_time=493 2024-08-29 09:22:43.608 | + functions-common:time_stop:2449 : total=3478 2024-08-29 09:22:43.610 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:43.612 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3971 2024-08-29 09:22:43.614 | + functions-common:apt_get:1234 : return 0 2024-08-29 09:22:43.616 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-08-29 09:22:43.618 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-08-29 09:22:43.620 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-08-29 09:22:43.622 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-08-29 09:22:43.624 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-08-29 09:22:43.638 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-08-29 09:22:43.640 | + functions-common:install_package:1459 : update_package_repo 2024-08-29 09:22:43.642 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-29 09:22:43.644 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-29 09:22:43.646 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-29 09:22:43.648 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-29 09:22:43.650 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-29 09:22:43.652 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:43.654 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:43.656 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-29 09:22:43.658 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-29 09:22:43.660 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-29 09:22:43.662 | + functions-common:apt_get_update:1186 : return 2024-08-29 09:22:43.664 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-08-29 09:22:43.666 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-29 09:22:43.668 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:43.670 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:43.672 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-08-29 09:22:43.689 | + 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 09:22:43.746 | Reading package lists... 2024-08-29 09:22:43.937 | Building dependency tree... 2024-08-29 09:22:43.938 | Reading state information... 2024-08-29 09:22:44.132 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-08-29 09:22:44.132 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-29 09:22:44.136 | + functions-common:apt_get:1230 : result=0 2024-08-29 09:22:44.138 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-29 09:22:44.140 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:44.143 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:44.144 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:44.146 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:44.148 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:44.150 | + functions-common:time_stop:2441 : name=apt-get 2024-08-29 09:22:44.152 | + functions-common:time_stop:2442 : start_time=1724923363687 2024-08-29 09:22:44.154 | + functions-common:time_stop:2444 : [[ -z 1724923363687 ]] 2024-08-29 09:22:44.157 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:44.160 | + functions-common:time_stop:2447 : end_time=1724923364158 2024-08-29 09:22:44.162 | + functions-common:time_stop:2448 : elapsed_time=471 2024-08-29 09:22:44.164 | + functions-common:time_stop:2449 : total=3971 2024-08-29 09:22:44.165 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:44.167 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4442 2024-08-29 09:22:44.169 | + functions-common:apt_get:1234 : return 0 2024-08-29 09:22:44.171 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-08-29 09:22:44.173 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-08-29 09:22:44.175 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 09:22:44.177 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:44.179 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:44.181 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-08-29 09:22:44.183 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-08-29 09:22:44.211 | wsgi (enabled by maintainer script) 2024-08-29 09:22:44.214 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-08-29 09:22:44.216 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-08-29 09:22:44.218 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 09:22:44.221 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-08-29 09:22:44.223 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-08-29 09:22:44.225 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 09:22:44.228 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-08-29 09:22:44.228 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 09:22:44.232 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-08-29 09:22:44.234 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-08-29 09:22:44.236 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-08-29 09:22:44.238 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-08-29 09:22:44.240 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-08-29 09:22:44.257 | Using python 3.10 to install osc-placement 2024-08-29 09:22:44.259 | + 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 09:22:45.371 | Collecting osc-placement 2024-08-29 09:22:45.375 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-08-29 09:22:45.384 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-08-29 09:22:45.384 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-08-29 09:22:45.384 | 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 09:22:45.384 | 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 09:22:45.384 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-08-29 09:22:45.409 | 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 09:22:45.410 | 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 09:22:45.411 | 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 09:22:45.411 | 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 09:22:45.412 | 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 09:22:45.418 | 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 09:22:45.419 | 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 09:22:45.420 | 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 09:22:45.426 | 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 09:22:45.427 | 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 09:22:45.427 | 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 09:22:45.428 | 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 09:22:45.429 | 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 09:22:45.430 | 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 09:22:45.437 | 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 09:22:45.437 | 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 09:22:45.438 | 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 09:22:45.439 | 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 09:22:45.440 | 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 09:22:45.443 | 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 09:22:45.458 | 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 09:22:45.459 | 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 09:22:45.460 | 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 09:22:45.460 | 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 09:22:45.461 | 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 09:22:45.462 | 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 09:22:45.463 | 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 09:22:45.481 | 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 09:22:45.482 | 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 09:22:45.483 | 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 09:22:45.483 | 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 09:22:45.538 | 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 09:22:45.539 | 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 09:22:45.540 | 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 09:22:45.558 | 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 09:22:45.586 | 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 09:22:45.647 | 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 09:22:46.490 | Installing collected packages: osc-placement 2024-08-29 09:22:46.568 | Successfully installed osc-placement-4.1.0 2024-08-29 09:22:46.568 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-29 09:22:46.680 | + inc/python:pip_install:196 : result=0 2024-08-29 09:22:46.682 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:22:46.685 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:46.687 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:46.689 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:46.691 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:46.694 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:46.696 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:22:46.698 | + functions-common:time_stop:2442 : start_time=1724923364253 2024-08-29 09:22:46.700 | + functions-common:time_stop:2444 : [[ -z 1724923364253 ]] 2024-08-29 09:22:46.703 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:46.706 | + functions-common:time_stop:2447 : end_time=1724923366703 2024-08-29 09:22:46.708 | + functions-common:time_stop:2448 : elapsed_time=2450 2024-08-29 09:22:46.710 | + functions-common:time_stop:2449 : total=82196 2024-08-29 09:22:46.712 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:46.714 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84646 2024-08-29 09:22:46.716 | + inc/python:pip_install:199 : return 0 2024-08-29 09:22:46.718 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-08-29 09:22:46.720 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-08-29 09:22:46.722 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-08-29 09:22:46.723 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-29 09:22:46.725 | + functions-common:git_clone:615 : local orig_dir 2024-08-29 09:22:46.728 | ++ functions-common:git_clone:616 : pwd 2024-08-29 09:22:46.730 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:22:46.732 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:22:46.735 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:22:46.748 | + functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:22:46.750 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 09:22:46.752 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 09:22:46.754 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:22:46.756 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-29 09:22:46.757 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:22:46.761 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-08-29 09:22:46.763 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 09:22:46.765 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-29 09:22:46.767 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:22:46.769 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:22:46.770 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:22:46.772 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:22:46.774 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:22:46.776 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:22:46.778 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:22:46.780 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:22:46.782 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:22:46.785 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923366783 2024-08-29 09:22:46.787 | + 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 09:22:46.790 | Cloning into '/opt/stack//placement'... 2024-08-29 09:22:48.431 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:22:48.433 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:48.435 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:48.437 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:48.438 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:48.440 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:48.442 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:22:48.444 | + functions-common:time_stop:2442 : start_time=1724923366783 2024-08-29 09:22:48.446 | + functions-common:time_stop:2444 : [[ -z 1724923366783 ]] 2024-08-29 09:22:48.448 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:48.451 | + functions-common:time_stop:2447 : end_time=1724923368449 2024-08-29 09:22:48.453 | + functions-common:time_stop:2448 : elapsed_time=1666 2024-08-29 09:22:48.455 | + functions-common:time_stop:2449 : total=105982 2024-08-29 09:22:48.457 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:48.459 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=107648 2024-08-29 09:22:48.461 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-08-29 09:22:48.463 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-29 09:22:48.465 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:22:48.467 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:22:48.468 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:22:48.470 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:22:48.472 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:22:48.474 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:22:48.476 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:22:48.478 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:22:48.480 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:22:48.483 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923368481 2024-08-29 09:22:48.485 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-29 09:22:49.833 | From https://opendev.org/openstack/placement 2024-08-29 09:22:49.833 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-29 09:22:49.837 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:22:49.839 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:49.841 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:49.843 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:49.845 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:49.847 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:49.849 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:22:49.851 | + functions-common:time_stop:2442 : start_time=1724923368481 2024-08-29 09:22:49.853 | + functions-common:time_stop:2444 : [[ -z 1724923368481 ]] 2024-08-29 09:22:49.855 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:49.858 | + functions-common:time_stop:2447 : end_time=1724923369856 2024-08-29 09:22:49.860 | + functions-common:time_stop:2448 : elapsed_time=1375 2024-08-29 09:22:49.862 | + functions-common:time_stop:2449 : total=107648 2024-08-29 09:22:49.864 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:49.866 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=109023 2024-08-29 09:22:49.868 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 09:22:49.870 | + functions-common:git_timed:720 : local count=0 2024-08-29 09:22:49.871 | + functions-common:git_timed:721 : local timeout=0 2024-08-29 09:22:49.873 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:22:49.875 | + functions-common:git_timed:724 : timeout=0 2024-08-29 09:22:49.877 | + functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:22:49.879 | + functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:22:49.881 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:22:49.883 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:22:49.885 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:22:49.888 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923369886 2024-08-29 09:22:49.890 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 09:22:49.915 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:22:49.915 | 2024-08-29 09:22:49.915 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:22:49.915 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:22:49.915 | state without impacting any branches by switching back to a branch. 2024-08-29 09:22:49.915 | 2024-08-29 09:22:49.915 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:22:49.916 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:22:49.916 | 2024-08-29 09:22:49.916 | git switch -c 2024-08-29 09:22:49.916 | 2024-08-29 09:22:49.916 | Or undo this operation with: 2024-08-29 09:22:49.916 | 2024-08-29 09:22:49.916 | git switch - 2024-08-29 09:22:49.916 | 2024-08-29 09:22:49.916 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:22:49.916 | 2024-08-29 09:22:49.916 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-29 09:22:49.918 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:22:49.920 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:49.922 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:49.924 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:49.926 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:49.927 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:49.929 | + functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:22:49.931 | + functions-common:time_stop:2442 : start_time=1724923369886 2024-08-29 09:22:49.933 | + functions-common:time_stop:2444 : [[ -z 1724923369886 ]] 2024-08-29 09:22:49.936 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:49.939 | + functions-common:time_stop:2447 : end_time=1724923369936 2024-08-29 09:22:49.941 | + functions-common:time_stop:2448 : elapsed_time=50 2024-08-29 09:22:49.942 | + functions-common:time_stop:2449 : total=109023 2024-08-29 09:22:49.944 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:49.946 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=109073 2024-08-29 09:22:49.948 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-08-29 09:22:49.959 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-08-29 09:22:49.961 | + functions-common:git_clone:696 : git show --oneline 2024-08-29 09:22:49.961 | + functions-common:git_clone:696 : head -1 2024-08-29 09:22:49.963 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-29 09:22:49.965 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:22:49.967 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-08-29 09:22:49.969 | + inc/python:setup_develop:334 : local bindep 2024-08-29 09:22:49.971 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-08-29 09:22:49.973 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-08-29 09:22:49.975 | + inc/python:setup_develop:340 : local extras= 2024-08-29 09:22:49.977 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-08-29 09:22:49.979 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 09:22:49.981 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-08-29 09:22:49.983 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-08-29 09:22:49.985 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 09:22:49.987 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 09:22:49.990 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-08-29 09:22:49.992 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 09:22:49.994 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-08-29 09:22:49.996 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 09:22:49.998 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 09:22:50.001 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-08-29 09:22:50.006 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-08-29 09:22:50.008 | + 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 09:22:50.327 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-08-29 09:22:50.329 | + inc/python:setup_package:414 : local bindep=0 2024-08-29 09:22:50.331 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-29 09:22:50.333 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 09:22:50.335 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-08-29 09:22:50.337 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-08-29 09:22:50.339 | + inc/python:setup_package:423 : local flags=-e 2024-08-29 09:22:50.341 | + inc/python:setup_package:424 : local extras= 2024-08-29 09:22:50.343 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 09:22:50.345 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 09:22:50.347 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 09:22:50.349 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 09:22:50.351 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 09:22:50.353 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-08-29 09:22:50.369 | Using python 3.10 to install /opt/stack/placement 2024-08-29 09:22:50.371 | + 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 09:22:51.311 | Obtaining file:///opt/stack/placement 2024-08-29 09:22:51.311 | Preparing metadata (setup.py): started 2024-08-29 09:22:51.688 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 09:22:51.744 | 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 09:22:51.745 | 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 09:22:51.746 | 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 09:22:51.747 | 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 09:22:51.747 | 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 09:22:51.751 | 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 09:22:51.751 | 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 09:22:51.751 | 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 09:22:51.751 | 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 09:22:51.751 | 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 09:22:51.752 | 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 09:22:51.752 | 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 09:22:51.753 | 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 09:22:51.754 | 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 09:22:51.755 | 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 09:22:51.755 | 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 09:22:51.756 | 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 09:22:51.757 | 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 09:22:51.758 | 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 09:22:51.758 | 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 09:22:51.759 | 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 09:22:51.777 | 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 09:22:51.778 | 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 09:22:51.801 | 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 09:22:51.802 | 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 09:22:51.803 | 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 09:22:51.804 | 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 09:22:51.805 | 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 09:22:51.806 | 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 09:22:51.814 | 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 09:22:51.832 | 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 09:22:51.833 | 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 09:22:51.833 | 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 09:22:51.834 | 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 09:22:51.835 | 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 09:22:51.877 | 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 09:22:51.879 | 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 09:22:51.880 | 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 09:22:51.881 | 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 09:22:51.897 | 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 09:22:51.900 | 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 09:22:51.907 | 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 09:22:51.909 | 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 09:22:51.910 | 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 09:22:51.920 | 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 09:22:51.921 | 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 09:22:51.926 | 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 09:22:51.933 | 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 09:22:51.934 | 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 09:22:51.934 | 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 09:22:51.935 | 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 09:22:51.947 | 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 09:22:51.949 | 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 09:22:51.949 | 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 09:22:51.951 | 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 09:22:51.956 | 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 09:22:52.018 | 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 09:22:52.032 | 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 09:22:52.074 | 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 09:22:52.093 | 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 09:22:52.119 | 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 09:22:52.151 | 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 09:22:52.167 | 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 09:22:52.237 | 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 09:22:52.238 | 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 09:22:52.239 | 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 09:22:52.264 | 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 09:22:53.042 | Installing collected packages: openstack-placement 2024-08-29 09:22:53.042 | Running setup.py develop for openstack-placement 2024-08-29 09:22:53.667 | Successfully installed openstack-placement 2024-08-29 09:22:53.668 | 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 09:22:53.771 | + inc/python:pip_install:196 : result=0 2024-08-29 09:22:53.774 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:22:53.776 | + functions-common:time_stop:2435 : local name 2024-08-29 09:22:53.778 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:22:53.780 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:22:53.782 | + functions-common:time_stop:2438 : local total 2024-08-29 09:22:53.784 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:22:53.786 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:22:53.787 | + functions-common:time_stop:2442 : start_time=1724923370365 2024-08-29 09:22:53.789 | + functions-common:time_stop:2444 : [[ -z 1724923370365 ]] 2024-08-29 09:22:53.792 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:22:53.795 | + functions-common:time_stop:2447 : end_time=1724923373793 2024-08-29 09:22:53.797 | + functions-common:time_stop:2448 : elapsed_time=3428 2024-08-29 09:22:53.799 | + functions-common:time_stop:2449 : total=84646 2024-08-29 09:22:53.801 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:22:53.802 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88074 2024-08-29 09:22:53.804 | + inc/python:pip_install:199 : return 0 2024-08-29 09:22:53.806 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 09:22:53.808 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 09:22:53.810 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 09:22:53.825 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-29 09:22:53.835 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-08-29 09:22:53.837 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-08-29 09:22:53.839 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:22:53.841 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:22:53.843 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-08-29 09:22:53.845 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:22:53.847 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-29 09:22:53.849 | + stack.sh:main:952 : configure_placement 2024-08-29 09:22:53.851 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-08-29 09:22:53.861 | + lib/placement:configure_placement:113 : create_placement_conf 2024-08-29 09:22:53.862 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-08-29 09:22:53.866 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-08-29 09:22:53.868 | ++ lib/database:database_connection_url:134 : local db=placement 2024-08-29 09:22:53.870 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-08-29 09:22:53.872 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-08-29 09:22:53.874 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:22:53.876 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:53.878 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-08-29 09:22:53.881 | + 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 09:22:53.907 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-08-29 09:22:53.934 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-08-29 09:22:53.961 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-08-29 09:22:53.963 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-08-29 09:22:53.965 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-29 09:22:53.967 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 09:22:53.969 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-08-29 09:22:53.995 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-08-29 09:22:54.019 | + 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 09:22:54.042 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-08-29 09:22:54.066 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-08-29 09:22:54.089 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-08-29 09:22:54.113 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-08-29 09:22:54.136 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-08-29 09:22:54.160 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 09:22:54.184 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 09:22:54.208 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-08-29 09:22:54.210 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-08-29 09:22:54.212 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-08-29 09:22:54.215 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 09:22:54.228 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 09:22:54.230 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 09:22:54.232 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:54.234 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 09:22:54.236 | + 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 09:22:54.260 | + 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 09:22:54.284 | + 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 09:22:54.310 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 09:22:54.336 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-29 09:22:54.338 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-08-29 09:22:54.340 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-08-29 09:22:54.342 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-08-29 09:22:54.344 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-08-29 09:22:54.346 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-29 09:22:54.348 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-29 09:22:54.351 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-08-29 09:22:54.354 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-08-29 09:22:54.356 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-29 09:22:54.358 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-29 09:22:54.367 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-29 09:22:54.367 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:22:54.374 | d /var/run/uwsgi 0755 stack root 2024-08-29 09:22:54.377 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-29 09:22:54.385 | /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 09:22:54.388 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-08-29 09:22:54.390 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-08-29 09:22:54.393 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-08-29 09:22:54.419 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-08-29 09:22:54.442 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-08-29 09:22:54.466 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-08-29 09:22:54.491 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-08-29 09:22:54.514 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-29 09:22:54.537 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-08-29 09:22:54.561 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-08-29 09:22:54.584 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-08-29 09:22:54.607 | + 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 09:22:54.631 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-08-29 09:22:54.654 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-29 09:22:54.677 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-08-29 09:22:54.700 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-29 09:22:54.702 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-29 09:22:54.705 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-08-29 09:22:54.707 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-08-29 09:22:54.709 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-29 09:22:54.711 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:54.713 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:54.714 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-08-29 09:22:54.717 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-08-29 09:22:54.719 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-08-29 09:22:54.742 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-08-29 09:22:54.766 | + 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 09:22:54.766 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-08-29 09:22:54.773 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-08-29 09:22:54.776 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-08-29 09:22:54.778 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-08-29 09:22:54.780 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-29 09:22:54.782 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-29 09:22:54.784 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-29 09:22:54.786 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:54.788 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:54.790 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-29 09:22:54.792 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-29 09:22:54.794 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:22:54.796 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:22:54.797 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-08-29 09:22:54.833 | Enabling site placement-api. 2024-08-29 09:22:54.837 | To activate the new configuration, you need to run: 2024-08-29 09:22:54.837 | systemctl reload apache2 2024-08-29 09:22:54.840 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-29 09:22:54.842 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-29 09:22:54.844 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:22:54.846 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-29 09:22:54.942 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:54.944 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-29 09:22:54.946 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-08-29 09:22:54.973 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-08-29 09:22:54.997 | + stack.sh:main:959 : is_service_enabled placement placement-client 2024-08-29 09:22:55.010 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:55.012 | + stack.sh:main:960 : is_service_enabled n-cpu 2024-08-29 09:22:55.026 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:55.028 | + stack.sh:main:960 : is_service_enabled n-sch 2024-08-29 09:22:55.041 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:55.043 | + stack.sh:main:961 : configure_placement_nova_compute 2024-08-29 09:22:55.045 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-08-29 09:22:55.047 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-08-29 09:22:55.073 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-08-29 09:22:55.097 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-08-29 09:22:55.121 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-08-29 09:22:55.145 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-08-29 09:22:55.170 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-08-29 09:22:55.194 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-08-29 09:22:55.218 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-08-29 09:22:55.243 | + stack.sh:main:965 : is_service_enabled horizon 2024-08-29 09:22:55.256 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:55.258 | + stack.sh:main:970 : is_service_enabled tls-proxy 2024-08-29 09:22:55.271 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:22:55.273 | + stack.sh:main:978 : run_phase stack install 2024-08-29 09:22:55.275 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 09:22:55.277 | + functions-common:run_phase:1864 : local phase=install 2024-08-29 09:22:55.279 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 09:22:55.281 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 09:22:55.283 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 09:22:55.285 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 09:22:55.287 | + functions-common:run_phase:1873 : local extra 2024-08-29 09:22:55.290 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 09:22:55.293 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 09:22:55.295 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 09:22:55.298 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 09:22:55.300 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-08-29 09:22:55.302 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 09:22:55.314 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:22:55.316 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:22:55.318 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:22:55.320 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-29 09:22:55.321 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-08-29 09:22:55.323 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:22:55.325 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2024-08-29 09:22:55.327 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-08-29 09:22:55.329 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-08-29 09:22:55.376 | ++ inc/async:async_inner:63 : install_tempest 2024-08-29 09:22:55.405 | [4304 Async install_tempest:26957]: running: install_tempest 2024-08-29 09:22:55.407 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 09:22:55.409 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 09:22:55.411 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:22:55.413 | + 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 09:22:55.415 | + functions-common:run_phase:1890 : run_plugins stack install 2024-08-29 09:22:55.418 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 09:22:55.420 | + functions-common:run_plugins:1850 : local phase=install 2024-08-29 09:22:55.422 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 09:22:55.424 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 09:22:55.426 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 09:22:55.428 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 09:22:55.431 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 09:22:55.433 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-08-29 09:22:55.435 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:22:55.438 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:22:55.439 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-29 09:22:55.442 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-08-29 09:22:55.444 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:22:55.446 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2024-08-29 09:22:55.448 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-08-29 09:22:55.450 | ++ inc/python:setup_develop:334 : local bindep 2024-08-29 09:22:55.452 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-29 09:22:55.454 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-08-29 09:22:55.456 | ++ inc/python:setup_develop:340 : local extras= 2024-08-29 09:22:55.458 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-08-29 09:22:55.460 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-29 09:22:55.462 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-29 09:22:55.464 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-08-29 09:22:55.465 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-29 09:22:55.467 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-29 09:22:55.470 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-08-29 09:22:55.472 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-29 09:22:55.474 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-08-29 09:22:55.476 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-29 09:22:55.478 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-29 09:22:55.481 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-08-29 09:22:55.484 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-08-29 09:22:55.486 | ++ 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 09:22:55.803 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-08-29 09:22:55.805 | ++ inc/python:setup_package:414 : local bindep=0 2024-08-29 09:22:55.807 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-08-29 09:22:55.809 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-08-29 09:22:55.811 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-08-29 09:22:55.813 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-08-29 09:22:55.815 | ++ inc/python:setup_package:423 : local flags=-e 2024-08-29 09:22:55.817 | ++ inc/python:setup_package:424 : local extras= 2024-08-29 09:22:55.819 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-08-29 09:22:55.820 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-08-29 09:22:55.822 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-29 09:22:55.824 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-29 09:22:55.826 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-29 09:22:55.828 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-08-29 09:22:55.844 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-08-29 09:22:55.845 | ++ 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 09:22:56.784 | Obtaining file:///opt/stack/networking-nsx-t 2024-08-29 09:22:56.784 | Preparing metadata (setup.py): started 2024-08-29 09:22:57.160 | Preparing metadata (setup.py): finished with status 'done' 2024-08-29 09:22:57.309 | Collecting Babel>=1.3 2024-08-29 09:22:57.362 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-08-29 09:22:57.410 | 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 09:22:57.433 | Collecting ipaddress 2024-08-29 09:22:57.435 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-08-29 09:22:57.437 | 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 09:22:57.437 | 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 09:22:57.437 | 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 09:22:57.438 | 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 09:22:57.439 | 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 09:22:57.440 | 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 09:22:57.441 | 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 09:22:57.442 | 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 09:22:57.442 | 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 09:22:57.443 | 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 09:22:57.444 | 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 09:22:57.556 | Collecting ratelimiter 2024-08-29 09:22:57.559 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-08-29 09:22:57.561 | 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 09:22:57.563 | 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 09:22:57.580 | 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 09:22:57.581 | 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 09:22:57.582 | 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 09:22:57.583 | 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 09:22:57.583 | 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 09:22:57.585 | 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 09:22:57.585 | 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 09:22:57.586 | 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 09:22:57.587 | 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 09:22:57.587 | 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 09:22:57.589 | 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 09:22:57.589 | 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 09:22:57.590 | 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 09:22:57.591 | 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 09:22:57.592 | 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 09:22:57.612 | 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 09:22:57.612 | 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 09:22:57.613 | 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 09:22:57.614 | 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 09:22:57.657 | 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 09:22:57.660 | 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 09:22:57.662 | 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 09:22:57.673 | 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 09:22:57.673 | 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 09:22:57.674 | 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 09:22:57.676 | 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 09:22:57.676 | 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 09:22:57.677 | 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 09:22:57.678 | 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 09:22:57.684 | 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 09:22:57.685 | 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 09:22:57.686 | 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 09:22:57.687 | 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 09:22:57.729 | 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 09:22:57.731 | 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 09:22:57.732 | 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 09:22:57.732 | 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 09:22:57.734 | 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 09:22:57.768 | 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 09:22:57.769 | 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 09:22:57.770 | 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 09:22:57.771 | 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 09:22:57.778 | 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 09:22:57.779 | 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 09:22:57.780 | 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 09:22:57.781 | 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 09:22:57.786 | 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 09:22:57.792 | 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 09:22:57.793 | 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 09:22:57.837 | 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 09:22:57.847 | 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 09:22:57.857 | 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 09:22:57.858 | 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 09:22:57.904 | 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 09:22:57.905 | 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 09:22:57.906 | 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 09:22:57.907 | 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 09:22:57.932 | 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 09:22:57.934 | 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 09:22:57.935 | 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 09:22:57.938 | 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 09:22:57.938 | 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 09:22:57.991 | 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 09:22:58.007 | 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 09:22:58.008 | 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 09:22:58.062 | 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 09:22:58.063 | 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 09:22:58.064 | 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 09:22:58.065 | 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 09:22:58.082 | 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 09:22:58.223 | 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 09:22:58.280 | 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 09:22:58.281 | 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 09:22:58.330 | 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 09:22:58.374 | 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 09:22:58.385 | 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 09:22:58.386 | 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 09:22:58.403 | 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 09:22:58.404 | 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 09:22:58.405 | 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 09:22:58.406 | 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 09:22:58.406 | 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 09:22:58.408 | 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 09:22:58.409 | 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 09:22:58.443 | 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 09:22:58.445 | 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 09:22:58.446 | 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 09:22:58.456 | 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 09:22:58.499 | 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 09:22:58.503 | 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 09:22:58.553 | 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 09:22:58.628 | 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 09:22:58.720 | 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 09:22:58.834 | 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 09:22:59.389 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-08-29 09:22:59.424 | Attempting uninstall: Babel 2024-08-29 09:22:59.426 | Found existing installation: Babel 2.8.0 2024-08-29 09:22:59.427 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-29 09:22:59.428 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-08-29 09:22:59.792 | Running setup.py develop for networking-nsxv3 2024-08-29 09:23:00.621 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-08-29 09:23:00.621 | 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 09:23:00.737 | ++ inc/python:pip_install:196 : result=0 2024-08-29 09:23:00.740 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:23:00.742 | ++ functions-common:time_stop:2435 : local name 2024-08-29 09:23:00.744 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 09:23:00.746 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:23:00.747 | ++ functions-common:time_stop:2438 : local total 2024-08-29 09:23:00.749 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 09:23:00.751 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:23:00.753 | ++ functions-common:time_stop:2442 : start_time=1724923375839 2024-08-29 09:23:00.755 | ++ functions-common:time_stop:2444 : [[ -z 1724923375839 ]] 2024-08-29 09:23:00.757 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:23:00.761 | ++ functions-common:time_stop:2447 : end_time=1724923380759 2024-08-29 09:23:00.763 | ++ functions-common:time_stop:2448 : elapsed_time=4920 2024-08-29 09:23:00.765 | ++ functions-common:time_stop:2449 : total=88074 2024-08-29 09:23:00.766 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:23:00.768 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92994 2024-08-29 09:23:00.770 | ++ inc/python:pip_install:199 : return 0 2024-08-29 09:23:00.772 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-29 09:23:00.774 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 09:23:00.776 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 09:23:00.790 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-29 09:23:00.800 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-08-29 09:23:00.802 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-08-29 09:23:00.804 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:23:00.806 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:23:00.808 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-08-29 09:23:00.810 | ++ inc/python:use_library_from_git:249 : return 1 2024-08-29 09:23:00.812 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2024-08-29 09:23:00.814 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-08-29 09:23:00.815 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-29 09:23:00.817 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-29 09:23:00.820 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-08-29 09:23:00.821 | + inc/python:use_library_from_git:249 : return 1 2024-08-29 09:23:00.823 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2024-08-29 09:23:00.825 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-08-29 09:23:00.827 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-29 09:23:00.830 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-08-29 09:23:00.832 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-08-29 09:23:00.834 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 09:23:00.837 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-08-29 09:23:00.837 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 09:23:00.841 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-08-29 09:23:00.843 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-08-29 09:23:00.845 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-08-29 09:23:00.848 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-08-29 09:23:00.850 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-08-29 09:23:00.866 | Using python 3.10 to install python-openstackclient 2024-08-29 09:23:00.868 | + 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 09:23:01.948 | Collecting python-openstackclient 2024-08-29 09:23:01.959 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2024-08-29 09:23:01.978 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-08-29 09:23:01.981 | 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 09:23:01.981 | 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 09:23:01.981 | 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 09:23:01.982 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-08-29 09:23:01.982 | 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 09:23:01.983 | 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 09:23:01.983 | 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 09:23:01.984 | 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 09:23:01.985 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-08-29 09:23:01.986 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-08-29 09:23:01.991 | 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 09:23:01.992 | 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 09:23:01.992 | 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 09:23:01.993 | 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 09:23:01.995 | 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 09:23:02.006 | 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 09:23:02.007 | 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 09:23:02.008 | 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 09:23:02.010 | 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 09:23:02.010 | 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 09:23:02.010 | 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 09:23:02.010 | 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 09:23:02.011 | 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 09:23:02.012 | 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 09:23:02.012 | 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 09:23:02.020 | 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 09:23:02.027 | 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 09:23:02.028 | 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 09:23:02.028 | 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 09:23:02.029 | 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 09:23:02.030 | 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 09:23:02.038 | 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 09:23:02.047 | 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 09:23:02.048 | 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 09:23:02.050 | 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 09:23:02.107 | 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 09:23:02.108 | 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 09:23:02.108 | 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 09:23:02.126 | 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 09:23:02.131 | 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 09:23:02.157 | 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 09:23:02.215 | 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 09:23:02.221 | 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 09:23:02.251 | 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 09:23:02.251 | 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 09:23:02.252 | 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 09:23:02.253 | 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 09:23:02.298 | 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 09:23:03.198 | Installing collected packages: python-openstackclient 2024-08-29 09:23:04.077 | Successfully installed python-openstackclient-6.2.1 2024-08-29 09:23:04.077 | 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 09:23:04.197 | + inc/python:pip_install:196 : result=0 2024-08-29 09:23:04.199 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:23:04.201 | + functions-common:time_stop:2435 : local name 2024-08-29 09:23:04.203 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:23:04.205 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:23:04.207 | + functions-common:time_stop:2438 : local total 2024-08-29 09:23:04.209 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:23:04.210 | + functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:23:04.212 | + functions-common:time_stop:2442 : start_time=1724923380862 2024-08-29 09:23:04.214 | + functions-common:time_stop:2444 : [[ -z 1724923380862 ]] 2024-08-29 09:23:04.217 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:23:04.219 | + functions-common:time_stop:2447 : end_time=1724923384217 2024-08-29 09:23:04.221 | + functions-common:time_stop:2448 : elapsed_time=3355 2024-08-29 09:23:04.223 | + functions-common:time_stop:2449 : total=92994 2024-08-29 09:23:04.225 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:23:04.226 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96349 2024-08-29 09:23:04.228 | + inc/python:pip_install:199 : return 0 2024-08-29 09:23:04.230 | + stack.sh:main:990 : install_oscwrap 2024-08-29 09:23:04.233 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-08-29 09:23:04.237 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.MLtNAI2J89 2024-08-29 09:23:04.239 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-08-29 09:23:04.241 | + functions-common:install_oscwrap:2486 : unalias -a 2024-08-29 09:23:04.243 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-08-29 09:23:04.245 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2024-08-29 09:23:04.246 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 09:23:04.248 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2024-08-29 09:23:04.262 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:23:04.264 | + stack.sh:main:1044 : configure_database 2024-08-29 09:23:04.266 | + lib/database:configure_database:128 : configure_database_mysql 2024-08-29 09:23:04.268 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-08-29 09:23:04.269 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-08-29 09:23:04.274 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:23:04.276 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2024-08-29 09:23:04.278 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-08-29 09:23:04.280 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:23:04.282 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:23:04.283 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-08-29 09:23:04.286 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-08-29 09:23:04.288 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-29 09:23:04.290 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-29 09:23:04.293 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-08-29 09:23:04.344 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-08-29 09:23:04.346 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-29 09:23:04.348 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-29 09:23:04.350 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-29 09:23:04.352 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-29 09:23:04.353 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-29 09:23:04.355 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-29 09:23:04.357 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-29 09:23:04.359 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-29 09:23:04.361 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-29 09:23:04.363 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-29 09:23:04.365 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-29 09:23:04.367 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-29 09:23:04.369 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-08-29 09:23:04.370 | + functions-common:is_suse:544 : is_opensuse 2024-08-29 09:23:04.372 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-29 09:23:04.374 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-29 09:23:04.376 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-29 09:23:04.378 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-29 09:23:04.380 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-29 09:23:04.382 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-08-29 09:23:04.383 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:23:04.385 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:23:04.387 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-08-29 09:23:04.389 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:23:04.391 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-29 09:23:04.928 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-08-29 09:23:04.930 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:23:04.932 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:23:04.934 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 09:23:04.936 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-08-29 09:23:04.938 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-08-29 09:23:04.940 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:23:04.942 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:23:04.944 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-08-29 09:23:04.946 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-08-29 09:23:04.948 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-08-29 09:23:04.950 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:23:04.953 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:23:04.955 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-08-29 09:23:04.957 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-08-29 09:23:04.959 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 09:23:04.961 | + 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 09:23:04.980 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-08-29 09:23:04.982 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:23:04.984 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:23:04.986 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-08-29 09:23:04.988 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-08-29 09:23:04.992 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-08-29 09:23:05.038 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-08-29 09:23:05.086 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-08-29 09:23:05.129 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-08-29 09:23:05.131 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-08-29 09:23:05.133 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-08-29 09:23:05.135 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-08-29 09:23:05.137 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:23:05.139 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-29 09:23:05.678 | + stack.sh:main:1048 : save_stackenv 1048 2024-08-29 09:23:05.680 | + functions-common:save_stackenv:60 : local tag=1048 2024-08-29 09:23:05.682 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 09:23:05.686 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-092305 2024-08-29 09:23:05.689 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-092305 1048' 2024-08-29 09:23:05.691 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.693 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 09:23:05.694 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.696 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 09:23:05.698 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.700 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 09:23:05.702 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.703 | + 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 09:23:05.705 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.707 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 09:23:05.709 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.711 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 09:23:05.712 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.714 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-091858 2024-08-29 09:23:05.716 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.718 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 09:23:05.719 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.721 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 09:23:05.723 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.725 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 09:23:05.726 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.728 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 09:23:05.730 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.732 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 09:23:05.734 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.736 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 09:23:05.737 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.739 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 09:23:05.741 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:23:05.743 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 09:23:05.745 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2024-08-29 09:23:05.747 | + stack.sh:main:1074 : start_dstat 2024-08-29 09:23:05.749 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-29 09:23:05.751 | + functions-common:run_process:1689 : local service=dstat 2024-08-29 09:23:05.753 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-29 09:23:05.755 | + functions-common:run_process:1691 : local group= 2024-08-29 09:23:05.757 | + functions-common:run_process:1692 : local user= 2024-08-29 09:23:05.759 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:23:05.761 | + functions-common:run_process:1695 : local name=dstat 2024-08-29 09:23:05.762 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:23:05.764 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:23:05.766 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:23:05.768 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:23:05.770 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:23:05.774 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923385772 2024-08-29 09:23:05.776 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-08-29 09:23:05.789 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:05.791 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:23:05.793 | + functions-common:time_stop:2435 : local name 2024-08-29 09:23:05.795 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:23:05.797 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:23:05.799 | + functions-common:time_stop:2438 : local total 2024-08-29 09:23:05.801 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:23:05.803 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:23:05.804 | + functions-common:time_stop:2442 : start_time=1724923385772 2024-08-29 09:23:05.806 | + functions-common:time_stop:2444 : [[ -z 1724923385772 ]] 2024-08-29 09:23:05.809 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:23:05.812 | + functions-common:time_stop:2447 : end_time=1724923385810 2024-08-29 09:23:05.814 | + functions-common:time_stop:2448 : elapsed_time=38 2024-08-29 09:23:05.816 | + functions-common:time_stop:2449 : total=0 2024-08-29 09:23:05.817 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:23:05.819 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38 2024-08-29 09:23:05.821 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-08-29 09:23:05.823 | + functions-common:run_process:1689 : local service=memory_tracker 2024-08-29 09:23:05.825 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-08-29 09:23:05.827 | + functions-common:run_process:1691 : local group= 2024-08-29 09:23:05.829 | + functions-common:run_process:1692 : local user=root 2024-08-29 09:23:05.831 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:23:05.833 | + functions-common:run_process:1695 : local name=memory_tracker 2024-08-29 09:23:05.835 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:23:05.837 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:23:05.838 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:23:05.840 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:23:05.842 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:23:05.846 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923385844 2024-08-29 09:23:05.848 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-08-29 09:23:05.862 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:05.864 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:23:05.865 | + functions-common:time_stop:2435 : local name 2024-08-29 09:23:05.867 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:23:05.869 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:23:05.871 | + functions-common:time_stop:2438 : local total 2024-08-29 09:23:05.873 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:23:05.875 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:23:05.877 | + functions-common:time_stop:2442 : start_time=1724923385844 2024-08-29 09:23:05.879 | + functions-common:time_stop:2444 : [[ -z 1724923385844 ]] 2024-08-29 09:23:05.881 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:23:05.885 | + functions-common:time_stop:2447 : end_time=1724923385883 2024-08-29 09:23:05.887 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-29 09:23:05.889 | + functions-common:time_stop:2449 : total=38 2024-08-29 09:23:05.891 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:23:05.893 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=77 2024-08-29 09:23:05.895 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-08-29 09:23:05.908 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:05.910 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-08-29 09:23:05.912 | + functions-common:run_process:1689 : local service=file_tracker 2024-08-29 09:23:05.914 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-08-29 09:23:05.915 | + functions-common:run_process:1691 : local group= 2024-08-29 09:23:05.917 | + functions-common:run_process:1692 : local user= 2024-08-29 09:23:05.919 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:23:05.921 | + functions-common:run_process:1695 : local name=file_tracker 2024-08-29 09:23:05.923 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:23:05.925 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:23:05.926 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:23:05.928 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:23:05.931 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:23:05.934 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923385932 2024-08-29 09:23:05.936 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-08-29 09:23:05.949 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:05.951 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:23:05.953 | + functions-common:time_stop:2435 : local name 2024-08-29 09:23:05.955 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:23:05.957 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:23:05.960 | + functions-common:time_stop:2438 : local total 2024-08-29 09:23:05.961 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:23:05.963 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:23:05.965 | + functions-common:time_stop:2442 : start_time=1724923385932 2024-08-29 09:23:05.967 | + functions-common:time_stop:2444 : [[ -z 1724923385932 ]] 2024-08-29 09:23:05.971 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:23:05.973 | + functions-common:time_stop:2447 : end_time=1724923385971 2024-08-29 09:23:05.975 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-29 09:23:05.977 | + functions-common:time_stop:2449 : total=77 2024-08-29 09:23:05.979 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:23:05.981 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=116 2024-08-29 09:23:05.983 | + stack.sh:main:1078 : is_service_enabled tcpdump 2024-08-29 09:23:05.997 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:05.999 | + stack.sh:main:1086 : is_service_enabled etcd3 2024-08-29 09:23:06.013 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:23:06.015 | + stack.sh:main:1087 : start_etcd3 2024-08-29 09:23:06.017 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-08-29 09:23:06.019 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-08-29 09:23:06.021 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-08-29 09:23:06.023 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-08-29 09:23:06.025 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-08-29 09:23:06.027 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-08-29 09:23:06.029 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-08-29 09:23:06.031 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-08-29 09:23:06.033 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-08-29 09:23:06.035 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-08-29 09:23:06.037 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-08-29 09:23:06.039 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-29 09:23:06.041 | + 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 09:23:06.043 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-08-29 09:23:06.045 | + 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 09:23:06.047 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:23:06.049 | + functions-common:write_user_unit_file:1561 : local user=root 2024-08-29 09:23:06.051 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:23:06.053 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:23:06.055 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:23:06.057 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-29 09:23:06.058 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:23:06.062 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-08-29 09:23:06.113 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-08-29 09:23:06.161 | + 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 09:23:06.202 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-08-29 09:23:06.243 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-08-29 09:23:06.284 | + 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 09:23:06.326 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:23:06.328 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:23:06.330 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-08-29 09:23:06.380 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:23:06.622 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-08-29 09:23:06.665 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-08-29 09:23:06.706 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-08-29 09:23:06.752 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-08-29 09:23:06.811 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-08-29 09:23:06.818 | ++ functions-common:is_arch:507 : uname -m 2024-08-29 09:23:06.822 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-29 09:23:06.824 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-08-29 09:23:07.129 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-08-29 09:23:07.139 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-08-29 09:23:07.363 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-08-29 09:23:07.725 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2024-08-29 09:23:07.739 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:07.741 | + stack.sh:main:1098 : write_clouds_yaml 2024-08-29 09:23:07.744 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-08-29 09:23:07.746 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-08-29 09:23:07.750 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-08-29 09:23:07.759 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-08-29 09:23:07.769 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-08-29 09:23:07.771 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 09:23:07.773 | + 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 09:23:07.818 | The user clouds.yaml file didn't exist. 2024-08-29 09:23:07.826 | + 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 09:23:07.880 | + 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 09:23:07.937 | + 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 09:23:07.995 | + 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 09:23:08.054 | + 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 09:23:08.116 | + 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 09:23:08.179 | + 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 09:23:08.243 | + 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 09:23:08.310 | + 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 09:23:08.378 | + functions-common:write_clouds_yaml:198 : cat 2024-08-29 09:23:08.382 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-08-29 09:23:08.385 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-08-29 09:23:08.387 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-08-29 09:23:08.390 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2024-08-29 09:23:08.393 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2024-08-29 09:23:08.395 | + stack.sh:main:1101 : is_service_enabled keystone 2024-08-29 09:23:08.409 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:23:08.411 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2024-08-29 09:23:08.413 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:23:08.415 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2024-08-29 09:23:08.417 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-29 09:23:08.419 | + stack.sh:main:1105 : init_keystone 2024-08-29 09:23:08.422 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-08-29 09:23:08.435 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:08.436 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-08-29 09:23:08.438 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-08-29 09:23:08.440 | + lib/database:recreate_database:112 : local db=keystone 2024-08-29 09:23:08.442 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-08-29 09:23:08.444 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-08-29 09:23:08.446 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-08-29 09:23:08.455 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-08-29 09:23:08.463 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-08-29 09:23:08.465 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 09:23:08.467 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:23:08.470 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:23:08.472 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:23:08.476 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923388473 2024-08-29 09:23:08.478 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-08-29 09:23:10.339 | 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=29253) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:23:10.344 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 09:23:10.344 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 09:23:10.345 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 09:23:10.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:23:10.346 | 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=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:23:10.346 | 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=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:23:10.346 | 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=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 09:23:10.346 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29253) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 09:23:10.359 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 09:23:10.359 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 09:23:10.391 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-08-29 09:23:11.123 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29253) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 09:23:11.123 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-08-29 09:23:11.123 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29253) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:23:11.125 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-08-29 09:23:11.125 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29253) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 09:23:11.496 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-08-29 09:23:11.498 | + functions-common:time_stop:2435 : local name 2024-08-29 09:23:11.501 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:23:11.503 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:23:11.505 | + functions-common:time_stop:2438 : local total 2024-08-29 09:23:11.507 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:23:11.509 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 09:23:11.511 | + functions-common:time_stop:2442 : start_time=1724923388473 2024-08-29 09:23:11.514 | + functions-common:time_stop:2444 : [[ -z 1724923388473 ]] 2024-08-29 09:23:11.517 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:23:11.520 | + functions-common:time_stop:2447 : end_time=1724923391517 2024-08-29 09:23:11.522 | + functions-common:time_stop:2448 : elapsed_time=3044 2024-08-29 09:23:11.524 | + functions-common:time_stop:2449 : total=0 2024-08-29 09:23:11.525 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:23:11.528 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3044 2024-08-29 09:23:11.530 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-08-29 09:23:11.532 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-08-29 09:23:11.535 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-08-29 09:23:13.198 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-08-29 09:23:13.198 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-29 09:23:13.198 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-29 09:23:13.198 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-08-29 09:23:13.198 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-29 09:23:13.199 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-29 09:23:13.199 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-29 09:23:13.199 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-29 09:23:13.199 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-29 09:23:13.476 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-08-29 09:23:13.480 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-08-29 09:23:15.130 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-08-29 09:23:15.131 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-29 09:23:15.131 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-29 09:23:15.131 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-08-29 09:23:15.134 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-29 09:23:15.134 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-29 09:23:15.134 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-29 09:23:15.134 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-29 09:23:15.134 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-29 09:23:15.426 | + stack.sh:main:1106 : start_keystone 2024-08-29 09:23:15.428 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-08-29 09:23:15.430 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-08-29 09:23:15.433 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-08-29 09:23:15.446 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:15.448 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-08-29 09:23:15.451 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-08-29 09:23:15.454 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-08-29 09:23:15.456 | + functions-common:run_process:1689 : local service=keystone 2024-08-29 09:23:15.458 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 09:23:15.461 | + functions-common:run_process:1691 : local group= 2024-08-29 09:23:15.463 | + functions-common:run_process:1692 : local user= 2024-08-29 09:23:15.465 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:23:15.467 | + functions-common:run_process:1695 : local name=keystone 2024-08-29 09:23:15.469 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:23:15.471 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:23:15.473 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:23:15.475 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:23:15.478 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:23:15.481 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923395479 2024-08-29 09:23:15.484 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-08-29 09:23:15.497 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:23:15.499 | + 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 09:23:15.501 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-08-29 09:23:15.503 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 09:23:15.505 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 09:23:15.507 | + 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 09:23:15.509 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-29 09:23:15.511 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-08-29 09:23:15.513 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-08-29 09:23:15.515 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-08-29 09:23:15.517 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:23:15.519 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:23:15.521 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:23:15.523 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:23:15.525 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-08-29 09:23:15.527 | + 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 09:23:15.529 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-08-29 09:23:15.530 | + 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 09:23:15.532 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 09:23:15.534 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 09:23:15.536 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 09:23:15.537 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-08-29 09:23:15.539 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 09:23:15.542 | + 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 09:23:15.590 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-08-29 09:23:15.638 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-08-29 09:23:15.679 | + 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 09:23:15.718 | + 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 09:23:15.759 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-08-29 09:23:15.799 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-08-29 09:23:15.839 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-08-29 09:23:15.880 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-08-29 09:23:15.919 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-08-29 09:23:15.961 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 09:23:15.963 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 09:23:15.965 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-08-29 09:23:16.013 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 09:23:16.248 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-08-29 09:23:16.257 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-08-29 09:23:16.478 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-08-29 09:23:16.545 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:23:16.547 | + functions-common:time_stop:2435 : local name 2024-08-29 09:23:16.549 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:23:16.551 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:23:16.552 | + functions-common:time_stop:2438 : local total 2024-08-29 09:23:16.554 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:23:16.556 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:23:16.558 | + functions-common:time_stop:2442 : start_time=1724923395479 2024-08-29 09:23:16.560 | + functions-common:time_stop:2444 : [[ -z 1724923395479 ]] 2024-08-29 09:23:16.563 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:23:16.566 | + functions-common:time_stop:2447 : end_time=1724923396563 2024-08-29 09:23:16.568 | + functions-common:time_stop:2448 : elapsed_time=1084 2024-08-29 09:23:16.569 | + functions-common:time_stop:2449 : total=116 2024-08-29 09:23:16.571 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:23:16.573 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1200 2024-08-29 09:23:16.575 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-08-29 09:23:16.575 | Waiting for keystone to start... 2024-08-29 09:23:16.577 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-08-29 09:23:16.579 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-08-29 09:23:16.581 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 09:23:16.583 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-08-29 09:23:16.584 | + functions:wait_for_service:470 : local rval=0 2024-08-29 09:23:16.586 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 09:23:16.588 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 09:23:16.590 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:23:16.591 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:23:16.594 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:23:16.597 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923396595 2024-08-29 09:23:16.599 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 09:23:16.602 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-08-29 09:23:16.883 | ++ inc/async:async_inner:64 : rc=0 2024-08-29 09:23:16.901 | [26957 Async install_tempest:26957]: finished successfully 2024-08-29 09:23:18.960 | + :: : [[ 200 == 503 ]] 2024-08-29 09:23:18.961 | + :: : [[ 0 -eq 7 ]] 2024-08-29 09:23:18.964 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 09:23:18.966 | + functions-common:time_stop:2435 : local name 2024-08-29 09:23:18.968 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:23:18.970 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:23:18.971 | + functions-common:time_stop:2438 : local total 2024-08-29 09:23:18.973 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:23:18.975 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 09:23:18.977 | + functions-common:time_stop:2442 : start_time=1724923396595 2024-08-29 09:23:18.979 | + functions-common:time_stop:2444 : [[ -z 1724923396595 ]] 2024-08-29 09:23:18.982 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:23:18.985 | + functions-common:time_stop:2447 : end_time=1724923398982 2024-08-29 09:23:18.986 | + functions-common:time_stop:2448 : elapsed_time=2387 2024-08-29 09:23:18.988 | + functions-common:time_stop:2449 : total=0 2024-08-29 09:23:18.990 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:23:18.992 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2387 2024-08-29 09:23:18.994 | + functions:wait_for_service:478 : return 0 2024-08-29 09:23:18.996 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-08-29 09:23:19.009 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:19.011 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-08-29 09:23:19.013 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-29 09:23:19.015 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-08-29 09:23:19.509 | + stack.sh:main:1107 : bootstrap_keystone 2024-08-29 09:23:19.512 | + 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 09:23:21.171 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.171 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.171 | 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=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.174 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.182 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.182 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.199 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.215 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.215 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.326 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.326 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.326 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.326 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.326 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.326 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.334 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.334 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.334 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.334 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.334 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.334 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.334 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.335 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.337 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.337 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.337 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.337 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.337 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.337 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.338 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30044) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-29 09:23:21.354 | 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=30044) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:23:21.455 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created domain default 2024-08-29 09:23:21.477 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created project admin 2024-08-29 09:23:21.491 | WARNING keystone.common.password_hashing [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-08-29 09:23:21.491 | DEBUG passlib.handlers.bcrypt [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30044) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-08-29 09:23:21.492 | DEBUG passlib.handlers.bcrypt [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30044) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-08-29 09:23:21.525 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created user admin 2024-08-29 09:23:21.531 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created role reader 2024-08-29 09:23:21.538 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created role member 2024-08-29 09:23:21.550 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created implied role where 2ac03dcb9c284084a848beb96f2cf499 implies 4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:21.555 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created role admin 2024-08-29 09:23:21.564 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created implied role where 8c1a9e5c62a54b41ad3fc31755b3db82 implies 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:21.569 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Granted role admin on project admin to user admin. 2024-08-29 09:23:21.571 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Granted role admin on the system to user admin. 2024-08-29 09:23:21.576 | WARNING py.warnings [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 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 09:23:21.576 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-08-29 09:23:21.576 |  2024-08-29 09:23:21.578 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created region RegionOne 2024-08-29 09:23:21.594 | INFO keystone.cmd.bootstrap [None req-a97b232f-6b7e-4f41-aa51-7441bb5e9273 None None] Created public endpoint http://10.180.1.21/identity 2024-08-29 09:23:21.913 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-08-29 09:23:21.916 | + stack.sh:main:1110 : create_keystone_accounts 2024-08-29 09:23:21.918 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-08-29 09:23:21.920 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-08-29 09:23:23.514 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:23.516 | + lib/keystone:create_keystone_accounts:315 : admin_project=503b6a0b2d1b4b17a6f5d963cdb1f9ea 2024-08-29 09:23:23.518 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-08-29 09:23:23.521 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-08-29 09:23:24.732 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:24.735 | + lib/keystone:create_keystone_accounts:317 : admin_user=51ac2a0b90254ee398d3f91f6f98d71d 2024-08-29 09:23:24.736 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-08-29 09:23:24.738 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-08-29 09:23:24.740 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-08-29 09:23:24.742 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 51ac2a0b90254ee398d3f91f6f98d71d default 2024-08-29 09:23:24.789 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 51ac2a0b90254ee398d3f91f6f98d71d default 2024-08-29 09:23:24.815 | [4304 Async ks-domain-role:30163]: running: get_or_add_user_domain_role admin 51ac2a0b90254ee398d3f91f6f98d71d default 2024-08-29 09:23:24.817 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-08-29 09:23:24.819 | + functions-common:get_or_create_domain:895 : local domain_id 2024-08-29 09:23:24.822 | ++ 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 09:23:26.397 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:26.400 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-08-29 09:23:26.402 | + functions-common:get_or_create_domain:901 : echo default 2024-08-29 09:23:26.402 | default 2024-08-29 09:23:26.404 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-08-29 09:23:26.454 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-08-29 09:23:26.483 | [4304 Async ks-project:30291]: running: get_or_create_project service Default 2024-08-29 09:23:26.484 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-08-29 09:23:26.530 | + inc/async:async_inner:63 : get_or_create_role service 2024-08-29 09:23:26.560 | [4304 Async ks-service:30385]: running: get_or_create_role service 2024-08-29 09:23:26.562 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-08-29 09:23:26.614 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-08-29 09:23:26.644 | [4304 Async ks-reseller:30481]: running: get_or_create_role ResellerAdmin 2024-08-29 09:23:26.646 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-08-29 09:23:26.648 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-08-29 09:23:26.693 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-08-29 09:23:26.722 | [4304 Async ks-anotherrole:30578]: running: get_or_create_role anotherrole 2024-08-29 09:23:26.724 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-08-29 09:23:26.727 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-08-29 09:23:26.729 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 09:23:26.731 | +++ 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 09:23:27.923 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:27.941 | [30385 Async ks-service:30385]: finished successfully 2024-08-29 09:23:28.196 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:28.218 | [30481 Async ks-reseller:30481]: finished successfully 2024-08-29 09:23:28.288 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:28.309 | [30578 Async ks-anotherrole:30578]: finished successfully 2024-08-29 09:23:28.327 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:28.346 | [30291 Async ks-project:30291]: finished successfully 2024-08-29 09:23:28.444 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:28.450 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:28.452 | ++ functions-common:get_or_create_project:951 : project_id=7eb354d9780548dc98e39f8610ef58ea 2024-08-29 09:23:28.454 | ++ functions-common:get_or_create_project:952 : echo 7eb354d9780548dc98e39f8610ef58ea 2024-08-29 09:23:28.457 | + lib/keystone:create_keystone_accounts:345 : invis_project=7eb354d9780548dc98e39f8610ef58ea 2024-08-29 09:23:28.459 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-08-29 09:23:28.461 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-08-29 09:23:28.463 | [30163 Async ks-domain-role:30163]: finished successfully 2024-08-29 09:23:28.463 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 09:23:28.466 | +++ 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 09:23:29.843 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:29.846 | ++ functions-common:get_or_create_project:951 : project_id=788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:29.847 | ++ functions-common:get_or_create_project:952 : echo 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:29.850 | + lib/keystone:create_keystone_accounts:349 : demo_project=788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:29.852 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-08-29 09:23:29.854 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-08-29 09:23:29.856 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:23:29.858 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-08-29 09:23:29.860 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-08-29 09:23:29.863 | +++ 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 09:23:31.224 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:31.226 | ++ functions-common:get_or_create_user:938 : user_id=760c829ee2cf401d9301036c512dc988 2024-08-29 09:23:31.228 | ++ functions-common:get_or_create_user:939 : echo 760c829ee2cf401d9301036c512dc988 2024-08-29 09:23:31.231 | + lib/keystone:create_keystone_accounts:352 : demo_user=760c829ee2cf401d9301036c512dc988 2024-08-29 09:23:31.233 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-08-29 09:23:31.269 | [4304 Async ks-domain-role:30163]: Waiting for completion of get_or_add_user_domain_role admin 51ac2a0b90254ee398d3f91f6f98d71d default running on PID 30163 (6 other jobs running) 2024-08-29 09:23:31.286 | [4304 Async ks-domain-role:30163]: Signaling child to exit 2024-08-29 09:23:31.286 | WAKEUP 2024-08-29 09:23:31.303 | [4304 Async ks-domain-role:30163]: Signaled 2024-08-29 09:23:31.303 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-08-29 09:23:31.304 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 51ac2a0b90254ee398d3f91f6f98d71d --domain default 2024-08-29 09:23:31.304 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 51ac2a0b90254ee398d3f91f6f98d71d --domain default -c Role -f value 2024-08-29 09:23:31.304 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:31.304 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:31.304 | + functions-common:get_or_add_user_domain_role:1022 : echo 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:31.304 | 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:31.334 | [4304 Async ks-domain-role:30163]: finished get_or_add_user_domain_role admin 51ac2a0b90254ee398d3f91f6f98d71d default with result 0 in 3 seconds 2024-08-29 09:23:31.338 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-08-29 09:23:31.362 | [4304 Async ks-project:30291]: Waiting for completion of get_or_create_project service Default running on PID 30291 (5 other jobs running) 2024-08-29 09:23:31.379 | [4304 Async ks-project:30291]: Signaling child to exit 2024-08-29 09:23:31.379 | WAKEUP 2024-08-29 09:23:31.395 | [4304 Async ks-project:30291]: Signaled 2024-08-29 09:23:31.395 | + functions-common:get_or_create_project:945 : local project_id 2024-08-29 09:23:31.395 | ++ 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 09:23:31.395 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:31.395 | + functions-common:get_or_create_project:951 : project_id=525128e3ca66461a8eaf0070b2694575 2024-08-29 09:23:31.395 | + functions-common:get_or_create_project:952 : echo 525128e3ca66461a8eaf0070b2694575 2024-08-29 09:23:31.395 | 525128e3ca66461a8eaf0070b2694575 2024-08-29 09:23:31.425 | [4304 Async ks-project:30291]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-08-29 09:23:31.451 | [4304 Async ks-service:30385]: Waiting for completion of get_or_create_role service running on PID 30385 (4 other jobs running) 2024-08-29 09:23:31.468 | [4304 Async ks-service:30385]: Signaling child to exit 2024-08-29 09:23:31.468 | WAKEUP 2024-08-29 09:23:31.483 | [4304 Async ks-service:30385]: Signaled 2024-08-29 09:23:31.484 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 09:23:31.484 | ++ 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 09:23:31.484 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:31.484 | + functions-common:get_or_create_role:963 : role_id=8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:23:31.484 | + functions-common:get_or_create_role:964 : echo 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:23:31.484 | 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:23:31.514 | [4304 Async ks-service:30385]: finished get_or_create_role service with result 0 in 1 seconds 2024-08-29 09:23:31.539 | [4304 Async ks-reseller:30481]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30481 (3 other jobs running) 2024-08-29 09:23:31.556 | [4304 Async ks-reseller:30481]: Signaling child to exit 2024-08-29 09:23:31.556 | WAKEUP 2024-08-29 09:23:31.571 | [4304 Async ks-reseller:30481]: Signaled 2024-08-29 09:23:31.572 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 09:23:31.572 | ++ 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 09:23:31.572 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:31.572 | + functions-common:get_or_create_role:963 : role_id=2434d7e3bdc7435493cddcba219c9e68 2024-08-29 09:23:31.572 | + functions-common:get_or_create_role:964 : echo 2434d7e3bdc7435493cddcba219c9e68 2024-08-29 09:23:31.572 | 2434d7e3bdc7435493cddcba219c9e68 2024-08-29 09:23:31.602 | [4304 Async ks-reseller:30481]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-08-29 09:23:31.627 | [4304 Async ks-anotherrole:30578]: Waiting for completion of get_or_create_role anotherrole running on PID 30578 (2 other jobs running) 2024-08-29 09:23:31.644 | [4304 Async ks-anotherrole:30578]: Signaling child to exit 2024-08-29 09:23:31.644 | WAKEUP 2024-08-29 09:23:31.659 | [4304 Async ks-anotherrole:30578]: Signaled 2024-08-29 09:23:31.660 | + functions-common:get_or_create_role:958 : local role_id 2024-08-29 09:23:31.660 | ++ 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 09:23:31.660 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:31.660 | + functions-common:get_or_create_role:963 : role_id=8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:31.660 | + functions-common:get_or_create_role:964 : echo 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:31.660 | 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:31.691 | [4304 Async ks-anotherrole:30578]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-08-29 09:23:31.694 | + inc/async:async_wait:197 : return 0 2024-08-29 09:23:31.696 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.743 | + inc/async:async_inner:63 : get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.771 | [4304 Async ks-demo-member:31421]: running: get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.773 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 51ac2a0b90254ee398d3f91f6f98d71d 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.819 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 51ac2a0b90254ee398d3f91f6f98d71d 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.852 | [4304 Async ks-demo-admin:31517]: running: get_or_add_user_project_role admin 51ac2a0b90254ee398d3f91f6f98d71d 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.854 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.901 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.930 | [4304 Async ks-demo-another:31614]: running: get_or_add_user_project_role anotherrole 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:31.932 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 7eb354d9780548dc98e39f8610ef58ea 2024-08-29 09:23:31.979 | + inc/async:async_inner:63 : get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 7eb354d9780548dc98e39f8610ef58ea 2024-08-29 09:23:32.009 | [4304 Async ks-demo-invis:31711]: running: get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 7eb354d9780548dc98e39f8610ef58ea 2024-08-29 09:23:32.011 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-08-29 09:23:32.014 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-08-29 09:23:32.017 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:23:32.019 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-08-29 09:23:32.020 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-08-29 09:23:32.023 | +++ 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 09:23:33.687 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:33.690 | ++ functions-common:get_or_create_user:938 : user_id=16a12271cd8c4514ab76751e098105e2 2024-08-29 09:23:33.692 | ++ functions-common:get_or_create_user:939 : echo 16a12271cd8c4514ab76751e098105e2 2024-08-29 09:23:33.695 | + lib/keystone:create_keystone_accounts:365 : demo_reader=16a12271cd8c4514ab76751e098105e2 2024-08-29 09:23:33.697 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 16a12271cd8c4514ab76751e098105e2 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:33.748 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 16a12271cd8c4514ab76751e098105e2 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:33.782 | [4304 Async ks-demo-reader:31878]: running: get_or_add_user_project_role reader 16a12271cd8c4514ab76751e098105e2 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:33.784 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-08-29 09:23:33.786 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-08-29 09:23:33.788 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 09:23:33.791 | +++ 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 09:23:35.395 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:35.398 | ++ functions-common:get_or_create_project:951 : project_id=20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:35.400 | ++ functions-common:get_or_create_project:952 : echo 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:35.402 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:35.404 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-08-29 09:23:35.407 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-08-29 09:23:35.409 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:23:35.411 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-08-29 09:23:35.413 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-08-29 09:23:35.415 | +++ 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 09:23:35.984 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:36.002 | [31421 Async ks-demo-member:31421]: finished successfully 2024-08-29 09:23:36.103 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:36.122 | [31517 Async ks-demo-admin:31517]: finished successfully 2024-08-29 09:23:36.224 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:36.242 | [31614 Async ks-demo-another:31614]: finished successfully 2024-08-29 09:23:36.404 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:36.424 | [31711 Async ks-demo-invis:31711]: finished successfully 2024-08-29 09:23:36.824 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:36.827 | ++ functions-common:get_or_create_user:938 : user_id=3f894b4175824145a77c01e9d450feb0 2024-08-29 09:23:36.829 | ++ functions-common:get_or_create_user:939 : echo 3f894b4175824145a77c01e9d450feb0 2024-08-29 09:23:36.831 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=3f894b4175824145a77c01e9d450feb0 2024-08-29 09:23:36.833 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:36.881 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:36.910 | [4304 Async ks-alt-admin:32276]: running: get_or_add_user_project_role admin 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:36.912 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:36.959 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:36.992 | [4304 Async ks-alt-another:32372]: running: get_or_add_user_project_role anotherrole 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:36.994 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-08-29 09:23:36.996 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-08-29 09:23:36.999 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:23:37.001 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-08-29 09:23:37.003 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-08-29 09:23:37.005 | +++ 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 09:23:37.639 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:37.657 | [31878 Async ks-demo-reader:31878]: finished successfully 2024-08-29 09:23:38.454 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:38.457 | ++ functions-common:get_or_create_user:938 : user_id=7ce9677859bd4d9a97e3194a2c5d68bb 2024-08-29 09:23:38.459 | ++ functions-common:get_or_create_user:939 : echo 7ce9677859bd4d9a97e3194a2c5d68bb 2024-08-29 09:23:38.464 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=7ce9677859bd4d9a97e3194a2c5d68bb 2024-08-29 09:23:38.466 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 7ce9677859bd4d9a97e3194a2c5d68bb 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:38.520 | + inc/async:async_inner:63 : get_or_add_user_project_role member 7ce9677859bd4d9a97e3194a2c5d68bb 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:38.551 | [4304 Async ks-alt-member-user:32549]: running: get_or_add_user_project_role member 7ce9677859bd4d9a97e3194a2c5d68bb 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:38.553 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-08-29 09:23:38.556 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-08-29 09:23:38.558 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:23:38.560 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-08-29 09:23:38.562 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-08-29 09:23:38.565 | +++ 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 09:23:40.013 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:40.016 | ++ functions-common:get_or_create_user:938 : user_id=106b0c79b0054b20bd1cc311273f797e 2024-08-29 09:23:40.018 | ++ functions-common:get_or_create_user:939 : echo 106b0c79b0054b20bd1cc311273f797e 2024-08-29 09:23:40.021 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=106b0c79b0054b20bd1cc311273f797e 2024-08-29 09:23:40.023 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 106b0c79b0054b20bd1cc311273f797e 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:40.071 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 106b0c79b0054b20bd1cc311273f797e 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:40.104 | [4304 Async ks-alt-reader-user:32723]: running: get_or_add_user_project_role reader 106b0c79b0054b20bd1cc311273f797e 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:40.106 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-08-29 09:23:40.108 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:23:40.110 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-08-29 09:23:40.112 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-08-29 09:23:40.115 | +++ 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 09:23:40.585 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:40.605 | [32276 Async ks-alt-admin:32276]: finished successfully 2024-08-29 09:23:40.616 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:40.634 | [32372 Async ks-alt-another:32372]: finished successfully 2024-08-29 09:23:41.552 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:41.554 | ++ functions-common:get_or_create_user:938 : user_id=bb91dd63d96a4e55b38134b9027b1907 2024-08-29 09:23:41.556 | ++ functions-common:get_or_create_user:939 : echo bb91dd63d96a4e55b38134b9027b1907 2024-08-29 09:23:41.559 | + lib/keystone:create_keystone_accounts:397 : system_member_user=bb91dd63d96a4e55b38134b9027b1907 2024-08-29 09:23:41.561 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member bb91dd63d96a4e55b38134b9027b1907 all 2024-08-29 09:23:41.609 | + inc/async:async_inner:63 : get_or_add_user_system_role member bb91dd63d96a4e55b38134b9027b1907 all 2024-08-29 09:23:41.642 | [4304 Async ks-system-member:32956]: running: get_or_add_user_system_role member bb91dd63d96a4e55b38134b9027b1907 all 2024-08-29 09:23:41.645 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-08-29 09:23:41.647 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:23:41.649 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-08-29 09:23:41.651 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-08-29 09:23:41.654 | +++ 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 09:23:42.173 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:42.191 | [32549 Async ks-alt-member-user:32549]: finished successfully 2024-08-29 09:23:43.084 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:43.086 | ++ functions-common:get_or_create_user:938 : user_id=445bbbea4b1b4fc9b1455c1bfbcdc600 2024-08-29 09:23:43.089 | ++ functions-common:get_or_create_user:939 : echo 445bbbea4b1b4fc9b1455c1bfbcdc600 2024-08-29 09:23:43.091 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=445bbbea4b1b4fc9b1455c1bfbcdc600 2024-08-29 09:23:43.093 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 445bbbea4b1b4fc9b1455c1bfbcdc600 all 2024-08-29 09:23:43.143 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 445bbbea4b1b4fc9b1455c1bfbcdc600 all 2024-08-29 09:23:43.175 | [4304 Async ks-system-reader:33166]: running: get_or_add_user_system_role reader 445bbbea4b1b4fc9b1455c1bfbcdc600 all 2024-08-29 09:23:43.177 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-08-29 09:23:43.180 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-08-29 09:23:43.182 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-08-29 09:23:43.184 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-29 09:23:43.187 | +++ 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 09:23:43.617 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:43.637 | [32723 Async ks-alt-reader-user:32723]: finished successfully 2024-08-29 09:23:44.667 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:44.669 | ++ functions-common:get_or_create_group:915 : group_id=7168be017b2c4723b0aba38489bf23a5 2024-08-29 09:23:44.671 | ++ functions-common:get_or_create_group:916 : echo 7168be017b2c4723b0aba38489bf23a5 2024-08-29 09:23:44.674 | + lib/keystone:create_keystone_accounts:407 : admin_group=7168be017b2c4723b0aba38489bf23a5 2024-08-29 09:23:44.677 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-08-29 09:23:44.679 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-08-29 09:23:44.681 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-08-29 09:23:44.684 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-29 09:23:44.686 | +++ 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 09:23:46.066 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:46.068 | ++ functions-common:get_or_create_group:915 : group_id=dcb70312e7e742e6873f0037a71be5a0 2024-08-29 09:23:46.070 | ++ functions-common:get_or_create_group:916 : echo dcb70312e7e742e6873f0037a71be5a0 2024-08-29 09:23:46.072 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=dcb70312e7e742e6873f0037a71be5a0 2024-08-29 09:23:46.075 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.123 | + inc/async:async_inner:63 : get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.152 | [4304 Async ks-group-memberdemo:33433]: running: get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.154 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.203 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.233 | [4304 Async ks-group-anotherdemo:33512]: running: get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.235 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:46.286 | + inc/async:async_inner:63 : get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:46.316 | [4304 Async ks-group-memberalt:33592]: running: get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:46.318 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:46.367 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:46.378 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:46.401 | [32956 Async ks-system-member:32956]: finished successfully 2024-08-29 09:23:46.405 | [4304 Async ks-group-anotheralt:33675]: running: get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:46.407 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 7168be017b2c4723b0aba38489bf23a5 503b6a0b2d1b4b17a6f5d963cdb1f9ea 2024-08-29 09:23:46.456 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 7168be017b2c4723b0aba38489bf23a5 503b6a0b2d1b4b17a6f5d963cdb1f9ea 2024-08-29 09:23:46.484 | [4304 Async ks-group-admin:33810]: running: get_or_add_group_project_role admin 7168be017b2c4723b0aba38489bf23a5 503b6a0b2d1b4b17a6f5d963cdb1f9ea 2024-08-29 09:23:46.486 | + 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 09:23:46.522 | [4304 Async ks-demo-member:31421]: Waiting for completion of get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec running on PID 31421 (17 other jobs running) 2024-08-29 09:23:46.539 | [4304 Async ks-demo-member:31421]: Signaling child to exit 2024-08-29 09:23:46.540 | WAKEUP 2024-08-29 09:23:46.555 | [4304 Async ks-demo-member:31421]: Signaled 2024-08-29 09:23:46.556 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:46.556 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:46.556 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:46.556 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:46.556 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:46.556 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:46.556 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:46.556 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:46.556 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:46.556 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 760c829ee2cf401d9301036c512dc988 --project 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.556 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 760c829ee2cf401d9301036c512dc988 --project 788a135362ce48f49a26c22a0668e5ec -c Role -f value 2024-08-29 09:23:46.556 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:46.556 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:46.556 | + functions-common:get_or_add_user_project_role:1003 : echo 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:46.556 | 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:46.588 | [4304 Async ks-demo-member:31421]: finished get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec with result 0 in 4 seconds 2024-08-29 09:23:46.615 | [4304 Async ks-demo-admin:31517]: Waiting for completion of get_or_add_user_project_role admin 51ac2a0b90254ee398d3f91f6f98d71d 788a135362ce48f49a26c22a0668e5ec running on PID 31517 (16 other jobs running) 2024-08-29 09:23:46.633 | [4304 Async ks-demo-admin:31517]: Signaling child to exit 2024-08-29 09:23:46.633 | WAKEUP 2024-08-29 09:23:46.649 | [4304 Async ks-demo-admin:31517]: Signaled 2024-08-29 09:23:46.650 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:46.650 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:46.650 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:46.651 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:46.651 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:46.651 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:46.651 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:46.651 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:46.651 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:46.651 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 51ac2a0b90254ee398d3f91f6f98d71d --project 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.651 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 51ac2a0b90254ee398d3f91f6f98d71d --project 788a135362ce48f49a26c22a0668e5ec -c Role -f value 2024-08-29 09:23:46.651 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:46.651 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:46.651 | + functions-common:get_or_add_user_project_role:1003 : echo 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:46.651 | 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:46.681 | [4304 Async ks-demo-admin:31517]: finished get_or_add_user_project_role admin 51ac2a0b90254ee398d3f91f6f98d71d 788a135362ce48f49a26c22a0668e5ec with result 0 in 4 seconds 2024-08-29 09:23:46.706 | [4304 Async ks-demo-another:31614]: Waiting for completion of get_or_add_user_project_role anotherrole 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec running on PID 31614 (15 other jobs running) 2024-08-29 09:23:46.724 | [4304 Async ks-demo-another:31614]: Signaling child to exit 2024-08-29 09:23:46.724 | WAKEUP 2024-08-29 09:23:46.740 | [4304 Async ks-demo-another:31614]: Signaled 2024-08-29 09:23:46.741 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:46.741 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:46.741 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:46.741 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:46.741 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:46.741 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:46.741 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:46.741 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:46.741 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:46.741 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 760c829ee2cf401d9301036c512dc988 --project 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.741 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 760c829ee2cf401d9301036c512dc988 --project 788a135362ce48f49a26c22a0668e5ec -c Role -f value 2024-08-29 09:23:46.741 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:46.741 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:46.741 | + functions-common:get_or_add_user_project_role:1003 : echo 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:46.741 | 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:46.772 | [4304 Async ks-demo-another:31614]: finished get_or_add_user_project_role anotherrole 760c829ee2cf401d9301036c512dc988 788a135362ce48f49a26c22a0668e5ec with result 0 in 4 seconds 2024-08-29 09:23:46.797 | [4304 Async ks-demo-invis:31711]: Waiting for completion of get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 7eb354d9780548dc98e39f8610ef58ea running on PID 31711 (14 other jobs running) 2024-08-29 09:23:46.814 | [4304 Async ks-demo-invis:31711]: Signaling child to exit 2024-08-29 09:23:46.815 | WAKEUP 2024-08-29 09:23:46.830 | [4304 Async ks-demo-invis:31711]: Signaled 2024-08-29 09:23:46.831 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:46.831 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:46.831 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:46.831 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:46.831 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:46.831 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:46.831 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:46.831 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:46.831 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:46.831 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 760c829ee2cf401d9301036c512dc988 --project 7eb354d9780548dc98e39f8610ef58ea 2024-08-29 09:23:46.831 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 760c829ee2cf401d9301036c512dc988 --project 7eb354d9780548dc98e39f8610ef58ea -c Role -f value 2024-08-29 09:23:46.831 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:46.831 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:46.831 | + functions-common:get_or_add_user_project_role:1003 : echo 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:46.831 | 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:46.862 | [4304 Async ks-demo-invis:31711]: finished get_or_add_user_project_role member 760c829ee2cf401d9301036c512dc988 7eb354d9780548dc98e39f8610ef58ea with result 0 in 4 seconds 2024-08-29 09:23:46.887 | [4304 Async ks-demo-reader:31878]: Waiting for completion of get_or_add_user_project_role reader 16a12271cd8c4514ab76751e098105e2 788a135362ce48f49a26c22a0668e5ec running on PID 31878 (13 other jobs running) 2024-08-29 09:23:46.905 | [4304 Async ks-demo-reader:31878]: Signaling child to exit 2024-08-29 09:23:46.905 | WAKEUP 2024-08-29 09:23:46.920 | [4304 Async ks-demo-reader:31878]: Signaled 2024-08-29 09:23:46.921 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:46.921 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:46.922 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:46.922 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:46.922 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:46.922 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:46.922 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:46.922 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:46.922 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:46.922 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 16a12271cd8c4514ab76751e098105e2 --project 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:46.922 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 16a12271cd8c4514ab76751e098105e2 --project 788a135362ce48f49a26c22a0668e5ec -c Role -f value 2024-08-29 09:23:46.922 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:46.922 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:46.922 | + functions-common:get_or_add_user_project_role:1003 : echo 4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:46.922 | 4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:46.953 | [4304 Async ks-demo-reader:31878]: finished get_or_add_user_project_role reader 16a12271cd8c4514ab76751e098105e2 788a135362ce48f49a26c22a0668e5ec with result 0 in 3 seconds 2024-08-29 09:23:46.956 | + inc/async:async_wait:197 : return 0 2024-08-29 09:23:46.957 | + 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 09:23:46.993 | [4304 Async ks-alt-admin:32276]: Waiting for completion of get_or_add_user_project_role admin 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 running on PID 32276 (12 other jobs running) 2024-08-29 09:23:47.010 | [4304 Async ks-alt-admin:32276]: Signaling child to exit 2024-08-29 09:23:47.011 | WAKEUP 2024-08-29 09:23:47.026 | [4304 Async ks-alt-admin:32276]: Signaled 2024-08-29 09:23:47.027 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:47.027 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:47.027 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:47.027 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:47.027 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:47.027 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:47.027 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:47.027 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:47.027 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:47.027 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 3f894b4175824145a77c01e9d450feb0 --project 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:47.027 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3f894b4175824145a77c01e9d450feb0 --project 20fea17998d8433a838d33ccb065d734 -c Role -f value 2024-08-29 09:23:47.027 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:47.027 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:47.027 | + functions-common:get_or_add_user_project_role:1003 : echo 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:47.027 | 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:47.058 | [4304 Async ks-alt-admin:32276]: finished get_or_add_user_project_role admin 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 with result 0 in 3 seconds 2024-08-29 09:23:47.084 | [4304 Async ks-alt-another:32372]: Waiting for completion of get_or_add_user_project_role anotherrole 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 running on PID 32372 (11 other jobs running) 2024-08-29 09:23:47.104 | [4304 Async ks-alt-another:32372]: Signaling child to exit 2024-08-29 09:23:47.104 | WAKEUP 2024-08-29 09:23:47.121 | [4304 Async ks-alt-another:32372]: Signaled 2024-08-29 09:23:47.121 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:47.121 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:47.121 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:47.121 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:47.121 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:47.121 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:47.121 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:47.121 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:47.121 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:47.121 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 3f894b4175824145a77c01e9d450feb0 --project 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:47.121 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 3f894b4175824145a77c01e9d450feb0 --project 20fea17998d8433a838d33ccb065d734 -c Role -f value 2024-08-29 09:23:47.121 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:47.121 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:47.121 | + functions-common:get_or_add_user_project_role:1003 : echo 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:47.121 | 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:47.152 | [4304 Async ks-alt-another:32372]: finished get_or_add_user_project_role anotherrole 3f894b4175824145a77c01e9d450feb0 20fea17998d8433a838d33ccb065d734 with result 0 in 3 seconds 2024-08-29 09:23:47.181 | [4304 Async ks-alt-member-user:32549]: Waiting for completion of get_or_add_user_project_role member 7ce9677859bd4d9a97e3194a2c5d68bb 20fea17998d8433a838d33ccb065d734 running on PID 32549 (10 other jobs running) 2024-08-29 09:23:47.201 | [4304 Async ks-alt-member-user:32549]: Signaling child to exit 2024-08-29 09:23:47.201 | WAKEUP 2024-08-29 09:23:47.219 | [4304 Async ks-alt-member-user:32549]: Signaled 2024-08-29 09:23:47.220 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:47.220 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:47.220 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:47.220 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:47.220 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:47.220 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:47.220 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:47.220 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:47.220 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:47.220 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 7ce9677859bd4d9a97e3194a2c5d68bb --project 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:47.220 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7ce9677859bd4d9a97e3194a2c5d68bb --project 20fea17998d8433a838d33ccb065d734 -c Role -f value 2024-08-29 09:23:47.220 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:47.220 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:47.220 | + functions-common:get_or_add_user_project_role:1003 : echo 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:47.220 | 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:47.258 | [4304 Async ks-alt-member-user:32549]: finished get_or_add_user_project_role member 7ce9677859bd4d9a97e3194a2c5d68bb 20fea17998d8433a838d33ccb065d734 with result 0 in 3 seconds 2024-08-29 09:23:47.301 | [4304 Async ks-alt-reader-user:32723]: Waiting for completion of get_or_add_user_project_role reader 106b0c79b0054b20bd1cc311273f797e 20fea17998d8433a838d33ccb065d734 running on PID 32723 (9 other jobs running) 2024-08-29 09:23:47.324 | [4304 Async ks-alt-reader-user:32723]: Signaling child to exit 2024-08-29 09:23:47.324 | WAKEUP 2024-08-29 09:23:47.350 | [4304 Async ks-alt-reader-user:32723]: Signaled 2024-08-29 09:23:47.352 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:23:47.352 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:23:47.352 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-29 09:23:47.352 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:47.352 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:47.352 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:47.352 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:47.352 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:47.352 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-29 09:23:47.352 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 106b0c79b0054b20bd1cc311273f797e --project 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:47.352 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 106b0c79b0054b20bd1cc311273f797e --project 20fea17998d8433a838d33ccb065d734 -c Role -f value 2024-08-29 09:23:47.352 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:47.352 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:47.352 | + functions-common:get_or_add_user_project_role:1003 : echo 4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:47.352 | 4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:47.392 | [4304 Async ks-alt-reader-user:32723]: finished get_or_add_user_project_role reader 106b0c79b0054b20bd1cc311273f797e 20fea17998d8433a838d33ccb065d734 with result 0 in 3 seconds 2024-08-29 09:23:47.395 | + inc/async:async_wait:197 : return 0 2024-08-29 09:23:47.398 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-08-29 09:23:47.441 | [4304 Async ks-system-member:32956]: Waiting for completion of get_or_add_user_system_role member bb91dd63d96a4e55b38134b9027b1907 all running on PID 32956 (8 other jobs running) 2024-08-29 09:23:47.460 | [4304 Async ks-system-member:32956]: Signaling child to exit 2024-08-29 09:23:47.460 | WAKEUP 2024-08-29 09:23:47.477 | [4304 Async ks-system-member:32956]: Signaled 2024-08-29 09:23:47.480 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-29 09:23:47.480 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-29 09:23:47.480 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-29 09:23:47.480 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:47.480 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:47.480 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:47.480 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:47.480 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:47.480 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-29 09:23:47.480 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user bb91dd63d96a4e55b38134b9027b1907 --system all -f value -c Role 2024-08-29 09:23:47.480 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:47.480 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-29 09:23:47.480 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-29 09:23:47.480 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user bb91dd63d96a4e55b38134b9027b1907 --system all 2024-08-29 09:23:47.480 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user bb91dd63d96a4e55b38134b9027b1907 --system all -f value -c Role 2024-08-29 09:23:47.480 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:47.480 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:47.480 | + functions-common:get_or_add_user_system_role:1053 : echo 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:47.480 | 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:47.516 | [4304 Async ks-system-member:32956]: finished get_or_add_user_system_role member bb91dd63d96a4e55b38134b9027b1907 all with result 0 in 4 seconds 2024-08-29 09:23:47.542 | [4304 Async ks-system-reader:33166]: Waiting for completion of get_or_add_user_system_role reader 445bbbea4b1b4fc9b1455c1bfbcdc600 all running on PID 33166 (7 other jobs running) 2024-08-29 09:23:47.563 | [4304 Async ks-system-reader:33166]: Signaling child to exit 2024-08-29 09:23:48.056 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:48.075 | [33166 Async ks-system-reader:33166]: finished successfully 2024-08-29 09:23:48.091 | WAKEUP 2024-08-29 09:23:48.107 | [4304 Async ks-system-reader:33166]: Signaled 2024-08-29 09:23:48.108 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-29 09:23:48.108 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-29 09:23:48.108 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-29 09:23:48.108 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:23:48.108 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:23:48.108 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-29 09:23:48.108 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-29 09:23:48.108 | ++ functions-common:_get_domain_args:980 : echo 2024-08-29 09:23:48.108 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-29 09:23:48.108 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 445bbbea4b1b4fc9b1455c1bfbcdc600 --system all -f value -c Role 2024-08-29 09:23:48.108 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:48.108 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-29 09:23:48.108 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-29 09:23:48.108 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 445bbbea4b1b4fc9b1455c1bfbcdc600 --system all 2024-08-29 09:23:48.108 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 445bbbea4b1b4fc9b1455c1bfbcdc600 --system all -f value -c Role 2024-08-29 09:23:48.108 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:48.108 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:48.108 | + functions-common:get_or_add_user_system_role:1053 : echo 4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:48.108 | 4063ebbfd4a44acba8b0cf8a88e14e36 2024-08-29 09:23:48.143 | [4304 Async ks-system-reader:33166]: finished get_or_add_user_system_role reader 445bbbea4b1b4fc9b1455c1bfbcdc600 all with result 0 in 4 seconds 2024-08-29 09:23:48.146 | + inc/async:async_wait:197 : return 0 2024-08-29 09:23:48.149 | + 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 09:23:48.189 | [4304 Async ks-group-memberdemo:33433]: Waiting for completion of get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec running on PID 33433 (6 other jobs running) 2024-08-29 09:23:48.208 | [4304 Async ks-group-memberdemo:33433]: Signaling child to exit 2024-08-29 09:23:49.564 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:49.583 | [33433 Async ks-group-memberdemo:33433]: finished successfully 2024-08-29 09:23:49.598 | WAKEUP 2024-08-29 09:23:49.616 | [4304 Async ks-group-memberdemo:33433]: Signaled 2024-08-29 09:23:49.616 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 09:23:49.616 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group dcb70312e7e742e6873f0037a71be5a0 --project 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:49.616 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group dcb70312e7e742e6873f0037a71be5a0 --project 788a135362ce48f49a26c22a0668e5ec -f value -c Role 2024-08-29 09:23:49.616 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:49.616 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:49.616 | + functions-common:get_or_add_group_project_role:1072 : echo 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:49.616 | 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:49.647 | [4304 Async ks-group-memberdemo:33433]: finished get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec with result 0 in 3 seconds 2024-08-29 09:23:49.673 | [4304 Async ks-group-anotherdemo:33512]: Waiting for completion of get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec running on PID 33512 (5 other jobs running) 2024-08-29 09:23:49.691 | [4304 Async ks-group-anotherdemo:33512]: Signaling child to exit 2024-08-29 09:23:49.859 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:49.878 | [33512 Async ks-group-anotherdemo:33512]: finished successfully 2024-08-29 09:23:49.895 | WAKEUP 2024-08-29 09:23:49.912 | [4304 Async ks-group-anotherdemo:33512]: Signaled 2024-08-29 09:23:49.913 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 09:23:49.913 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group dcb70312e7e742e6873f0037a71be5a0 --project 788a135362ce48f49a26c22a0668e5ec 2024-08-29 09:23:49.913 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group dcb70312e7e742e6873f0037a71be5a0 --project 788a135362ce48f49a26c22a0668e5ec -f value -c Role 2024-08-29 09:23:49.913 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:49.913 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:49.913 | + functions-common:get_or_add_group_project_role:1072 : echo 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:49.913 | 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:49.945 | [4304 Async ks-group-anotherdemo:33512]: finished get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 788a135362ce48f49a26c22a0668e5ec with result 0 in 3 seconds 2024-08-29 09:23:49.971 | [4304 Async ks-group-memberalt:33592]: Waiting for completion of get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 running on PID 33592 (4 other jobs running) 2024-08-29 09:23:49.990 | [4304 Async ks-group-memberalt:33592]: Signaling child to exit 2024-08-29 09:23:50.003 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:50.022 | [33592 Async ks-group-memberalt:33592]: finished successfully 2024-08-29 09:23:50.039 | WAKEUP 2024-08-29 09:23:50.056 | [4304 Async ks-group-memberalt:33592]: Signaled 2024-08-29 09:23:50.057 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 09:23:50.057 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group dcb70312e7e742e6873f0037a71be5a0 --project 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:50.057 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group dcb70312e7e742e6873f0037a71be5a0 --project 20fea17998d8433a838d33ccb065d734 -f value -c Role 2024-08-29 09:23:50.057 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:50.057 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:50.057 | + functions-common:get_or_add_group_project_role:1072 : echo 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:50.057 | 2ac03dcb9c284084a848beb96f2cf499 2024-08-29 09:23:50.090 | [4304 Async ks-group-memberalt:33592]: finished get_or_add_group_project_role member dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 with result 0 in 3 seconds 2024-08-29 09:23:50.116 | [4304 Async ks-group-anotheralt:33675]: Waiting for completion of get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 running on PID 33675 (3 other jobs running) 2024-08-29 09:23:50.135 | [4304 Async ks-group-anotheralt:33675]: Signaling child to exit 2024-08-29 09:23:50.165 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:50.183 | [33675 Async ks-group-anotheralt:33675]: finished successfully 2024-08-29 09:23:50.200 | WAKEUP 2024-08-29 09:23:50.216 | [4304 Async ks-group-anotheralt:33675]: Signaled 2024-08-29 09:23:50.217 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 09:23:50.217 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group dcb70312e7e742e6873f0037a71be5a0 --project 20fea17998d8433a838d33ccb065d734 2024-08-29 09:23:50.217 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group dcb70312e7e742e6873f0037a71be5a0 --project 20fea17998d8433a838d33ccb065d734 -f value -c Role 2024-08-29 09:23:50.217 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:50.217 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:50.217 | + functions-common:get_or_add_group_project_role:1072 : echo 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:50.217 | 8d5f9fba54c2435f90a9eba509e9e02b 2024-08-29 09:23:50.248 | [4304 Async ks-group-anotheralt:33675]: finished get_or_add_group_project_role anotherrole dcb70312e7e742e6873f0037a71be5a0 20fea17998d8433a838d33ccb065d734 with result 0 in 3 seconds 2024-08-29 09:23:50.264 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:23:50.276 | [4304 Async ks-group-admin:33810]: Waiting for completion of get_or_add_group_project_role admin 7168be017b2c4723b0aba38489bf23a5 503b6a0b2d1b4b17a6f5d963cdb1f9ea running on PID 33810 (2 other jobs running) 2024-08-29 09:23:50.283 | [33810 Async ks-group-admin:33810]: finished successfully 2024-08-29 09:23:50.295 | [4304 Async ks-group-admin:33810]: Signaling child to exit 2024-08-29 09:23:50.302 | WAKEUP 2024-08-29 09:23:50.317 | [4304 Async ks-group-admin:33810]: Signaled 2024-08-29 09:23:50.318 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-29 09:23:50.318 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 7168be017b2c4723b0aba38489bf23a5 --project 503b6a0b2d1b4b17a6f5d963cdb1f9ea 2024-08-29 09:23:50.318 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 7168be017b2c4723b0aba38489bf23a5 --project 503b6a0b2d1b4b17a6f5d963cdb1f9ea -f value -c Role 2024-08-29 09:23:50.318 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:23:50.318 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:50.318 | + functions-common:get_or_add_group_project_role:1072 : echo 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:50.318 | 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:23:50.349 | [4304 Async ks-group-admin:33810]: finished get_or_add_group_project_role admin 7168be017b2c4723b0aba38489bf23a5 503b6a0b2d1b4b17a6f5d963cdb1f9ea with result 0 in 3 seconds 2024-08-29 09:23:50.351 | + inc/async:async_wait:197 : return 0 2024-08-29 09:23:50.353 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-08-29 09:23:50.366 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:50.368 | + stack.sh:main:1111 : is_service_enabled nova 2024-08-29 09:23:50.382 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:23:50.384 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2024-08-29 09:23:50.386 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-08-29 09:23:50.433 | + inc/async:async_inner:63 : create_nova_accounts 2024-08-29 09:23:50.463 | [4304 Async create_nova_accounts:35703]: running: create_nova_accounts 2024-08-29 09:23:50.465 | + stack.sh:main:1114 : is_service_enabled glance 2024-08-29 09:23:50.479 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:23:50.481 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2024-08-29 09:23:50.483 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-08-29 09:23:50.530 | + inc/async:async_inner:63 : create_glance_accounts 2024-08-29 09:23:50.560 | [4304 Async create_glance_accounts:35826]: running: create_glance_accounts 2024-08-29 09:23:50.562 | + stack.sh:main:1117 : is_service_enabled cinder 2024-08-29 09:23:50.576 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:23:50.578 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2024-08-29 09:23:50.581 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-08-29 09:23:50.627 | + inc/async:async_inner:63 : create_cinder_accounts 2024-08-29 09:23:50.658 | [4304 Async create_cinder_accounts:35965]: running: create_cinder_accounts 2024-08-29 09:23:50.661 | + stack.sh:main:1120 : is_service_enabled neutron 2024-08-29 09:23:50.677 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:23:50.679 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2024-08-29 09:23:50.681 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-08-29 09:23:50.728 | + inc/async:async_inner:63 : create_neutron_accounts 2024-08-29 09:23:50.760 | [4304 Async create_neutron_accounts:36108]: running: create_neutron_accounts 2024-08-29 09:23:50.762 | + stack.sh:main:1123 : is_service_enabled swift 2024-08-29 09:23:50.777 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:50.780 | + stack.sh:main:1132 : is_service_enabled horizon 2024-08-29 09:23:50.798 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:23:50.800 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-08-29 09:23:50.838 | [4304 Async create_nova_accounts:35703]: Waiting for completion of create_nova_accounts running on PID 35703 (5 other jobs running) 2024-08-29 09:23:50.857 | [4304 Async create_nova_accounts:35703]: Signaling child to exit 2024-08-29 09:24:04.350 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:24:04.369 | [36108 Async create_neutron_accounts:36108]: finished successfully 2024-08-29 09:24:13.392 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:24:13.411 | [35965 Async create_cinder_accounts:35965]: finished successfully 2024-08-29 09:24:14.148 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:24:14.167 | [35703 Async create_nova_accounts:35703]: finished successfully 2024-08-29 09:24:14.183 | WAKEUP 2024-08-29 09:24:14.199 | [4304 Async create_nova_accounts:35703]: Signaled 2024-08-29 09:24:14.200 | + 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 09:24:14.200 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-08-29 09:24:14.200 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-08-29 09:24:14.200 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:24:14.200 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 09:24:14.200 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 09:24:14.200 | ++ 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 09:24:14.200 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.200 | + functions-common:get_or_create_user:938 : user_id=2381bf92b55841299f8a7a8f200d315d 2024-08-29 09:24:14.200 | + functions-common:get_or_create_user:939 : echo 2381bf92b55841299f8a7a8f200d315d 2024-08-29 09:24:14.200 | 2381bf92b55841299f8a7a8f200d315d 2024-08-29 09:24:14.200 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-08-29 09:24:14.200 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:24:14.200 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:24:14.200 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 09:24:14.200 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:24:14.200 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:24:14.200 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 09:24:14.200 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 09:24:14.200 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 09:24:14.200 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 09:24:14.200 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 09:24:14.200 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 09:24:14.200 | + 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 09:24:14.200 | ++ 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 09:24:14.200 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.200 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:14.200 | + functions-common:get_or_add_user_project_role:1003 : echo 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:14.200 | 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:14.200 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-29 09:24:14.200 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-08-29 09:24:14.200 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:24:14.201 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:24:14.201 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 09:24:14.201 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:24:14.201 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:24:14.201 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 09:24:14.201 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 09:24:14.201 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 09:24:14.201 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 09:24:14.201 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 09:24:14.201 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 09:24:14.201 | + 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 09:24:14.201 | ++ 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 09:24:14.201 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.201 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:24:14.201 | + functions-common:get_or_add_user_project_role:1003 : echo 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:24:14.201 | 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-08-29 09:24:14.201 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 09:24:14.201 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-08-29 09:24:14.201 | ++ 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 09:24:14.201 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.201 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 09:24:14.201 | 04410e49d0a8466c997a7cd6dd201a4b' 2024-08-29 09:24:14.201 | + functions-common:get_or_create_service:1090 : echo 04410e49d0a8466c997a7cd6dd201a4b 2024-08-29 09:24:14.201 | 04410e49d0a8466c997a7cd6dd201a4b 2024-08-29 09:24:14.201 | + 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 09:24:14.201 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 09:24:14.201 | ++ 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 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 09:24:14.201 | +++ 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 09:24:14.201 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 09:24:14.201 | +++ 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 09:24:14.201 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=599ece16b1a346f78b5854c21906c5a7 2024-08-29 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 599ece16b1a346f78b5854c21906c5a7 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1123 : public_id=599ece16b1a346f78b5854c21906c5a7 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1132 : echo 599ece16b1a346f78b5854c21906c5a7 2024-08-29 09:24:14.201 | 599ece16b1a346f78b5854c21906c5a7 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-08-29 09:24:14.201 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 09:24:14.201 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-08-29 09:24:14.201 | ++ 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 09:24:14.201 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.201 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 09:24:14.201 | cce15aa8c484486b9592ee974e224357' 2024-08-29 09:24:14.201 | + functions-common:get_or_create_service:1090 : echo cce15aa8c484486b9592ee974e224357 2024-08-29 09:24:14.201 | cce15aa8c484486b9592ee974e224357 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 09:24:14.201 | ++ 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 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 09:24:14.201 | +++ 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 09:24:14.201 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 09:24:14.201 | +++ 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 09:24:14.201 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b1e6b3f7048543ce9921fea913b4c115 2024-08-29 09:24:14.201 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b1e6b3f7048543ce9921fea913b4c115 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1123 : public_id=b1e6b3f7048543ce9921fea913b4c115 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 09:24:14.201 | + functions-common:get_or_create_endpoint:1132 : echo b1e6b3f7048543ce9921fea913b4c115 2024-08-29 09:24:14.201 | b1e6b3f7048543ce9921fea913b4c115 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-08-29 09:24:14.201 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-08-29 09:24:14.201 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-08-29 09:24:14.201 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-08-29 09:24:14.201 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:14.201 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-08-29 09:24:14.231 | [4304 Async create_nova_accounts:35703]: finished create_nova_accounts with result 0 in 23 seconds 2024-08-29 09:24:14.257 | [4304 Async create_glance_accounts:35826]: Waiting for completion of create_glance_accounts running on PID 35826 (4 other jobs running) 2024-08-29 09:24:14.274 | [4304 Async create_glance_accounts:35826]: Signaling child to exit 2024-08-29 09:24:15.332 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:24:15.352 | [35826 Async create_glance_accounts:35826]: finished successfully 2024-08-29 09:24:15.369 | WAKEUP 2024-08-29 09:24:15.385 | [4304 Async create_glance_accounts:35826]: Signaled 2024-08-29 09:24:15.385 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-08-29 09:24:15.385 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:15.385 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-08-29 09:24:15.385 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-08-29 09:24:15.385 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:24:15.385 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 09:24:15.386 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 09:24:15.386 | ++ 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 09:24:15.386 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.386 | + functions-common:get_or_create_user:938 : user_id=d97f41063d914678b380ee37430be978 2024-08-29 09:24:15.386 | + functions-common:get_or_create_user:939 : echo d97f41063d914678b380ee37430be978 2024-08-29 09:24:15.386 | d97f41063d914678b380ee37430be978 2024-08-29 09:24:15.386 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-08-29 09:24:15.386 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:24:15.386 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:24:15.386 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 09:24:15.386 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:24:15.386 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:24:15.386 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 09:24:15.386 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 09:24:15.386 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 09:24:15.386 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 09:24:15.386 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 09:24:15.386 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 09:24:15.386 | + 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 09:24:15.386 | ++ 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 09:24:15.386 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.386 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.386 | + functions-common:get_or_add_user_project_role:1003 : echo 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.386 | 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.386 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 09:24:15.386 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-08-29 09:24:15.386 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:15.386 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-08-29 09:24:15.386 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 09:24:15.386 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-08-29 09:24:15.386 | ++ 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 09:24:15.386 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.386 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 09:24:15.386 | c419a26cd9d646cf9715492904ffb136' 2024-08-29 09:24:15.386 | + functions-common:get_or_create_service:1090 : echo c419a26cd9d646cf9715492904ffb136 2024-08-29 09:24:15.386 | c419a26cd9d646cf9715492904ffb136 2024-08-29 09:24:15.386 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-08-29 09:24:15.386 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 09:24:15.386 | ++ 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 09:24:15.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 09:24:15.386 | +++ 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 09:24:15.386 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 09:24:15.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 09:24:15.386 | +++ 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 09:24:15.386 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=79b139a3c06f48fcae246c725c7947ca 2024-08-29 09:24:15.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 79b139a3c06f48fcae246c725c7947ca 2024-08-29 09:24:15.386 | + functions-common:get_or_create_endpoint:1123 : public_id=79b139a3c06f48fcae246c725c7947ca 2024-08-29 09:24:15.386 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 09:24:15.386 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 09:24:15.386 | + functions-common:get_or_create_endpoint:1132 : echo 79b139a3c06f48fcae246c725c7947ca 2024-08-29 09:24:15.386 | 79b139a3c06f48fcae246c725c7947ca 2024-08-29 09:24:15.387 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-08-29 09:24:15.387 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-08-29 09:24:15.387 | +++ 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 09:24:15.387 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.387 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-08-29 09:24:15.387 | ++ functions-common:get_or_create_domain:901 : echo default 2024-08-29 09:24:15.387 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-08-29 09:24:15.387 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-08-29 09:24:15.387 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-08-29 09:24:15.387 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-08-29 09:24:15.387 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-08-29 09:24:15.387 | + 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 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | | Field | Value | 2024-08-29 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | | default_limit | 1000 | 2024-08-29 09:24:15.387 | | description | None | 2024-08-29 09:24:15.387 | | id | f54c26d48233497eaf2c450350d50758 | 2024-08-29 09:24:15.387 | | region_id | RegionOne | 2024-08-29 09:24:15.387 | | resource_name | image_size_total | 2024-08-29 09:24:15.387 | | service_id | c419a26cd9d646cf9715492904ffb136 | 2024-08-29 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | + 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 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | | Field | Value | 2024-08-29 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | | default_limit | 1000 | 2024-08-29 09:24:15.387 | | description | None | 2024-08-29 09:24:15.387 | | id | c9dc10f9ccec4c988d533faee491faea | 2024-08-29 09:24:15.387 | | region_id | RegionOne | 2024-08-29 09:24:15.387 | | resource_name | image_stage_total | 2024-08-29 09:24:15.387 | | service_id | c419a26cd9d646cf9715492904ffb136 | 2024-08-29 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | + 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 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | | Field | Value | 2024-08-29 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | | default_limit | 100 | 2024-08-29 09:24:15.387 | | description | None | 2024-08-29 09:24:15.387 | | id | 83ab5ad8cef54a3482394f76976622e7 | 2024-08-29 09:24:15.387 | | region_id | RegionOne | 2024-08-29 09:24:15.387 | | resource_name | image_count_total | 2024-08-29 09:24:15.387 | | service_id | c419a26cd9d646cf9715492904ffb136 | 2024-08-29 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | + 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 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | | Field | Value | 2024-08-29 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | | default_limit | 100 | 2024-08-29 09:24:15.387 | | description | None | 2024-08-29 09:24:15.387 | | id | 270fc3a345124256ae0a63c73d935e6e | 2024-08-29 09:24:15.387 | | region_id | RegionOne | 2024-08-29 09:24:15.387 | | resource_name | image_count_uploading | 2024-08-29 09:24:15.387 | | service_id | c419a26cd9d646cf9715492904ffb136 | 2024-08-29 09:24:15.387 | +---------------+----------------------------------+ 2024-08-29 09:24:15.387 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-08-29 09:24:15.387 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-08-29 09:24:15.387 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-08-29 09:24:15.387 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-08-29 09:24:15.387 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-08-29 09:24:15.387 | + 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 09:24:15.387 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-08-29 09:24:15.387 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-08-29 09:24:15.387 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.387 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 79b139a3c06f48fcae246c725c7947ca 2024-08-29 09:24:15.387 | + 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 09:24:15.417 | [4304 Async create_glance_accounts:35826]: finished create_glance_accounts with result 0 in 24 seconds 2024-08-29 09:24:15.444 | [4304 Async create_cinder_accounts:35965]: Waiting for completion of create_cinder_accounts running on PID 35965 (3 other jobs running) 2024-08-29 09:24:15.462 | [4304 Async create_cinder_accounts:35965]: Signaling child to exit 2024-08-29 09:24:15.463 | WAKEUP 2024-08-29 09:24:15.479 | [4304 Async create_cinder_accounts:35965]: Signaled 2024-08-29 09:24:15.480 | + 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 09:24:15.480 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-08-29 09:24:15.480 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-08-29 09:24:15.480 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:15.480 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-08-29 09:24:15.480 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-08-29 09:24:15.480 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:24:15.480 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 09:24:15.480 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 09:24:15.480 | ++ 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 09:24:15.480 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.480 | + functions-common:get_or_create_user:938 : user_id=4773418f68e6475aa463d6d88ce5d9f1 2024-08-29 09:24:15.480 | + functions-common:get_or_create_user:939 : echo 4773418f68e6475aa463d6d88ce5d9f1 2024-08-29 09:24:15.480 | 4773418f68e6475aa463d6d88ce5d9f1 2024-08-29 09:24:15.480 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-08-29 09:24:15.480 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:24:15.480 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:24:15.480 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 09:24:15.480 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:24:15.480 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:24:15.480 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 09:24:15.480 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 09:24:15.480 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 09:24:15.480 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 09:24:15.480 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 09:24:15.480 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 09:24:15.480 | + 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 09:24:15.480 | ++ 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 09:24:15.480 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.480 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.480 | + functions-common:get_or_add_user_project_role:1003 : echo 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.480 | 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.480 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 09:24:15.480 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-08-29 09:24:15.480 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 09:24:15.480 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-08-29 09:24:15.480 | ++ 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 09:24:15.480 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.480 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 09:24:15.480 | 8cb15025ce384ccd987b72bfdbe4f628' 2024-08-29 09:24:15.480 | + functions-common:get_or_create_service:1090 : echo 8cb15025ce384ccd987b72bfdbe4f628 2024-08-29 09:24:15.480 | 8cb15025ce384ccd987b72bfdbe4f628 2024-08-29 09:24:15.480 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-08-29 09:24:15.480 | + 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 09:24:15.480 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 09:24:15.480 | ++ 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 09:24:15.480 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 09:24:15.480 | +++ 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 09:24:15.481 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 09:24:15.481 | +++ 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 09:24:15.481 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=96ebafde3b4147479abbe78d546bdf41 2024-08-29 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 96ebafde3b4147479abbe78d546bdf41 2024-08-29 09:24:15.481 | + functions-common:get_or_create_endpoint:1123 : public_id=96ebafde3b4147479abbe78d546bdf41 2024-08-29 09:24:15.481 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 09:24:15.481 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 09:24:15.481 | + functions-common:get_or_create_endpoint:1132 : echo 96ebafde3b4147479abbe78d546bdf41 2024-08-29 09:24:15.481 | 96ebafde3b4147479abbe78d546bdf41 2024-08-29 09:24:15.481 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-08-29 09:24:15.481 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-08-29 09:24:15.481 | ++ 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 09:24:15.481 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.481 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 09:24:15.481 | 83e4d3ab59f04c4182483c74d3172ee1' 2024-08-29 09:24:15.481 | + functions-common:get_or_create_service:1090 : echo 83e4d3ab59f04c4182483c74d3172ee1 2024-08-29 09:24:15.481 | 83e4d3ab59f04c4182483c74d3172ee1 2024-08-29 09:24:15.481 | + 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 09:24:15.481 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 09:24:15.481 | ++ 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 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 09:24:15.481 | +++ 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 09:24:15.481 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 09:24:15.481 | +++ 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 09:24:15.481 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=1165f33a0d564e0f82b54034a7170788 2024-08-29 09:24:15.481 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 1165f33a0d564e0f82b54034a7170788 2024-08-29 09:24:15.481 | + functions-common:get_or_create_endpoint:1123 : public_id=1165f33a0d564e0f82b54034a7170788 2024-08-29 09:24:15.481 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 09:24:15.481 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 09:24:15.481 | + functions-common:get_or_create_endpoint:1132 : echo 1165f33a0d564e0f82b54034a7170788 2024-08-29 09:24:15.481 | 1165f33a0d564e0f82b54034a7170788 2024-08-29 09:24:15.481 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-08-29 09:24:15.481 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-29 09:24:15.481 | +++ 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 09:24:15.481 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_project:951 : project_id=525128e3ca66461a8eaf0070b2694575 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_project:952 : echo 525128e3ca66461a8eaf0070b2694575 2024-08-29 09:24:15.481 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 525128e3ca66461a8eaf0070b2694575 2024-08-29 09:24:15.481 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_user:926 : local email= 2024-08-29 09:24:15.481 | +++ 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 09:24:15.481 | No password was supplied, authentication will fail when a user does not have a password. 2024-08-29 09:24:15.481 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_user:938 : user_id=4773418f68e6475aa463d6d88ce5d9f1 2024-08-29 09:24:15.481 | ++ functions-common:get_or_create_user:939 : echo 4773418f68e6475aa463d6d88ce5d9f1 2024-08-29 09:24:15.481 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 4773418f68e6475aa463d6d88ce5d9f1 2024-08-29 09:24:15.511 | [4304 Async create_cinder_accounts:35965]: finished create_cinder_accounts with result 0 in 22 seconds 2024-08-29 09:24:15.514 | + inc/async:async_wait:197 : return 0 2024-08-29 09:24:15.517 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-08-29 09:24:15.554 | [4304 Async create_neutron_accounts:36108]: Waiting for completion of create_neutron_accounts running on PID 36108 (2 other jobs running) 2024-08-29 09:24:15.573 | [4304 Async create_neutron_accounts:36108]: Signaling child to exit 2024-08-29 09:24:15.573 | WAKEUP 2024-08-29 09:24:15.589 | [4304 Async create_neutron_accounts:36108]: Signaled 2024-08-29 09:24:15.590 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-08-29 09:24:15.590 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-08-29 09:24:15.590 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-08-29 09:24:15.590 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-08-29 09:24:15.590 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-08-29 09:24:15.590 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-08-29 09:24:15.590 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:15.590 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-08-29 09:24:15.590 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-08-29 09:24:15.590 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:24:15.590 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 09:24:15.590 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 09:24:15.590 | ++ 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 09:24:15.590 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.590 | + functions-common:get_or_create_user:938 : user_id=a0e7b9fb4ac64d5aa7e66d2512f4f43f 2024-08-29 09:24:15.590 | + functions-common:get_or_create_user:939 : echo a0e7b9fb4ac64d5aa7e66d2512f4f43f 2024-08-29 09:24:15.590 | a0e7b9fb4ac64d5aa7e66d2512f4f43f 2024-08-29 09:24:15.590 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-08-29 09:24:15.590 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:24:15.590 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:24:15.590 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 09:24:15.590 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:24:15.590 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:24:15.590 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 09:24:15.590 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 09:24:15.590 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 09:24:15.590 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 09:24:15.590 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 09:24:15.590 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 09:24:15.590 | + 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 09:24:15.590 | ++ 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 09:24:15.590 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.590 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.590 | + functions-common:get_or_add_user_project_role:1003 : echo 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.590 | 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:24:15.590 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-29 09:24:15.590 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-08-29 09:24:15.590 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 09:24:15.590 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-08-29 09:24:15.590 | ++ 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 09:24:15.590 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.591 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 09:24:15.591 | ce176aa253974e3595c5406af34b851e' 2024-08-29 09:24:15.591 | + functions-common:get_or_create_service:1090 : echo ce176aa253974e3595c5406af34b851e 2024-08-29 09:24:15.591 | ce176aa253974e3595c5406af34b851e 2024-08-29 09:24:15.591 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-08-29 09:24:15.591 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 09:24:15.591 | ++ 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 09:24:15.591 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 09:24:15.591 | +++ 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 09:24:15.591 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.591 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 09:24:15.591 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 09:24:15.591 | +++ 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 09:24:15.591 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:24:15.591 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=136088215c754c7b8a929661d3b3dc34 2024-08-29 09:24:15.591 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 136088215c754c7b8a929661d3b3dc34 2024-08-29 09:24:15.591 | + functions-common:get_or_create_endpoint:1123 : public_id=136088215c754c7b8a929661d3b3dc34 2024-08-29 09:24:15.591 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 09:24:15.591 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 09:24:15.591 | + functions-common:get_or_create_endpoint:1132 : echo 136088215c754c7b8a929661d3b3dc34 2024-08-29 09:24:15.591 | 136088215c754c7b8a929661d3b3dc34 2024-08-29 09:24:15.622 | [4304 Async create_neutron_accounts:36108]: finished create_neutron_accounts with result 0 in 13 seconds 2024-08-29 09:24:15.628 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-08-29 09:24:15.632 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-08-29 09:24:15.634 | + inc/async:async_wait:197 : return 0 2024-08-29 09:24:15.636 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2024-08-29 09:24:15.650 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:15.652 | + stack.sh:main:1144 : is_service_enabled glance 2024-08-29 09:24:15.665 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:15.667 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2024-08-29 09:24:15.669 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:24:15.671 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2024-08-29 09:24:15.673 | + stack.sh:main:1146 : async_runfunc init_glance 2024-08-29 09:24:15.676 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-08-29 09:24:15.724 | + inc/async:async_inner:63 : init_glance 2024-08-29 09:24:15.753 | [4304 Async init_glance:38392]: running: init_glance 2024-08-29 09:24:15.755 | + stack.sh:main:1153 : is_service_enabled neutron 2024-08-29 09:24:15.770 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:15.774 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2024-08-29 09:24:15.776 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:24:15.778 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2024-08-29 09:24:15.780 | + stack.sh:main:1156 : configure_neutron 2024-08-29 09:24:15.782 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-08-29 09:24:15.784 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-08-29 09:24:15.785 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-08-29 09:24:15.795 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-08-29 09:24:15.797 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-08-29 09:24:19.936 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:24:19.954 | [38392 Async init_glance:38392]: finished successfully 2024-08-29 09:24:35.402 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-08-29 09:24:35.405 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-08-29 09:24:35.407 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-08-29 09:24:35.409 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-08-29 09:24:35.411 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-08-29 09:24:35.413 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-08-29 09:24:35.415 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-08-29 09:24:35.417 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-08-29 09:24:35.418 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-08-29 09:24:35.420 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-08-29 09:24:35.422 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-08-29 09:24:35.424 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-08-29 09:24:35.426 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-08-29 09:24:35.428 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-08-29 09:24:35.430 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-08-29 09:24:35.431 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-08-29 09:24:35.435 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:35.436 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:35.438 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-08-29 09:24:35.440 | + 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 09:24:35.444 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-08-29 09:24:35.446 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-08-29 09:24:35.447 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-08-29 09:24:35.449 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-08-29 09:24:35.451 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:24:35.453 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:24:35.455 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-29 09:24:35.457 | + 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 09:24:35.481 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-08-29 09:24:35.506 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-08-29 09:24:35.529 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-08-29 09:24:35.552 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-08-29 09:24:35.577 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-08-29 09:24:35.601 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-08-29 09:24:35.603 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-08-29 09:24:35.605 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-08-29 09:24:35.607 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 09:24:35.609 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-29 09:24:35.622 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-29 09:24:35.624 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-29 09:24:35.625 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-29 09:24:35.627 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-29 09:24:35.629 | + 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 09:24:35.652 | + 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 09:24:35.676 | + 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 09:24:35.700 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-29 09:24:35.724 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-08-29 09:24:35.737 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:35.739 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-08-29 09:24:35.741 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-08-29 09:24:35.743 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-08-29 09:24:35.744 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-08-29 09:24:35.746 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-08-29 09:24:35.748 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-08-29 09:24:35.750 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-08-29 09:24:35.752 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-08-29 09:24:35.761 | + 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 09:24:35.770 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-08-29 09:24:35.772 | + 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 09:24:35.781 | + 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 09:24:35.791 | + 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 09:24:35.800 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-29 09:24:35.802 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 09:24:35.805 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-08-29 09:24:35.808 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.eH1YR0mBqk 2024-08-29 09:24:35.810 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-29 09:24:35.812 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-29 09:24:35.814 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.eH1YR0mBqk 2024-08-29 09:24:35.817 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.eH1YR0mBqk 2024-08-29 09:24:35.826 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.eH1YR0mBqk /etc/sudoers.d/neutron-rootwrap 2024-08-29 09:24:35.835 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-08-29 09:24:35.836 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-08-29 09:24:35.838 | + 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 09:24:35.862 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 09:24:35.864 | + 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 09:24:35.887 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-08-29 09:24:35.889 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-08-29 09:24:35.891 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-08-29 09:24:35.893 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-29 09:24:35.895 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-29 09:24:35.897 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-29 09:24:35.910 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:35.913 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-29 09:24:35.915 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-29 09:24:35.917 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-29 09:24:35.930 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:35.932 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-29 09:24:35.935 | + 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 09:24:35.959 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-29 09:24:35.961 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-29 09:24:35.963 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-08-29 09:24:35.977 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:35.979 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-08-29 09:24:35.992 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:35.994 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-08-29 09:24:35.996 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:35.998 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:35.999 | + 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 09:24:36.026 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 09:24:36.028 | + 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 09:24:36.052 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-29 09:24:36.078 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-08-29 09:24:36.080 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-08-29 09:24:36.082 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-08-29 09:24:36.084 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-29 09:24:37.419 | INFO neutron.common.config [-] Logging enabled! 2024-08-29 09:24:37.419 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2024-08-29 09:24:37.419 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39282) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-29 09:24:37.420 | 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 09:24:37.420 | 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/tmpuytgm1r3/privsep.sock'] 2024-08-29 09:24:38.149 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-08-29 09:24:38.150 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpuytgm1r3/privsep.sock {{(pid=39282) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-08-29 09:24:38.150 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-08-29 09:24:38.150 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-08-29 09:24:38.150 | 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 09:24:38.150 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39294 2024-08-29 09:24:38.151 | DEBUG oslo.privsep.daemon [-] privsep: reply[8e4a211d-2ac6-409f-b9d1-be613f489030]: (2,) {{(pid=39294) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:24:38.239 | 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=39294) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-08-29 09:24:38.248 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.009s {{(pid=39294) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-08-29 09:24:38.248 | DEBUG oslo.privsep.daemon [-] privsep: reply[8c9d6beb-f7e2-43cb-99b0-d8caa5bb4093]: (4, ('9c5a3b87-b9f0-4444-b7f9-79958f2ec881\n', '')) {{(pid=39294) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:24:38.334 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39282) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 09:24:38.334 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39282) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 09:24:38.334 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39282) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 09:24:38.334 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39282) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 09:24:38.334 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39282) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 09:24:38.334 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39282) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 09:24:38.368 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-29 09:24:38.368 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39282) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-29 09:24:38.369 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39282) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-29 09:24:38.370 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-29 09:24:38.640 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-08-29 09:24:38.642 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-08-29 09:24:38.644 | + 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 09:24:38.646 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 09:24:38.648 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-08-29 09:24:38.661 | + 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 09:24:38.674 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-08-29 09:24:38.676 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-08-29 09:24:38.678 | + 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 09:24:38.704 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-08-29 09:24:38.707 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-08-29 09:24:38.712 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-08-29 09:24:38.714 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-08-29 09:24:38.716 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-08-29 09:24:38.749 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-08-29 09:24:38.762 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-29 09:24:38.764 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-08-29 09:24:38.770 | net.bridge.bridge-nf-call-iptables = 1 2024-08-29 09:24:38.773 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-29 09:24:38.776 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-08-29 09:24:38.781 | net.bridge.bridge-nf-call-ip6tables = 1 2024-08-29 09:24:38.784 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-08-29 09:24:38.786 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-08-29 09:24:38.788 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-08-29 09:24:38.790 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-08-29 09:24:38.792 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-08-29 09:24:38.794 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-08-29 09:24:38.796 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-29 09:24:38.798 | + 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 09:24:38.800 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 09:24:38.802 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-29 09:24:38.814 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-08-29 09:24:38.816 | + 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 09:24:38.843 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-08-29 09:24:38.845 | + 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 09:24:38.870 | + 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 09:24:38.894 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-08-29 09:24:38.907 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:38.909 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-08-29 09:24:38.911 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-08-29 09:24:38.914 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-08-29 09:24:38.939 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-08-29 09:24:38.963 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-08-29 09:24:38.965 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-08-29 09:24:38.967 | + 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 09:24:38.991 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 09:24:38.993 | + 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 09:24:39.017 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-08-29 09:24:39.030 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:39.032 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-29 09:24:39.034 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-08-29 09:24:39.058 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-29 09:24:39.060 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-29 09:24:39.062 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 09:24:39.086 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-08-29 09:24:39.088 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-29 09:24:39.090 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-08-29 09:24:39.092 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-08-29 09:24:39.105 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:39.107 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-08-29 09:24:39.109 | + 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 09:24:39.113 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-08-29 09:24:39.137 | + 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 09:24:39.163 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-08-29 09:24:39.165 | + 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 09:24:39.189 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-29 09:24:39.191 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-08-29 09:24:39.215 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-29 09:24:39.217 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-29 09:24:39.219 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 09:24:39.244 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-08-29 09:24:39.246 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-29 09:24:39.248 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-08-29 09:24:39.250 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-29 09:24:40.577 | INFO neutron.common.config [-] Logging enabled! 2024-08-29 09:24:40.577 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev18 2024-08-29 09:24:40.577 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39839) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-29 09:24:40.602 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39839) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 09:24:40.602 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39839) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-29 09:24:40.602 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39839) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 09:24:40.602 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39839) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 09:24:40.602 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39839) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 09:24:40.603 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39839) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-29 09:24:40.637 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-29 09:24:40.637 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39839) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-29 09:24:40.637 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39839) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-29 09:24:40.641 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-29 09:24:40.899 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-08-29 09:24:40.902 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-08-29 09:24:40.904 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-08-29 09:24:40.906 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-29 09:24:40.908 | + 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 09:24:40.911 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-29 09:24:40.913 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-29 09:24:40.926 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-08-29 09:24:40.929 | + functions:set_mtu:796 : local dev=br-ex 2024-08-29 09:24:40.931 | + functions:set_mtu:797 : local mtu=8950 2024-08-29 09:24:40.933 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-08-29 09:24:40.944 | + 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 09:24:40.957 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-08-29 09:24:40.960 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-08-29 09:24:40.962 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-08-29 09:24:40.964 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-08-29 09:24:40.966 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-08-29 09:24:40.969 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-08-29 09:24:40.971 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-08-29 09:24:40.973 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-08-29 09:24:40.975 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-08-29 09:24:40.977 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-08-29 09:24:40.979 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-08-29 09:24:40.981 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-08-29 09:24:40.983 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-08-29 09:24:40.985 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-08-29 09:24:40.988 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-08-29 09:24:40.989 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-08-29 09:24:40.994 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-08-29 09:24:40.996 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-08-29 09:24:40.998 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-08-29 09:24:41.000 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-08-29 09:24:41.003 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-08-29 09:24:41.003 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-08-29 09:24:41.003 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-08-29 09:24:41.009 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-08-29 09:24:41.011 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-08-29 09:24:41.013 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-08-29 09:24:41.015 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-08-29 09:24:41.017 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-08-29 09:24:41.019 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-08-29 09:24:41.021 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-08-29 09:24:41.034 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-08-29 09:24:41.034 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-08-29 09:24:41.039 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-08-29 09:24:41.041 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-08-29 09:24:41.055 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:41.057 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-08-29 09:24:41.059 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-08-29 09:24:41.063 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-08-29 09:24:41.087 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-08-29 09:24:41.112 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-08-29 09:24:41.136 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-08-29 09:24:41.138 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-08-29 09:24:41.140 | + 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 09:24:41.164 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-29 09:24:41.166 | + 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 09:24:41.190 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 09:24:41.192 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-08-29 09:24:41.207 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:41.209 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-08-29 09:24:41.211 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-08-29 09:24:41.225 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:41.227 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-08-29 09:24:41.241 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:41.243 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-08-29 09:24:41.257 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:41.259 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-08-29 09:24:41.273 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:41.275 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-08-29 09:24:41.277 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-08-29 09:24:41.279 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-08-29 09:24:41.282 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-08-29 09:24:41.284 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-08-29 09:24:41.286 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-08-29 09:24:41.289 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-08-29 09:24:41.291 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-08-29 09:24:41.294 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-08-29 09:24:41.298 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-08-29 09:24:41.302 | + 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 09:24:41.305 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-08-29 09:24:41.331 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-29 09:24:41.357 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-08-29 09:24:41.381 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-08-29 09:24:41.406 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-08-29 09:24:41.408 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 09:24:41.410 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-08-29 09:24:41.412 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-29 09:24:41.414 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-08-29 09:24:41.438 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-08-29 09:24:41.463 | + 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 09:24:41.487 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-08-29 09:24:41.512 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-08-29 09:24:41.537 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-08-29 09:24:41.562 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-08-29 09:24:41.587 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-08-29 09:24:41.612 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-29 09:24:41.637 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-08-29 09:24:41.662 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-08-29 09:24:41.687 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-08-29 09:24:41.713 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-08-29 09:24:41.715 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 09:24:41.717 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-29 09:24:41.719 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-29 09:24:41.721 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-08-29 09:24:41.745 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-08-29 09:24:41.770 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-08-29 09:24:41.795 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-08-29 09:24:41.820 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-08-29 09:24:41.845 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-08-29 09:24:41.869 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-08-29 09:24:41.894 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-08-29 09:24:41.919 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-29 09:24:41.944 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-08-29 09:24:41.969 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-08-29 09:24:41.971 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-29 09:24:41.973 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-29 09:24:41.975 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-08-29 09:24:41.977 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-08-29 09:24:42.002 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-08-29 09:24:42.027 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-08-29 09:24:42.052 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-08-29 09:24:42.077 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-08-29 09:24:42.103 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-08-29 09:24:42.128 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-08-29 09:24:42.152 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-08-29 09:24:42.178 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-08-29 09:24:42.203 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-08-29 09:24:42.228 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-08-29 09:24:42.230 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-08-29 09:24:42.232 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-08-29 09:24:42.234 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-08-29 09:24:42.236 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-08-29 09:24:42.238 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-08-29 09:24:42.240 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-08-29 09:24:42.242 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-08-29 09:24:42.244 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-08-29 09:24:42.246 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-08-29 09:24:42.248 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-08-29 09:24:42.250 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-08-29 09:24:42.252 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-08-29 09:24:42.254 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-08-29 09:24:42.256 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-08-29 09:24:42.258 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-08-29 09:24:42.260 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-08-29 09:24:42.262 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-08-29 09:24:42.264 | + 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 09:24:42.266 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.268 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-08-29 09:24:42.270 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-08-29 09:24:42.272 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-08-29 09:24:42.274 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.276 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-29 09:24:42.299 | + 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 09:24:42.301 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.303 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 09:24:42.305 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-08-29 09:24:42.307 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-08-29 09:24:42.309 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.311 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-08-29 09:24:42.335 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-08-29 09:24:42.337 | + 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 09:24:42.339 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.340 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 09:24:42.342 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-08-29 09:24:42.344 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-08-29 09:24:42.346 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.348 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-29 09:24:42.372 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-08-29 09:24:42.374 | + 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 09:24:42.376 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.378 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 09:24:42.380 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-08-29 09:24:42.382 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-08-29 09:24:42.384 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.386 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-29 09:24:42.410 | + 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 09:24:42.412 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.414 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-29 09:24:42.416 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-08-29 09:24:42.418 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-08-29 09:24:42.420 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.422 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-08-29 09:24:42.445 | + 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 09:24:42.447 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.449 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-08-29 09:24:42.451 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-08-29 09:24:42.453 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-08-29 09:24:42.455 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.457 | + 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 09:24:42.480 | + 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 09:24:42.482 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.484 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-08-29 09:24:42.486 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-29 09:24:42.488 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-29 09:24:42.490 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.492 | + 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 09:24:42.516 | + 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 09:24:42.518 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.519 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-08-29 09:24:42.521 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-08-29 09:24:42.523 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-08-29 09:24:42.525 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.527 | + 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 09:24:42.551 | + 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 09:24:42.553 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.555 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-08-29 09:24:42.557 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-08-29 09:24:42.559 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-08-29 09:24:42.561 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.563 | + 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 09:24:42.587 | + 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 09:24:42.589 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:24:42.591 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-08-29 09:24:42.593 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-29 09:24:42.595 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-29 09:24:42.597 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-29 09:24:42.599 | + 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 09:24:42.622 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-29 09:24:42.624 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-08-29 09:24:42.649 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-08-29 09:24:42.674 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-08-29 09:24:42.676 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2024-08-29 09:24:42.690 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:42.692 | + stack.sh:main:1159 : is_service_enabled neutron 2024-08-29 09:24:42.706 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:42.708 | + stack.sh:main:1160 : async_runfunc init_neutron 2024-08-29 09:24:42.710 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-08-29 09:24:42.757 | + inc/async:async_inner:63 : init_neutron 2024-08-29 09:24:42.787 | [4304 Async init_neutron:41638]: running: init_neutron 2024-08-29 09:24:42.789 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2024-08-29 09:24:42.804 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:42.807 | ++ stack.sh:main:1172 : pidof NetworkManager 2024-08-29 09:24:42.818 | ++ stack.sh:main:1172 : true 2024-08-29 09:24:42.820 | + stack.sh:main:1172 : netman_pid= 2024-08-29 09:24:42.822 | + stack.sh:main:1173 : '[' -z '' ']' 2024-08-29 09:24:42.824 | + stack.sh:main:1174 : sudo killall dnsmasq 2024-08-29 09:24:42.834 | dnsmasq: no process found 2024-08-29 09:24:42.838 | + stack.sh:main:1174 : true 2024-08-29 09:24:42.840 | + stack.sh:main:1179 : clean_iptables 2024-08-29 09:24:42.843 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-08-29 09:24:42.843 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 09:24:42.843 | + lib/nova:clean_iptables:184 : grep nova 2024-08-29 09:24:42.844 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-08-29 09:24:42.844 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-08-29 09:24:42.845 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-08-29 09:24:42.845 | + lib/nova:clean_iptables:184 : bash 2024-08-29 09:24:42.875 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 09:24:42.877 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-08-29 09:24:42.877 | + lib/nova:clean_iptables:186 : grep nova 2024-08-29 09:24:42.877 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-08-29 09:24:42.877 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-08-29 09:24:42.877 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-08-29 09:24:42.878 | + lib/nova:clean_iptables:186 : bash 2024-08-29 09:24:42.887 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 09:24:42.887 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-08-29 09:24:42.888 | + lib/nova:clean_iptables:188 : grep nova 2024-08-29 09:24:42.889 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-08-29 09:24:42.889 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-08-29 09:24:42.889 | + lib/nova:clean_iptables:188 : bash 2024-08-29 09:24:42.889 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-08-29 09:24:42.898 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-08-29 09:24:42.898 | + lib/nova:clean_iptables:190 : grep nova 2024-08-29 09:24:42.899 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-29 09:24:42.900 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-08-29 09:24:42.900 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-08-29 09:24:42.900 | + lib/nova:clean_iptables:190 : bash 2024-08-29 09:24:42.902 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-08-29 09:24:42.909 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2024-08-29 09:24:42.915 | net.ipv4.ip_forward = 1 2024-08-29 09:24:42.919 | + stack.sh:main:1187 : is_service_enabled nova neutron 2024-08-29 09:24:42.932 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:42.934 | + stack.sh:main:1188 : configure_os_vif 2024-08-29 09:24:42.936 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-08-29 09:24:42.939 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-08-29 09:24:42.965 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-08-29 09:24:42.967 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-08-29 09:24:42.995 | + stack.sh:main:1194 : is_service_enabled swift 2024-08-29 09:24:43.010 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:24:43.012 | + stack.sh:main:1203 : is_service_enabled cinder 2024-08-29 09:24:43.026 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:43.028 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2024-08-29 09:24:43.031 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:24:43.033 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2024-08-29 09:24:43.035 | + stack.sh:main:1205 : async_runfunc init_cinder 2024-08-29 09:24:43.037 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-08-29 09:24:43.088 | + inc/async:async_inner:63 : init_cinder 2024-08-29 09:24:43.117 | [4304 Async init_cinder:41988]: running: init_cinder 2024-08-29 09:24:43.119 | + stack.sh:main:1211 : is_service_enabled placement 2024-08-29 09:24:43.136 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:24:43.139 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2024-08-29 09:24:43.141 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:24:43.143 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2024-08-29 09:24:43.145 | + stack.sh:main:1213 : async_runfunc init_placement 2024-08-29 09:24:43.147 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-08-29 09:24:43.196 | + inc/async:async_inner:63 : init_placement 2024-08-29 09:24:43.228 | [4304 Async init_placement:42135]: running: init_placement 2024-08-29 09:24:43.230 | + stack.sh:main:1217 : async_wait init_neutron 2024-08-29 09:24:43.268 | [4304 Async init_neutron:41638]: Waiting for completion of init_neutron running on PID 41638 (5 other jobs running) 2024-08-29 09:24:43.286 | [4304 Async init_neutron:41638]: Signaling child to exit 2024-08-29 09:24:46.311 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:24:46.330 | [41988 Async init_cinder:41988]: finished successfully 2024-08-29 09:24:50.710 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:24:50.729 | [41638 Async init_neutron:41638]: finished successfully 2024-08-29 09:24:50.745 | WAKEUP 2024-08-29 09:24:50.762 | [4304 Async init_neutron:41638]: Signaled 2024-08-29 09:24:50.763 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-08-29 09:24:50.763 | + lib/database:recreate_database:112 : local db=neutron 2024-08-29 09:24:50.763 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-08-29 09:24:50.763 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-08-29 09:24:50.763 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-08-29 09:24:50.763 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-08-29 09:24:50.763 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-08-29 09:24:50.763 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 09:24:50.763 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:24:50.763 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:24:50.763 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:24:50.763 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923482797 2024-08-29 09:24:50.763 | + 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 09:24:50.763 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-08-29 09:24:50.763 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-08-29 09:24:50.764 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-08-29 09:24:50.764 | Running upgrade for neutron ... 2024-08-29 09:24:50.764 | OK 2024-08-29 09:24:50.764 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-08-29 09:24:50.764 | + functions-common:time_stop:2435 : local name 2024-08-29 09:24:50.764 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:24:50.764 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:24:50.764 | + functions-common:time_stop:2438 : local total 2024-08-29 09:24:50.764 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:24:50.764 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 09:24:50.764 | + functions-common:time_stop:2442 : start_time=1724923482797 2024-08-29 09:24:50.764 | + functions-common:time_stop:2444 : [[ -z 1724923482797 ]] 2024-08-29 09:24:50.764 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:24:50.764 | + functions-common:time_stop:2447 : end_time=1724923490697 2024-08-29 09:24:50.764 | + functions-common:time_stop:2448 : elapsed_time=7900 2024-08-29 09:24:50.764 | + functions-common:time_stop:2449 : total=3044 2024-08-29 09:24:50.764 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:24:50.764 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10944 2024-08-29 09:24:50.795 | [4304 Async init_neutron:41638]: finished init_neutron with result 0 in 7 seconds 2024-08-29 09:24:50.798 | + inc/async:async_wait:197 : return 0 2024-08-29 09:24:50.800 | + stack.sh:main:1218 : async_wait init_placement 2024-08-29 09:24:50.837 | [4304 Async init_placement:42135]: Waiting for completion of init_placement running on PID 42135 (4 other jobs running) 2024-08-29 09:24:50.854 | [4304 Async init_placement:42135]: Signaling child to exit 2024-08-29 09:25:00.567 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:25:00.585 | [42135 Async init_placement:42135]: finished successfully 2024-08-29 09:25:00.603 | WAKEUP 2024-08-29 09:25:00.619 | [4304 Async init_placement:42135]: Signaled 2024-08-29 09:25:00.620 | + lib/placement:init_placement:143 : recreate_database placement 2024-08-29 09:25:00.620 | + lib/database:recreate_database:112 : local db=placement 2024-08-29 09:25:00.620 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-08-29 09:25:00.621 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-08-29 09:25:00.621 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-08-29 09:25:00.621 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-08-29 09:25:00.621 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-08-29 09:25:00.621 | + lib/placement:init_placement:145 : create_placement_accounts 2024-08-29 09:25:00.621 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-08-29 09:25:00.621 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-08-29 09:25:00.621 | + functions-common:get_or_create_user:922 : local user_id 2024-08-29 09:25:00.621 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-29 09:25:00.621 | + functions-common:get_or_create_user:926 : local email= 2024-08-29 09:25:00.621 | ++ 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 09:25:00.621 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:00.621 | + functions-common:get_or_create_user:938 : user_id=1607275fb4ca47b5a28568852b9d9569 2024-08-29 09:25:00.621 | + functions-common:get_or_create_user:939 : echo 1607275fb4ca47b5a28568852b9d9569 2024-08-29 09:25:00.621 | 1607275fb4ca47b5a28568852b9d9569 2024-08-29 09:25:00.621 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:25:00.621 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 09:25:00.621 | + 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 09:25:00.621 | ++ 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 09:25:00.621 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:1003 : echo 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:25:00.621 | 8f9e5a64bf1042048c58f772c5c269c0 2024-08-29 09:25:00.621 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-29 09:25:00.621 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-29 09:25:00.621 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-29 09:25:00.621 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-29 09:25:00.621 | + 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 09:25:00.621 | ++ 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 09:25:00.621 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:25:00.621 | + functions-common:get_or_add_user_project_role:1003 : echo 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:25:00.621 | 8c1a9e5c62a54b41ad3fc31755b3db82 2024-08-29 09:25:00.621 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-08-29 09:25:00.621 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-08-29 09:25:00.621 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-29 09:25:00.621 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-08-29 09:25:00.621 | ++ 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 09:25:00.621 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:00.621 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-29 09:25:00.621 | 07ed8013c31c47559afba531785311a8' 2024-08-29 09:25:00.621 | + functions-common:get_or_create_service:1090 : echo 07ed8013c31c47559afba531785311a8 2024-08-29 09:25:00.621 | 07ed8013c31c47559afba531785311a8 2024-08-29 09:25:00.621 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-08-29 09:25:00.621 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-29 09:25:00.621 | ++ 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 09:25:00.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-29 09:25:00.621 | +++ 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 09:25:00.621 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:00.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-29 09:25:00.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-29 09:25:00.621 | +++ 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 09:25:00.621 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:00.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=fd8cfe016a054aa194abe1d338678c69 2024-08-29 09:25:00.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo fd8cfe016a054aa194abe1d338678c69 2024-08-29 09:25:00.621 | + functions-common:get_or_create_endpoint:1123 : public_id=fd8cfe016a054aa194abe1d338678c69 2024-08-29 09:25:00.621 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-29 09:25:00.621 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-29 09:25:00.621 | + functions-common:get_or_create_endpoint:1132 : echo fd8cfe016a054aa194abe1d338678c69 2024-08-29 09:25:00.621 | fd8cfe016a054aa194abe1d338678c69 2024-08-29 09:25:00.653 | [4304 Async init_placement:42135]: finished init_placement with result 0 in 17 seconds 2024-08-29 09:25:00.657 | + inc/async:async_wait:197 : return 0 2024-08-29 09:25:00.659 | + stack.sh:main:1219 : async_wait init_glance 2024-08-29 09:25:00.697 | [4304 Async init_glance:38392]: Waiting for completion of init_glance running on PID 38392 (3 other jobs running) 2024-08-29 09:25:00.715 | [4304 Async init_glance:38392]: Signaling child to exit 2024-08-29 09:25:00.715 | WAKEUP 2024-08-29 09:25:00.731 | [4304 Async init_glance:38392]: Signaled 2024-08-29 09:25:00.732 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-08-29 09:25:00.732 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-08-29 09:25:00.732 | + lib/glance:init_glance:489 : recreate_database glance 2024-08-29 09:25:00.732 | + lib/database:recreate_database:112 : local db=glance 2024-08-29 09:25:00.732 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-08-29 09:25:00.732 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-08-29 09:25:00.732 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-08-29 09:25:00.732 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-08-29 09:25:00.732 | + lib/glance:init_glance:491 : time_start dbsync 2024-08-29 09:25:00.732 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 09:25:00.732 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:00.732 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:00.732 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:00.732 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923455768 2024-08-29 09:25:00.733 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-08-29 09:25:00.733 | 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=38477) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:25:00.733 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-08-29 09:25:00.733 | 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 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-29 09:25:00.733 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-29 09:25:00.733 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-08-29 09:25:00.734 | Database migration is up to date. No migration needed. 2024-08-29 09:25:00.734 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-08-29 09:25:00.734 | Database is synced successfully. 2024-08-29 09:25:00.734 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-08-29 09:25:00.734 | 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=38510) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-08-29 09:25:00.734 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-08-29 09:25:00.734 | + lib/glance:init_glance:497 : time_stop dbsync 2024-08-29 09:25:00.734 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:00.734 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:00.734 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:00.734 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:00.734 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:00.734 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 09:25:00.734 | + functions-common:time_stop:2442 : start_time=1724923455768 2024-08-29 09:25:00.734 | + functions-common:time_stop:2444 : [[ -z 1724923455768 ]] 2024-08-29 09:25:00.734 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:00.734 | + functions-common:time_stop:2447 : end_time=1724923459924 2024-08-29 09:25:00.734 | + functions-common:time_stop:2448 : elapsed_time=4156 2024-08-29 09:25:00.734 | + functions-common:time_stop:2449 : total=3044 2024-08-29 09:25:00.734 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:00.734 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7200 2024-08-29 09:25:00.764 | [4304 Async init_glance:38392]: finished init_glance with result 0 in 4 seconds 2024-08-29 09:25:00.767 | + inc/async:async_wait:197 : return 0 2024-08-29 09:25:00.770 | + stack.sh:main:1220 : async_wait init_swift 2024-08-29 09:25:00.785 | Not waiting for async task init_swift that we never started or has already been waited for 2024-08-29 09:25:00.787 | + inc/async:async_wait:197 : return 0 2024-08-29 09:25:00.790 | + stack.sh:main:1221 : async_wait init_cinder 2024-08-29 09:25:00.826 | [4304 Async init_cinder:41988]: Waiting for completion of init_cinder running on PID 41988 (2 other jobs running) 2024-08-29 09:25:00.844 | [4304 Async init_cinder:41988]: Signaling child to exit 2024-08-29 09:25:00.844 | WAKEUP 2024-08-29 09:25:00.860 | [4304 Async init_cinder:41988]: Signaled 2024-08-29 09:25:00.861 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-08-29 09:25:00.861 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:00.861 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-08-29 09:25:00.862 | + lib/database:recreate_database:112 : local db=cinder 2024-08-29 09:25:00.862 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-08-29 09:25:00.862 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-08-29 09:25:00.862 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-08-29 09:25:00.862 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-08-29 09:25:00.862 | + functions-common:time_start:2421 : local name=dbsync 2024-08-29 09:25:00.862 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:00.862 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:00.862 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:00.862 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923483143 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-08-29 09:25:00.862 | 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=42093) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | 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=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 09:25:00.862 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42093) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 09:25:00.862 | INFO cinder.db.migration [-] Applying migration(s) 2024-08-29 09:25:00.862 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 09:25:00.862 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 09:25:00.862 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-08-29 09:25:00.862 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42093) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 09:25:00.862 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-08-29 09:25:00.862 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42093) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:00.862 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-08-29 09:25:00.862 | 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=42093) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:25:00.862 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42093) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:00.862 | INFO cinder.db.migration [-] Migration(s) applied 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-08-29 09:25:00.862 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:00.862 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:00.862 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:00.862 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:00.862 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:00.862 | + functions-common:time_stop:2441 : name=dbsync 2024-08-29 09:25:00.862 | + functions-common:time_stop:2442 : start_time=1724923483143 2024-08-29 09:25:00.862 | + functions-common:time_stop:2444 : [[ -z 1724923483143 ]] 2024-08-29 09:25:00.862 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:00.862 | + functions-common:time_stop:2447 : end_time=1724923486253 2024-08-29 09:25:00.862 | + functions-common:time_stop:2448 : elapsed_time=3110 2024-08-29 09:25:00.862 | + functions-common:time_stop:2449 : total=3044 2024-08-29 09:25:00.862 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:00.862 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6154 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-08-29 09:25:00.862 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-08-29 09:25:00.862 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-08-29 09:25:00.863 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-08-29 09:25:00.863 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-08-29 09:25:00.863 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:00.863 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-08-29 09:25:00.894 | [4304 Async init_cinder:41988]: finished init_cinder with result 0 in 3 seconds 2024-08-29 09:25:00.897 | + inc/async:async_wait:197 : return 0 2024-08-29 09:25:00.899 | + stack.sh:main:1226 : is_service_enabled nova 2024-08-29 09:25:00.913 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:00.915 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2024-08-29 09:25:00.918 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:25:00.920 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2024-08-29 09:25:00.922 | + stack.sh:main:1228 : init_nova 2024-08-29 09:25:00.924 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-08-29 09:25:00.937 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:00.939 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-08-29 09:25:00.953 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:00.955 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 09:25:00.957 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-08-29 09:25:00.959 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-08-29 09:25:00.961 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-08-29 09:25:00.963 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-08-29 09:25:00.965 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-08-29 09:25:00.974 | + 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 09:25:00.983 | ++ lib/nova:init_nova:863 : seq 1 1 2024-08-29 09:25:00.986 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 09:25:00.990 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-08-29 09:25:00.992 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 09:25:00.994 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 09:25:00.996 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 09:25:01.043 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 09:25:01.073 | [4304 Async nova-cell-1:43628]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-29 09:25:01.075 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-08-29 09:25:01.077 | + lib/database:recreate_database:112 : local db=nova_api 2024-08-29 09:25:01.079 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-08-29 09:25:01.082 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-08-29 09:25:01.084 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-08-29 09:25:01.092 | + 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 09:25:01.100 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-08-29 09:25:01.483 | 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 09:25:03.263 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 09:25:03.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 09:25:03.267 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43695) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 09:25:03.279 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 09:25:03.279 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 09:25:03.299 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-08-29 09:25:04.118 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43695) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 09:25:04.120 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-08-29 09:25:04.288 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43695) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:04.680 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-08-29 09:25:04.682 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-08-29 09:25:04.684 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-08-29 09:25:04.686 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-08-29 09:25:04.689 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-29 09:25:04.691 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-29 09:25:04.693 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-29 09:25:04.696 | + 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 09:25:05.088 | 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 09:25:06.049 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:25:06.068 | [43628 Async nova-cell-1:43628]: finished successfully 2024-08-29 09:25:06.796 | ++ lib/nova:init_nova:875 : seq 0 1 2024-08-29 09:25:06.799 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-29 09:25:06.801 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-08-29 09:25:06.818 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-08-29 09:25:06.820 | + inc/async:async_wait:197 : return 0 2024-08-29 09:25:06.822 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-29 09:25:06.824 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-08-29 09:25:06.860 | [4304 Async nova-cell-1:43628]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43628 (2 other jobs running) 2024-08-29 09:25:06.878 | [4304 Async nova-cell-1:43628]: Signaling child to exit 2024-08-29 09:25:06.879 | WAKEUP 2024-08-29 09:25:06.894 | [4304 Async nova-cell-1:43628]: Signaled 2024-08-29 09:25:06.895 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-08-29 09:25:06.895 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-08-29 09:25:06.895 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-08-29 09:25:06.895 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-08-29 09:25:06.895 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-08-29 09:25:06.895 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-08-29 09:25:06.895 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-08-29 09:25:06.895 | + 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 09:25:06.895 | + 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 09:25:06.895 | 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 09:25:06.895 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:06.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:06.897 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 09:25:06.897 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43682) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 09:25:06.897 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-29 09:25:06.897 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-29 09:25:06.897 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-29 09:25:06.897 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43682) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 09:25:06.897 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-29 09:25:06.897 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43682) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:06.897 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-29 09:25:06.897 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43682) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:06.897 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-29 09:25:06.897 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43682) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:06.927 | [4304 Async nova-cell-1:43628]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-08-29 09:25:06.930 | + inc/async:async_wait:197 : return 0 2024-08-29 09:25:06.932 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-29 09:25:06.934 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-08-29 09:25:07.310 | 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 09:25:08.620 | DEBUG migrate.versioning.repository [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.621 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.622 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.622 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.622 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.622 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.622 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.624 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.repository [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 09:25:08.625 | DEBUG migrate.versioning.repository [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 09:25:08.637 | INFO alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Context impl MySQLImpl. 2024-08-29 09:25:08.637 | INFO alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Will assume non-transactional DDL. 2024-08-29 09:25:08.647 | INFO alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-29 09:25:10.676 | DEBUG alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] new branch insert 8f2f1571d55b {{(pid=43887) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-29 09:25:10.679 | INFO alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-29 09:25:10.710 | DEBUG alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43887) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:10.712 | INFO alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-29 09:25:10.773 | DEBUG alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43887) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:10.775 | INFO alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-29 09:25:10.791 | DEBUG alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43887) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-29 09:25:10.799 | DEBUG migrate.versioning.repository [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-29 09:25:10.799 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.800 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.800 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.800 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.800 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.800 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.800 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.800 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.800 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.801 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.801 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.801 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.801 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.801 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.802 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.802 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.803 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.803 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.803 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.803 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.803 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.804 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.805 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.805 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.805 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.805 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.806 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.806 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.806 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.806 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.806 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.808 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-29 09:25:10.808 | DEBUG migrate.versioning.script.base [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-29 09:25:10.808 | DEBUG migrate.versioning.repository [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-29 09:25:10.808 | DEBUG migrate.versioning.repository [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43887) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-29 09:25:10.811 | INFO alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Context impl MySQLImpl. 2024-08-29 09:25:10.811 | INFO alembic.runtime.migration [None req-6d0011e4-04ed-48e9-966e-74802f63fb41 None None] Will assume non-transactional DDL. 2024-08-29 09:25:11.264 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-08-29 09:25:11.673 | 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 09:25:13.116 | Running batches of 50 until complete 2024-08-29 09:25:13.116 | +-------------------------------------+--------------+-----------+ 2024-08-29 09:25:13.116 | | Migration | Total Needed | Completed | 2024-08-29 09:25:13.116 | +-------------------------------------+--------------+-----------+ 2024-08-29 09:25:13.116 | | fill_virtual_interface_list | 0 | 0 | 2024-08-29 09:25:13.116 | | migrate_empty_ratio | 0 | 0 | 2024-08-29 09:25:13.116 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-08-29 09:25:13.116 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-08-29 09:25:13.116 | | migration_migrate_to_uuid | 0 | 0 | 2024-08-29 09:25:13.116 | | populate_dev_uuids | 0 | 0 | 2024-08-29 09:25:13.116 | | populate_missing_availability_zones | 0 | 0 | 2024-08-29 09:25:13.116 | | populate_queued_for_delete | 0 | 0 | 2024-08-29 09:25:13.116 | | populate_user_id | 0 | 0 | 2024-08-29 09:25:13.116 | | populate_uuids | 0 | 0 | 2024-08-29 09:25:13.116 | +-------------------------------------+--------------+-----------+ 2024-08-29 09:25:13.487 | ++ lib/nova:init_nova:889 : seq 1 1 2024-08-29 09:25:13.491 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-29 09:25:13.494 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-08-29 09:25:13.496 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-29 09:25:13.498 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-29 09:25:13.501 | + 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 09:25:13.873 | 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 09:25:15.189 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-08-29 09:25:15.189 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-08-29 09:25:15.527 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-08-29 09:25:15.530 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-08-29 09:25:15.541 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-08-29 09:25:15.543 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2024-08-29 09:25:15.545 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-08-29 09:25:15.596 | + inc/async:async_inner:63 : configure_neutron_nova 2024-08-29 09:25:15.627 | [4304 Async configure_neutron_nova:44052]: running: configure_neutron_nova 2024-08-29 09:25:15.629 | + stack.sh:main:1238 : run_phase stack post-config 2024-08-29 09:25:15.632 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 09:25:15.634 | + functions-common:run_phase:1864 : local phase=post-config 2024-08-29 09:25:15.636 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 09:25:15.639 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 09:25:15.642 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 09:25:15.644 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 09:25:15.646 | + functions-common:run_phase:1873 : local extra 2024-08-29 09:25:15.649 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 09:25:15.652 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 09:25:15.654 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 09:25:15.656 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 09:25:15.659 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-08-29 09:25:15.661 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 09:25:15.674 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:15.676 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:25:15.678 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:25:15.680 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-29 09:25:15.682 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:25:15.685 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 09:25:15.687 | ++ extras.d/80-tempest.sh:source:12 : : 2024-08-29 09:25:15.689 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 09:25:15.692 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 09:25:15.694 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:25:15.696 | + 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 09:25:15.698 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-08-29 09:25:15.701 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 09:25:15.703 | + functions-common:run_plugins:1850 : local phase=post-config 2024-08-29 09:25:15.705 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 09:25:15.707 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 09:25:15.710 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 09:25:15.712 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 09:25:15.714 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 09:25:15.716 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-08-29 09:25:15.718 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:25:15.720 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:25:15.722 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-29 09:25:15.725 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:25:15.727 | ++ /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 09:25:15.729 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-08-29 09:25:15.731 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:25:15.734 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2024-08-29 09:25:15.736 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-08-29 09:25:15.739 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 09:25:15.741 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 09:25:15.743 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-08-29 09:25:15.745 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:25:15.747 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 09:25:15.749 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 09:25:15.753 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-08-29 09:25:15.755 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:15.757 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-08-29 09:25:15.760 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:25:15.763 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-08-29 09:25:15.763 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:25:15.763 | gsub("[][]", "", $1); 2024-08-29 09:25:15.763 | split($1, a, "|"); 2024-08-29 09:25:15.763 | if (a[1] == matchgroup) 2024-08-29 09:25:15.763 | print a[2] 2024-08-29 09:25:15.763 | } 2024-08-29 09:25:15.763 | ' /opt/stack/devstack/local.conf 2024-08-29 09:25:15.767 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 09:25:15.769 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 09:25:15.772 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 09:25:15.774 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-08-29 09:25:15.777 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-08-29 09:25:15.779 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-08-29 09:25:15.781 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-08-29 09:25:15.784 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-08-29 09:25:15.788 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-08-29 09:25:15.790 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-08-29 09:25:15.793 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-29 09:25:15.795 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:15.797 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 09:25:15.799 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-08-29 09:25:15.801 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 09:25:15.804 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-08-29 09:25:15.806 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-08-29 09:25:15.809 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-08-29 09:25:15.812 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-08-29 09:25:15.815 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-29 09:25:15.816 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:15.816 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-08-29 09:25:15.816 | BEGIN { 2024-08-29 09:25:15.816 | section = "" 2024-08-29 09:25:15.816 | last_section = "" 2024-08-29 09:25:15.816 | section_count = 0 2024-08-29 09:25:15.816 | } 2024-08-29 09:25:15.816 | /^\[.+\]/ { 2024-08-29 09:25:15.816 | gsub("[][]", "", $1); 2024-08-29 09:25:15.816 | section=$1 2024-08-29 09:25:15.816 | next 2024-08-29 09:25:15.816 | } 2024-08-29 09:25:15.816 | /^ *\#/ { 2024-08-29 09:25:15.816 | next 2024-08-29 09:25:15.816 | } 2024-08-29 09:25:15.816 | /^[^ \t]+/ { 2024-08-29 09:25:15.816 | # get offset of first = in $0 2024-08-29 09:25:15.816 | eq_idx = index($0, "=") 2024-08-29 09:25:15.816 | # extract attr & value from $0 2024-08-29 09:25:15.816 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 09:25:15.816 | value = substr($0, eq_idx + 1) 2024-08-29 09:25:15.816 | # only need to strip trailing whitespace from attr 2024-08-29 09:25:15.816 | sub(/[ \t]*$/, "", attr) 2024-08-29 09:25:15.816 | # need to strip leading & trailing whitespace from value 2024-08-29 09:25:15.816 | sub(/^[ \t]*/, "", value) 2024-08-29 09:25:15.816 | sub(/[ \t]*$/, "", value) 2024-08-29 09:25:15.816 | 2024-08-29 09:25:15.816 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 09:25:15.816 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 09:25:15.817 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 09:25:15.817 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 09:25:15.817 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 09:25:15.817 | if (section != last_section) { 2024-08-29 09:25:15.817 | cfg_section[section_count++] = section 2024-08-29 09:25:15.817 | last_section = section 2024-08-29 09:25:15.817 | } 2024-08-29 09:25:15.817 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 09:25:15.817 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 09:25:15.817 | 2024-08-29 09:25:15.817 | cfg_attr[section, attr, 0] = value 2024-08-29 09:25:15.817 | cfg_attr_count[section, attr] = 1 2024-08-29 09:25:15.817 | } else { 2024-08-29 09:25:15.817 | lno = cfg_attr_count[section, attr]++ 2024-08-29 09:25:15.817 | cfg_attr[section, attr, lno] = value 2024-08-29 09:25:15.817 | } 2024-08-29 09:25:15.817 | } 2024-08-29 09:25:15.817 | END { 2024-08-29 09:25:15.817 | # Process each section in order 2024-08-29 09:25:15.817 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 09:25:15.817 | section = cfg_section[sno] 2024-08-29 09:25:15.817 | # The ini routines simply append a config item immediately 2024-08-29 09:25:15.817 | # after the section header. To keep the same order as defined 2024-08-29 09:25:15.817 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 09:25:15.817 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 09:25:15.817 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 09:25:15.817 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 09:25:15.817 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 09:25:15.817 | else { 2024-08-29 09:25:15.817 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 09:25:15.817 | count = cfg_attr_count[section, attr] 2024-08-29 09:25:15.817 | print "inidelete " configfile " " section " " attr 2024-08-29 09:25:15.817 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 09:25:15.817 | for (l = count -2; l >= 0; l--) 2024-08-29 09:25:15.817 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 09:25:15.817 | } 2024-08-29 09:25:15.817 | } 2024-08-29 09:25:15.817 | } 2024-08-29 09:25:15.817 | } 2024-08-29 09:25:15.817 | ' 2024-08-29 09:25:15.817 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:15.818 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 09:25:15.820 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 09:25:15.822 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-08-29 09:25:15.824 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:25:15.826 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-08-29 09:25:15.828 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-08-29 09:25:15.828 | BEGIN { group = "" } 2024-08-29 09:25:15.828 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:25:15.828 | gsub("[][]", "", $1); 2024-08-29 09:25:15.828 | split($1, a, "|"); 2024-08-29 09:25:15.828 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 09:25:15.828 | group=a[1] 2024-08-29 09:25:15.828 | } else { 2024-08-29 09:25:15.828 | group="" 2024-08-29 09:25:15.828 | } 2024-08-29 09:25:15.828 | next 2024-08-29 09:25:15.828 | } 2024-08-29 09:25:15.828 | { 2024-08-29 09:25:15.828 | if (group != "") 2024-08-29 09:25:15.828 | print $0 2024-08-29 09:25:15.828 | } 2024-08-29 09:25:15.828 | ' /opt/stack/devstack/local.conf 2024-08-29 09:25:15.833 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-08-29 09:25:15.835 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-29 09:25:15.860 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:15.863 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 09:25:15.865 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 09:25:15.868 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 09:25:15.871 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-08-29 09:25:15.873 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-08-29 09:25:15.876 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-08-29 09:25:15.878 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-08-29 09:25:15.881 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-08-29 09:25:15.885 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-08-29 09:25:15.887 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-08-29 09:25:15.890 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-29 09:25:15.892 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:15.894 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 09:25:15.896 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-08-29 09:25:15.898 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 09:25:15.902 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-08-29 09:25:15.904 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-08-29 09:25:15.907 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-08-29 09:25:15.909 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-08-29 09:25:15.912 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-29 09:25:15.912 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:15.913 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-08-29 09:25:15.913 | BEGIN { 2024-08-29 09:25:15.913 | section = "" 2024-08-29 09:25:15.913 | last_section = "" 2024-08-29 09:25:15.913 | section_count = 0 2024-08-29 09:25:15.913 | } 2024-08-29 09:25:15.913 | /^\[.+\]/ { 2024-08-29 09:25:15.913 | gsub("[][]", "", $1); 2024-08-29 09:25:15.913 | section=$1 2024-08-29 09:25:15.913 | next 2024-08-29 09:25:15.913 | } 2024-08-29 09:25:15.913 | /^ *\#/ { 2024-08-29 09:25:15.913 | next 2024-08-29 09:25:15.913 | } 2024-08-29 09:25:15.913 | /^[^ \t]+/ { 2024-08-29 09:25:15.913 | # get offset of first = in $0 2024-08-29 09:25:15.913 | eq_idx = index($0, "=") 2024-08-29 09:25:15.913 | # extract attr & value from $0 2024-08-29 09:25:15.913 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 09:25:15.913 | value = substr($0, eq_idx + 1) 2024-08-29 09:25:15.913 | # only need to strip trailing whitespace from attr 2024-08-29 09:25:15.913 | sub(/[ \t]*$/, "", attr) 2024-08-29 09:25:15.913 | # need to strip leading & trailing whitespace from value 2024-08-29 09:25:15.913 | sub(/^[ \t]*/, "", value) 2024-08-29 09:25:15.913 | sub(/[ \t]*$/, "", value) 2024-08-29 09:25:15.913 | 2024-08-29 09:25:15.913 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 09:25:15.913 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 09:25:15.913 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 09:25:15.913 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 09:25:15.913 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 09:25:15.914 | if (section != last_section) { 2024-08-29 09:25:15.914 | cfg_section[section_count++] = section 2024-08-29 09:25:15.914 | last_section = section 2024-08-29 09:25:15.914 | } 2024-08-29 09:25:15.914 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 09:25:15.914 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 09:25:15.914 | 2024-08-29 09:25:15.914 | cfg_attr[section, attr, 0] = value 2024-08-29 09:25:15.914 | cfg_attr_count[section, attr] = 1 2024-08-29 09:25:15.914 | } else { 2024-08-29 09:25:15.914 | lno = cfg_attr_count[section, attr]++ 2024-08-29 09:25:15.914 | cfg_attr[section, attr, lno] = value 2024-08-29 09:25:15.914 | } 2024-08-29 09:25:15.914 | } 2024-08-29 09:25:15.914 | END { 2024-08-29 09:25:15.914 | # Process each section in order 2024-08-29 09:25:15.914 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 09:25:15.914 | section = cfg_section[sno] 2024-08-29 09:25:15.914 | # The ini routines simply append a config item immediately 2024-08-29 09:25:15.914 | # after the section header. To keep the same order as defined 2024-08-29 09:25:15.914 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 09:25:15.914 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 09:25:15.914 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 09:25:15.914 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 09:25:15.914 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 09:25:15.914 | else { 2024-08-29 09:25:15.914 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 09:25:15.914 | count = cfg_attr_count[section, attr] 2024-08-29 09:25:15.914 | print "inidelete " configfile " " section " " attr 2024-08-29 09:25:15.914 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 09:25:15.914 | for (l = count -2; l >= 0; l--) 2024-08-29 09:25:15.914 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 09:25:15.914 | } 2024-08-29 09:25:15.914 | } 2024-08-29 09:25:15.914 | } 2024-08-29 09:25:15.914 | } 2024-08-29 09:25:15.914 | ' 2024-08-29 09:25:15.914 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:15.915 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 09:25:15.917 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 09:25:15.919 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-08-29 09:25:15.921 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:25:15.923 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-08-29 09:25:15.926 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-08-29 09:25:15.926 | BEGIN { group = "" } 2024-08-29 09:25:15.926 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:25:15.926 | gsub("[][]", "", $1); 2024-08-29 09:25:15.926 | split($1, a, "|"); 2024-08-29 09:25:15.926 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 09:25:15.926 | group=a[1] 2024-08-29 09:25:15.926 | } else { 2024-08-29 09:25:15.926 | group="" 2024-08-29 09:25:15.926 | } 2024-08-29 09:25:15.926 | next 2024-08-29 09:25:15.926 | } 2024-08-29 09:25:15.926 | { 2024-08-29 09:25:15.926 | if (group != "") 2024-08-29 09:25:15.926 | print $0 2024-08-29 09:25:15.926 | } 2024-08-29 09:25:15.926 | ' /opt/stack/devstack/local.conf 2024-08-29 09:25:15.931 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-08-29 09:25:15.933 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-08-29 09:25:15.938 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:25:15.957 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:15.958 | [44052 Async configure_neutron_nova:44052]: finished successfully 2024-08-29 09:25:15.960 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 09:25:15.962 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 09:25:15.964 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 09:25:15.967 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-08-29 09:25:15.969 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-08-29 09:25:15.972 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-08-29 09:25:15.974 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-08-29 09:25:15.977 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-08-29 09:25:15.980 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-29 09:25:15.982 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-29 09:25:15.984 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-29 09:25:15.986 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:15.988 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 09:25:15.990 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-08-29 09:25:15.992 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 09:25:15.995 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-08-29 09:25:15.997 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-08-29 09:25:16.000 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-08-29 09:25:16.002 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-08-29 09:25:16.004 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-29 09:25:16.005 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-08-29 09:25:16.005 | BEGIN { 2024-08-29 09:25:16.005 | section = "" 2024-08-29 09:25:16.005 | last_section = "" 2024-08-29 09:25:16.005 | section_count = 0 2024-08-29 09:25:16.005 | } 2024-08-29 09:25:16.005 | /^\[.+\]/ { 2024-08-29 09:25:16.005 | gsub("[][]", "", $1); 2024-08-29 09:25:16.005 | section=$1 2024-08-29 09:25:16.005 | next 2024-08-29 09:25:16.005 | } 2024-08-29 09:25:16.005 | /^ *\#/ { 2024-08-29 09:25:16.005 | next 2024-08-29 09:25:16.005 | } 2024-08-29 09:25:16.005 | /^[^ \t]+/ { 2024-08-29 09:25:16.005 | # get offset of first = in $0 2024-08-29 09:25:16.005 | eq_idx = index($0, "=") 2024-08-29 09:25:16.005 | # extract attr & value from $0 2024-08-29 09:25:16.005 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 09:25:16.005 | value = substr($0, eq_idx + 1) 2024-08-29 09:25:16.005 | # only need to strip trailing whitespace from attr 2024-08-29 09:25:16.005 | sub(/[ \t]*$/, "", attr) 2024-08-29 09:25:16.005 | # need to strip leading & trailing whitespace from value 2024-08-29 09:25:16.005 | sub(/^[ \t]*/, "", value) 2024-08-29 09:25:16.005 | sub(/[ \t]*$/, "", value) 2024-08-29 09:25:16.005 | 2024-08-29 09:25:16.005 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 09:25:16.005 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 09:25:16.005 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 09:25:16.005 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 09:25:16.005 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 09:25:16.005 | if (section != last_section) { 2024-08-29 09:25:16.005 | cfg_section[section_count++] = section 2024-08-29 09:25:16.006 | last_section = section 2024-08-29 09:25:16.006 | } 2024-08-29 09:25:16.006 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 09:25:16.006 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 09:25:16.006 | 2024-08-29 09:25:16.006 | cfg_attr[section, attr, 0] = value 2024-08-29 09:25:16.006 | cfg_attr_count[section, attr] = 1 2024-08-29 09:25:16.006 | } else { 2024-08-29 09:25:16.006 | lno = cfg_attr_count[section, attr]++ 2024-08-29 09:25:16.006 | cfg_attr[section, attr, lno] = value 2024-08-29 09:25:16.006 | } 2024-08-29 09:25:16.006 | } 2024-08-29 09:25:16.006 | END { 2024-08-29 09:25:16.006 | # Process each section in order 2024-08-29 09:25:16.006 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 09:25:16.006 | section = cfg_section[sno] 2024-08-29 09:25:16.006 | # The ini routines simply append a config item immediately 2024-08-29 09:25:16.006 | # after the section header. To keep the same order as defined 2024-08-29 09:25:16.006 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 09:25:16.006 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 09:25:16.006 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 09:25:16.006 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 09:25:16.006 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 09:25:16.006 | else { 2024-08-29 09:25:16.006 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 09:25:16.006 | count = cfg_attr_count[section, attr] 2024-08-29 09:25:16.006 | print "inidelete " configfile " " section " " attr 2024-08-29 09:25:16.006 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 09:25:16.006 | for (l = count -2; l >= 0; l--) 2024-08-29 09:25:16.006 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 09:25:16.006 | } 2024-08-29 09:25:16.006 | } 2024-08-29 09:25:16.006 | } 2024-08-29 09:25:16.006 | } 2024-08-29 09:25:16.006 | ' 2024-08-29 09:25:16.006 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.007 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 09:25:16.007 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:16.009 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 09:25:16.011 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-08-29 09:25:16.013 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:25:16.015 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-08-29 09:25:16.017 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-08-29 09:25:16.017 | BEGIN { group = "" } 2024-08-29 09:25:16.017 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:25:16.017 | gsub("[][]", "", $1); 2024-08-29 09:25:16.017 | split($1, a, "|"); 2024-08-29 09:25:16.017 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 09:25:16.018 | group=a[1] 2024-08-29 09:25:16.018 | } else { 2024-08-29 09:25:16.018 | group="" 2024-08-29 09:25:16.018 | } 2024-08-29 09:25:16.018 | next 2024-08-29 09:25:16.018 | } 2024-08-29 09:25:16.018 | { 2024-08-29 09:25:16.018 | if (group != "") 2024-08-29 09:25:16.018 | print $0 2024-08-29 09:25:16.018 | } 2024-08-29 09:25:16.018 | ' /opt/stack/devstack/local.conf 2024-08-29 09:25:16.022 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-08-29 09:25:16.024 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-08-29 09:25:16.050 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.052 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-08-29 09:25:16.054 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-08-29 09:25:16.080 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.083 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 09:25:16.085 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 09:25:16.087 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 09:25:16.090 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-08-29 09:25:16.091 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:25:16.094 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:25:16.096 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-08-29 09:25:16.099 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:25:16.103 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-08-29 09:25:16.104 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-08-29 09:25:16.107 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-29 09:25:16.109 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:16.111 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 09:25:16.114 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-29 09:25:16.116 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 09:25:16.118 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-08-29 09:25:16.121 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:25:16.123 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-29 09:25:16.126 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-08-29 09:25:16.129 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-29 09:25:16.129 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-29 09:25:16.129 | BEGIN { 2024-08-29 09:25:16.129 | section = "" 2024-08-29 09:25:16.129 | last_section = "" 2024-08-29 09:25:16.129 | section_count = 0 2024-08-29 09:25:16.129 | } 2024-08-29 09:25:16.129 | /^\[.+\]/ { 2024-08-29 09:25:16.129 | gsub("[][]", "", $1); 2024-08-29 09:25:16.129 | section=$1 2024-08-29 09:25:16.129 | next 2024-08-29 09:25:16.129 | } 2024-08-29 09:25:16.129 | /^ *\#/ { 2024-08-29 09:25:16.129 | next 2024-08-29 09:25:16.129 | } 2024-08-29 09:25:16.129 | /^[^ \t]+/ { 2024-08-29 09:25:16.129 | # get offset of first = in $0 2024-08-29 09:25:16.129 | eq_idx = index($0, "=") 2024-08-29 09:25:16.129 | # extract attr & value from $0 2024-08-29 09:25:16.129 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 09:25:16.129 | value = substr($0, eq_idx + 1) 2024-08-29 09:25:16.129 | # only need to strip trailing whitespace from attr 2024-08-29 09:25:16.129 | sub(/[ \t]*$/, "", attr) 2024-08-29 09:25:16.129 | # need to strip leading & trailing whitespace from value 2024-08-29 09:25:16.129 | sub(/^[ \t]*/, "", value) 2024-08-29 09:25:16.129 | sub(/[ \t]*$/, "", value) 2024-08-29 09:25:16.129 | 2024-08-29 09:25:16.129 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 09:25:16.129 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 09:25:16.129 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 09:25:16.129 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 09:25:16.129 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 09:25:16.129 | if (section != last_section) { 2024-08-29 09:25:16.129 | cfg_section[section_count++] = section 2024-08-29 09:25:16.129 | last_section = section 2024-08-29 09:25:16.129 | } 2024-08-29 09:25:16.129 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 09:25:16.129 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 09:25:16.129 | 2024-08-29 09:25:16.129 | cfg_attr[section, attr, 0] = value 2024-08-29 09:25:16.129 | cfg_attr_count[section, attr] = 1 2024-08-29 09:25:16.129 | } else { 2024-08-29 09:25:16.129 | lno = cfg_attr_count[section, attr]++ 2024-08-29 09:25:16.129 | cfg_attr[section, attr, lno] = value 2024-08-29 09:25:16.129 | } 2024-08-29 09:25:16.129 | } 2024-08-29 09:25:16.129 | END { 2024-08-29 09:25:16.129 | # Process each section in order 2024-08-29 09:25:16.129 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 09:25:16.129 | section = cfg_section[sno] 2024-08-29 09:25:16.129 | # The ini routines simply append a config item immediately 2024-08-29 09:25:16.129 | # after the section header. To keep the same order as defined 2024-08-29 09:25:16.129 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 09:25:16.129 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 09:25:16.129 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 09:25:16.129 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 09:25:16.129 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 09:25:16.130 | else { 2024-08-29 09:25:16.130 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 09:25:16.130 | count = cfg_attr_count[section, attr] 2024-08-29 09:25:16.130 | print "inidelete " configfile " " section " " attr 2024-08-29 09:25:16.130 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 09:25:16.130 | for (l = count -2; l >= 0; l--) 2024-08-29 09:25:16.130 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 09:25:16.130 | } 2024-08-29 09:25:16.130 | } 2024-08-29 09:25:16.130 | } 2024-08-29 09:25:16.130 | } 2024-08-29 09:25:16.130 | ' 2024-08-29 09:25:16.130 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.131 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 09:25:16.132 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:16.134 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 09:25:16.136 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-29 09:25:16.139 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:25:16.141 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-08-29 09:25:16.144 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-29 09:25:16.144 | BEGIN { group = "" } 2024-08-29 09:25:16.144 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:25:16.144 | gsub("[][]", "", $1); 2024-08-29 09:25:16.144 | split($1, a, "|"); 2024-08-29 09:25:16.144 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 09:25:16.144 | group=a[1] 2024-08-29 09:25:16.144 | } else { 2024-08-29 09:25:16.144 | group="" 2024-08-29 09:25:16.144 | } 2024-08-29 09:25:16.144 | next 2024-08-29 09:25:16.144 | } 2024-08-29 09:25:16.144 | { 2024-08-29 09:25:16.144 | if (group != "") 2024-08-29 09:25:16.144 | print $0 2024-08-29 09:25:16.144 | } 2024-08-29 09:25:16.144 | ' /opt/stack/devstack/local.conf 2024-08-29 09:25:16.149 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-08-29 09:25:16.151 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-08-29 09:25:16.178 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.180 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-08-29 09:25:16.182 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-29 09:25:16.209 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.212 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-08-29 09:25:16.214 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-29 09:25:16.241 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.244 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-08-29 09:25:16.246 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-08-29 09:25:16.274 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.276 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-08-29 09:25:16.278 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-08-29 09:25:16.304 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.306 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-08-29 09:25:16.308 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-08-29 09:25:16.333 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.335 | + 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 09:25:16.337 | ++ 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 09:25:16.363 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.365 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-08-29 09:25:16.367 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-08-29 09:25:16.392 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.394 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-08-29 09:25:16.397 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-29 09:25:16.422 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.425 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-29 09:25:16.427 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-29 09:25:16.429 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-29 09:25:16.432 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-08-29 09:25:16.434 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-08-29 09:25:16.436 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-08-29 09:25:16.439 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-29 09:25:16.441 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-08-29 09:25:16.445 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-29 09:25:16.447 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-29 09:25:16.449 | + 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 09:25:16.451 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:16.453 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 09:25:16.455 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 09:25:16.457 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 09:25:16.460 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-08-29 09:25:16.462 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-08-29 09:25:16.464 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 09:25:16.466 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-08-29 09:25:16.469 | + 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 09:25:16.470 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-29 09:25:16.470 | BEGIN { 2024-08-29 09:25:16.470 | section = "" 2024-08-29 09:25:16.470 | last_section = "" 2024-08-29 09:25:16.470 | section_count = 0 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | /^\[.+\]/ { 2024-08-29 09:25:16.470 | gsub("[][]", "", $1); 2024-08-29 09:25:16.470 | section=$1 2024-08-29 09:25:16.470 | next 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | /^ *\#/ { 2024-08-29 09:25:16.470 | next 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | /^[^ \t]+/ { 2024-08-29 09:25:16.470 | # get offset of first = in $0 2024-08-29 09:25:16.470 | eq_idx = index($0, "=") 2024-08-29 09:25:16.470 | # extract attr & value from $0 2024-08-29 09:25:16.470 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 09:25:16.470 | value = substr($0, eq_idx + 1) 2024-08-29 09:25:16.470 | # only need to strip trailing whitespace from attr 2024-08-29 09:25:16.470 | sub(/[ \t]*$/, "", attr) 2024-08-29 09:25:16.470 | # need to strip leading & trailing whitespace from value 2024-08-29 09:25:16.470 | sub(/^[ \t]*/, "", value) 2024-08-29 09:25:16.470 | sub(/[ \t]*$/, "", value) 2024-08-29 09:25:16.470 | 2024-08-29 09:25:16.470 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 09:25:16.470 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 09:25:16.470 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 09:25:16.470 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 09:25:16.470 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 09:25:16.470 | if (section != last_section) { 2024-08-29 09:25:16.470 | cfg_section[section_count++] = section 2024-08-29 09:25:16.470 | last_section = section 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 09:25:16.470 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 09:25:16.470 | 2024-08-29 09:25:16.470 | cfg_attr[section, attr, 0] = value 2024-08-29 09:25:16.470 | cfg_attr_count[section, attr] = 1 2024-08-29 09:25:16.470 | } else { 2024-08-29 09:25:16.470 | lno = cfg_attr_count[section, attr]++ 2024-08-29 09:25:16.470 | cfg_attr[section, attr, lno] = value 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | END { 2024-08-29 09:25:16.470 | # Process each section in order 2024-08-29 09:25:16.470 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 09:25:16.470 | section = cfg_section[sno] 2024-08-29 09:25:16.470 | # The ini routines simply append a config item immediately 2024-08-29 09:25:16.470 | # after the section header. To keep the same order as defined 2024-08-29 09:25:16.470 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 09:25:16.470 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 09:25:16.470 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 09:25:16.470 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 09:25:16.470 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 09:25:16.470 | else { 2024-08-29 09:25:16.470 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 09:25:16.470 | count = cfg_attr_count[section, attr] 2024-08-29 09:25:16.470 | print "inidelete " configfile " " section " " attr 2024-08-29 09:25:16.470 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 09:25:16.470 | for (l = count -2; l >= 0; l--) 2024-08-29 09:25:16.470 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | } 2024-08-29 09:25:16.470 | ' 2024-08-29 09:25:16.470 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.472 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:16.472 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 09:25:16.474 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 09:25:16.476 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-29 09:25:16.478 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:25:16.480 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-29 09:25:16.482 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-29 09:25:16.482 | BEGIN { group = "" } 2024-08-29 09:25:16.482 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:25:16.482 | gsub("[][]", "", $1); 2024-08-29 09:25:16.482 | split($1, a, "|"); 2024-08-29 09:25:16.482 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 09:25:16.482 | group=a[1] 2024-08-29 09:25:16.482 | } else { 2024-08-29 09:25:16.482 | group="" 2024-08-29 09:25:16.482 | } 2024-08-29 09:25:16.482 | next 2024-08-29 09:25:16.482 | } 2024-08-29 09:25:16.482 | { 2024-08-29 09:25:16.482 | if (group != "") 2024-08-29 09:25:16.482 | print $0 2024-08-29 09:25:16.482 | } 2024-08-29 09:25:16.482 | ' /opt/stack/devstack/local.conf 2024-08-29 09:25:16.487 | + 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 09:25:16.489 | ++ 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 09:25:16.513 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.515 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-08-29 09:25:16.517 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-29 09:25:16.543 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.545 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-08-29 09:25:16.547 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-08-29 09:25:16.573 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:16.575 | + stack.sh:main:1255 : is_service_enabled swift 2024-08-29 09:25:16.590 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:16.592 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 09:25:16.594 | + stack.sh:main:1264 : is_service_enabled cinder 2024-08-29 09:25:16.608 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:16.610 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 09:25:16.636 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2024-08-29 09:25:16.673 | [4304 Async configure_neutron_nova:44052]: Waiting for completion of configure_neutron_nova running on PID 44052 (2 other jobs running) 2024-08-29 09:25:16.690 | [4304 Async configure_neutron_nova:44052]: Signaling child to exit 2024-08-29 09:25:16.691 | WAKEUP 2024-08-29 09:25:16.706 | [4304 Async configure_neutron_nova:44052]: Signaled 2024-08-29 09:25:16.707 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-08-29 09:25:16.707 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-08-29 09:25:16.707 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-08-29 09:25:16.707 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:16.707 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-29 09:25:16.708 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-08-29 09:25:16.708 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-08-29 09:25:16.708 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-08-29 09:25:16.738 | [4304 Async configure_neutron_nova:44052]: finished configure_neutron_nova with result 0 in 0 seconds 2024-08-29 09:25:16.741 | + inc/async:async_wait:197 : return 0 2024-08-29 09:25:16.744 | + stack.sh:main:1274 : is_service_enabled nova 2024-08-29 09:25:16.758 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:16.760 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 09:25:16.785 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-29 09:25:16.811 | + stack.sh:main:1280 : is_service_enabled n-api 2024-08-29 09:25:16.825 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:16.827 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2024-08-29 09:25:16.829 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:25:16.831 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2024-08-29 09:25:16.833 | + stack.sh:main:1282 : start_nova_api 2024-08-29 09:25:16.835 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-08-29 09:25:16.837 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-08-29 09:25:16.839 | + lib/nova:start_nova_api:972 : local nova_url 2024-08-29 09:25:16.842 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-08-29 09:25:16.855 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:16.857 | + 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 09:25:16.859 | + 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 09:25:16.861 | + 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 09:25:16.863 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-08-29 09:25:16.866 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-08-29 09:25:16.869 | + 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 09:25:16.872 | + functions-common:run_process:1689 : local service=n-api 2024-08-29 09:25:16.874 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-29 09:25:16.876 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:16.878 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:16.880 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:16.883 | + functions-common:run_process:1695 : local name=n-api 2024-08-29 09:25:16.885 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:16.887 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:16.889 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:16.892 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:16.895 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:16.898 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923516895 2024-08-29 09:25:16.900 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-08-29 09:25:16.913 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:16.915 | + 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 09:25:16.917 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-08-29 09:25:16.919 | + 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 09:25:16.922 | + 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 09:25:16.924 | + 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 09:25:16.926 | + 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 09:25:16.928 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-08-29 09:25:16.930 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-08-29 09:25:16.932 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-08-29 09:25:16.934 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:16.937 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:16.939 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:16.941 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:16.943 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-08-29 09:25:16.945 | + 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 09:25:16.947 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-08-29 09:25:16.949 | + 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 09:25:16.951 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 09:25:16.953 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 09:25:16.954 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 09:25:16.956 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-08-29 09:25:16.958 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 09:25:16.961 | + 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 09:25:17.009 | + 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 09:25:17.057 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-08-29 09:25:17.097 | + 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 09:25:17.139 | + 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 09:25:17.180 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-08-29 09:25:17.222 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-08-29 09:25:17.264 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-08-29 09:25:17.306 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-08-29 09:25:17.348 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-08-29 09:25:17.389 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 09:25:17.391 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 09:25:17.393 | + 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 09:25:17.441 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 09:25:17.680 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-08-29 09:25:17.689 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-08-29 09:25:17.925 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-08-29 09:25:17.969 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:17.971 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:17.974 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:17.976 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:17.978 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:17.979 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:17.982 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:17.984 | + functions-common:time_stop:2442 : start_time=1724923516895 2024-08-29 09:25:17.986 | + functions-common:time_stop:2444 : [[ -z 1724923516895 ]] 2024-08-29 09:25:17.988 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:17.992 | + functions-common:time_stop:2447 : end_time=1724923517990 2024-08-29 09:25:17.994 | + functions-common:time_stop:2448 : elapsed_time=1095 2024-08-29 09:25:17.996 | + functions-common:time_stop:2449 : total=1200 2024-08-29 09:25:17.998 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:18.000 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2295 2024-08-29 09:25:18.002 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-08-29 09:25:18.004 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-08-29 09:25:18.004 | Waiting for nova-api to start... 2024-08-29 09:25:18.007 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-08-29 09:25:18.008 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 09:25:18.010 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-08-29 09:25:18.012 | + functions:wait_for_service:470 : local rval=0 2024-08-29 09:25:18.014 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 09:25:18.016 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 09:25:18.018 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:18.020 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:18.023 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:18.026 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923518024 2024-08-29 09:25:18.028 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 09:25:18.032 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-08-29 09:25:20.712 | + :: : [[ 200 == 503 ]] 2024-08-29 09:25:20.713 | + :: : [[ 0 -eq 7 ]] 2024-08-29 09:25:20.716 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 09:25:20.718 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:20.720 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:20.722 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:20.724 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:20.726 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:20.728 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 09:25:20.730 | + functions-common:time_stop:2442 : start_time=1724923518024 2024-08-29 09:25:20.732 | + functions-common:time_stop:2444 : [[ -z 1724923518024 ]] 2024-08-29 09:25:20.735 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:20.738 | + functions-common:time_stop:2447 : end_time=1724923520736 2024-08-29 09:25:20.740 | + functions-common:time_stop:2448 : elapsed_time=2712 2024-08-29 09:25:20.742 | + functions-common:time_stop:2449 : total=2387 2024-08-29 09:25:20.744 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:20.746 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5099 2024-08-29 09:25:20.748 | + functions:wait_for_service:478 : return 0 2024-08-29 09:25:20.750 | + 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 09:25:20.752 | + 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 09:25:20.754 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2024-08-29 09:25:20.768 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:20.770 | + stack.sh:main:1290 : is_service_enabled neutron-api 2024-08-29 09:25:20.783 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:20.786 | + stack.sh:main:1293 : is_service_enabled q-svc 2024-08-29 09:25:20.799 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:20.801 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2024-08-29 09:25:20.803 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:25:20.805 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2024-08-29 09:25:20.807 | + stack.sh:main:1295 : configure_neutron_after_post_config 2024-08-29 09:25:20.810 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-08-29 09:25:20.812 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-08-29 09:25:20.837 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-08-29 09:25:20.839 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-08-29 09:25:20.841 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-08-29 09:25:20.843 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-08-29 09:25:20.870 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-08-29 09:25:20.897 | + stack.sh:main:1296 : start_neutron_service_and_check 2024-08-29 09:25:20.899 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-08-29 09:25:20.901 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-08-29 09:25:20.903 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-08-29 09:25:20.905 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-08-29 09:25:20.908 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-08-29 09:25:20.910 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-29 09:25:20.912 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-29 09:25:20.915 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-08-29 09:25:20.917 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-08-29 09:25:20.919 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-08-29 09:25:20.921 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-08-29 09:25:20.923 | +++ 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 09:25:20.925 | +++ 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 09:25:20.928 | ++ 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 09:25:20.930 | ++ 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 09:25:20.932 | ++ 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 09:25:20.935 | + 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 09:25:20.937 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-08-29 09:25:20.952 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:20.955 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-08-29 09:25:20.957 | + 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 09:25:20.959 | + functions-common:run_process:1689 : local service=q-svc 2024-08-29 09:25:20.961 | + 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 09:25:20.963 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:20.966 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:20.968 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:20.970 | + functions-common:run_process:1695 : local name=q-svc 2024-08-29 09:25:20.972 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:20.974 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:20.976 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:20.978 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:20.981 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:20.984 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923520982 2024-08-29 09:25:20.986 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-08-29 09:25:21.000 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:21.002 | + 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 09:25:21.004 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-08-29 09:25:21.006 | + 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 09:25:21.008 | + 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 09:25:21.010 | + 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 09:25:21.012 | + 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 09:25:21.014 | + 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 09:25:21.016 | + 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 09:25:21.018 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-08-29 09:25:21.020 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:21.022 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:21.024 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:21.026 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:21.028 | + 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 09:25:21.030 | + 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 09:25:21.032 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-08-29 09:25:21.034 | + 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 09:25:21.036 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:25:21.037 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:25:21.039 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:25:21.041 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:25:21.043 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:25:21.045 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-08-29 09:25:21.046 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:25:21.049 | + 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 09:25:21.098 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-08-29 09:25:21.146 | + 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 09:25:21.187 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-08-29 09:25:21.228 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-08-29 09:25:21.270 | + 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 09:25:21.313 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:25:21.315 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:25:21.317 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-08-29 09:25:21.365 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:25:21.591 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-08-29 09:25:21.600 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-08-29 09:25:21.840 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-08-29 09:25:21.862 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:21.864 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:21.866 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:21.868 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:21.871 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:21.873 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:21.875 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:21.877 | + functions-common:time_stop:2442 : start_time=1724923520982 2024-08-29 09:25:21.879 | + functions-common:time_stop:2444 : [[ -z 1724923520982 ]] 2024-08-29 09:25:21.882 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:21.885 | + functions-common:time_stop:2447 : end_time=1724923521883 2024-08-29 09:25:21.887 | + functions-common:time_stop:2448 : elapsed_time=901 2024-08-29 09:25:21.889 | + functions-common:time_stop:2449 : total=2295 2024-08-29 09:25:21.891 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:21.893 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3196 2024-08-29 09:25:21.895 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-08-29 09:25:21.897 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-08-29 09:25:21.911 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:21.914 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-08-29 09:25:21.916 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-08-29 09:25:21.918 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-08-29 09:25:21.918 | Waiting for Neutron to start... 2024-08-29 09:25:21.920 | + 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 09:25:21.922 | + 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 09:25:21.924 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-29 09:25:21.926 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-08-29 09:25:21.928 | + functions-common:test_with_retry:2375 : local until=60 2024-08-29 09:25:21.931 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-29 09:25:21.933 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-29 09:25:21.935 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-29 09:25:21.937 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:21.939 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:21.942 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:21.945 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923521943 2024-08-29 09:25:21.947 | + 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 09:25:24.985 | {"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 09:25:24.988 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:24.990 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:24.992 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:24.994 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:24.997 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:24.999 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-29 09:25:25.001 | + functions-common:time_stop:2442 : start_time=1724923521943 2024-08-29 09:25:25.003 | + functions-common:time_stop:2444 : [[ -z 1724923521943 ]] 2024-08-29 09:25:25.006 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:25.009 | + functions-common:time_stop:2447 : end_time=1724923525006 2024-08-29 09:25:25.011 | + functions-common:time_stop:2448 : elapsed_time=3063 2024-08-29 09:25:25.013 | + functions-common:time_stop:2449 : total=0 2024-08-29 09:25:25.015 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:25.017 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3063 2024-08-29 09:25:25.019 | + stack.sh:main:1301 : is_service_enabled placement 2024-08-29 09:25:25.034 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:25.036 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2024-08-29 09:25:25.038 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:25:25.040 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2024-08-29 09:25:25.042 | + stack.sh:main:1303 : start_placement 2024-08-29 09:25:25.044 | + lib/placement:start_placement:173 : start_placement_api 2024-08-29 09:25:25.046 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-29 09:25:25.049 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-08-29 09:25:25.052 | + 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 09:25:25.054 | + functions-common:run_process:1689 : local service=placement-api 2024-08-29 09:25:25.056 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 09:25:25.058 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:25.060 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:25.062 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:25.064 | + functions-common:run_process:1695 : local name=placement-api 2024-08-29 09:25:25.066 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:25.068 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:25.070 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:25.072 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:25.075 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:25.079 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923525076 2024-08-29 09:25:25.081 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-08-29 09:25:25.094 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:25.096 | + 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 09:25:25.099 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-08-29 09:25:25.101 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 09:25:25.102 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 09:25:25.104 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 09:25:25.106 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-29 09:25:25.108 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-08-29 09:25:25.111 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-08-29 09:25:25.112 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-08-29 09:25:25.114 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:25.116 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:25.118 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:25.120 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:25.122 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-08-29 09:25:25.125 | + 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 09:25:25.126 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-08-29 09:25:25.128 | + 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 09:25:25.130 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 09:25:25.132 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 09:25:25.134 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 09:25:25.136 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-08-29 09:25:25.137 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 09:25:25.141 | + 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 09:25:25.191 | + 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 09:25:25.238 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-08-29 09:25:25.280 | + 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 09:25:25.322 | + 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 09:25:25.362 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-08-29 09:25:25.403 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-08-29 09:25:25.444 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-08-29 09:25:25.484 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-08-29 09:25:25.525 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-08-29 09:25:25.566 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 09:25:25.568 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 09:25:25.570 | + 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 09:25:25.618 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 09:25:25.864 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-08-29 09:25:25.874 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-08-29 09:25:26.111 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-08-29 09:25:26.164 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:26.166 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:26.168 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:26.169 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:26.172 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:26.174 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:26.176 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:26.178 | + functions-common:time_stop:2442 : start_time=1724923525076 2024-08-29 09:25:26.180 | + functions-common:time_stop:2444 : [[ -z 1724923525076 ]] 2024-08-29 09:25:26.182 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:26.186 | + functions-common:time_stop:2447 : end_time=1724923526184 2024-08-29 09:25:26.188 | + functions-common:time_stop:2448 : elapsed_time=1108 2024-08-29 09:25:26.190 | + functions-common:time_stop:2449 : total=3196 2024-08-29 09:25:26.192 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:26.194 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4304 2024-08-29 09:25:26.196 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-08-29 09:25:26.196 | Waiting for placement-api to start... 2024-08-29 09:25:26.199 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-08-29 09:25:26.200 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 09:25:26.202 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-08-29 09:25:26.204 | + functions:wait_for_service:470 : local rval=0 2024-08-29 09:25:26.206 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 09:25:26.208 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 09:25:26.210 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:26.212 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:26.216 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:26.219 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923526216 2024-08-29 09:25:26.221 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 09:25:26.224 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-08-29 09:25:27.443 | + :: : [[ 200 == 503 ]] 2024-08-29 09:25:27.444 | + :: : [[ 0 -eq 7 ]] 2024-08-29 09:25:27.447 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 09:25:27.449 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:27.451 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:27.454 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:27.456 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:27.458 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:27.460 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 09:25:27.462 | + functions-common:time_stop:2442 : start_time=1724923526216 2024-08-29 09:25:27.464 | + functions-common:time_stop:2444 : [[ -z 1724923526216 ]] 2024-08-29 09:25:27.466 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:27.469 | + functions-common:time_stop:2447 : end_time=1724923527467 2024-08-29 09:25:27.472 | + functions-common:time_stop:2448 : elapsed_time=1251 2024-08-29 09:25:27.474 | + functions-common:time_stop:2449 : total=5099 2024-08-29 09:25:27.476 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:27.478 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6350 2024-08-29 09:25:27.480 | + functions:wait_for_service:478 : return 0 2024-08-29 09:25:27.482 | + stack.sh:main:1306 : is_service_enabled neutron 2024-08-29 09:25:27.495 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:27.497 | + stack.sh:main:1307 : start_neutron 2024-08-29 09:25:27.499 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-08-29 09:25:27.502 | + 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 09:25:27.504 | + functions-common:run_process:1689 : local service=q-agt 2024-08-29 09:25:27.506 | + 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 09:25:27.508 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:27.510 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:27.512 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:27.515 | + functions-common:run_process:1695 : local name=q-agt 2024-08-29 09:25:27.517 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:27.519 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:27.521 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:27.524 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:27.526 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:27.530 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923527528 2024-08-29 09:25:27.532 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-08-29 09:25:27.546 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:27.548 | + 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 09:25:27.550 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-08-29 09:25:27.552 | + 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 09:25:27.554 | + 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 09:25:27.556 | + 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 09:25:27.558 | + 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 09:25:27.560 | + 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 09:25:27.562 | + 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 09:25:27.564 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-08-29 09:25:27.566 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:27.568 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:27.570 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:27.572 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:27.575 | + 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 09:25:27.577 | + 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 09:25:27.579 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-08-29 09:25:27.581 | + 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 09:25:27.583 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:25:27.584 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:25:27.586 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:25:27.588 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:25:27.590 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:25:27.592 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-08-29 09:25:27.594 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:25:27.597 | + 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 09:25:27.646 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-08-29 09:25:27.694 | + 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 09:25:27.735 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-08-29 09:25:27.775 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-08-29 09:25:27.820 | + 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 09:25:27.862 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:25:27.864 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:25:27.866 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-08-29 09:25:27.914 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:25:28.159 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-08-29 09:25:28.168 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-08-29 09:25:28.405 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-08-29 09:25:28.436 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:28.438 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:28.440 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:28.442 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:28.444 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:28.446 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:28.448 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:28.450 | + functions-common:time_stop:2442 : start_time=1724923527528 2024-08-29 09:25:28.452 | + functions-common:time_stop:2444 : [[ -z 1724923527528 ]] 2024-08-29 09:25:28.456 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:28.458 | + functions-common:time_stop:2447 : end_time=1724923528456 2024-08-29 09:25:28.460 | + functions-common:time_stop:2448 : elapsed_time=928 2024-08-29 09:25:28.463 | + functions-common:time_stop:2449 : total=4304 2024-08-29 09:25:28.464 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:28.466 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5232 2024-08-29 09:25:28.469 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-08-29 09:25:28.471 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 09:25:28.473 | + functions-common:is_provider_network:2287 : return 1 2024-08-29 09:25:28.475 | + lib/neutron:start_neutron:620 : start_other_agents 2024-08-29 09:25:28.477 | + 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 09:25:28.479 | + functions-common:run_process:1689 : local service=q-dhcp 2024-08-29 09:25:28.481 | + 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 09:25:28.483 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:28.485 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:28.487 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:28.489 | + functions-common:run_process:1695 : local name=q-dhcp 2024-08-29 09:25:28.491 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:28.493 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:28.495 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:28.497 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:28.500 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:28.503 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923528501 2024-08-29 09:25:28.506 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-08-29 09:25:28.519 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:28.522 | + 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 09:25:28.524 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-08-29 09:25:28.526 | + 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 09:25:28.528 | + 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 09:25:28.530 | + 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 09:25:28.532 | + 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 09:25:28.534 | + 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 09:25:28.536 | + 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 09:25:28.538 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-08-29 09:25:28.540 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:28.542 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:28.544 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:28.547 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:28.549 | + 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 09:25:28.551 | + 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 09:25:28.553 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-08-29 09:25:28.555 | + 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 09:25:28.557 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:25:28.559 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:25:28.561 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:25:28.563 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:25:28.565 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:25:28.567 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-08-29 09:25:28.569 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:25:28.573 | + 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 09:25:28.622 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-08-29 09:25:28.670 | + 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 09:25:28.711 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-08-29 09:25:28.753 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-08-29 09:25:28.795 | + 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 09:25:28.838 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:25:28.840 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:25:28.843 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-08-29 09:25:28.895 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:25:29.139 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-08-29 09:25:29.148 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-08-29 09:25:29.376 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-08-29 09:25:29.405 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:29.407 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:29.409 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:29.412 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:29.414 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:29.416 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:29.418 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:29.420 | + functions-common:time_stop:2442 : start_time=1724923528501 2024-08-29 09:25:29.422 | + functions-common:time_stop:2444 : [[ -z 1724923528501 ]] 2024-08-29 09:25:29.424 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:29.429 | + functions-common:time_stop:2447 : end_time=1724923529426 2024-08-29 09:25:29.431 | + functions-common:time_stop:2448 : elapsed_time=925 2024-08-29 09:25:29.433 | + functions-common:time_stop:2449 : total=5232 2024-08-29 09:25:29.435 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:29.437 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6157 2024-08-29 09:25:29.440 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-08-29 09:25:29.442 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-29 09:25:29.444 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-29 09:25:29.446 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-08-29 09:25:29.449 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 09:25:29.451 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 09:25:29.453 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 09:25:29.455 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-08-29 09:25:29.457 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-29 09:25:29.459 | + 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 09:25:29.461 | + functions-common:run_process:1689 : local service=q-l3 2024-08-29 09:25:29.463 | + 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 09:25:29.465 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:29.467 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:29.469 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:29.471 | + functions-common:run_process:1695 : local name=q-l3 2024-08-29 09:25:29.473 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:29.475 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:29.477 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:29.478 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:29.482 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:29.485 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923529483 2024-08-29 09:25:29.487 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-08-29 09:25:29.501 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:29.503 | + 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 09:25:29.505 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-08-29 09:25:29.507 | + 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 09:25:29.509 | + 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 09:25:29.511 | + 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 09:25:29.513 | + 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 09:25:29.515 | + 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 09:25:29.517 | + 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 09:25:29.519 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-08-29 09:25:29.521 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:29.523 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:29.525 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:29.527 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:29.529 | + 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 09:25:29.531 | + 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 09:25:29.533 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-08-29 09:25:29.535 | + 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 09:25:29.537 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:25:29.539 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:25:29.541 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:25:29.543 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:25:29.545 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:25:29.547 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-08-29 09:25:29.549 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:25:29.552 | + 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 09:25:29.603 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-08-29 09:25:29.653 | + 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 09:25:29.695 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-08-29 09:25:29.737 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-08-29 09:25:29.781 | + 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 09:25:29.825 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:25:29.826 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:25:29.829 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-08-29 09:25:29.882 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:25:30.124 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-08-29 09:25:30.133 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-08-29 09:25:30.377 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-08-29 09:25:30.403 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:30.405 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:30.407 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:30.409 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:30.411 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:30.413 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:30.415 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:30.417 | + functions-common:time_stop:2442 : start_time=1724923529483 2024-08-29 09:25:30.419 | + functions-common:time_stop:2444 : [[ -z 1724923529483 ]] 2024-08-29 09:25:30.422 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:30.425 | + functions-common:time_stop:2447 : end_time=1724923530422 2024-08-29 09:25:30.427 | + functions-common:time_stop:2448 : elapsed_time=939 2024-08-29 09:25:30.429 | + functions-common:time_stop:2449 : total=6157 2024-08-29 09:25:30.431 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:30.433 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7096 2024-08-29 09:25:30.435 | + 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 09:25:30.436 | + functions-common:run_process:1689 : local service=q-meta 2024-08-29 09:25:30.439 | + 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 09:25:30.441 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:30.443 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:30.444 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:30.446 | + functions-common:run_process:1695 : local name=q-meta 2024-08-29 09:25:30.448 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:30.450 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:30.452 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:30.454 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:30.457 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:30.460 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923530458 2024-08-29 09:25:30.462 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-08-29 09:25:30.476 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:30.479 | + 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 09:25:30.480 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-08-29 09:25:30.482 | + 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 09:25:30.484 | + 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 09:25:30.486 | + 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 09:25:30.488 | + 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 09:25:30.490 | + 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 09:25:30.492 | + 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 09:25:30.494 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-08-29 09:25:30.496 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:30.498 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:30.500 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:30.502 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:30.504 | + 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 09:25:30.506 | + 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 09:25:30.508 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-08-29 09:25:30.510 | + 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 09:25:30.512 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:25:30.514 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:25:30.516 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:25:30.518 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:25:30.520 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:25:30.522 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-08-29 09:25:30.524 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:25:30.527 | + 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 09:25:30.578 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-08-29 09:25:30.629 | + 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 09:25:30.670 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-08-29 09:25:30.712 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-08-29 09:25:30.754 | + 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 09:25:30.798 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:25:30.800 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:25:30.802 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-08-29 09:25:30.855 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:25:31.092 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-08-29 09:25:31.102 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-08-29 09:25:31.332 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-08-29 09:25:31.362 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:31.364 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:31.366 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:31.368 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:31.370 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:31.372 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:31.374 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:31.376 | + functions-common:time_stop:2442 : start_time=1724923530458 2024-08-29 09:25:31.378 | + functions-common:time_stop:2444 : [[ -z 1724923530458 ]] 2024-08-29 09:25:31.381 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:31.384 | + functions-common:time_stop:2447 : end_time=1724923531382 2024-08-29 09:25:31.386 | + functions-common:time_stop:2448 : elapsed_time=924 2024-08-29 09:25:31.388 | + functions-common:time_stop:2449 : total=7096 2024-08-29 09:25:31.390 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:31.392 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8020 2024-08-29 09:25:31.394 | + 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 09:25:31.396 | + functions-common:run_process:1689 : local service=q-metering 2024-08-29 09:25:31.398 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-29 09:25:31.400 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:31.402 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:31.404 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:31.406 | + functions-common:run_process:1695 : local name=q-metering 2024-08-29 09:25:31.408 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:31.410 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:31.412 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:31.414 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:31.418 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:31.421 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923531418 2024-08-29 09:25:31.424 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-08-29 09:25:31.437 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:31.439 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:31.441 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:31.444 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:31.446 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:31.448 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:31.450 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:31.452 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:31.453 | + functions-common:time_stop:2442 : start_time=1724923531418 2024-08-29 09:25:31.456 | + functions-common:time_stop:2444 : [[ -z 1724923531418 ]] 2024-08-29 09:25:31.458 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:31.462 | + functions-common:time_stop:2447 : end_time=1724923531459 2024-08-29 09:25:31.464 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-29 09:25:31.466 | + functions-common:time_stop:2449 : total=8020 2024-08-29 09:25:31.468 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:31.470 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8061 2024-08-29 09:25:31.472 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-08-29 09:25:31.486 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:31.487 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2024-08-29 09:25:31.489 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2024-08-29 09:25:31.491 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:25:31.493 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2024-08-29 09:25:31.495 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2024-08-29 09:25:31.497 | + stack.sh:main:1317 : create_neutron_initial_network 2024-08-29 09:25:31.500 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-08-29 09:25:31.502 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-08-29 09:25:31.504 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-29 09:25:31.507 | ++ 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 09:25:33.023 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:33.026 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 09:25:33.026 | address-scope 2024-08-29 09:25:33.026 | router-admin-state-down-before-update 2024-08-29 09:25:33.026 | agent 2024-08-29 09:25:33.026 | agent-resources-synced 2024-08-29 09:25:33.026 | allowed-address-pairs 2024-08-29 09:25:33.026 | auto-allocated-topology 2024-08-29 09:25:33.026 | availability_zone 2024-08-29 09:25:33.026 | availability_zone_filter 2024-08-29 09:25:33.026 | default-subnetpools 2024-08-29 09:25:33.026 | dhcp_agent_scheduler 2024-08-29 09:25:33.026 | dvr 2024-08-29 09:25:33.026 | empty-string-filtering 2024-08-29 09:25:33.026 | external-net 2024-08-29 09:25:33.026 | extra_dhcp_opt 2024-08-29 09:25:33.026 | extraroute 2024-08-29 09:25:33.026 | extraroute-atomic 2024-08-29 09:25:33.026 | filter-validation 2024-08-29 09:25:33.026 | floating-ip-port-forwarding-detail 2024-08-29 09:25:33.026 | fip-port-details 2024-08-29 09:25:33.026 | flavors 2024-08-29 09:25:33.026 | floatingip-pools 2024-08-29 09:25:33.026 | ip-substring-filtering 2024-08-29 09:25:33.026 | router 2024-08-29 09:25:33.026 | ext-gw-mode 2024-08-29 09:25:33.026 | l3-ha 2024-08-29 09:25:33.026 | l3-flavors 2024-08-29 09:25:33.026 | l3-port-ip-change-not-allowed 2024-08-29 09:25:33.026 | l3_agent_scheduler 2024-08-29 09:25:33.026 | multi-provider 2024-08-29 09:25:33.026 | net-mtu 2024-08-29 09:25:33.026 | net-mtu-writable 2024-08-29 09:25:33.026 | network_availability_zone 2024-08-29 09:25:33.026 | network-ip-availability 2024-08-29 09:25:33.026 | pagination 2024-08-29 09:25:33.026 | port-device-profile 2024-08-29 09:25:33.026 | port-mac-override 2024-08-29 09:25:33.026 | port-mac-address-regenerate 2024-08-29 09:25:33.026 | port-numa-affinity-policy 2024-08-29 09:25:33.026 | binding 2024-08-29 09:25:33.026 | binding-extended 2024-08-29 09:25:33.026 | port-security 2024-08-29 09:25:33.026 | project-id 2024-08-29 09:25:33.026 | provider 2024-08-29 09:25:33.026 | quota-check-limit 2024-08-29 09:25:33.026 | quotas 2024-08-29 09:25:33.026 | quota_details 2024-08-29 09:25:33.026 | rbac-policies 2024-08-29 09:25:33.026 | rbac-address-group 2024-08-29 09:25:33.026 | rbac-address-scope 2024-08-29 09:25:33.026 | rbac-security-groups 2024-08-29 09:25:33.026 | rbac-subnetpool 2024-08-29 09:25:33.026 | revision-if-match 2024-08-29 09:25:33.026 | standard-attr-revisions 2024-08-29 09:25:33.026 | router_availability_zone 2024-08-29 09:25:33.026 | security-groups-normalized-cidr 2024-08-29 09:25:33.026 | port-security-groups-filtering 2024-08-29 09:25:33.026 | security-groups-remote-address-group 2024-08-29 09:25:33.026 | security-groups-shared-filtering 2024-08-29 09:25:33.026 | security-group 2024-08-29 09:25:33.026 | service-type 2024-08-29 09:25:33.026 | sorting 2024-08-29 09:25:33.026 | standard-attr-description 2024-08-29 09:25:33.026 | stateful-security-group 2024-08-29 09:25:33.026 | subnet_onboard 2024-08-29 09:25:33.026 | subnet-service-types 2024-08-29 09:25:33.026 | subnet_allocation 2024-08-29 09:25:33.026 | subnetpool-prefix-ops 2024-08-29 09:25:33.026 | standard-attr-tag 2024-08-29 09:25:33.026 | standard-attr-timestamp 2024-08-29 09:25:33.026 | nsxt-ops' 2024-08-29 09:25:33.028 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 09:25:33.028 | address-scope 2024-08-29 09:25:33.028 | router-admin-state-down-before-update 2024-08-29 09:25:33.028 | agent 2024-08-29 09:25:33.028 | agent-resources-synced 2024-08-29 09:25:33.028 | allowed-address-pairs 2024-08-29 09:25:33.028 | auto-allocated-topology 2024-08-29 09:25:33.028 | availability_zone 2024-08-29 09:25:33.028 | availability_zone_filter 2024-08-29 09:25:33.028 | default-subnetpools 2024-08-29 09:25:33.028 | dhcp_agent_scheduler 2024-08-29 09:25:33.028 | dvr 2024-08-29 09:25:33.028 | empty-string-filtering 2024-08-29 09:25:33.028 | external-net 2024-08-29 09:25:33.028 | extra_dhcp_opt 2024-08-29 09:25:33.028 | extraroute 2024-08-29 09:25:33.028 | extraroute-atomic 2024-08-29 09:25:33.028 | filter-validation 2024-08-29 09:25:33.028 | floating-ip-port-forwarding-detail 2024-08-29 09:25:33.028 | fip-port-details 2024-08-29 09:25:33.028 | flavors 2024-08-29 09:25:33.028 | floatingip-pools 2024-08-29 09:25:33.028 | ip-substring-filtering 2024-08-29 09:25:33.028 | router 2024-08-29 09:25:33.028 | ext-gw-mode 2024-08-29 09:25:33.028 | l3-ha 2024-08-29 09:25:33.028 | l3-flavors 2024-08-29 09:25:33.028 | l3-port-ip-change-not-allowed 2024-08-29 09:25:33.028 | l3_agent_scheduler 2024-08-29 09:25:33.028 | multi-provider 2024-08-29 09:25:33.028 | net-mtu 2024-08-29 09:25:33.028 | net-mtu-writable 2024-08-29 09:25:33.028 | network_availability_zone 2024-08-29 09:25:33.028 | network-ip-availability 2024-08-29 09:25:33.028 | pagination 2024-08-29 09:25:33.028 | port-device-profile 2024-08-29 09:25:33.028 | port-mac-override 2024-08-29 09:25:33.028 | port-mac-address-regenerate 2024-08-29 09:25:33.028 | port-numa-affinity-policy 2024-08-29 09:25:33.028 | binding 2024-08-29 09:25:33.028 | binding-extended 2024-08-29 09:25:33.028 | port-security 2024-08-29 09:25:33.028 | project-id 2024-08-29 09:25:33.028 | provider 2024-08-29 09:25:33.028 | quota-check-limit 2024-08-29 09:25:33.029 | quotas 2024-08-29 09:25:33.029 | quota_details 2024-08-29 09:25:33.029 | rbac-policies 2024-08-29 09:25:33.029 | rbac-address-group 2024-08-29 09:25:33.029 | rbac-address-scope 2024-08-29 09:25:33.029 | rbac-security-groups 2024-08-29 09:25:33.029 | rbac-subnetpool 2024-08-29 09:25:33.029 | revision-if-match 2024-08-29 09:25:33.029 | standard-attr-revisions 2024-08-29 09:25:33.029 | router_availability_zone 2024-08-29 09:25:33.029 | security-groups-normalized-cidr 2024-08-29 09:25:33.029 | port-security-groups-filtering 2024-08-29 09:25:33.029 | security-groups-remote-address-group 2024-08-29 09:25:33.029 | security-groups-shared-filtering 2024-08-29 09:25:33.029 | security-group 2024-08-29 09:25:33.029 | service-type 2024-08-29 09:25:33.029 | sorting 2024-08-29 09:25:33.029 | standard-attr-description 2024-08-29 09:25:33.029 | stateful-security-group 2024-08-29 09:25:33.029 | subnet_onboard 2024-08-29 09:25:33.029 | subnet-service-types 2024-08-29 09:25:33.029 | subnet_allocation 2024-08-29 09:25:33.029 | subnetpool-prefix-ops 2024-08-29 09:25:33.029 | standard-attr-tag 2024-08-29 09:25:33.029 | standard-attr-timestamp 2024-08-29 09:25:33.029 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-29 09:25:33.030 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 09:25:33.033 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-08-29 09:25:33.035 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-08-29 09:25:33.039 | ++ 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 09:25:34.590 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:34.592 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=2ff7718c-1d1d-45a1-ad6e-cef836fdb710 2024-08-29 09:25:34.595 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-08-29 09:25:34.597 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-08-29 09:25:34.600 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 09:25:34.602 | + functions-common:is_provider_network:2287 : return 1 2024-08-29 09:25:34.605 | ++ 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 09:25:36.148 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:36.151 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=3aebcb45-f939-4032-9e6b-66e1a6f6994c 2024-08-29 09:25:36.153 | + 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 09:25:36.155 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 09:25:36.170 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-08-29 09:25:36.173 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-08-29 09:25:36.175 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 2ff7718c-1d1d-45a1-ad6e-cef836fdb710 ']' 2024-08-29 09:25:36.177 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-08-29 09:25:36.179 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-08-29 09:25:36.181 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 2ff7718c-1d1d-45a1-ad6e-cef836fdb710 ' 2024-08-29 09:25:36.183 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-08-29 09:25:36.185 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 3aebcb45-f939-4032-9e6b-66e1a6f6994c private-subnet' 2024-08-29 09:25:36.188 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-08-29 09:25:36.191 | +++ 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 2ff7718c-1d1d-45a1-ad6e-cef836fdb710 --network 3aebcb45-f939-4032-9e6b-66e1a6f6994c private-subnet -f value -c id 2024-08-29 09:25:37.735 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:37.737 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=af6a2481-b12d-4ff0-a5b5-8891544343d3 2024-08-29 09:25:37.739 | ++ 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 09:25:37.741 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 09:25:37.754 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo af6a2481-b12d-4ff0-a5b5-8891544343d3 2024-08-29 09:25:37.757 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=af6a2481-b12d-4ff0-a5b5-8891544343d3 2024-08-29 09:25:37.759 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-08-29 09:25:37.761 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-08-29 09:25:37.763 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-08-29 09:25:37.766 | ++ 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 09:25:39.026 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:39.028 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 09:25:39.028 | address-scope 2024-08-29 09:25:39.028 | router-admin-state-down-before-update 2024-08-29 09:25:39.028 | agent 2024-08-29 09:25:39.028 | agent-resources-synced 2024-08-29 09:25:39.028 | allowed-address-pairs 2024-08-29 09:25:39.028 | auto-allocated-topology 2024-08-29 09:25:39.028 | availability_zone 2024-08-29 09:25:39.028 | availability_zone_filter 2024-08-29 09:25:39.028 | default-subnetpools 2024-08-29 09:25:39.028 | dhcp_agent_scheduler 2024-08-29 09:25:39.028 | dvr 2024-08-29 09:25:39.028 | empty-string-filtering 2024-08-29 09:25:39.028 | external-net 2024-08-29 09:25:39.028 | extra_dhcp_opt 2024-08-29 09:25:39.029 | extraroute 2024-08-29 09:25:39.029 | extraroute-atomic 2024-08-29 09:25:39.029 | filter-validation 2024-08-29 09:25:39.029 | floating-ip-port-forwarding-detail 2024-08-29 09:25:39.029 | fip-port-details 2024-08-29 09:25:39.029 | flavors 2024-08-29 09:25:39.029 | floatingip-pools 2024-08-29 09:25:39.029 | ip-substring-filtering 2024-08-29 09:25:39.029 | router 2024-08-29 09:25:39.029 | ext-gw-mode 2024-08-29 09:25:39.029 | l3-ha 2024-08-29 09:25:39.029 | l3-flavors 2024-08-29 09:25:39.029 | l3-port-ip-change-not-allowed 2024-08-29 09:25:39.029 | l3_agent_scheduler 2024-08-29 09:25:39.029 | multi-provider 2024-08-29 09:25:39.029 | net-mtu 2024-08-29 09:25:39.029 | net-mtu-writable 2024-08-29 09:25:39.029 | network_availability_zone 2024-08-29 09:25:39.029 | network-ip-availability 2024-08-29 09:25:39.029 | pagination 2024-08-29 09:25:39.029 | port-device-profile 2024-08-29 09:25:39.029 | port-mac-override 2024-08-29 09:25:39.029 | port-mac-address-regenerate 2024-08-29 09:25:39.029 | port-numa-affinity-policy 2024-08-29 09:25:39.029 | binding 2024-08-29 09:25:39.029 | binding-extended 2024-08-29 09:25:39.029 | port-security 2024-08-29 09:25:39.029 | project-id 2024-08-29 09:25:39.029 | provider 2024-08-29 09:25:39.029 | quota-check-limit 2024-08-29 09:25:39.029 | quotas 2024-08-29 09:25:39.029 | quota_details 2024-08-29 09:25:39.029 | rbac-policies 2024-08-29 09:25:39.029 | rbac-address-group 2024-08-29 09:25:39.029 | rbac-address-scope 2024-08-29 09:25:39.029 | rbac-security-groups 2024-08-29 09:25:39.029 | rbac-subnetpool 2024-08-29 09:25:39.029 | revision-if-match 2024-08-29 09:25:39.029 | standard-attr-revisions 2024-08-29 09:25:39.029 | router_availability_zone 2024-08-29 09:25:39.029 | security-groups-normalized-cidr 2024-08-29 09:25:39.029 | port-security-groups-filtering 2024-08-29 09:25:39.029 | security-groups-remote-address-group 2024-08-29 09:25:39.029 | security-groups-shared-filtering 2024-08-29 09:25:39.029 | security-group 2024-08-29 09:25:39.029 | service-type 2024-08-29 09:25:39.029 | sorting 2024-08-29 09:25:39.029 | standard-attr-description 2024-08-29 09:25:39.029 | stateful-security-group 2024-08-29 09:25:39.029 | subnet_onboard 2024-08-29 09:25:39.029 | subnet-service-types 2024-08-29 09:25:39.029 | subnet_allocation 2024-08-29 09:25:39.029 | subnetpool-prefix-ops 2024-08-29 09:25:39.029 | standard-attr-tag 2024-08-29 09:25:39.029 | standard-attr-timestamp 2024-08-29 09:25:39.029 | nsxt-ops' 2024-08-29 09:25:39.031 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 09:25:39.031 | address-scope 2024-08-29 09:25:39.031 | router-admin-state-down-before-update 2024-08-29 09:25:39.031 | agent 2024-08-29 09:25:39.031 | agent-resources-synced 2024-08-29 09:25:39.031 | allowed-address-pairs 2024-08-29 09:25:39.031 | auto-allocated-topology 2024-08-29 09:25:39.031 | availability_zone 2024-08-29 09:25:39.031 | availability_zone_filter 2024-08-29 09:25:39.031 | default-subnetpools 2024-08-29 09:25:39.031 | dhcp_agent_scheduler 2024-08-29 09:25:39.031 | dvr 2024-08-29 09:25:39.031 | empty-string-filtering 2024-08-29 09:25:39.031 | external-net 2024-08-29 09:25:39.031 | extra_dhcp_opt 2024-08-29 09:25:39.031 | extraroute 2024-08-29 09:25:39.031 | extraroute-atomic 2024-08-29 09:25:39.031 | filter-validation 2024-08-29 09:25:39.031 | floating-ip-port-forwarding-detail 2024-08-29 09:25:39.031 | fip-port-details 2024-08-29 09:25:39.031 | flavors 2024-08-29 09:25:39.031 | floatingip-pools 2024-08-29 09:25:39.031 | ip-substring-filtering 2024-08-29 09:25:39.031 | router 2024-08-29 09:25:39.031 | ext-gw-mode 2024-08-29 09:25:39.031 | l3-ha 2024-08-29 09:25:39.031 | l3-flavors 2024-08-29 09:25:39.031 | l3-port-ip-change-not-allowed 2024-08-29 09:25:39.031 | l3_agent_scheduler 2024-08-29 09:25:39.031 | multi-provider 2024-08-29 09:25:39.031 | net-mtu 2024-08-29 09:25:39.031 | net-mtu-writable 2024-08-29 09:25:39.031 | network_availability_zone 2024-08-29 09:25:39.031 | network-ip-availability 2024-08-29 09:25:39.031 | pagination 2024-08-29 09:25:39.031 | port-device-profile 2024-08-29 09:25:39.031 | port-mac-override 2024-08-29 09:25:39.031 | port-mac-address-regenerate 2024-08-29 09:25:39.031 | port-numa-affinity-policy 2024-08-29 09:25:39.031 | binding 2024-08-29 09:25:39.031 | binding-extended 2024-08-29 09:25:39.031 | port-security 2024-08-29 09:25:39.031 | project-id 2024-08-29 09:25:39.031 | provider 2024-08-29 09:25:39.031 | quota-check-limit 2024-08-29 09:25:39.031 | quotas 2024-08-29 09:25:39.031 | quota_details 2024-08-29 09:25:39.031 | rbac-policies 2024-08-29 09:25:39.031 | rbac-address-group 2024-08-29 09:25:39.031 | rbac-address-scope 2024-08-29 09:25:39.031 | rbac-security-groups 2024-08-29 09:25:39.031 | rbac-subnetpool 2024-08-29 09:25:39.031 | revision-if-match 2024-08-29 09:25:39.031 | standard-attr-revisions 2024-08-29 09:25:39.031 | router_availability_zone 2024-08-29 09:25:39.031 | security-groups-normalized-cidr 2024-08-29 09:25:39.031 | port-security-groups-filtering 2024-08-29 09:25:39.031 | security-groups-remote-address-group 2024-08-29 09:25:39.031 | security-groups-shared-filtering 2024-08-29 09:25:39.031 | security-group 2024-08-29 09:25:39.031 | service-type 2024-08-29 09:25:39.031 | sorting 2024-08-29 09:25:39.031 | standard-attr-description 2024-08-29 09:25:39.031 | stateful-security-group 2024-08-29 09:25:39.031 | subnet_onboard 2024-08-29 09:25:39.031 | subnet-service-types 2024-08-29 09:25:39.031 | subnet_allocation 2024-08-29 09:25:39.031 | subnetpool-prefix-ops 2024-08-29 09:25:39.031 | standard-attr-tag 2024-08-29 09:25:39.031 | standard-attr-timestamp 2024-08-29 09:25:39.031 | nsxt-ops =~ router ]] 2024-08-29 09:25:39.033 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 09:25:39.035 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-08-29 09:25:39.037 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-29 09:25:39.040 | ++ 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 09:25:40.309 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:40.312 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 09:25:40.312 | address-scope 2024-08-29 09:25:40.312 | router-admin-state-down-before-update 2024-08-29 09:25:40.312 | agent 2024-08-29 09:25:40.312 | agent-resources-synced 2024-08-29 09:25:40.312 | allowed-address-pairs 2024-08-29 09:25:40.312 | auto-allocated-topology 2024-08-29 09:25:40.312 | availability_zone 2024-08-29 09:25:40.312 | availability_zone_filter 2024-08-29 09:25:40.312 | default-subnetpools 2024-08-29 09:25:40.312 | dhcp_agent_scheduler 2024-08-29 09:25:40.312 | dvr 2024-08-29 09:25:40.312 | empty-string-filtering 2024-08-29 09:25:40.312 | external-net 2024-08-29 09:25:40.312 | extra_dhcp_opt 2024-08-29 09:25:40.312 | extraroute 2024-08-29 09:25:40.312 | extraroute-atomic 2024-08-29 09:25:40.312 | filter-validation 2024-08-29 09:25:40.312 | floating-ip-port-forwarding-detail 2024-08-29 09:25:40.312 | fip-port-details 2024-08-29 09:25:40.312 | flavors 2024-08-29 09:25:40.312 | floatingip-pools 2024-08-29 09:25:40.312 | ip-substring-filtering 2024-08-29 09:25:40.312 | router 2024-08-29 09:25:40.312 | ext-gw-mode 2024-08-29 09:25:40.312 | l3-ha 2024-08-29 09:25:40.312 | l3-flavors 2024-08-29 09:25:40.312 | l3-port-ip-change-not-allowed 2024-08-29 09:25:40.312 | l3_agent_scheduler 2024-08-29 09:25:40.312 | multi-provider 2024-08-29 09:25:40.312 | net-mtu 2024-08-29 09:25:40.312 | net-mtu-writable 2024-08-29 09:25:40.312 | network_availability_zone 2024-08-29 09:25:40.312 | network-ip-availability 2024-08-29 09:25:40.312 | pagination 2024-08-29 09:25:40.312 | port-device-profile 2024-08-29 09:25:40.312 | port-mac-override 2024-08-29 09:25:40.312 | port-mac-address-regenerate 2024-08-29 09:25:40.312 | port-numa-affinity-policy 2024-08-29 09:25:40.312 | binding 2024-08-29 09:25:40.312 | binding-extended 2024-08-29 09:25:40.312 | port-security 2024-08-29 09:25:40.312 | project-id 2024-08-29 09:25:40.312 | provider 2024-08-29 09:25:40.313 | quota-check-limit 2024-08-29 09:25:40.313 | quotas 2024-08-29 09:25:40.313 | quota_details 2024-08-29 09:25:40.313 | rbac-policies 2024-08-29 09:25:40.313 | rbac-address-group 2024-08-29 09:25:40.313 | rbac-address-scope 2024-08-29 09:25:40.313 | rbac-security-groups 2024-08-29 09:25:40.313 | rbac-subnetpool 2024-08-29 09:25:40.313 | revision-if-match 2024-08-29 09:25:40.313 | standard-attr-revisions 2024-08-29 09:25:40.313 | router_availability_zone 2024-08-29 09:25:40.313 | security-groups-normalized-cidr 2024-08-29 09:25:40.313 | port-security-groups-filtering 2024-08-29 09:25:40.313 | security-groups-remote-address-group 2024-08-29 09:25:40.313 | security-groups-shared-filtering 2024-08-29 09:25:40.313 | security-group 2024-08-29 09:25:40.313 | service-type 2024-08-29 09:25:40.313 | sorting 2024-08-29 09:25:40.313 | standard-attr-description 2024-08-29 09:25:40.313 | stateful-security-group 2024-08-29 09:25:40.313 | subnet_onboard 2024-08-29 09:25:40.313 | subnet-service-types 2024-08-29 09:25:40.313 | subnet_allocation 2024-08-29 09:25:40.313 | subnetpool-prefix-ops 2024-08-29 09:25:40.313 | standard-attr-tag 2024-08-29 09:25:40.313 | standard-attr-timestamp 2024-08-29 09:25:40.313 | nsxt-ops' 2024-08-29 09:25:40.315 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 09:25:40.315 | address-scope 2024-08-29 09:25:40.315 | router-admin-state-down-before-update 2024-08-29 09:25:40.315 | agent 2024-08-29 09:25:40.315 | agent-resources-synced 2024-08-29 09:25:40.315 | allowed-address-pairs 2024-08-29 09:25:40.315 | auto-allocated-topology 2024-08-29 09:25:40.315 | availability_zone 2024-08-29 09:25:40.315 | availability_zone_filter 2024-08-29 09:25:40.315 | default-subnetpools 2024-08-29 09:25:40.315 | dhcp_agent_scheduler 2024-08-29 09:25:40.315 | dvr 2024-08-29 09:25:40.315 | empty-string-filtering 2024-08-29 09:25:40.315 | external-net 2024-08-29 09:25:40.315 | extra_dhcp_opt 2024-08-29 09:25:40.315 | extraroute 2024-08-29 09:25:40.315 | extraroute-atomic 2024-08-29 09:25:40.315 | filter-validation 2024-08-29 09:25:40.315 | floating-ip-port-forwarding-detail 2024-08-29 09:25:40.315 | fip-port-details 2024-08-29 09:25:40.315 | flavors 2024-08-29 09:25:40.315 | floatingip-pools 2024-08-29 09:25:40.315 | ip-substring-filtering 2024-08-29 09:25:40.315 | router 2024-08-29 09:25:40.315 | ext-gw-mode 2024-08-29 09:25:40.315 | l3-ha 2024-08-29 09:25:40.315 | l3-flavors 2024-08-29 09:25:40.315 | l3-port-ip-change-not-allowed 2024-08-29 09:25:40.315 | l3_agent_scheduler 2024-08-29 09:25:40.315 | multi-provider 2024-08-29 09:25:40.315 | net-mtu 2024-08-29 09:25:40.315 | net-mtu-writable 2024-08-29 09:25:40.315 | network_availability_zone 2024-08-29 09:25:40.315 | network-ip-availability 2024-08-29 09:25:40.315 | pagination 2024-08-29 09:25:40.315 | port-device-profile 2024-08-29 09:25:40.315 | port-mac-override 2024-08-29 09:25:40.315 | port-mac-address-regenerate 2024-08-29 09:25:40.315 | port-numa-affinity-policy 2024-08-29 09:25:40.315 | binding 2024-08-29 09:25:40.315 | binding-extended 2024-08-29 09:25:40.315 | port-security 2024-08-29 09:25:40.315 | project-id 2024-08-29 09:25:40.315 | provider 2024-08-29 09:25:40.315 | quota-check-limit 2024-08-29 09:25:40.315 | quotas 2024-08-29 09:25:40.315 | quota_details 2024-08-29 09:25:40.315 | rbac-policies 2024-08-29 09:25:40.315 | rbac-address-group 2024-08-29 09:25:40.315 | rbac-address-scope 2024-08-29 09:25:40.315 | rbac-security-groups 2024-08-29 09:25:40.315 | rbac-subnetpool 2024-08-29 09:25:40.315 | revision-if-match 2024-08-29 09:25:40.315 | standard-attr-revisions 2024-08-29 09:25:40.315 | router_availability_zone 2024-08-29 09:25:40.315 | security-groups-normalized-cidr 2024-08-29 09:25:40.315 | port-security-groups-filtering 2024-08-29 09:25:40.315 | security-groups-remote-address-group 2024-08-29 09:25:40.315 | security-groups-shared-filtering 2024-08-29 09:25:40.315 | security-group 2024-08-29 09:25:40.315 | service-type 2024-08-29 09:25:40.315 | sorting 2024-08-29 09:25:40.315 | standard-attr-description 2024-08-29 09:25:40.315 | stateful-security-group 2024-08-29 09:25:40.315 | subnet_onboard 2024-08-29 09:25:40.315 | subnet-service-types 2024-08-29 09:25:40.315 | subnet_allocation 2024-08-29 09:25:40.315 | subnetpool-prefix-ops 2024-08-29 09:25:40.315 | standard-attr-tag 2024-08-29 09:25:40.315 | standard-attr-timestamp 2024-08-29 09:25:40.315 | nsxt-ops =~ external-net ]] 2024-08-29 09:25:40.317 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 09:25:40.319 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-08-29 09:25:40.322 | ++ 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 09:25:41.648 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:41.651 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=b62bcc96-3e1b-4c93-8f1a-569680f5d536 2024-08-29 09:25:41.653 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-08-29 09:25:41.655 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 09:25:41.669 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-08-29 09:25:41.671 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-08-29 09:25:41.673 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-29 09:25:41.676 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-29 09:25:42.946 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:42.949 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 09:25:42.949 | address-scope 2024-08-29 09:25:42.949 | router-admin-state-down-before-update 2024-08-29 09:25:42.949 | agent 2024-08-29 09:25:42.949 | agent-resources-synced 2024-08-29 09:25:42.949 | allowed-address-pairs 2024-08-29 09:25:42.949 | auto-allocated-topology 2024-08-29 09:25:42.949 | availability_zone 2024-08-29 09:25:42.949 | availability_zone_filter 2024-08-29 09:25:42.949 | default-subnetpools 2024-08-29 09:25:42.949 | dhcp_agent_scheduler 2024-08-29 09:25:42.949 | dvr 2024-08-29 09:25:42.949 | empty-string-filtering 2024-08-29 09:25:42.949 | external-net 2024-08-29 09:25:42.949 | extra_dhcp_opt 2024-08-29 09:25:42.949 | extraroute 2024-08-29 09:25:42.949 | extraroute-atomic 2024-08-29 09:25:42.949 | filter-validation 2024-08-29 09:25:42.949 | floating-ip-port-forwarding-detail 2024-08-29 09:25:42.949 | fip-port-details 2024-08-29 09:25:42.949 | flavors 2024-08-29 09:25:42.949 | floatingip-pools 2024-08-29 09:25:42.949 | ip-substring-filtering 2024-08-29 09:25:42.949 | router 2024-08-29 09:25:42.949 | ext-gw-mode 2024-08-29 09:25:42.949 | l3-ha 2024-08-29 09:25:42.949 | l3-flavors 2024-08-29 09:25:42.949 | l3-port-ip-change-not-allowed 2024-08-29 09:25:42.949 | l3_agent_scheduler 2024-08-29 09:25:42.949 | multi-provider 2024-08-29 09:25:42.949 | net-mtu 2024-08-29 09:25:42.949 | net-mtu-writable 2024-08-29 09:25:42.949 | network_availability_zone 2024-08-29 09:25:42.949 | network-ip-availability 2024-08-29 09:25:42.949 | pagination 2024-08-29 09:25:42.949 | port-device-profile 2024-08-29 09:25:42.949 | port-mac-override 2024-08-29 09:25:42.949 | port-mac-address-regenerate 2024-08-29 09:25:42.949 | port-numa-affinity-policy 2024-08-29 09:25:42.949 | binding 2024-08-29 09:25:42.949 | binding-extended 2024-08-29 09:25:42.949 | port-security 2024-08-29 09:25:42.949 | project-id 2024-08-29 09:25:42.949 | provider 2024-08-29 09:25:42.949 | quota-check-limit 2024-08-29 09:25:42.949 | quotas 2024-08-29 09:25:42.949 | quota_details 2024-08-29 09:25:42.949 | rbac-policies 2024-08-29 09:25:42.949 | rbac-address-group 2024-08-29 09:25:42.949 | rbac-address-scope 2024-08-29 09:25:42.949 | rbac-security-groups 2024-08-29 09:25:42.949 | rbac-subnetpool 2024-08-29 09:25:42.949 | revision-if-match 2024-08-29 09:25:42.949 | standard-attr-revisions 2024-08-29 09:25:42.949 | router_availability_zone 2024-08-29 09:25:42.949 | security-groups-normalized-cidr 2024-08-29 09:25:42.949 | port-security-groups-filtering 2024-08-29 09:25:42.949 | security-groups-remote-address-group 2024-08-29 09:25:42.950 | security-groups-shared-filtering 2024-08-29 09:25:42.950 | security-group 2024-08-29 09:25:42.950 | service-type 2024-08-29 09:25:42.950 | sorting 2024-08-29 09:25:42.950 | standard-attr-description 2024-08-29 09:25:42.950 | stateful-security-group 2024-08-29 09:25:42.950 | subnet_onboard 2024-08-29 09:25:42.950 | subnet-service-types 2024-08-29 09:25:42.950 | subnet_allocation 2024-08-29 09:25:42.950 | subnetpool-prefix-ops 2024-08-29 09:25:42.950 | standard-attr-tag 2024-08-29 09:25:42.950 | standard-attr-timestamp 2024-08-29 09:25:42.950 | nsxt-ops' 2024-08-29 09:25:42.952 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 09:25:42.952 | address-scope 2024-08-29 09:25:42.952 | router-admin-state-down-before-update 2024-08-29 09:25:42.952 | agent 2024-08-29 09:25:42.952 | agent-resources-synced 2024-08-29 09:25:42.952 | allowed-address-pairs 2024-08-29 09:25:42.952 | auto-allocated-topology 2024-08-29 09:25:42.952 | availability_zone 2024-08-29 09:25:42.952 | availability_zone_filter 2024-08-29 09:25:42.952 | default-subnetpools 2024-08-29 09:25:42.952 | dhcp_agent_scheduler 2024-08-29 09:25:42.952 | dvr 2024-08-29 09:25:42.952 | empty-string-filtering 2024-08-29 09:25:42.952 | external-net 2024-08-29 09:25:42.952 | extra_dhcp_opt 2024-08-29 09:25:42.952 | extraroute 2024-08-29 09:25:42.952 | extraroute-atomic 2024-08-29 09:25:42.952 | filter-validation 2024-08-29 09:25:42.952 | floating-ip-port-forwarding-detail 2024-08-29 09:25:42.952 | fip-port-details 2024-08-29 09:25:42.952 | flavors 2024-08-29 09:25:42.952 | floatingip-pools 2024-08-29 09:25:42.952 | ip-substring-filtering 2024-08-29 09:25:42.952 | router 2024-08-29 09:25:42.952 | ext-gw-mode 2024-08-29 09:25:42.952 | l3-ha 2024-08-29 09:25:42.952 | l3-flavors 2024-08-29 09:25:42.952 | l3-port-ip-change-not-allowed 2024-08-29 09:25:42.952 | l3_agent_scheduler 2024-08-29 09:25:42.952 | multi-provider 2024-08-29 09:25:42.952 | net-mtu 2024-08-29 09:25:42.952 | net-mtu-writable 2024-08-29 09:25:42.952 | network_availability_zone 2024-08-29 09:25:42.953 | network-ip-availability 2024-08-29 09:25:42.953 | pagination 2024-08-29 09:25:42.953 | port-device-profile 2024-08-29 09:25:42.953 | port-mac-override 2024-08-29 09:25:42.953 | port-mac-address-regenerate 2024-08-29 09:25:42.953 | port-numa-affinity-policy 2024-08-29 09:25:42.953 | binding 2024-08-29 09:25:42.953 | binding-extended 2024-08-29 09:25:42.953 | port-security 2024-08-29 09:25:42.953 | project-id 2024-08-29 09:25:42.953 | provider 2024-08-29 09:25:42.953 | quota-check-limit 2024-08-29 09:25:42.953 | quotas 2024-08-29 09:25:42.953 | quota_details 2024-08-29 09:25:42.953 | rbac-policies 2024-08-29 09:25:42.953 | rbac-address-group 2024-08-29 09:25:42.953 | rbac-address-scope 2024-08-29 09:25:42.953 | rbac-security-groups 2024-08-29 09:25:42.953 | rbac-subnetpool 2024-08-29 09:25:42.953 | revision-if-match 2024-08-29 09:25:42.953 | standard-attr-revisions 2024-08-29 09:25:42.953 | router_availability_zone 2024-08-29 09:25:42.953 | security-groups-normalized-cidr 2024-08-29 09:25:42.953 | port-security-groups-filtering 2024-08-29 09:25:42.953 | security-groups-remote-address-group 2024-08-29 09:25:42.953 | security-groups-shared-filtering 2024-08-29 09:25:42.953 | security-group 2024-08-29 09:25:42.953 | service-type 2024-08-29 09:25:42.953 | sorting 2024-08-29 09:25:42.953 | standard-attr-description 2024-08-29 09:25:42.953 | stateful-security-group 2024-08-29 09:25:42.953 | subnet_onboard 2024-08-29 09:25:42.953 | subnet-service-types 2024-08-29 09:25:42.953 | subnet_allocation 2024-08-29 09:25:42.953 | subnetpool-prefix-ops 2024-08-29 09:25:42.953 | standard-attr-tag 2024-08-29 09:25:42.953 | standard-attr-timestamp 2024-08-29 09:25:42.953 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-29 09:25:42.954 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 09:25:42.956 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-08-29 09:25:42.958 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-08-29 09:25:42.961 | ++ 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 09:25:44.351 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:44.354 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=a3b8b3fd-7c59-493c-bda3-75e218148a1d 2024-08-29 09:25:44.356 | + 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 09:25:44.358 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 09:25:44.372 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-08-29 09:25:44.374 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-08-29 09:25:44.376 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet b62bcc96-3e1b-4c93-8f1a-569680f5d536 af6a2481-b12d-4ff0-a5b5-8891544343d3 2024-08-29 09:25:46.478 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-08-29 09:25:46.481 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 a3b8b3fd-7c59-493c-bda3-75e218148a1d 2024-08-29 09:25:46.483 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-08-29 09:25:46.485 | ++ 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 09:25:46.487 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-08-29 09:25:46.489 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-08-29 09:25:46.491 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network a3b8b3fd-7c59-493c-bda3-75e218148a1d --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-08-29 09:25:46.493 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-08-29 09:25:46.495 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-08-29 09:25:46.498 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-08-29 09:25:46.498 | +++ 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 a3b8b3fd-7c59-493c-bda3-75e218148a1d --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-08-29 09:25:47.965 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:47.968 | ++ 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 09:25:47.969 | | id | c549d612-1347-42e0-8798-2ddb3d83ed36 |' 2024-08-29 09:25:47.970 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-08-29 09:25:47.972 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 09:25:47.984 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c549d612-1347-42e0-8798-2ddb3d83ed36 '|' 2024-08-29 09:25:47.986 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | c549d612-1347-42e0-8798-2ddb3d83ed36 |' 2024-08-29 09:25:47.988 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-08-29 09:25:47.991 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c549d612-1347-42e0-8798-2ddb3d83ed36 '|' 2024-08-29 09:25:47.991 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-08-29 09:25:47.993 | ++ functions-common:get_field:829 : local data field 2024-08-29 09:25:47.995 | ++ functions-common:get_field:830 : read data 2024-08-29 09:25:47.997 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-08-29 09:25:47.998 | ++ functions-common:get_field:834 : field='$3' 2024-08-29 09:25:48.001 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | c549d612-1347-42e0-8798-2ddb3d83ed36 |' 2024-08-29 09:25:48.001 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-08-29 09:25:48.005 | ++ functions-common:get_field:830 : read data 2024-08-29 09:25:48.008 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-08-29 09:25:48.011 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c549d612-1347-42e0-8798-2ddb3d83ed36 '|' 2024-08-29 09:25:48.011 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-08-29 09:25:48.013 | ++ functions-common:get_field:829 : local data field 2024-08-29 09:25:48.015 | ++ functions-common:get_field:830 : read data 2024-08-29 09:25:48.017 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-08-29 09:25:48.019 | ++ functions-common:get_field:834 : field='$6' 2024-08-29 09:25:48.021 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | c549d612-1347-42e0-8798-2ddb3d83ed36 |' 2024-08-29 09:25:48.021 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-08-29 09:25:48.026 | ++ functions-common:get_field:830 : read data 2024-08-29 09:25:48.028 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=c549d612-1347-42e0-8798-2ddb3d83ed36 2024-08-29 09:25:48.030 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway a3b8b3fd-7c59-493c-bda3-75e218148a1d b62bcc96-3e1b-4c93-8f1a-569680f5d536 2024-08-29 09:25:50.049 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-08-29 09:25:50.051 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-08-29 09:25:50.064 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:50.066 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-08-29 09:25:50.068 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-08-29 09:25:50.070 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-08-29 09:25:50.072 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-08-29 09:25:50.074 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-08-29 09:25:50.076 | ++ 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 09:25:50.089 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-08-29 09:25:50.091 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-08-29 09:25:50.093 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-08-29 09:25:50.095 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-08-29 09:25:50.096 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-29 09:25:50.099 | + 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 09:25:50.101 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-29 09:25:50.103 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-08-29 09:25:50.105 | + functions-common:test_with_retry:2375 : local until=10 2024-08-29 09:25:50.107 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-29 09:25:50.109 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-29 09:25:50.111 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-29 09:25:50.113 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:50.115 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:50.118 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:50.121 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923550119 2024-08-29 09:25:50.123 | + 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 09:25:50.129 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-29 09:25:50.131 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:50.133 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:50.135 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:50.137 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:50.139 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:50.141 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-29 09:25:50.143 | + functions-common:time_stop:2442 : start_time=1724923550119 2024-08-29 09:25:50.145 | + functions-common:time_stop:2444 : [[ -z 1724923550119 ]] 2024-08-29 09:25:50.148 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:50.152 | + functions-common:time_stop:2447 : end_time=1724923550149 2024-08-29 09:25:50.154 | + functions-common:time_stop:2448 : elapsed_time=30 2024-08-29 09:25:50.155 | + functions-common:time_stop:2449 : total=3063 2024-08-29 09:25:50.157 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:50.159 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3093 2024-08-29 09:25:50.163 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-08-29 09:25:50.163 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-08-29 09:25:50.168 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-08-29 09:25:50.170 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-08-29 09:25:50.172 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-29 09:25:50.174 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-29 09:25:50.178 | ++ 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 09:25:50.178 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-08-29 09:25:50.178 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-08-29 09:25:50.178 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-08-29 09:25:51.476 | ++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:25:51.479 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.145 ' 2024-08-29 09:25:51.481 | + 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 09:25:51.484 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-29 09:25:51.497 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-08-29 09:25:51.499 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-08-29 09:25:51.501 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-08-29 09:25:51.504 | + stack.sh:main:1322 : is_service_enabled nova 2024-08-29 09:25:51.517 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:51.520 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2024-08-29 09:25:51.522 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:25:51.524 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2024-08-29 09:25:51.526 | + stack.sh:main:1324 : start_nova 2024-08-29 09:25:51.528 | + lib/nova:start_nova:1176 : start_nova_rest 2024-08-29 09:25:51.530 | + 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 09:25:51.532 | + 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 09:25:51.534 | + 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 09:25:51.536 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-29 09:25:51.538 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 09:25:51.541 | + functions-common:run_process:1689 : local service=n-sch 2024-08-29 09:25:51.543 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 09:25:51.545 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:51.547 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:51.549 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:51.552 | + functions-common:run_process:1695 : local name=n-sch 2024-08-29 09:25:51.554 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:51.556 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:51.558 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:51.560 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:51.563 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:51.566 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923551563 2024-08-29 09:25:51.568 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-08-29 09:25:51.582 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:51.584 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-08-29 09:25:51.587 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-08-29 09:25:51.589 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 09:25:51.591 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 09:25:51.593 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 09:25:51.595 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 09:25:51.597 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-29 09:25:51.599 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-29 09:25:51.601 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-08-29 09:25:51.603 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:51.605 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:51.607 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:51.609 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:51.611 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-29 09:25:51.613 | + 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 09:25:51.615 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-08-29 09:25:51.617 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-29 09:25:51.619 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:25:51.620 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:25:51.622 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:25:51.624 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:25:51.627 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:25:51.629 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-08-29 09:25:51.631 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:25:51.634 | + 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 09:25:51.683 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-08-29 09:25:51.731 | + 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 09:25:51.774 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-08-29 09:25:51.815 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-08-29 09:25:51.857 | + 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 09:25:51.900 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:25:51.902 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:25:51.903 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-08-29 09:25:51.952 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:25:52.208 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-08-29 09:25:52.217 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-08-29 09:25:52.453 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-08-29 09:25:52.473 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:52.476 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:52.477 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:52.480 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:52.482 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:52.485 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:52.487 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:52.489 | + functions-common:time_stop:2442 : start_time=1724923551563 2024-08-29 09:25:52.491 | + functions-common:time_stop:2444 : [[ -z 1724923551563 ]] 2024-08-29 09:25:52.493 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:52.498 | + functions-common:time_stop:2447 : end_time=1724923552496 2024-08-29 09:25:52.500 | + functions-common:time_stop:2448 : elapsed_time=933 2024-08-29 09:25:52.503 | + functions-common:time_stop:2449 : total=8061 2024-08-29 09:25:52.507 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:52.508 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8994 2024-08-29 09:25:52.512 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-08-29 09:25:52.514 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-08-29 09:25:52.517 | + 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 09:25:52.520 | + functions-common:run_process:1689 : local service=n-api-meta 2024-08-29 09:25:52.522 | + 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 09:25:52.524 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:52.526 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:52.528 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:52.530 | + functions-common:run_process:1695 : local name=n-api-meta 2024-08-29 09:25:52.532 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:52.534 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:52.536 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:52.538 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:52.543 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:52.547 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923552544 2024-08-29 09:25:52.549 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-08-29 09:25:52.566 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:52.568 | + 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 09:25:52.570 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-08-29 09:25:52.573 | + 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 09:25:52.576 | + 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 09:25:52.579 | + 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 09:25:52.579 | + 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 09:25:52.581 | + 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 09:25:52.584 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-08-29 09:25:52.586 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-08-29 09:25:52.588 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:52.590 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:52.594 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:52.596 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:52.598 | + 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 09:25:52.601 | + 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 09:25:52.603 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-08-29 09:25:52.605 | + 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 09:25:52.606 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 09:25:52.609 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 09:25:52.614 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 09:25:52.617 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-08-29 09:25:52.619 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 09:25:52.622 | + 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 09:25:52.674 | + 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 09:25:52.724 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-08-29 09:25:52.771 | + 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 09:25:52.819 | + 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 09:25:52.869 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-08-29 09:25:52.912 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-08-29 09:25:52.955 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-08-29 09:25:52.998 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-08-29 09:25:53.042 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-08-29 09:25:53.084 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 09:25:53.086 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 09:25:53.089 | + 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 09:25:53.137 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 09:25:53.392 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-08-29 09:25:53.401 | 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 09:25:53.641 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-08-29 09:25:53.693 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:53.695 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:53.697 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:53.699 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:53.702 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:53.704 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:53.706 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:53.708 | + functions-common:time_stop:2442 : start_time=1724923552544 2024-08-29 09:25:53.710 | + functions-common:time_stop:2444 : [[ -z 1724923552544 ]] 2024-08-29 09:25:53.713 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:53.716 | + functions-common:time_stop:2447 : end_time=1724923553713 2024-08-29 09:25:53.718 | + functions-common:time_stop:2448 : elapsed_time=1169 2024-08-29 09:25:53.720 | + functions-common:time_stop:2449 : total=8994 2024-08-29 09:25:53.722 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:53.724 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10163 2024-08-29 09:25:53.726 | + 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 09:25:53.728 | + 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 09:25:53.730 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-08-29 09:25:53.732 | + 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 09:25:53.734 | + 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 09:25:53.737 | + 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 09:25:53.740 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-08-29 09:25:53.742 | + 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 09:25:53.744 | + 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 09:25:53.746 | + functions-common:run_process:1689 : local service=n-novnc 2024-08-29 09:25:53.748 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 09:25:53.750 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:53.752 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:53.754 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:53.756 | + functions-common:run_process:1695 : local name=n-novnc 2024-08-29 09:25:53.758 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:53.760 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:53.762 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:53.764 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:53.767 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:53.770 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923553768 2024-08-29 09:25:53.772 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-08-29 09:25:53.787 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:53.789 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:53.791 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:53.793 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:53.795 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:53.797 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:53.799 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:53.801 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:53.803 | + functions-common:time_stop:2442 : start_time=1724923553768 2024-08-29 09:25:53.805 | + functions-common:time_stop:2444 : [[ -z 1724923553768 ]] 2024-08-29 09:25:53.808 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:53.812 | + functions-common:time_stop:2447 : end_time=1724923553809 2024-08-29 09:25:53.814 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-29 09:25:53.816 | + functions-common:time_stop:2449 : total=10163 2024-08-29 09:25:53.818 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:53.820 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10204 2024-08-29 09:25:53.822 | + 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 09:25:53.825 | + functions-common:run_process:1689 : local service=n-spice 2024-08-29 09:25:53.827 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-29 09:25:53.829 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:53.831 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:53.833 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:53.835 | + functions-common:run_process:1695 : local name=n-spice 2024-08-29 09:25:53.837 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:53.839 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:53.841 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:53.843 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:53.845 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:53.849 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923553847 2024-08-29 09:25:53.851 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-08-29 09:25:53.864 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:53.867 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:53.869 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:53.871 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:53.873 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:53.875 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:53.877 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:53.879 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:53.882 | + functions-common:time_stop:2442 : start_time=1724923553847 2024-08-29 09:25:53.884 | + functions-common:time_stop:2444 : [[ -z 1724923553847 ]] 2024-08-29 09:25:53.886 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:53.890 | + functions-common:time_stop:2447 : end_time=1724923553887 2024-08-29 09:25:53.892 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-29 09:25:53.894 | + functions-common:time_stop:2449 : total=10204 2024-08-29 09:25:53.896 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:53.898 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10244 2024-08-29 09:25:53.900 | + 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 09:25:53.902 | + functions-common:run_process:1689 : local service=n-sproxy 2024-08-29 09:25:53.905 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-29 09:25:53.906 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:53.909 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:53.911 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:53.913 | + functions-common:run_process:1695 : local name=n-sproxy 2024-08-29 09:25:53.915 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:53.917 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:53.919 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:53.921 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:53.923 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:53.927 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923553925 2024-08-29 09:25:53.930 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-08-29 09:25:53.943 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:53.945 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:53.947 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:53.949 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:53.951 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:53.953 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:53.955 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:53.957 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:53.960 | + functions-common:time_stop:2442 : start_time=1724923553925 2024-08-29 09:25:53.962 | + functions-common:time_stop:2444 : [[ -z 1724923553925 ]] 2024-08-29 09:25:53.964 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:53.968 | + functions-common:time_stop:2447 : end_time=1724923553965 2024-08-29 09:25:53.970 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-29 09:25:53.972 | + functions-common:time_stop:2449 : total=10244 2024-08-29 09:25:53.974 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:53.977 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10284 2024-08-29 09:25:53.979 | + 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 09:25:53.981 | + 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 09:25:53.983 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-08-29 09:25:53.986 | + 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 09:25:53.988 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-08-29 09:25:53.988 | Starting nova-conductor in a cellsv1-compatible way 2024-08-29 09:25:53.990 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 09:25:53.992 | + functions-common:run_process:1689 : local service=n-cond 2024-08-29 09:25:53.995 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 09:25:53.997 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:53.999 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:54.001 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:54.003 | + functions-common:run_process:1695 : local name=n-cond 2024-08-29 09:25:54.005 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:54.007 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:54.010 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:54.012 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:54.014 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:54.018 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923554015 2024-08-29 09:25:54.020 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-08-29 09:25:54.034 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:54.036 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-08-29 09:25:54.038 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-08-29 09:25:54.041 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 09:25:54.043 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 09:25:54.045 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 09:25:54.047 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 09:25:54.049 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-29 09:25:54.051 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-29 09:25:54.053 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-08-29 09:25:54.055 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:54.057 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:54.059 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:54.062 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:54.064 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-29 09:25:54.066 | + 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 09:25:54.068 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-08-29 09:25:54.070 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-29 09:25:54.072 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:25:54.074 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:25:54.076 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:25:54.078 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:25:54.080 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:25:54.082 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-08-29 09:25:54.084 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:25:54.087 | + 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 09:25:54.139 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-08-29 09:25:54.192 | + 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 09:25:54.235 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-08-29 09:25:54.284 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-08-29 09:25:54.327 | + 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 09:25:54.369 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:25:54.371 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:25:54.373 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-08-29 09:25:54.423 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:25:54.659 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-08-29 09:25:54.669 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-08-29 09:25:54.896 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-08-29 09:25:54.923 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:54.925 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:54.927 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:54.929 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:54.931 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:54.933 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:54.935 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:54.937 | + functions-common:time_stop:2442 : start_time=1724923554015 2024-08-29 09:25:54.939 | + functions-common:time_stop:2444 : [[ -z 1724923554015 ]] 2024-08-29 09:25:54.943 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:54.946 | + functions-common:time_stop:2447 : end_time=1724923554944 2024-08-29 09:25:54.948 | + functions-common:time_stop:2448 : elapsed_time=929 2024-08-29 09:25:54.950 | + functions-common:time_stop:2449 : total=10284 2024-08-29 09:25:54.952 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:54.954 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11213 2024-08-29 09:25:54.956 | + lib/nova:start_nova_conductor:1149 : return 2024-08-29 09:25:54.958 | + lib/nova:start_nova:1179 : start_nova_compute 2024-08-29 09:25:54.960 | + 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 09:25:54.962 | + 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 09:25:54.964 | + 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 09:25:54.966 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-29 09:25:54.968 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-08-29 09:25:54.973 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-29 09:25:54.975 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:54.977 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-29 09:25:54.979 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-08-29 09:25:54.981 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-29 09:25:54.984 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-08-29 09:25:54.986 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-08-29 09:25:54.988 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-08-29 09:25:54.990 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-08-29 09:25:54.993 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-29 09:25:54.993 | + inc/meta-config:merge_config_file:164 : read a 2024-08-29 09:25:54.994 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-29 09:25:54.994 | BEGIN { 2024-08-29 09:25:54.994 | section = "" 2024-08-29 09:25:54.994 | last_section = "" 2024-08-29 09:25:54.994 | section_count = 0 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | /^\[.+\]/ { 2024-08-29 09:25:54.994 | gsub("[][]", "", $1); 2024-08-29 09:25:54.994 | section=$1 2024-08-29 09:25:54.994 | next 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | /^ *\#/ { 2024-08-29 09:25:54.994 | next 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | /^[^ \t]+/ { 2024-08-29 09:25:54.994 | # get offset of first = in $0 2024-08-29 09:25:54.994 | eq_idx = index($0, "=") 2024-08-29 09:25:54.994 | # extract attr & value from $0 2024-08-29 09:25:54.994 | attr = substr($0, 1, eq_idx - 1) 2024-08-29 09:25:54.994 | value = substr($0, eq_idx + 1) 2024-08-29 09:25:54.994 | # only need to strip trailing whitespace from attr 2024-08-29 09:25:54.994 | sub(/[ \t]*$/, "", attr) 2024-08-29 09:25:54.994 | # need to strip leading & trailing whitespace from value 2024-08-29 09:25:54.994 | sub(/^[ \t]*/, "", value) 2024-08-29 09:25:54.994 | sub(/[ \t]*$/, "", value) 2024-08-29 09:25:54.994 | 2024-08-29 09:25:54.994 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-29 09:25:54.994 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-29 09:25:54.994 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-29 09:25:54.994 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-29 09:25:54.994 | if (! (section, attr) in cfg_attr_count) { 2024-08-29 09:25:54.994 | if (section != last_section) { 2024-08-29 09:25:54.994 | cfg_section[section_count++] = section 2024-08-29 09:25:54.994 | last_section = section 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-29 09:25:54.994 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-29 09:25:54.994 | 2024-08-29 09:25:54.994 | cfg_attr[section, attr, 0] = value 2024-08-29 09:25:54.994 | cfg_attr_count[section, attr] = 1 2024-08-29 09:25:54.994 | } else { 2024-08-29 09:25:54.994 | lno = cfg_attr_count[section, attr]++ 2024-08-29 09:25:54.994 | cfg_attr[section, attr, lno] = value 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | END { 2024-08-29 09:25:54.994 | # Process each section in order 2024-08-29 09:25:54.994 | for (sno = 0; sno < section_count; sno++) { 2024-08-29 09:25:54.994 | section = cfg_section[sno] 2024-08-29 09:25:54.994 | # The ini routines simply append a config item immediately 2024-08-29 09:25:54.994 | # after the section header. To keep the same order as defined 2024-08-29 09:25:54.994 | # in local.conf, invoke the ini routines in the reverse order 2024-08-29 09:25:54.994 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-29 09:25:54.994 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-29 09:25:54.994 | if (cfg_attr_count[section, attr] == 1) 2024-08-29 09:25:54.994 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-29 09:25:54.994 | else { 2024-08-29 09:25:54.994 | # For multiline, invoke the ini routines in the reverse order 2024-08-29 09:25:54.994 | count = cfg_attr_count[section, attr] 2024-08-29 09:25:54.994 | print "inidelete " configfile " " section " " attr 2024-08-29 09:25:54.994 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-29 09:25:54.994 | for (l = count -2; l >= 0; l--) 2024-08-29 09:25:54.994 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | } 2024-08-29 09:25:54.994 | ' 2024-08-29 09:25:54.995 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:25:54.996 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-29 09:25:54.997 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-29 09:25:54.999 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-08-29 09:25:55.001 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:25:55.003 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-08-29 09:25:55.005 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-29 09:25:55.005 | BEGIN { group = "" } 2024-08-29 09:25:55.005 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:25:55.005 | gsub("[][]", "", $1); 2024-08-29 09:25:55.005 | split($1, a, "|"); 2024-08-29 09:25:55.005 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-29 09:25:55.005 | group=a[1] 2024-08-29 09:25:55.005 | } else { 2024-08-29 09:25:55.005 | group="" 2024-08-29 09:25:55.005 | } 2024-08-29 09:25:55.005 | next 2024-08-29 09:25:55.005 | } 2024-08-29 09:25:55.005 | { 2024-08-29 09:25:55.005 | if (group != "") 2024-08-29 09:25:55.005 | print $0 2024-08-29 09:25:55.005 | } 2024-08-29 09:25:55.005 | ' /opt/stack/devstack/local.conf 2024-08-29 09:25:55.010 | + 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 09:25:55.012 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-08-29 09:25:55.012 | Skipping multi-cell conductor fleet setup 2024-08-29 09:25:55.014 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-08-29 09:25:55.029 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-08-29 09:25:55.045 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-08-29 09:25:55.047 | + lib/nova:configure_console_compute:664 : local offset 2024-08-29 09:25:55.049 | + lib/nova:configure_console_compute:665 : offset=0 2024-08-29 09:25:55.051 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-08-29 09:25:55.054 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-08-29 09:25:55.069 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-08-29 09:25:55.071 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-08-29 09:25:55.084 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:55.086 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-08-29 09:25:55.100 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:55.102 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-08-29 09:25:55.104 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-08-29 09:25:55.130 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-08-29 09:25:55.143 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:55.145 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-08-29 09:25:55.158 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:55.160 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-08-29 09:25:55.185 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-08-29 09:25:55.188 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-08-29 09:25:55.190 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-08-29 09:25:55.192 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-08-29 09:25:55.194 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-08-29 09:25:55.196 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-08-29 09:25:55.198 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-08-29 09:25:55.200 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-08-29 09:25:55.214 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:55.216 | + 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 09:25:55.219 | + functions-common:run_process:1689 : local service=n-cpu 2024-08-29 09:25:55.221 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-29 09:25:55.223 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:55.225 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:55.227 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:55.229 | + functions-common:run_process:1695 : local name=n-cpu 2024-08-29 09:25:55.231 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:55.233 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:55.235 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:55.237 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:55.240 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:55.243 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923555241 2024-08-29 09:25:55.245 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-08-29 09:25:55.259 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:55.261 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:55.263 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:55.265 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:55.267 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:55.269 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:55.272 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:55.274 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:55.276 | + functions-common:time_stop:2442 : start_time=1724923555241 2024-08-29 09:25:55.278 | + functions-common:time_stop:2444 : [[ -z 1724923555241 ]] 2024-08-29 09:25:55.280 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:55.284 | + functions-common:time_stop:2447 : end_time=1724923555282 2024-08-29 09:25:55.286 | + functions-common:time_stop:2448 : elapsed_time=41 2024-08-29 09:25:55.288 | + functions-common:time_stop:2449 : total=11213 2024-08-29 09:25:55.290 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:55.292 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11254 2024-08-29 09:25:55.294 | + 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 09:25:55.297 | + 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 09:25:55.299 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-08-29 09:25:55.313 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:55.315 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-08-29 09:25:55.315 | Dumping cells_v2 mapping 2024-08-29 09:25:55.317 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-08-29 09:25:55.722 | 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 09:25:57.065 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 09:25:57.065 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-08-29 09:25:57.065 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 09:25:57.065 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-08-29 09:25:57.065 | | cell1 | bca65862-75ca-4f42-a66a-7d4e2ff49072 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-08-29 09:25:57.065 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-29 09:25:57.420 | + stack.sh:main:1325 : async_runfunc create_flavors 2024-08-29 09:25:57.423 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-08-29 09:25:57.472 | + inc/async:async_inner:63 : create_flavors 2024-08-29 09:25:57.502 | [4304 Async create_flavors:52531]: running: create_flavors 2024-08-29 09:25:57.505 | + stack.sh:main:1327 : is_service_enabled cinder 2024-08-29 09:25:57.518 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:57.520 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2024-08-29 09:25:57.522 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:25:57.524 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2024-08-29 09:25:57.526 | + stack.sh:main:1329 : start_cinder 2024-08-29 09:25:57.529 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-08-29 09:25:57.531 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-08-29 09:25:57.533 | + lib/cinder:start_cinder:587 : local cinder_url 2024-08-29 09:25:57.535 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-08-29 09:25:57.548 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:25:57.550 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-08-29 09:25:57.552 | + 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 09:25:57.554 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-08-29 09:25:57.557 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-08-29 09:25:57.560 | + 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 09:25:57.563 | + functions-common:run_process:1689 : local service=c-api 2024-08-29 09:25:57.565 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-29 09:25:57.567 | + functions-common:run_process:1691 : local group= 2024-08-29 09:25:57.569 | + functions-common:run_process:1692 : local user= 2024-08-29 09:25:57.571 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:25:57.573 | + functions-common:run_process:1695 : local name=c-api 2024-08-29 09:25:57.575 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:25:57.577 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:25:57.579 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:57.581 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:57.584 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:57.587 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923557585 2024-08-29 09:25:57.589 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-08-29 09:25:57.602 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:25:57.604 | + 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 09:25:57.606 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-08-29 09:25:57.608 | + 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 09:25:57.610 | + 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 09:25:57.612 | + 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 09:25:57.614 | + 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 09:25:57.616 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-08-29 09:25:57.618 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-08-29 09:25:57.621 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-08-29 09:25:57.623 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:25:57.625 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:25:57.627 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:25:57.629 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:25:57.631 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-08-29 09:25:57.633 | + 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 09:25:57.635 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-08-29 09:25:57.637 | + 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 09:25:57.639 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 09:25:57.641 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 09:25:57.643 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 09:25:57.644 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-08-29 09:25:57.646 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 09:25:57.649 | + 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 09:25:57.698 | + 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 09:25:57.745 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-08-29 09:25:57.787 | + 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 09:25:57.830 | + 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 09:25:57.872 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-08-29 09:25:57.914 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-08-29 09:25:57.954 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-08-29 09:25:57.995 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-08-29 09:25:58.035 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-08-29 09:25:58.075 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 09:25:58.077 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 09:25:58.079 | + 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 09:25:58.129 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 09:25:58.362 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-08-29 09:25:58.373 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-08-29 09:25:58.615 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-08-29 09:25:58.664 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:25:58.667 | + functions-common:time_stop:2435 : local name 2024-08-29 09:25:58.669 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:25:58.671 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:25:58.672 | + functions-common:time_stop:2438 : local total 2024-08-29 09:25:58.674 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:25:58.676 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:25:58.678 | + functions-common:time_stop:2442 : start_time=1724923557585 2024-08-29 09:25:58.680 | + functions-common:time_stop:2444 : [[ -z 1724923557585 ]] 2024-08-29 09:25:58.683 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:25:58.686 | + functions-common:time_stop:2447 : end_time=1724923558684 2024-08-29 09:25:58.688 | + functions-common:time_stop:2448 : elapsed_time=1099 2024-08-29 09:25:58.690 | + functions-common:time_stop:2449 : total=11254 2024-08-29 09:25:58.692 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:25:58.694 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12353 2024-08-29 09:25:58.696 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-08-29 09:25:58.698 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-08-29 09:25:58.698 | Waiting for Cinder API to start... 2024-08-29 09:25:58.700 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-08-29 09:25:58.702 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 09:25:58.704 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-08-29 09:25:58.706 | + functions:wait_for_service:470 : local rval=0 2024-08-29 09:25:58.708 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 09:25:58.710 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 09:25:58.712 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:25:58.714 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:25:58.717 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:25:58.720 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923558718 2024-08-29 09:25:58.722 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 09:25:58.726 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-08-29 09:26:00.789 | + :: : [[ 401 == 503 ]] 2024-08-29 09:26:00.790 | + :: : [[ 0 -eq 7 ]] 2024-08-29 09:26:00.793 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 09:26:00.795 | + functions-common:time_stop:2435 : local name 2024-08-29 09:26:00.798 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:00.800 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:00.802 | + functions-common:time_stop:2438 : local total 2024-08-29 09:26:00.804 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:00.806 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 09:26:00.808 | + functions-common:time_stop:2442 : start_time=1724923558718 2024-08-29 09:26:00.810 | + functions-common:time_stop:2444 : [[ -z 1724923558718 ]] 2024-08-29 09:26:00.813 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:00.816 | + functions-common:time_stop:2447 : end_time=1724923560814 2024-08-29 09:26:00.818 | + functions-common:time_stop:2448 : elapsed_time=2096 2024-08-29 09:26:00.820 | + functions-common:time_stop:2449 : total=6350 2024-08-29 09:26:00.822 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:00.824 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8446 2024-08-29 09:26:00.826 | + functions:wait_for_service:478 : return 0 2024-08-29 09:26:00.828 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:00.830 | + functions-common:run_process:1689 : local service=c-sch 2024-08-29 09:26:00.832 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:00.834 | + functions-common:run_process:1691 : local group= 2024-08-29 09:26:00.836 | + functions-common:run_process:1692 : local user= 2024-08-29 09:26:00.838 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:26:00.840 | + functions-common:run_process:1695 : local name=c-sch 2024-08-29 09:26:00.842 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:26:00.844 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:26:00.846 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:26:00.849 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:26:00.851 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:26:00.855 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923560853 2024-08-29 09:26:00.857 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-08-29 09:26:00.871 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:00.873 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-08-29 09:26:00.875 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-08-29 09:26:00.877 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:00.880 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:00.882 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:00.884 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:00.886 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-29 09:26:00.888 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-29 09:26:00.890 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-08-29 09:26:00.892 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:26:00.894 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:26:00.896 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:26:00.898 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:26:00.900 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-29 09:26:00.902 | + 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 09:26:00.904 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-08-29 09:26:00.907 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:00.909 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:26:00.911 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:26:00.913 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-29 09:26:00.915 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:26:00.917 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:26:00.919 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-08-29 09:26:00.921 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:26:00.924 | + 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 09:26:00.974 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-08-29 09:26:01.023 | + 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 09:26:01.065 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-08-29 09:26:01.107 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-08-29 09:26:01.149 | + 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 09:26:01.190 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-29 09:26:01.192 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:26:01.194 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-08-29 09:26:01.245 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:26:01.499 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-08-29 09:26:01.509 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-08-29 09:26:01.745 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-08-29 09:26:01.779 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:26:01.781 | + functions-common:time_stop:2435 : local name 2024-08-29 09:26:01.783 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:01.785 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:01.787 | + functions-common:time_stop:2438 : local total 2024-08-29 09:26:01.789 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:01.791 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:26:01.793 | + functions-common:time_stop:2442 : start_time=1724923560853 2024-08-29 09:26:01.795 | + functions-common:time_stop:2444 : [[ -z 1724923560853 ]] 2024-08-29 09:26:01.799 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:01.801 | + functions-common:time_stop:2447 : end_time=1724923561799 2024-08-29 09:26:01.803 | + functions-common:time_stop:2448 : elapsed_time=946 2024-08-29 09:26:01.805 | + functions-common:time_stop:2449 : total=12353 2024-08-29 09:26:01.807 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:01.809 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13299 2024-08-29 09:26:01.811 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 09:26:01.813 | + 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 09:26:01.816 | + functions-common:run_process:1689 : local service=c-bak 2024-08-29 09:26:01.818 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:01.820 | + functions-common:run_process:1691 : local group= 2024-08-29 09:26:01.822 | + functions-common:run_process:1692 : local user= 2024-08-29 09:26:01.824 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 09:26:01.826 | + functions-common:run_process:1695 : local name=c-bak 2024-08-29 09:26:01.828 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:26:01.830 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:26:01.832 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:26:01.834 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:26:01.837 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:26:01.840 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923561838 2024-08-29 09:26:01.843 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-08-29 09:26:01.857 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:01.859 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:26:01.861 | + functions-common:time_stop:2435 : local name 2024-08-29 09:26:01.863 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:01.865 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:01.867 | + functions-common:time_stop:2438 : local total 2024-08-29 09:26:01.869 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:01.871 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:26:01.873 | + functions-common:time_stop:2442 : start_time=1724923561838 2024-08-29 09:26:01.875 | + functions-common:time_stop:2444 : [[ -z 1724923561838 ]] 2024-08-29 09:26:01.878 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:01.882 | + functions-common:time_stop:2447 : end_time=1724923561880 2024-08-29 09:26:01.884 | + functions-common:time_stop:2448 : elapsed_time=42 2024-08-29 09:26:01.886 | + functions-common:time_stop:2449 : total=13299 2024-08-29 09:26:01.888 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:01.890 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13341 2024-08-29 09:26:01.892 | + 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 09:26:01.894 | + functions-common:run_process:1689 : local service=c-vol 2024-08-29 09:26:01.896 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:01.898 | + functions-common:run_process:1691 : local group= 2024-08-29 09:26:01.900 | + functions-common:run_process:1692 : local user= 2024-08-29 09:26:01.902 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 09:26:01.904 | + functions-common:run_process:1695 : local name=c-vol 2024-08-29 09:26:01.906 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:26:01.908 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:26:01.910 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:26:01.913 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:26:01.915 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:26:01.919 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923561917 2024-08-29 09:26:01.921 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-08-29 09:26:01.935 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:01.937 | + 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 09:26:01.939 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-08-29 09:26:01.941 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:01.943 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:01.945 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:01.947 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:01.949 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-29 09:26:01.951 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-29 09:26:01.953 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-08-29 09:26:01.955 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:26:01.957 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:26:01.959 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:26:01.961 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-29 09:26:01.963 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-29 09:26:01.965 | + 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 09:26:01.967 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-08-29 09:26:01.969 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-29 09:26:01.971 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-29 09:26:01.973 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-29 09:26:01.975 | + 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 09:26:01.977 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-29 09:26:01.979 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-29 09:26:01.982 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-08-29 09:26:01.983 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-29 09:26:01.987 | + 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 09:26:02.037 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-08-29 09:26:02.086 | + 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 09:26:02.126 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-08-29 09:26:02.168 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-08-29 09:26:02.210 | + 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 09:26:02.253 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-08-29 09:26:02.254 | + 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 09:26:02.297 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-29 09:26:02.299 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-08-29 09:26:02.350 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-29 09:26:02.600 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-08-29 09:26:02.610 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-08-29 09:26:02.870 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-08-29 09:26:02.902 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:26:02.905 | + functions-common:time_stop:2435 : local name 2024-08-29 09:26:02.907 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:02.909 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:02.911 | + functions-common:time_stop:2438 : local total 2024-08-29 09:26:02.913 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:02.915 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:26:02.917 | + functions-common:time_stop:2442 : start_time=1724923561917 2024-08-29 09:26:02.919 | + functions-common:time_stop:2444 : [[ -z 1724923561917 ]] 2024-08-29 09:26:02.922 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:02.925 | + functions-common:time_stop:2447 : end_time=1724923562923 2024-08-29 09:26:02.927 | + functions-common:time_stop:2448 : elapsed_time=1006 2024-08-29 09:26:02.929 | + functions-common:time_stop:2449 : total=13341 2024-08-29 09:26:02.931 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:02.933 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14347 2024-08-29 09:26:02.935 | + stack.sh:main:1330 : create_volume_types 2024-08-29 09:26:02.938 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-08-29 09:26:02.952 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:02.954 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-08-29 09:26:02.956 | + lib/cinder:create_volume_types:674 : local be be_name 2024-08-29 09:26:02.958 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-29 09:26:02.961 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-08-29 09:26:02.963 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-08-29 09:26:02.965 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-08-29 09:26:02.967 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-08-29 09:26:02.969 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-08-29 09:26:02.971 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-08-29 09:26:02.985 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:02.987 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-08-29 09:26:04.804 | +-------------+--------------------------------------+ 2024-08-29 09:26:04.804 | | Field | Value | 2024-08-29 09:26:04.804 | +-------------+--------------------------------------+ 2024-08-29 09:26:04.804 | | description | None | 2024-08-29 09:26:04.804 | | id | bf3c8040-abb4-4d35-a719-955b6c5941a3 | 2024-08-29 09:26:04.804 | | is_public | True | 2024-08-29 09:26:04.804 | | name | vsphere | 2024-08-29 09:26:04.804 | | properties | volume_backend_name='vsphere' | 2024-08-29 09:26:04.804 | +-------------+--------------------------------------+ 2024-08-29 09:26:04.941 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-08-29 09:26:04.943 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-08-29 09:26:04.946 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2024-08-29 09:26:04.948 | + stack.sh:main:1343 : is_service_enabled glance 2024-08-29 09:26:04.963 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:04.965 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2024-08-29 09:26:04.968 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:26:04.970 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2024-08-29 09:26:04.972 | + stack.sh:main:1345 : start_glance 2024-08-29 09:26:04.974 | + lib/glance:start_glance:606 : local service_protocol=http 2024-08-29 09:26:04.976 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-08-29 09:26:04.990 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:04.992 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-08-29 09:26:04.995 | ++ lib/glance:start_glance:614 : which uwsgi 2024-08-29 09:26:04.999 | + 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 09:26:05.001 | + functions-common:run_process:1689 : local service=g-api 2024-08-29 09:26:05.003 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 09:26:05.005 | + functions-common:run_process:1691 : local group= 2024-08-29 09:26:05.007 | + functions-common:run_process:1692 : local user= 2024-08-29 09:26:05.009 | + functions-common:run_process:1693 : local env_vars= 2024-08-29 09:26:05.011 | + functions-common:run_process:1695 : local name=g-api 2024-08-29 09:26:05.013 | + functions-common:run_process:1697 : time_start run_process 2024-08-29 09:26:05.015 | + functions-common:time_start:2421 : local name=run_process 2024-08-29 09:26:05.017 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:26:05.019 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:26:05.022 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:26:05.026 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923565023 2024-08-29 09:26:05.028 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-08-29 09:26:05.042 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:05.044 | + 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 09:26:05.046 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-08-29 09:26:05.048 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 09:26:05.050 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 09:26:05.053 | + 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 09:26:05.055 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-29 09:26:05.057 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-08-29 09:26:05.059 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-08-29 09:26:05.061 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-08-29 09:26:05.064 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-29 09:26:05.066 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-29 09:26:05.068 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-29 09:26:05.070 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-29 09:26:05.072 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-08-29 09:26:05.074 | + 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 09:26:05.077 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-08-29 09:26:05.079 | + 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 09:26:05.081 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-29 09:26:05.083 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-29 09:26:05.084 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-29 09:26:05.086 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-08-29 09:26:05.088 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-29 09:26:05.092 | + 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 09:26:05.143 | + 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 09:26:05.195 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-08-29 09:26:05.238 | + 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 09:26:05.283 | + 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 09:26:05.326 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-08-29 09:26:05.368 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-08-29 09:26:05.410 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-08-29 09:26:05.454 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-08-29 09:26:05.499 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-08-29 09:26:05.545 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-29 09:26:05.548 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-29 09:26:05.550 | + 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 09:26:05.602 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-29 09:26:05.862 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-08-29 09:26:05.872 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-08-29 09:26:06.109 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-08-29 09:26:06.170 | + functions-common:run_process:1701 : time_stop run_process 2024-08-29 09:26:06.173 | + functions-common:time_stop:2435 : local name 2024-08-29 09:26:06.175 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:06.180 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:06.182 | + functions-common:time_stop:2438 : local total 2024-08-29 09:26:06.184 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:06.188 | + functions-common:time_stop:2441 : name=run_process 2024-08-29 09:26:06.192 | + functions-common:time_stop:2442 : start_time=1724923565023 2024-08-29 09:26:06.194 | + functions-common:time_stop:2444 : [[ -z 1724923565023 ]] 2024-08-29 09:26:06.198 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:06.202 | + functions-common:time_stop:2447 : end_time=1724923566200 2024-08-29 09:26:06.204 | + functions-common:time_stop:2448 : elapsed_time=1177 2024-08-29 09:26:06.208 | + functions-common:time_stop:2449 : total=14347 2024-08-29 09:26:06.212 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:06.215 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15524 2024-08-29 09:26:06.217 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-08-29 09:26:06.232 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:06.234 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-08-29 09:26:06.234 | Waiting for g-api (10.180.1.21) to start... 2024-08-29 09:26:06.236 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-08-29 09:26:06.238 | + functions:wait_for_service:468 : local timeout=60 2024-08-29 09:26:06.240 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-08-29 09:26:06.242 | + functions:wait_for_service:470 : local rval=0 2024-08-29 09:26:06.244 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-29 09:26:06.246 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-29 09:26:06.248 | + functions-common:time_start:2422 : local start_time= 2024-08-29 09:26:06.250 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:26:06.252 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:26:06.256 | + functions-common:time_start:2426 : _TIME_START[$name]=1724923566254 2024-08-29 09:26:06.258 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-29 09:26:06.261 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-08-29 09:26:08.259 | + :: : [[ 300 == 503 ]] 2024-08-29 09:26:08.260 | + :: : [[ 0 -eq 7 ]] 2024-08-29 09:26:08.262 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-29 09:26:08.264 | + functions-common:time_stop:2435 : local name 2024-08-29 09:26:08.266 | + functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:08.268 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:08.270 | + functions-common:time_stop:2438 : local total 2024-08-29 09:26:08.272 | + functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:08.274 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-29 09:26:08.276 | + functions-common:time_stop:2442 : start_time=1724923566254 2024-08-29 09:26:08.278 | + functions-common:time_stop:2444 : [[ -z 1724923566254 ]] 2024-08-29 09:26:08.281 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:08.284 | + functions-common:time_stop:2447 : end_time=1724923568282 2024-08-29 09:26:08.286 | + functions-common:time_stop:2448 : elapsed_time=2028 2024-08-29 09:26:08.288 | + functions-common:time_stop:2449 : total=8446 2024-08-29 09:26:08.290 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:08.292 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10474 2024-08-29 09:26:08.293 | + functions:wait_for_service:478 : return 0 2024-08-29 09:26:08.296 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2024-08-29 09:26:08.311 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:08.313 | + stack.sh:main:1359 : is_service_enabled glance 2024-08-29 09:26:08.327 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:08.329 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2024-08-29 09:26:08.331 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:26:08.333 | + stack.sh:echo_summary:455 : echo -e Uploading images 2024-08-29 09:26:08.335 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2024-08-29 09:26:08.337 | + 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 09:26:08.339 | + 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 09:26:08.340 | + functions:upload_image:134 : local image image_fname image_name 2024-08-29 09:26:08.342 | + functions:upload_image:136 : local max_attempts=5 2024-08-29 09:26:08.344 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-08-29 09:26:08.347 | ++ 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 09:26:08.350 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 09:26:08.352 | + 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 09:26:08.354 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-08-29 09:26:08.356 | ++ functions:upload_image:144 : seq 5 2024-08-29 09:26:08.359 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-08-29 09:26:08.361 | + functions:upload_image:145 : local rc=0 2024-08-29 09:26:08.363 | + 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 09:26:08.365 | --2024-08-29 09:26:08-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-08-29 09:26:08.371 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-29 09:26:08.372 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-29 09:26:08.400 | HTTP request sent, awaiting response... 200 OK 2024-08-29 09:26:08.400 | Length: 21318656 (20M) [application/octet-stream] 2024-08-29 09:26:08.400 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-08-29 09:26:08.431 | 2024-08-29 09:26:08.547 | 0K ........ ........ .... 100% 138M=0.1s 2024-08-29 09:26:08.547 | 2024-08-29 09:26:08.547 | 2024-08-29 09:26:08 (138 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-08-29 09:26:08.547 | 2024-08-29 09:26:08.551 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-08-29 09:26:08.553 | + functions:upload_image:155 : break 2024-08-29 09:26:08.555 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 09:26:08.557 | + 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 09:26:08.559 | + 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 09:26:08.561 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 09:26:08.562 | + functions:upload_image:194 : local vmdk_disktype= 2024-08-29 09:26:08.564 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-08-29 09:26:08.566 | + functions:upload_image:196 : local path_len 2024-08-29 09:26:08.567 | + functions:upload_image:199 : local vmdk_adapter_type 2024-08-29 09:26:08.571 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 09:26:08.571 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 09:26:08.574 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-08-29 09:26:08.576 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-08-29 09:26:08.578 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-08-29 09:26:08.579 | + functions:upload_image:205 : local vmdk_create_type 2024-08-29 09:26:08.582 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 09:26:08.582 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 09:26:08.586 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-08-29 09:26:08.588 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-08-29 09:26:08.590 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-08-29 09:26:08.591 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-08-29 09:26:08.593 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-08-29 09:26:08.595 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-08-29 09:26:08.596 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-08-29 09:26:08.598 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-08-29 09:26:08.600 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-08-29 09:26:08.602 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 09:26:08.602 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-08-29 09:26:08.606 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-08-29 09:26:08.608 | + functions:upload_image:284 : IFS=':;' 2024-08-29 09:26:08.610 | + functions:upload_image:284 : read -a props 2024-08-29 09:26:08.612 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-08-29 09:26:08.614 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-08-29 09:26:08.616 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-08-29 09:26:08.618 | + 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 09:26:08.619 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-29 09:26:08.621 | + functions:_upload_image:105 : shift 2024-08-29 09:26:08.623 | + functions:_upload_image:106 : local container=bare 2024-08-29 09:26:08.624 | + functions:_upload_image:107 : shift 2024-08-29 09:26:08.626 | + functions:_upload_image:108 : local disk=vmdk 2024-08-29 09:26:08.628 | + functions:_upload_image:109 : shift 2024-08-29 09:26:08.630 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-29 09:26:08.632 | + functions:_upload_image:111 : shift 2024-08-29 09:26:08.633 | + functions:_upload_image:112 : local properties 2024-08-29 09:26:08.635 | + functions:_upload_image:113 : local useimport 2024-08-29 09:26:08.637 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-29 09:26:08.639 | ++ functions:_image_properties_to_arg:87 : local result= 2024-08-29 09:26:08.641 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 09:26:08.642 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-08-29 09:26:08.644 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 09:26:08.646 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-08-29 09:26:08.647 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-29 09:26:08.649 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-08-29 09:26:08.651 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-29 09:26:08.653 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-08-29 09:26:08.655 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-08-29 09:26:08.657 | + 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 09:26:11.489 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 09:26:11.489 | | Field | Value | 2024-08-29 09:26:11.489 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 09:26:11.489 | | container_format | bare | 2024-08-29 09:26:11.489 | | created_at | 2024-08-29T09:26:10Z | 2024-08-29 09:26:11.489 | | disk_format | vmdk | 2024-08-29 09:26:11.489 | | file | /v2/images/4fd168e5-e2bb-43a8-ae1d-faf2b0af1513/file | 2024-08-29 09:26:11.489 | | id | 4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 | 2024-08-29 09:26:11.489 | | min_disk | 0 | 2024-08-29 09:26:11.489 | | min_ram | 0 | 2024-08-29 09:26:11.489 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-08-29 09:26:11.489 | | owner | 503b6a0b2d1b4b17a6f5d963cdb1f9ea | 2024-08-29 09:26:11.489 | | 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 09:26:11.489 | | protected | False | 2024-08-29 09:26:11.489 | | schema | /v2/schemas/image | 2024-08-29 09:26:11.489 | | status | queued | 2024-08-29 09:26:11.489 | | tags | | 2024-08-29 09:26:11.489 | | updated_at | 2024-08-29T09:26:10Z | 2024-08-29 09:26:11.489 | | visibility | public | 2024-08-29 09:26:11.489 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-29 09:26:11.625 | + functions:upload_image:291 : return 2024-08-29 09:26:11.627 | + stack.sh:main:1367 : async_wait create_flavors 2024-08-29 09:26:11.666 | [4304 Async create_flavors:52531]: Waiting for completion of create_flavors running on PID 52531 (2 other jobs running) 2024-08-29 09:26:11.686 | [4304 Async create_flavors:52531]: Signaling child to exit 2024-08-29 09:26:13.301 | + inc/async:async_inner:64 : rc=0 2024-08-29 09:26:13.320 | [52531 Async create_flavors:52531]: finished successfully 2024-08-29 09:26:13.337 | WAKEUP 2024-08-29 09:26:13.355 | [4304 Async create_flavors:52531]: Signaled 2024-08-29 09:26:13.356 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-08-29 09:26:13.356 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:13.356 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-08-29 09:26:13.356 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-08-29 09:26:13.356 | + 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 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | Field | Value | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.356 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.356 | | description | None | 2024-08-29 09:26:13.356 | | disk | 1 | 2024-08-29 09:26:13.356 | | id | c1 | 2024-08-29 09:26:13.356 | | name | cirros256 | 2024-08-29 09:26:13.356 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.356 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.356 | | ram | 256 | 2024-08-29 09:26:13.356 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.356 | | swap | | 2024-08-29 09:26:13.356 | | vcpus | 1 | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | + 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 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | Field | Value | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.356 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.356 | | description | None | 2024-08-29 09:26:13.356 | | disk | 5 | 2024-08-29 09:26:13.356 | | id | d1 | 2024-08-29 09:26:13.356 | | name | ds512M | 2024-08-29 09:26:13.356 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.356 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.356 | | ram | 512 | 2024-08-29 09:26:13.356 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.356 | | swap | | 2024-08-29 09:26:13.356 | | vcpus | 1 | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | + 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 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | Field | Value | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.356 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.356 | | description | None | 2024-08-29 09:26:13.356 | | disk | 10 | 2024-08-29 09:26:13.356 | | id | d2 | 2024-08-29 09:26:13.356 | | name | ds1G | 2024-08-29 09:26:13.356 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.356 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.356 | | ram | 1024 | 2024-08-29 09:26:13.356 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.356 | | swap | | 2024-08-29 09:26:13.356 | | vcpus | 1 | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | + 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 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | Field | Value | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.356 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.356 | | description | None | 2024-08-29 09:26:13.356 | | disk | 10 | 2024-08-29 09:26:13.356 | | id | d3 | 2024-08-29 09:26:13.356 | | name | ds2G | 2024-08-29 09:26:13.356 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.356 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.356 | | ram | 2048 | 2024-08-29 09:26:13.356 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.356 | | swap | | 2024-08-29 09:26:13.356 | | vcpus | 2 | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | + 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 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | Field | Value | 2024-08-29 09:26:13.356 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.356 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.356 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.356 | | description | None | 2024-08-29 09:26:13.356 | | disk | 20 | 2024-08-29 09:26:13.357 | | id | d4 | 2024-08-29 09:26:13.357 | | name | ds4G | 2024-08-29 09:26:13.357 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.357 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.357 | | ram | 4096 | 2024-08-29 09:26:13.357 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.357 | | swap | | 2024-08-29 09:26:13.357 | | vcpus | 4 | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-08-29 09:26:13.357 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-08-29 09:26:13.357 | + 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 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | Field | Value | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.357 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.357 | | description | None | 2024-08-29 09:26:13.357 | | disk | 1 | 2024-08-29 09:26:13.357 | | id | 1 | 2024-08-29 09:26:13.357 | | name | m1.tiny | 2024-08-29 09:26:13.357 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.357 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.357 | | ram | 512 | 2024-08-29 09:26:13.357 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.357 | | swap | | 2024-08-29 09:26:13.357 | | vcpus | 1 | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | + 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 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | Field | Value | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.357 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.357 | | description | None | 2024-08-29 09:26:13.357 | | disk | 20 | 2024-08-29 09:26:13.357 | | id | 2 | 2024-08-29 09:26:13.357 | | name | m1.small | 2024-08-29 09:26:13.357 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.357 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.357 | | ram | 2048 | 2024-08-29 09:26:13.357 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.357 | | swap | | 2024-08-29 09:26:13.357 | | vcpus | 1 | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | + 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 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | Field | Value | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.357 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.357 | | description | None | 2024-08-29 09:26:13.357 | | disk | 40 | 2024-08-29 09:26:13.357 | | id | 3 | 2024-08-29 09:26:13.357 | | name | m1.medium | 2024-08-29 09:26:13.357 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.357 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.357 | | ram | 4096 | 2024-08-29 09:26:13.357 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.357 | | swap | | 2024-08-29 09:26:13.357 | | vcpus | 2 | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | + 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 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | Field | Value | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.357 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.357 | | description | None | 2024-08-29 09:26:13.357 | | disk | 80 | 2024-08-29 09:26:13.357 | | id | 4 | 2024-08-29 09:26:13.357 | | name | m1.large | 2024-08-29 09:26:13.357 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.357 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.357 | | ram | 8192 | 2024-08-29 09:26:13.357 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.357 | | swap | | 2024-08-29 09:26:13.357 | | vcpus | 4 | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | + 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 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | Field | Value | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.357 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:13.357 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:13.357 | | description | None | 2024-08-29 09:26:13.357 | | disk | 160 | 2024-08-29 09:26:13.357 | | id | 5 | 2024-08-29 09:26:13.357 | | name | m1.xlarge | 2024-08-29 09:26:13.357 | | os-flavor-access:is_public | True | 2024-08-29 09:26:13.357 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:13.357 | | ram | 16384 | 2024-08-29 09:26:13.357 | | rxtx_factor | 1.0 | 2024-08-29 09:26:13.357 | | swap | | 2024-08-29 09:26:13.357 | | vcpus | 8 | 2024-08-29 09:26:13.357 | +----------------------------+-----------------------+ 2024-08-29 09:26:13.389 | [4304 Async create_flavors:52531]: finished create_flavors with result 0 in 15 seconds 2024-08-29 09:26:13.392 | + inc/async:async_wait:197 : return 0 2024-08-29 09:26:13.394 | + stack.sh:main:1369 : is_service_enabled horizon 2024-08-29 09:26:13.408 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:13.410 | + stack.sh:main:1383 : is_service_enabled nova 2024-08-29 09:26:13.423 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:13.426 | + stack.sh:main:1383 : is_service_enabled keystone 2024-08-29 09:26:13.440 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:13.443 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-08-29 09:26:13.444 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-29 09:26:13.447 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-29 09:26:13.450 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-08-29 09:26:13.451 | ++ 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 09:26:13.454 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-08-29 09:26:13.455 | + 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 09:26:13.456 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-08-29 09:26:13.457 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-08-29 09:26:13.458 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-08-29 09:26:13.459 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-08-29 09:26:13.460 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-08-29 09:26:13.461 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-08-29 09:26:13.462 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-08-29 09:26:13.463 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-08-29 09:26:13.464 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-08-29 09:26:13.465 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 09:26:13.466 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-08-29 09:26:13.467 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 09:26:13.468 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-08-29 09:26:13.469 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 09:26:13.470 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-08-29 09:26:13.471 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 09:26:13.472 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-08-29 09:26:13.473 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 09:26:13.474 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-08-29 09:26:13.475 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-08-29 09:26:13.476 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 09:26:13.477 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-08-29 09:26:13.478 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 09:26:13.479 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-08-29 09:26:13.480 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-08-29 09:26:13.481 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-08-29 09:26:13.482 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-29 09:26:13.483 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-08-29 09:26:13.484 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-29 09:26:13.485 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-08-29 09:26:13.486 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-08-29 09:26:13.487 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-08-29 09:26:13.488 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-08-29 09:26:13.489 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-08-29 09:26:13.490 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-08-29 09:26:13.491 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-08-29 09:26:13.492 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-08-29 09:26:13.493 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-08-29 09:26:13.494 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-08-29 09:26:13.495 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-08-29 09:26:13.496 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-08-29 09:26:13.497 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-29 09:26:13.498 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-29 09:26:13.499 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-08-29 09:26:13.500 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-08-29 09:26:13.501 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-08-29 09:26:13.502 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-08-29 09:26:13.503 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-08-29 09:26:13.505 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-08-29 09:26:13.506 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-08-29 09:26:13.507 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-08-29 09:26:13.509 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-08-29 09:26:13.509 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-08-29 09:26:13.509 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-08-29 09:26:13.510 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-08-29 09:26:13.510 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-08-29 09:26:14.421 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-08-29 09:26:14.422 | 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 09:26:14.530 | + stack.sh:main:1395 : save_stackenv 2024-08-29 09:26:14.532 | + functions-common:save_stackenv:60 : local tag= 2024-08-29 09:26:14.535 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-29 09:26:14.538 | + functions-common:save_stackenv:62 : time_stamp=2024-08-29-092614 2024-08-29 09:26:14.540 | + functions-common:save_stackenv:63 : echo '# 2024-08-29-092614 ' 2024-08-29 09:26:14.543 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.545 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-29 09:26:14.547 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.549 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-29 09:26:14.551 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.553 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-29 09:26:14.555 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.557 | + 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 09:26:14.559 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.561 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-29 09:26:14.563 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.565 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-29 09:26:14.567 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.569 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-29-091858 2024-08-29 09:26:14.572 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.574 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-29 09:26:14.576 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.578 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-29 09:26:14.580 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.582 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-29 09:26:14.584 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.586 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-29 09:26:14.588 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.590 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-29 09:26:14.592 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.593 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-29 09:26:14.595 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.597 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-29 09:26:14.599 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-29 09:26:14.601 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-29 09:26:14.603 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2024-08-29 09:26:14.605 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 09:26:14.607 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 09:26:14.609 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-08-29 09:26:14.611 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:26:14.614 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 09:26:14.617 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 09:26:14.620 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-08-29 09:26:14.623 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:26:14.625 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-08-29 09:26:14.627 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:26:14.630 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-08-29 09:26:14.630 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:26:14.630 | gsub("[][]", "", $1); 2024-08-29 09:26:14.630 | split($1, a, "|"); 2024-08-29 09:26:14.630 | if (a[1] == matchgroup) 2024-08-29 09:26:14.630 | print a[2] 2024-08-29 09:26:14.630 | } 2024-08-29 09:26:14.630 | ' /opt/stack/devstack/local.conf 2024-08-29 09:26:14.635 | + stack.sh:main:1413 : run_phase stack extra 2024-08-29 09:26:14.637 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 09:26:14.640 | + functions-common:run_phase:1864 : local phase=extra 2024-08-29 09:26:14.642 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 09:26:14.643 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 09:26:14.646 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 09:26:14.648 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 09:26:14.650 | + functions-common:run_phase:1873 : local extra 2024-08-29 09:26:14.653 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 09:26:14.656 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 09:26:14.658 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 09:26:14.660 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 09:26:14.663 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-08-29 09:26:14.665 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 09:26:14.678 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:14.680 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:26:14.682 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:14.684 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-29 09:26:14.686 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:14.688 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 09:26:14.690 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:14.692 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-08-29 09:26:14.695 | ++ extras.d/80-tempest.sh:source:15 : : 2024-08-29 09:26:14.696 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 09:26:14.698 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 09:26:14.701 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:26:14.703 | + 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 09:26:14.705 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-08-29 09:26:14.707 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 09:26:14.709 | + functions-common:run_plugins:1850 : local phase=extra 2024-08-29 09:26:14.711 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 09:26:14.713 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 09:26:14.715 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 09:26:14.717 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 09:26:14.719 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 09:26:14.721 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-08-29 09:26:14.724 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:26:14.726 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:14.728 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-29 09:26:14.730 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:14.732 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 09:26:14.734 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:14.736 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-08-29 09:26:14.738 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-08-29 09:26:14.740 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:26:14.742 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2024-08-29 09:26:14.744 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-08-29 09:26:14.746 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 09:26:14.748 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 09:26:14.750 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-08-29 09:26:14.752 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:26:14.754 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 09:26:14.756 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 09:26:14.759 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-08-29 09:26:14.761 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:26:14.763 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-08-29 09:26:14.765 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:26:14.767 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-08-29 09:26:14.767 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:26:14.767 | gsub("[][]", "", $1); 2024-08-29 09:26:14.767 | split($1, a, "|"); 2024-08-29 09:26:14.767 | if (a[1] == matchgroup) 2024-08-29 09:26:14.767 | print a[2] 2024-08-29 09:26:14.767 | } 2024-08-29 09:26:14.767 | ' /opt/stack/devstack/local.conf 2024-08-29 09:26:14.772 | + stack.sh:main:1430 : is_service_enabled n-cpu 2024-08-29 09:26:14.786 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:14.788 | + stack.sh:main:1435 : service_check 2024-08-29 09:26:14.790 | + functions-common:service_check:1728 : local service 2024-08-29 09:26:14.792 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:14.794 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-08-29 09:26:14.804 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-08-29 09:26:14.806 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:14.808 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-08-29 09:26:14.818 | enabled 2024-08-29 09:26:14.821 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-08-29 09:26:14.842 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-08-29 09:26:14.843 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-08-29 09:26:14.843 | Active: active (running) since Thu 2024-08-29 09:25:17 UTC; 56s ago 2024-08-29 09:26:14.843 | Main PID: 46094 (uwsgi) 2024-08-29 09:26:14.843 | Status: "uWSGI is ready" 2024-08-29 09:26:14.843 | Tasks: 3 (limit: 19126) 2024-08-29 09:26:14.843 | Memory: 238.7M 2024-08-29 09:26:14.843 | CPU: 6.112s 2024-08-29 09:26:14.843 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-08-29 09:26:14.843 | ├─46094 "nova-apiuWSGI master" 2024-08-29 09:26:14.843 | ├─46095 "nova-apiuWSGI worker 1" 2024-08-29 09:26:14.843 | └─46096 "nova-apiuWSGI worker 2" 2024-08-29 09:26:14.843 | 2024-08-29 09:26:14.843 | Aug 29 09:26:11 devstack devstack@n-api.service[46096]: [pid: 46096|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Aug 29 09:26:11 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-29 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46095]: DEBUG nova.api.openstack.wsgi [None req-f9e5aa01-938b-487e-9139-755af4287357 admin admin] Calling method '>' {{(pid=46095) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-08-29 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46095]: INFO nova.api.openstack.requestlog [None req-f9e5aa01-938b-487e-9139-755af4287357 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000889 2024-08-29 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46095]: [pid: 46095|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Aug 29 09:26:13 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 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46096]: DEBUG nova.api.openstack.wsgi [None req-27611359-5cdc-471a-bc8a-1b2b9fd7e363 admin admin] Action: 'create', calling method: >, body: {"flavor": {"id": "5", "name": "m1.xlarge", "os-flavor-access:is_public": true, "disk": 160, "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "ram": 16384, "vcpus": 8, "swap": 0}} {{(pid=46096) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-29 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46096]: INFO nova.api.openstack.requestlog [None req-27611359-5cdc-471a-bc8a-1b2b9fd7e363 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035893 2024-08-29 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46096]: [pid: 46096|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Aug 29 09:26:13 2024] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-08-29 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46095]: DEBUG nova.api.openstack.wsgi [None req-7b500aea-bd84-4f55-94b7-a9a29879028a admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46095) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-29 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46095]: INFO nova.api.openstack.requestlog [None req-7b500aea-bd84-4f55-94b7-a9a29879028a admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015646 2024-08-29 09:26:14.843 | Aug 29 09:26:13 devstack devstack@n-api.service[46095]: [pid: 46095|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Aug 29 09:26:13 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 09:26:14.846 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:14.848 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-08-29 09:26:14.857 | enabled 2024-08-29 09:26:14.860 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-08-29 09:26:14.871 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-08-29 09:26:14.872 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-08-29 09:26:14.872 | Active: active (running) since Thu 2024-08-29 09:25:54 UTC; 19s ago 2024-08-29 09:26:14.872 | Main PID: 52058 (nova-conductor) 2024-08-29 09:26:14.872 | Tasks: 3 (limit: 19126) 2024-08-29 09:26:14.872 | Memory: 148.1M 2024-08-29 09:26:14.872 | CPU: 2.098s 2024-08-29 09:26:14.872 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-08-29 09:26:14.872 | ├─52058 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 09:26:14.872 | ├─52477 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 09:26:14.872 | └─52478 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-29 09:26:14.872 | 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_limit.split_loggers = False {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_limit.status_code_retries = None {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_limit.status_code_retry_delay = None {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_limit.timeout = None {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_limit.valid_interfaces = None {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_limit.version = None {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_reports.file_event_handler = None {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] oslo_reports.log_dir = None {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.872 | Aug 29 09:25:56 devstack nova-conductor[52058]: DEBUG oslo_service.service [None req-da51c9c6-b5ff-4663-bfaf-9509f093b1f0 None None] ******************************************************************************** {{(pid=52058) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 09:26:14.874 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:14.876 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-08-29 09:26:14.885 | enabled 2024-08-29 09:26:14.888 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-08-29 09:26:14.900 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-08-29 09:26:14.900 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-08-29 09:26:14.900 | Active: active (running) since Thu 2024-08-29 09:25:52 UTC; 22s ago 2024-08-29 09:26:14.900 | Main PID: 50822 (nova-scheduler) 2024-08-29 09:26:14.900 | Tasks: 3 (limit: 19126) 2024-08-29 09:26:14.900 | Memory: 147.4M 2024-08-29 09:26:14.900 | CPU: 2.121s 2024-08-29 09:26:14.900 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-08-29 09:26:14.900 | ├─50822 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 09:26:14.900 | ├─51845 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 09:26:14.900 | └─51851 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-29 09:26:14.900 | 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_limit.split_loggers = False {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_limit.status_code_retries = None {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_limit.status_code_retry_delay = None {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_limit.timeout = None {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_limit.valid_interfaces = None {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_limit.version = None {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_reports.file_event_handler = None {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] oslo_reports.log_dir = None {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:14.900 | Aug 29 09:25:54 devstack nova-scheduler[50822]: DEBUG oslo_service.service [None req-664c4f36-a2ad-4aa0-9937-ab81e45b1fd7 None None] ******************************************************************************** {{(pid=50822) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 09:26:14.903 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:14.905 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-08-29 09:26:14.914 | enabled 2024-08-29 09:26:14.917 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-08-29 09:26:14.928 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-08-29 09:26:14.928 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-08-29 09:26:14.928 | Active: active (running) since Thu 2024-08-29 09:25:53 UTC; 21s ago 2024-08-29 09:26:14.928 | Main PID: 51389 (uwsgi) 2024-08-29 09:26:14.928 | Status: "uWSGI is ready" 2024-08-29 09:26:14.928 | Tasks: 4 (limit: 19126) 2024-08-29 09:26:14.928 | Memory: 201.5M 2024-08-29 09:26:14.928 | CPU: 4.109s 2024-08-29 09:26:14.928 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-08-29 09:26:14.928 | ├─51389 "nova-api-metauWSGI master" 2024-08-29 09:26:14.928 | ├─51390 "nova-api-metauWSGI worker 1" 2024-08-29 09:26:14.928 | ├─51391 "nova-api-metauWSGI worker 2" 2024-08-29 09:26:14.928 | └─51392 "nova-api-metauWSGI http 1" 2024-08-29 09:26:14.928 | 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51391]: DEBUG oslo_concurrency.lockutils [None req-9ee2f584-151c-4a42-b2a0-6c0c0e5b02c3 None None] Lock "bca65862-75ca-4f42-a66a-7d4e2ff49072" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=51391) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51391]: DEBUG oslo_concurrency.lockutils [None req-9ee2f584-151c-4a42-b2a0-6c0c0e5b02c3 None None] Lock "bca65862-75ca-4f42-a66a-7d4e2ff49072" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=51391) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51391]: DEBUG oslo_db.sqlalchemy.engines [None req-9ee2f584-151c-4a42-b2a0-6c0c0e5b02c3 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=51391) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51391]: DEBUG oslo_db.sqlalchemy.engines [None req-9ee2f584-151c-4a42-b2a0-6c0c0e5b02c3 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=51391) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51390]: DEBUG oslo_db.sqlalchemy.engines [None req-d26d4284-13fd-4861-8693-a758235750ba 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=51390) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51391]: DEBUG oslo_db.sqlalchemy.engines [None req-9ee2f584-151c-4a42-b2a0-6c0c0e5b02c3 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=51391) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51390]: WARNING nova.api.metadata.handler [None req-d26d4284-13fd-4861-8693-a758235750ba None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51390]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5d226232bf10 pid: 51390 (default app) 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51391]: WARNING nova.api.metadata.handler [None req-9ee2f584-151c-4a42-b2a0-6c0c0e5b02c3 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-29 09:26:14.928 | Aug 29 09:25:55 devstack devstack@n-api-meta.service[51391]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5d226232bf10 pid: 51391 (default app) 2024-08-29 09:26:14.931 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:14.933 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-08-29 09:26:14.942 | enabled 2024-08-29 09:26:14.945 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-08-29 09:26:14.956 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-08-29 09:26:14.956 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-08-29 09:26:14.956 | Active: active (running) since Thu 2024-08-29 09:25:26 UTC; 48s ago 2024-08-29 09:26:14.956 | Main PID: 47433 (uwsgi) 2024-08-29 09:26:14.956 | Status: "uWSGI is ready" 2024-08-29 09:26:14.956 | Tasks: 3 (limit: 19126) 2024-08-29 09:26:14.956 | Memory: 146.2M 2024-08-29 09:26:14.956 | CPU: 2.586s 2024-08-29 09:26:14.956 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-08-29 09:26:14.956 | ├─47433 "placementuWSGI master" 2024-08-29 09:26:14.956 | ├─47452 "placementuWSGI worker 1" 2024-08-29 09:26:14.956 | └─47453 "placementuWSGI worker 2" 2024-08-29 09:26:14.956 | 2024-08-29 09:26:14.956 | Aug 29 09:25:27 devstack devstack@placement-api.service[47453]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47453) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-08-29 09:26:14.956 | Aug 29 09:25:27 devstack devstack@placement-api.service[47453]: WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x637fb889b990 pid: 47453 (default app) 2024-08-29 09:26:14.956 | Aug 29 09:25:27 devstack devstack@placement-api.service[47452]: INFO placement.requestlog [None req-e7deb920-1ee8-4f0b-8e38-a0b8e1274939 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-29 09:26:14.956 | Aug 29 09:25:27 devstack devstack@placement-api.service[47452]: [pid: 47452|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Thu Aug 29 09:25:27 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-29 09:26:14.956 | Aug 29 09:25:54 devstack devstack@placement-api.service[47453]: DEBUG placement.requestlog [None req-6e2fc85d-ffe7-4fd5-99ac-b38cfa48843f None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47453) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-29 09:26:14.956 | Aug 29 09:25:54 devstack devstack@placement-api.service[47453]: INFO placement.requestlog [None req-6e2fc85d-ffe7-4fd5-99ac-b38cfa48843f None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-29 09:26:14.956 | Aug 29 09:25:54 devstack devstack@placement-api.service[47453]: [pid: 47453|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Aug 29 09:25:54 2024] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-29 09:26:14.956 | Aug 29 09:25:56 devstack devstack@placement-api.service[47452]: DEBUG placement.requestlog [None req-5d50120d-da31-4055-965b-31a583d587bf None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47452) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-29 09:26:14.957 | Aug 29 09:25:56 devstack devstack@placement-api.service[47452]: INFO placement.requestlog [None req-5d50120d-da31-4055-965b-31a583d587bf None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-29 09:26:14.957 | Aug 29 09:25:56 devstack devstack@placement-api.service[47452]: [pid: 47452|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Aug 29 09:25:56 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-29 09:26:14.959 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:14.961 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-08-29 09:26:14.969 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-08-29 09:26:14.972 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:14.974 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-08-29 09:26:14.983 | enabled 2024-08-29 09:26:14.986 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-08-29 09:26:14.997 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-08-29 09:26:14.997 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-08-29 09:26:14.997 | Active: active (running) since Thu 2024-08-29 09:26:06 UTC; 8s ago 2024-08-29 09:26:14.997 | Main PID: 54771 (uwsgi) 2024-08-29 09:26:14.997 | Status: "uWSGI is ready" 2024-08-29 09:26:14.997 | Tasks: 7 (limit: 19126) 2024-08-29 09:26:14.997 | Memory: 237.3M 2024-08-29 09:26:14.997 | CPU: 4.613s 2024-08-29 09:26:14.997 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-08-29 09:26:14.997 | ├─54771 "glance-apiuWSGI master" 2024-08-29 09:26:14.997 | ├─54772 "glance-apiuWSGI worker 1" 2024-08-29 09:26:14.997 | └─54773 "glance-apiuWSGI worker 2" 2024-08-29 09:26:14.997 | 2024-08-29 09:26:14.997 | Aug 29 09:26:10 devstack devstack@g-api.service[54773]: DEBUG glance.api.middleware.version_negotiation [None req-8d8e8425-6189-44f7-a602-53297b6acc77 None None] Using url versioning {{(pid=54773) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-08-29 09:26:14.997 | Aug 29 09:26:10 devstack devstack@g-api.service[54773]: DEBUG glance.api.middleware.version_negotiation [None req-8d8e8425-6189-44f7-a602-53297b6acc77 None None] Matched version: v2 {{(pid=54773) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-08-29 09:26:14.997 | Aug 29 09:26:10 devstack devstack@g-api.service[54773]: DEBUG glance.api.middleware.version_negotiation [None req-8d8e8425-6189-44f7-a602-53297b6acc77 None None] new path /v2/images/4fd168e5-e2bb-43a8-ae1d-faf2b0af1513/file {{(pid=54773) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-08-29 09:26:14.997 | Aug 29 09:26:10 devstack devstack@g-api.service[54773]: DEBUG oslo_db.sqlalchemy.engines [None req-94ce6932-72e3-4a05-a9d6-358a8b196aa7 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=54773) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:26:14.997 | Aug 29 09:26:10 devstack devstack@g-api.service[54773]: INFO glance.api.v2.image_data [None req-94ce6932-72e3-4a05-a9d6-358a8b196aa7 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-08-29 09:26:14.997 | Aug 29 09:26:11 devstack devstack@g-api.service[54773]: DEBUG glance.location [None req-94ce6932-72e3-4a05-a9d6-358a8b196aa7 admin admin] Enabling in-flight format inspection for vmdk {{(pid=54773) set_data /opt/stack/glance/glance/location.py:592}} 2024-08-29 09:26:14.997 | Aug 29 09:26:11 devstack devstack@g-api.service[54773]: DEBUG glance_store._drivers.filesystem [None req-94ce6932-72e3-4a05-a9d6-358a8b196aa7 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54773) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-08-29 09:26:14.997 | Aug 29 09:26:11 devstack devstack@g-api.service[54773]: INFO glance.location [None req-94ce6932-72e3-4a05-a9d6-358a8b196aa7 admin admin] Image format matched and virtual size computed: 117440512 2024-08-29 09:26:14.997 | Aug 29 09:26:11 devstack devstack@g-api.service[54773]: DEBUG glance_store.backend [None req-94ce6932-72e3-4a05-a9d6-358a8b196aa7 admin admin] Skipping store.set_acls... not implemented. {{(pid=54773) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-08-29 09:26:14.997 | Aug 29 09:26:11 devstack devstack@g-api.service[54773]: [pid: 54773|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Aug 29 09:26:10 2024] PUT /v2/images/4fd168e5-e2bb-43a8-ae1d-faf2b0af1513/file => generated 0 bytes in 1115 msecs (HTTP/1.1 204) 4 headers in 171 bytes (2 switches on core 0) 2024-08-29 09:26:15.000 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.002 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-08-29 09:26:15.010 | enabled 2024-08-29 09:26:15.013 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-08-29 09:26:15.024 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-08-29 09:26:15.024 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-08-29 09:26:15.024 | Active: active (running) since Thu 2024-08-29 09:26:01 UTC; 13s ago 2024-08-29 09:26:15.024 | Main PID: 53618 (cinder-schedule) 2024-08-29 09:26:15.024 | Tasks: 1 (limit: 19126) 2024-08-29 09:26:15.024 | Memory: 102.0M 2024-08-29 09:26:15.024 | CPU: 1.763s 2024-08-29 09:26:15.024 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-08-29 09:26:15.024 | └─53618 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-08-29 09:26:15.024 | 2024-08-29 09:26:15.024 | Aug 29 09:26:03 devstack cinder-scheduler[53618]: DEBUG oslo_service.service [None req-58691c9a-3803-4cb4-8005-621debecc491 None None] nova.token_auth_url = None {{(pid=53618) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.024 | Aug 29 09:26:03 devstack cinder-scheduler[53618]: DEBUG oslo_service.service [None req-58691c9a-3803-4cb4-8005-621debecc491 None None] ******************************************************************************** {{(pid=53618) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 09:26:15.024 | Aug 29 09:26:03 devstack cinder-scheduler[53618]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-08-29 09:26:15.024 | Aug 29 09:26:03 devstack cinder-scheduler[53618]: INFO cinder.manager [None req-019a6652-0689-4244-a4b5-9d35e7d8fd12 None None] Initiating service 1 cleanup 2024-08-29 09:26:15.024 | Aug 29 09:26:03 devstack cinder-scheduler[53618]: INFO cinder.manager [None req-019a6652-0689-4244-a4b5-9d35e7d8fd12 None None] Service 1 cleanup completed. 2024-08-29 09:26:15.024 | Aug 29 09:26:03 devstack cinder-scheduler[53618]: DEBUG cinder.service [None req-019a6652-0689-4244-a4b5-9d35e7d8fd12 None None] Creating RPC server for service cinder-scheduler {{(pid=53618) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-29 09:26:15.024 | Aug 29 09:26:03 devstack cinder-scheduler[53618]: DEBUG cinder.service [None req-019a6652-0689-4244-a4b5-9d35e7d8fd12 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53618) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-29 09:26:15.024 | Aug 29 09:26:07 devstack cinder-scheduler[53618]: DEBUG cinder.scheduler.host_manager [None req-c81cc354-f0c9-4432-b861-68abcf7e646b 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=53618) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-08-29 09:26:15.025 | Aug 29 09:26:07 devstack cinder-scheduler[53618]: DEBUG cinder.scheduler.host_manager [None req-c81cc354-f0c9-4432-b861-68abcf7e646b 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, 9, 26, 7, 195645)} {{(pid=53618) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-08-29 09:26:15.025 | Aug 29 09:26:07 devstack cinder-scheduler[53618]: DEBUG cinder.utils [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53618) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-08-29 09:26:15.027 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.029 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-08-29 09:26:15.038 | enabled 2024-08-29 09:26:15.041 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-08-29 09:26:15.052 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-08-29 09:26:15.052 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-08-29 09:26:15.052 | Active: active (running) since Thu 2024-08-29 09:25:58 UTC; 16s ago 2024-08-29 09:26:15.052 | Main PID: 53120 (uwsgi) 2024-08-29 09:26:15.052 | Status: "uWSGI is ready" 2024-08-29 09:26:15.052 | Tasks: 5 (limit: 19126) 2024-08-29 09:26:15.052 | Memory: 229.7M 2024-08-29 09:26:15.052 | CPU: 4.870s 2024-08-29 09:26:15.052 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-08-29 09:26:15.052 | ├─53120 "cinder-apiuWSGI master" 2024-08-29 09:26:15.052 | ├─53121 "cinder-apiuWSGI worker 1" 2024-08-29 09:26:15.052 | └─53122 "cinder-apiuWSGI worker 2" 2024-08-29 09:26:15.052 | 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53121]: INFO cinder.api.openstack.wsgi [None req-7e4243fe-29b4-4ff7-a9e0-c22b36db1a46 admin admin] http://10.180.1.21/volume/v3/503b6a0b2d1b4b17a6f5d963cdb1f9ea/types returned with HTTP 200 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53121]: [pid: 53121|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Aug 29 09:26:04 2024] POST /volume/v3/503b6a0b2d1b4b17a6f5d963cdb1f9ea/types => generated 182 bytes in 397 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53122]: DEBUG cinder.api.middleware.request_id [req-7e4243fe-29b4-4ff7-a9e0-c22b36db1a46 req-2c9b110f-6f30-4ff1-aa94-69427a683d48 None None] RequestId filter calling following filter/app {{(pid=53122) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53122]: INFO cinder.api.openstack.wsgi [req-7e4243fe-29b4-4ff7-a9e0-c22b36db1a46 req-2c9b110f-6f30-4ff1-aa94-69427a683d48 admin admin] POST http://10.180.1.21/volume/v3/503b6a0b2d1b4b17a6f5d963cdb1f9ea/types/bf3c8040-abb4-4d35-a719-955b6c5941a3/extra_specs 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53122]: DEBUG cinder.api.openstack.wsgi [req-7e4243fe-29b4-4ff7-a9e0-c22b36db1a46 req-2c9b110f-6f30-4ff1-aa94-69427a683d48 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53122) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53122]: /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 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53122]: warnings.warn('Policy enforcement is depending on the value of ' 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53122]: DEBUG oslo_db.sqlalchemy.engines [req-7e4243fe-29b4-4ff7-a9e0-c22b36db1a46 req-2c9b110f-6f30-4ff1-aa94-69427a683d48 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=53122) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53122]: INFO cinder.api.openstack.wsgi [req-7e4243fe-29b4-4ff7-a9e0-c22b36db1a46 req-2c9b110f-6f30-4ff1-aa94-69427a683d48 admin admin] http://10.180.1.21/volume/v3/503b6a0b2d1b4b17a6f5d963cdb1f9ea/types/bf3c8040-abb4-4d35-a719-955b6c5941a3/extra_specs returned with HTTP 200 2024-08-29 09:26:15.052 | Aug 29 09:26:04 devstack devstack@c-api.service[53122]: [pid: 53122|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Aug 29 09:26:04 2024] POST /volume/v3/503b6a0b2d1b4b17a6f5d963cdb1f9ea/types/bf3c8040-abb4-4d35-a719-955b6c5941a3/extra_specs => generated 51 bytes in 327 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-08-29 09:26:15.055 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.057 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-08-29 09:26:15.066 | enabled 2024-08-29 09:26:15.069 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-08-29 09:26:15.080 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-08-29 09:26:15.080 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-08-29 09:26:15.080 | Active: active (running) since Thu 2024-08-29 09:26:02 UTC; 12s ago 2024-08-29 09:26:15.080 | Main PID: 54131 (cinder-volume) 2024-08-29 09:26:15.080 | Tasks: 3 (limit: 19126) 2024-08-29 09:26:15.080 | Memory: 251.4M 2024-08-29 09:26:15.080 | CPU: 4.334s 2024-08-29 09:26:15.080 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-08-29 09:26:15.080 | ├─54131 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-29 09:26:15.080 | └─54231 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-29 09:26:15.080 | 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: DEBUG cinder.image.image_utils [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54231) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: INFO cinder.keymgr.migration [None req-8e3ee247-c437-4f92-a59f-e33a1d83927c None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: DEBUG cinder.manager [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Notifying Schedulers of capabilities ... {{(pid=54231) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: INFO cinder.volume.manager [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Driver initialization completed successfully. 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: INFO cinder.manager [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Initiating service 2 cleanup 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: INFO cinder.manager [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Service 2 cleanup completed. 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: DEBUG cinder.service [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Creating RPC server for service cinder-volume {{(pid=54231) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: DEBUG cinder.service [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54231) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: INFO cinder.volume.manager [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-08-29 09:26:15.080 | Aug 29 09:26:07 devstack cinder-volume[54231]: INFO cinder.volume.manager [None req-c81cc354-f0c9-4432-b861-68abcf7e646b None None] Driver post RPC initialization completed successfully. 2024-08-29 09:26:15.082 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.084 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-08-29 09:26:15.093 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-08-29 09:26:15.096 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.098 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-08-29 09:26:15.105 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-08-29 09:26:15.108 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.111 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-08-29 09:26:15.119 | enabled 2024-08-29 09:26:15.122 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-08-29 09:26:15.133 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-08-29 09:26:15.133 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-08-29 09:26:15.133 | Active: active (running) since Thu 2024-08-29 09:25:21 UTC; 53s ago 2024-08-29 09:26:15.133 | Main PID: 46779 (/usr/bin/python) 2024-08-29 09:26:15.133 | Tasks: 5 (limit: 19126) 2024-08-29 09:26:15.133 | Memory: 364.8M 2024-08-29 09:26:15.133 | CPU: 9.595s 2024-08-29 09:26:15.133 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-08-29 09:26:15.133 | ├─46779 "/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 09:26:15.133 | ├─46881 "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 09:26:15.133 | ├─46882 "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 09:26:15.133 | ├─46883 "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 09:26:15.133 | └─46884 "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 09:26:15.133 | 2024-08-29 09:26:15.133 | Aug 29 09:25:52 devstack neutron-server[46883]: DEBUG neutron.plugins.ml2.plugin [None req-12d234ad-8ae3-4c06-a6e1-ac44ebf29bd9 None None] Current status of the port 30236c11-6927-4fb1-bb04-88c36fba39a7 is: ACTIVE; New status is: ACTIVE {{(pid=46883) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-29 09:26:15.133 | Aug 29 09:25:52 devstack neutron-server[46883]: DEBUG neutron.plugins.ml2.rpc [None req-12d234ad-8ae3-4c06-a6e1-ac44ebf29bd9 None None] Device 379708b7-a95f-4f59-b9b9-006d311f74bb up at agent ovs-agent-devstack {{(pid=46883) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-08-29 09:26:15.133 | Aug 29 09:25:52 devstack neutron-server[46883]: DEBUG neutron.db.provisioning_blocks [None req-12d234ad-8ae3-4c06-a6e1-ac44ebf29bd9 None None] Provisioning complete for port 379708b7-a95f-4f59-b9b9-006d311f74bb triggered by entity L2. {{(pid=46883) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-08-29 09:26:15.133 | Aug 29 09:25:52 devstack neutron-server[46883]: DEBUG neutron_lib.callbacks.manager [None req-12d234ad-8ae3-4c06-a6e1-ac44ebf29bd9 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1567832'] for port (379708b7-a95f-4f59-b9b9-006d311f74bb), provisioning_complete {{(pid=46883) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 09:26:15.133 | Aug 29 09:25:52 devstack neutron-server[46883]: INFO neutron.plugins.ml2.plugin [None req-12d234ad-8ae3-4c06-a6e1-ac44ebf29bd9 None None] Attempt 1 to provision port 379708b7-a95f-4f59-b9b9-006d311f74bb 2024-08-29 09:26:15.133 | Aug 29 09:25:53 devstack neutron-server[46883]: DEBUG neutron.plugins.ml2.plugin [None req-12d234ad-8ae3-4c06-a6e1-ac44ebf29bd9 None None] Current status of the port 379708b7-a95f-4f59-b9b9-006d311f74bb is: ACTIVE; New status is: ACTIVE {{(pid=46883) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-29 09:26:15.133 | Aug 29 09:26:01 devstack neutron-server[46883]: DEBUG neutron_lib.callbacks.manager [None req-6c0e5d0b-0d60-4975-a983-10b27012ae0c None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8718403018596', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1567794'] for agent (2de90e67-8837-46f1-abf8-7362ca3955ce), after_update {{(pid=46883) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 09:26:15.133 | Aug 29 09:26:02 devstack neutron-server[46883]: DEBUG neutron_lib.callbacks.manager [None req-a104af0e-bf6d-42cc-93c9-1796f825d303 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8718403018596', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1567794'] for agent (36c2908a-f1cd-49c5-9860-a6bd3161e2d4), after_update {{(pid=46883) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 09:26:15.133 | Aug 29 09:26:02 devstack neutron-server[46883]: DEBUG neutron_lib.callbacks.manager [None req-12d234ad-8ae3-4c06-a6e1-ac44ebf29bd9 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8718403018596', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1567794'] for agent (1b48ba54-47c3-46c5-a64a-2b818c6fbfd9), after_update {{(pid=46883) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 09:26:15.133 | Aug 29 09:26:03 devstack neutron-server[46883]: DEBUG neutron_lib.callbacks.manager [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8718403018596', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1567794'] for agent (7d6237b7-7523-4c63-9bc2-00dc0c54ea79), after_update {{(pid=46883) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-29 09:26:15.136 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.138 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-08-29 09:26:15.146 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-08-29 09:26:15.149 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.151 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-08-29 09:26:15.159 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-08-29 09:26:15.162 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.164 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-08-29 09:26:15.172 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-08-29 09:26:15.175 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.177 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-08-29 09:26:15.185 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-08-29 09:26:15.188 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.190 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-08-29 09:26:15.199 | enabled 2024-08-29 09:26:15.202 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-08-29 09:26:15.213 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-08-29 09:26:15.213 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-08-29 09:26:15.213 | Active: active (running) since Thu 2024-08-29 09:25:28 UTC; 46s ago 2024-08-29 09:26:15.213 | Main PID: 48029 (neutron-openvsw) 2024-08-29 09:26:15.213 | Tasks: 4 (limit: 19126) 2024-08-29 09:26:15.213 | Memory: 159.3M 2024-08-29 09:26:15.213 | CPU: 3.692s 2024-08-29 09:26:15.213 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-08-29 09:26:15.213 | ├─48029 "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 09:26:15.213 | ├─49493 /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/tmpap0fl8nw/privsep.sock 2024-08-29 09:26:15.213 | └─49497 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-08-29 09:26:15.213 | 2024-08-29 09:26:15.213 | Aug 29 09:26:10 devstack neutron-openvswitch-agent[48029]: DEBUG neutron.agent.linux.utils [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49497. {{(pid=48029) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 09:26:15.213 | Aug 29 09:26:10 devstack neutron-openvswitch-agent[48029]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-08-29 09:26:15.213 | Aug 29 09:26:12 devstack neutron-openvswitch-agent[48029]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] Agent rpc_loop - iteration:19 started 2024-08-29 09:26:15.213 | Aug 29 09:26:12 devstack neutron-openvswitch-agent[48029]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xa6e729fc,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=3425485052885452148,duration_nsec=218000000,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=48029) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-29 09:26:15.213 | Aug 29 09:26:12 devstack neutron-openvswitch-agent[48029]: DEBUG neutron.agent.linux.utils [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49497. {{(pid=48029) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 09:26:15.213 | Aug 29 09:26:12 devstack neutron-openvswitch-agent[48029]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-29 09:26:15.213 | Aug 29 09:26:14 devstack neutron-openvswitch-agent[48029]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] Agent rpc_loop - iteration:20 started 2024-08-29 09:26:15.213 | Aug 29 09:26:14 devstack neutron-openvswitch-agent[48029]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xa6e729fe,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=3425485052885452148,duration_nsec=220000000,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=48029) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-29 09:26:15.213 | Aug 29 09:26:14 devstack neutron-openvswitch-agent[48029]: DEBUG neutron.agent.linux.utils [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49497. {{(pid=48029) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-29 09:26:15.213 | Aug 29 09:26:14 devstack neutron-openvswitch-agent[48029]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4083f667-6de1-42c9-98e0-0d253f8a71cd None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-29 09:26:15.216 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.218 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-08-29 09:26:15.227 | enabled 2024-08-29 09:26:15.231 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-08-29 09:26:15.241 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-08-29 09:26:15.241 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-08-29 09:26:15.241 | Active: active (running) since Thu 2024-08-29 09:25:29 UTC; 45s ago 2024-08-29 09:26:15.241 | Main PID: 48445 (neutron-dhcp-ag) 2024-08-29 09:26:15.241 | Tasks: 13 (limit: 19126) 2024-08-29 09:26:15.241 | Memory: 423.3M 2024-08-29 09:26:15.241 | CPU: 8.516s 2024-08-29 09:26:15.241 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-08-29 09:26:15.241 | ├─48445 "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 09:26:15.242 | ├─49699 /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/tmpjig0_zbx/privsep.sock 2024-08-29 09:26:15.242 | ├─49737 /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/tmpto2md7ub/privsep.sock 2024-08-29 09:26:15.242 | ├─49799 /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/tmpsr6zpr94/privsep.sock 2024-08-29 09:26:15.242 | ├─49884 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 09:26:15.242 | ├─49885 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 09:26:15.242 | └─49896 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/3aebcb45-f939-4032-9e6b-66e1a6f6994c/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/3aebcb45-f939-4032-9e6b-66e1a6f6994c/host --addn-hosts=/opt/stack/data/neutron/dhcp/3aebcb45-f939-4032-9e6b-66e1a6f6994c/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/3aebcb45-f939-4032-9e6b-66e1a6f6994c/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/3aebcb45-f939-4032-9e6b-66e1a6f6994c/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-af6a2481-b12d-4ff0-a5b5-8891544343d3,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 09:26:15.242 | 2024-08-29 09:26:15.242 | Aug 29 09:25:46 devstack neutron-dhcp-agent[48445]: INFO neutron.agent.dhcp.agent [None req-263f1d04-759c-4cf9-9ff0-cf4d63bcfc31 None None] DHCP configuration for ports {'379708b7-a95f-4f59-b9b9-006d311f74bb'} is completed 2024-08-29 09:26:15.242 | Aug 29 09:25:47 devstack neutron-dhcp-agent[48445]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'a3b8b3fd-7c59-493c-bda3-75e218148a1d'}, 'priority': 0},) {} {{(pid=48445) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 09:26:15.242 | Aug 29 09:25:47 devstack neutron-dhcp-agent[48445]: DEBUG oslo_concurrency.lockutils [None req-a6bbeb47-63e1-41a8-8935-79c32e2f5717 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48445) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-29 09:26:15.242 | Aug 29 09:25:47 devstack neutron-dhcp-agent[48445]: DEBUG oslo_concurrency.lockutils [None req-a6bbeb47-63e1-41a8-8935-79c32e2f5717 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48445) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 09:26:15.242 | Aug 29 09:25:47 devstack neutron-dhcp-agent[48445]: DEBUG oslo_concurrency.lockutils [None req-a6bbeb47-63e1-41a8-8935-79c32e2f5717 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48445) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 09:26:15.242 | Aug 29 09:25:47 devstack neutron-dhcp-agent[48445]: DEBUG neutron.agent.dhcp.agent [None req-a6bbeb47-63e1-41a8-8935-79c32e2f5717 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'c549d612-1347-42e0-8798-2ddb3d83ed36', 'name': 'public-subnet', 'tenant_id': '503b6a0b2d1b4b17a6f5d963cdb1f9ea', 'network_id': 'a3b8b3fd-7c59-493c-bda3-75e218148a1d', '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-29T09:25:47Z', 'updated_at': '2024-08-29T09:25:47Z', 'revision_number': 0, 'project_id': '503b6a0b2d1b4b17a6f5d963cdb1f9ea', 'network': {'id': 'a3b8b3fd-7c59-493c-bda3-75e218148a1d', 'name': 'public', 'tenant_id': '503b6a0b2d1b4b17a6f5d963cdb1f9ea', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['c549d612-1347-42e0-8798-2ddb3d83ed36'], '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-29T09:25:44Z', 'updated_at': '2024-08-29T09:25:47Z', 'revision_number': 2, 'project_id': '503b6a0b2d1b4b17a6f5d963cdb1f9ea', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48445) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 09:26:15.242 | Aug 29 09:25:47 devstack neutron-dhcp-agent[48445]: DEBUG oslo_concurrency.lockutils [None req-51ab30ae-1a87-451c-9b35-5d5eab9b8eb3 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48445) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-29 09:26:15.242 | Aug 29 09:25:47 devstack neutron-dhcp-agent[48445]: DEBUG oslo_concurrency.lockutils [None req-51ab30ae-1a87-451c-9b35-5d5eab9b8eb3 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48445) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-29 09:26:15.242 | Aug 29 09:25:47 devstack neutron-dhcp-agent[48445]: DEBUG oslo_concurrency.lockutils [None req-51ab30ae-1a87-451c-9b35-5d5eab9b8eb3 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48445) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-29 09:26:15.242 | Aug 29 09:25:49 devstack neutron-dhcp-agent[48445]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48445) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-29 09:26:15.245 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.247 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-08-29 09:26:15.256 | enabled 2024-08-29 09:26:15.258 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-08-29 09:26:15.269 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-08-29 09:26:15.269 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-08-29 09:26:15.269 | Active: active (running) since Thu 2024-08-29 09:25:30 UTC; 44s ago 2024-08-29 09:26:15.269 | Main PID: 48873 (neutron-l3-agen) 2024-08-29 09:26:15.269 | Tasks: 22 (limit: 19126) 2024-08-29 09:26:15.269 | Memory: 428.4M 2024-08-29 09:26:15.269 | CPU: 8.520s 2024-08-29 09:26:15.269 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-08-29 09:26:15.269 | ├─48873 "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 09:26:15.269 | ├─49607 /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/tmp4jaliko2/privsep.sock 2024-08-29 09:26:15.269 | ├─50147 /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/tmpcqdd7rpy/privsep.sock 2024-08-29 09:26:15.270 | ├─50160 /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/tmptzebtut_/privsep.sock 2024-08-29 09:26:15.270 | ├─50364 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 09:26:15.270 | ├─50365 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-29 09:26:15.270 | └─50434 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/b62bcc96-3e1b-4c93-8f1a-569680f5d536.conf 2024-08-29 09:26:15.270 | 2024-08-29 09:26:15.270 | Aug 29 09:25:53 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[4dcce390-35d5-47df-a5a3-be8bf4d4b8cc]: (4, ('ARPING 10.180.180.145 from 10.180.180.145 qg-30236c11-69\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:25:54 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[77a01983-bddb-4a5e-ad75-0aa8ec7a0d83]: (4, ('ARPING 10.180.180.145 from 10.180.180.145 qg-30236c11-69\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:25:56 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[3374cfa4-5844-4e19-bf46-d7af3ef4cb8d]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-379708b7-a9\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:25:57 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[a0d79f88-5bbc-42ee-9f0e-110ef46af8c4]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-379708b7-a9\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:25:57 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[7d2d460b-a8f1-43bb-b65a-6f7f57ff77d1]: (4, ('ARPING 10.180.180.145 from 10.180.180.145 qg-30236c11-69\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:25:58 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[8bebf1d8-c1b0-41c3-9b17-afb34b444b04]: (4, ('ARPING 10.180.180.145 from 10.180.180.145 qg-30236c11-69\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:26:00 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[a6cd99bb-25a3-42e4-82d0-eb1bab8f00c8]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-379708b7-a9\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:26:01 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[133350b1-6fba-4ad7-ab65-d886fd86eb86]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-379708b7-a9\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:26:01 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[cde4d591-8937-4abe-b760-89abf7e69625]: (4, ('ARPING 10.180.180.145 from 10.180.180.145 qg-30236c11-69\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.270 | Aug 29 09:26:02 devstack neutron-l3-agent[48873]: DEBUG oslo.privsep.daemon [-] privsep: reply[cde3f6f3-7e26-45af-bdf8-5b3d79a837df]: (4, ('ARPING 10.180.180.145 from 10.180.180.145 qg-30236c11-69\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50147) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-29 09:26:15.273 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-29 09:26:15.275 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-08-29 09:26:15.284 | enabled 2024-08-29 09:26:15.287 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-08-29 09:26:15.299 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-08-29 09:26:15.299 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-08-29 09:26:15.299 | Active: active (running) since Thu 2024-08-29 09:25:31 UTC; 43s ago 2024-08-29 09:26:15.299 | Main PID: 49282 (neutron-metadat) 2024-08-29 09:26:15.299 | Tasks: 3 (limit: 19126) 2024-08-29 09:26:15.299 | Memory: 123.8M 2024-08-29 09:26:15.299 | CPU: 1.965s 2024-08-29 09:26:15.299 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-08-29 09:26:15.299 | ├─49282 "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 09:26:15.299 | ├─49489 "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 09:26:15.299 | └─49490 "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 09:26:15.299 | 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_rabbit.ssl_version = {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_notifications.driver = [] {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_notifications.retry = -1 {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] oslo_messaging_notifications.transport_url = **** {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-29 09:26:15.299 | Aug 29 09:25:33 devstack neutron-metadata-agent[49282]: DEBUG oslo_service.service [None req-fc0a8155-df49-49e7-90eb-192340a407fd None None] ******************************************************************************** {{(pid=49282) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-29 09:26:15.302 | + stack.sh:main:1441 : is_service_enabled n-api 2024-08-29 09:26:15.316 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:15.319 | + stack.sh:main:1442 : is_service_enabled n-cpu 2024-08-29 09:26:15.332 | + functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:15.335 | + 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 09:26:15.337 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:26:15.339 | + 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 09:26:15.341 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-08-29 09:26:15.719 | 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 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.164 | | Upgrade Check Results | 2024-08-29 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.164 | | Check: Cells v2 | 2024-08-29 09:26:17.164 | | Result: Success | 2024-08-29 09:26:17.164 | | Details: No host mappings or compute nodes were found. Remember to | 2024-08-29 09:26:17.164 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-08-29 09:26:17.164 | | compute hosts are deployed. | 2024-08-29 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.164 | | Check: Placement API | 2024-08-29 09:26:17.164 | | Result: Success | 2024-08-29 09:26:17.164 | | Details: None | 2024-08-29 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.164 | | Check: Cinder API | 2024-08-29 09:26:17.164 | | Result: Success | 2024-08-29 09:26:17.164 | | Details: None | 2024-08-29 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.164 | | Check: Policy File JSON to YAML Migration | 2024-08-29 09:26:17.164 | | Result: Success | 2024-08-29 09:26:17.164 | | Details: None | 2024-08-29 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.164 | | Check: Older than N-1 computes | 2024-08-29 09:26:17.164 | | Result: Success | 2024-08-29 09:26:17.164 | | Details: None | 2024-08-29 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.164 | | Check: hw_machine_type unset | 2024-08-29 09:26:17.164 | | Result: Success | 2024-08-29 09:26:17.164 | | Details: None | 2024-08-29 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.164 | | Check: Service User Token Configuration | 2024-08-29 09:26:17.164 | | Result: Success | 2024-08-29 09:26:17.164 | | Details: None | 2024-08-29 09:26:17.164 | +--------------------------------------------------------------------+ 2024-08-29 09:26:17.503 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2024-08-29 09:26:17.506 | + stack.sh:main:1474 : command openstack complete 2024-08-29 09:26:17.507 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-08-29 09:26:18.739 | 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 09:26:18.952 | + stack.sh:main:1478 : is_service_enabled cinder 2024-08-29 09:26:18.966 | + functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:18.968 | + stack.sh:main:1479 : is_ubuntu 2024-08-29 09:26:18.970 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-29 09:26:18.972 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-29 09:26:18.974 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2024-08-29 09:26:18.976 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:26:18.978 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2024-08-29 09:26:18.980 | + stack.sh:main:1481 : set_lvm_filter 2024-08-29 09:26:18.982 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-08-29 09:26:18.984 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-08-29 09:26:18.986 | + lib/lvm:set_lvm_filter:189 : local pv 2024-08-29 09:26:18.988 | + lib/lvm:set_lvm_filter:190 : local vg 2024-08-29 09:26:18.990 | + lib/lvm:set_lvm_filter:191 : local line 2024-08-29 09:26:18.993 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-08-29 09:26:19.029 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-08-29 09:26:19.032 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-08-29 09:26:19.034 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-08-29 09:26:19.045 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-08-29 09:26:19.056 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-08-29 09:26:19.058 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:26:19.061 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-08-29 09:26:19.063 | + stack.sh:main:1491 : run_phase stack test-config 2024-08-29 09:26:19.065 | + functions-common:run_phase:1863 : local mode=stack 2024-08-29 09:26:19.068 | + functions-common:run_phase:1864 : local phase=test-config 2024-08-29 09:26:19.070 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-29 09:26:19.072 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-29 09:26:19.074 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-29 09:26:19.076 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-29 09:26:19.078 | + functions-common:run_phase:1873 : local extra 2024-08-29 09:26:19.081 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-29 09:26:19.084 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-29 09:26:19.086 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-29 09:26:19.088 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-29 09:26:19.090 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-08-29 09:26:19.093 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-29 09:26:19.106 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:19.108 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:26:19.110 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:19.112 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-29 09:26:19.114 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:19.116 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-29 09:26:19.118 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:19.120 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-08-29 09:26:19.122 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:19.124 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-29 09:26:19.126 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:26:19.128 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-29 09:26:19.130 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-08-29 09:26:19.163 | [4304 Async install_tempest:26957]: Waiting for completion of install_tempest running on PID 26957 (1 other jobs running) 2024-08-29 09:26:19.180 | [4304 Async install_tempest:26957]: Signaling child to exit 2024-08-29 09:26:19.181 | WAKEUP 2024-08-29 09:26:19.196 | [4304 Async install_tempest:26957]: Signaled 2024-08-29 09:26:19.197 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:614 : local git_ref=master 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:615 : local orig_dir 2024-08-29 09:26:19.197 | +++ functions-common:git_clone:616 : pwd 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-08-29 09:26:19.197 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:619 : RECLONE=False 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:633 : echo master 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:26:19.197 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:26:19.197 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 09:26:19.197 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:26:19.197 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:26:19.197 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724923375443 2024-08-29 09:26:19.197 | ++ 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 09:26:19.197 | Cloning into '/opt/stack//tempest'... 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2435 : local name 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2438 : local total 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2442 : start_time=1724923375443 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2444 : [[ -z 1724923375443 ]] 2024-08-29 09:26:19.197 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2447 : end_time=1724923377558 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2448 : elapsed_time=2115 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2449 : total=109073 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:19.197 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=111188 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-08-29 09:26:19.197 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 09:26:19.197 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:26:19.197 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:26:19.197 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 09:26:19.197 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:26:19.197 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:26:19.197 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724923377589 2024-08-29 09:26:19.198 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-08-29 09:26:19.198 | From https://opendev.org/openstack/tempest 2024-08-29 09:26:19.198 | * branch master -> FETCH_HEAD 2024-08-29 09:26:19.198 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2435 : local name 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2438 : local total 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2442 : start_time=1724923377589 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2444 : [[ -z 1724923377589 ]] 2024-08-29 09:26:19.198 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2447 : end_time=1724923378448 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2448 : elapsed_time=859 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2449 : total=111188 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:19.198 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=112047 2024-08-29 09:26:19.198 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-29 09:26:19.198 | ++ functions-common:git_timed:720 : local count=0 2024-08-29 09:26:19.198 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-29 09:26:19.198 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-29 09:26:19.198 | ++ functions-common:git_timed:724 : timeout=0 2024-08-29 09:26:19.198 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-29 09:26:19.198 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-29 09:26:19.198 | ++ functions-common:time_start:2422 : local start_time= 2024-08-29 09:26:19.198 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-29 09:26:19.198 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-29 09:26:19.198 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1724923378478 2024-08-29 09:26:19.198 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-29 09:26:19.198 | Note: switching to 'FETCH_HEAD'. 2024-08-29 09:26:19.198 | 2024-08-29 09:26:19.198 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-29 09:26:19.198 | changes and commit them, and you can discard any commits you make in this 2024-08-29 09:26:19.198 | state without impacting any branches by switching back to a branch. 2024-08-29 09:26:19.198 | 2024-08-29 09:26:19.198 | If you want to create a new branch to retain commits you create, you may 2024-08-29 09:26:19.198 | do so (now or later) by using -c with the switch command. Example: 2024-08-29 09:26:19.198 | 2024-08-29 09:26:19.198 | git switch -c 2024-08-29 09:26:19.198 | 2024-08-29 09:26:19.198 | Or undo this operation with: 2024-08-29 09:26:19.198 | 2024-08-29 09:26:19.199 | git switch - 2024-08-29 09:26:19.199 | 2024-08-29 09:26:19.199 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-29 09:26:19.199 | 2024-08-29 09:26:19.199 | HEAD is now at 32da469 Allow nova vmdk-footer test to pass 2024-08-29 09:26:19.199 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2435 : local name 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2438 : local total 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2442 : start_time=1724923378478 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2444 : [[ -z 1724923378478 ]] 2024-08-29 09:26:19.199 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2447 : end_time=1724923378576 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2448 : elapsed_time=98 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2449 : total=112047 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=112145 2024-08-29 09:26:19.199 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-08-29 09:26:19.199 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-08-29 09:26:19.199 | ++ functions-common:git_clone:696 : git show --oneline 2024-08-29 09:26:19.199 | ++ functions-common:git_clone:696 : head -1 2024-08-29 09:26:19.199 | 32da469 Allow nova vmdk-footer test to pass 2024-08-29 09:26:19.199 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-29 09:26:19.199 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-08-29 09:26:19.199 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-08-29 09:26:19.199 | ++ 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 09:26:19.199 | Collecting tox!=2.8.0,<4.0.0 2024-08-29 09:26:19.199 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-08-29 09:26:19.199 | Collecting py>=1.4.17 2024-08-29 09:26:19.199 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-08-29 09:26:19.199 | 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 09:26:19.199 | 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 09:26:19.199 | 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 09:26:19.199 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-08-29 09:26:19.199 | Collecting pluggy>=0.12.0 2024-08-29 09:26:19.199 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-08-29 09:26:19.199 | Collecting tomli>=2.0.1 2024-08-29 09:26:19.199 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-29 09:26:19.199 | Collecting filelock>=3.0.0 2024-08-29 09:26:19.199 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-08-29 09:26:19.199 | Collecting platformdirs<3,>=2.4 2024-08-29 09:26:19.199 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-08-29 09:26:19.199 | Collecting distlib<1,>=0.3.5 2024-08-29 09:26:19.199 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-08-29 09:26:19.199 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-08-29 09:26:19.199 | 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 09:26:19.199 | 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 09:26:19.199 | ++ inc/python:pip_install:196 : result=0 2024-08-29 09:26:19.199 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2435 : local name 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2438 : local total 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2442 : start_time=1724923378618 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2444 : [[ -z 1724923378618 ]] 2024-08-29 09:26:19.199 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2447 : end_time=1724923381958 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2448 : elapsed_time=3340 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2449 : total=88074 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:19.199 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91414 2024-08-29 09:26:19.200 | ++ inc/python:pip_install:199 : return 0 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-08-29 09:26:19.200 | ~/tempest ~/devstack 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-08-29 09:26:19.200 | Switched to branch 'master' 2024-08-29 09:26:19.200 | Your branch is up to date with 'origin/master'. 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-08-29 09:26:19.200 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.DYeGx65gTx 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.DYeGx65gTx 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.DYeGx65gTx 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 09:26:19.200 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-08-29 09:26:19.200 | full create: /opt/stack/tempest/.tox/tempest 2024-08-29 09:26:19.200 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-29 09:26:19.200 | full develop-inst: /opt/stack/tempest 2024-08-29 09:26:19.200 | 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 09:26:19.200 | ___________________________________ summary ____________________________________ 2024-08-29 09:26:19.200 | full: skipped tests 2024-08-29 09:26:19.200 | congratulations :) 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.DYeGx65gTx -r requirements.txt 2024-08-29 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | 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 09:26:19.200 | WARNING: There was an error checking the latest version of pip. 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.DYeGx65gTx 2024-08-29 09:26:19.200 | ++ lib/tempest:install_tempest:859 : popd 2024-08-29 09:26:19.200 | ~/devstack 2024-08-29 09:26:19.227 | [4304 Async install_tempest:26957]: finished install_tempest with result 0 in 21 seconds 2024-08-29 09:26:19.230 | ++ inc/async:async_wait:197 : return 0 2024-08-29 09:26:19.232 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-08-29 09:26:19.234 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:26:19.236 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2024-08-29 09:26:19.239 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-08-29 09:26:19.241 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-08-29 09:26:19.243 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-08-29 09:26:19.244 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-08-29 09:26:19.246 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-08-29 09:26:19.248 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-08-29 09:26:19.250 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-08-29 09:26:19.252 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-29 09:26:19.254 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-08-29 09:26:19.254 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-29 09:26:19.258 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-08-29 09:26:19.260 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-08-29 09:26:19.261 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-08-29 09:26:19.263 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-08-29 09:26:19.265 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-08-29 09:26:19.280 | Using python 3.10 to install testrepository 2024-08-29 09:26:19.282 | ++ 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 09:26:20.338 | Collecting testrepository 2024-08-29 09:26:20.338 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-08-29 09:26:20.349 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-08-29 09:26:20.350 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-08-29 09:26:20.350 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-08-29 09:26:20.356 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-08-29 09:26:20.361 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-08-29 09:26:21.401 | Installing collected packages: testrepository 2024-08-29 09:26:21.512 | Successfully installed testrepository-0.0.20 2024-08-29 09:26:21.512 | 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 09:26:21.614 | ++ inc/python:pip_install:196 : result=0 2024-08-29 09:26:21.616 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-29 09:26:21.619 | ++ functions-common:time_stop:2435 : local name 2024-08-29 09:26:21.620 | ++ functions-common:time_stop:2436 : local end_time 2024-08-29 09:26:21.622 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-29 09:26:21.624 | ++ functions-common:time_stop:2438 : local total 2024-08-29 09:26:21.626 | ++ functions-common:time_stop:2439 : local start_time 2024-08-29 09:26:21.627 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-29 09:26:21.629 | ++ functions-common:time_stop:2442 : start_time=1724923579276 2024-08-29 09:26:21.631 | ++ functions-common:time_stop:2444 : [[ -z 1724923579276 ]] 2024-08-29 09:26:21.633 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-29 09:26:21.636 | ++ functions-common:time_stop:2447 : end_time=1724923581634 2024-08-29 09:26:21.638 | ++ functions-common:time_stop:2448 : elapsed_time=2358 2024-08-29 09:26:21.640 | ++ functions-common:time_stop:2449 : total=96349 2024-08-29 09:26:21.641 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-29 09:26:21.643 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=98707 2024-08-29 09:26:21.645 | ++ inc/python:pip_install:199 : return 0 2024-08-29 09:26:21.646 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-08-29 09:26:21.649 | ++ lib/tempest:configure_tempest:200 : local images 2024-08-29 09:26:21.650 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-08-29 09:26:21.652 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-08-29 09:26:21.654 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-08-29 09:26:21.656 | ++ lib/tempest:configure_tempest:204 : local password 2024-08-29 09:26:21.658 | ++ lib/tempest:configure_tempest:205 : local line 2024-08-29 09:26:21.659 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-08-29 09:26:21.661 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-08-29 09:26:21.663 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-08-29 09:26:21.664 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-08-29 09:26:21.666 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-08-29 09:26:21.668 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-08-29 09:26:21.670 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-08-29 09:26:21.672 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-08-29 09:26:21.674 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-08-29 09:26:21.675 | ++ lib/tempest:configure_tempest:215 : local disk 2024-08-29 09:26:21.677 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-08-29 09:26:21.677 | ' 2024-08-29 09:26:21.679 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-08-29 09:26:21.680 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-08-29 09:26:21.693 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:21.695 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-08-29 09:26:21.696 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-08-29 09:26:21.698 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-08-29 09:26:21.700 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-08-29 09:26:21.702 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-08-29 09:26:21.704 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-29 09:26:21.705 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-08-29 09:26:21.705 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-08-29 09:26:23.004 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:26:23.007 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-08-29 09:26:23.009 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-08-29 09:26:23.011 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-29 09:26:23.012 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-08-29 09:26:23.014 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-08-29 09:26:23.016 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-08-29 09:26:23.018 | ++ lib/tempest:configure_tempest:254 : image_uuid=4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 2024-08-29 09:26:23.020 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 2024-08-29 09:26:23.022 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-08-29 09:26:23.031 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-08-29 09:26:23.034 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-08-29 09:26:23.036 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-08-29 09:26:23.038 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-08-29 09:26:23.040 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-08-29 09:26:23.041 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-08-29 09:26:23.043 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-08-29 09:26:23.045 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-08-29 09:26:23.047 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-08-29 09:26:23.048 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-08-29 09:26:24.246 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:26:24.249 | ++ lib/tempest:configure_tempest:281 : admin_project_id=503b6a0b2d1b4b17a6f5d963cdb1f9ea 2024-08-29 09:26:24.251 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-08-29 09:26:24.263 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:24.266 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-08-29 09:26:25.508 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:26:25.510 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 09:26:25.511 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 09:26:25.511 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 09:26:25.511 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 09:26:25.511 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 09:26:25.511 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 09:26:25.511 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 09:26:25.511 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 09:26:25.511 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 09:26:25.511 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 09:26:25.511 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 09:26:25.511 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 09:26:25.511 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 09:26:25.511 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-08-29 09:26:25.512 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-08-29 09:26:25.514 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 09:26:25.514 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 09:26:25.514 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 09:26:25.514 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 09:26:25.514 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 09:26:25.514 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 09:26:25.514 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 09:26:25.514 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 09:26:25.514 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 09:26:25.514 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 09:26:25.514 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 09:26:25.514 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 09:26:25.514 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 09:26:25.514 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-08-29 09:26:25.517 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 2024-08-29 09:26:25.519 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-29 09:26:25.521 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 -c size -f value 2024-08-29 09:26:26.752 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:26:26.754 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-29 09:26:26.757 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-29 09:26:26.757 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-29 09:26:26.781 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-08-29 09:26:26.783 | ++ 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 09:26:27.909 | +----------------------------+-----------------------+ 2024-08-29 09:26:27.909 | | Field | Value | 2024-08-29 09:26:27.909 | +----------------------------+-----------------------+ 2024-08-29 09:26:27.909 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:27.909 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:27.909 | | description | None | 2024-08-29 09:26:27.909 | | disk | 1 | 2024-08-29 09:26:27.909 | | id | 42 | 2024-08-29 09:26:27.909 | | name | m1.nano | 2024-08-29 09:26:27.909 | | os-flavor-access:is_public | True | 2024-08-29 09:26:27.909 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:27.909 | | ram | 128 | 2024-08-29 09:26:27.909 | | rxtx_factor | 1.0 | 2024-08-29 09:26:27.909 | | swap | | 2024-08-29 09:26:27.909 | | vcpus | 1 | 2024-08-29 09:26:27.909 | +----------------------------+-----------------------+ 2024-08-29 09:26:28.024 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-08-29 09:26:28.026 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 09:26:28.026 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-29 09:26:28.026 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-29 09:26:28.026 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-29 09:26:28.026 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-29 09:26:28.026 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-29 09:26:28.026 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-29 09:26:28.026 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-29 09:26:28.026 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-29 09:26:28.026 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-29 09:26:28.026 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-29 09:26:28.026 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-29 09:26:28.026 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-29 09:26:28.026 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-08-29 09:26:28.029 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 2024-08-29 09:26:28.031 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-29 09:26:28.033 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 -c size -f value 2024-08-29 09:26:29.257 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:26:29.260 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-29 09:26:29.262 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-29 09:26:29.262 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-29 09:26:29.286 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-08-29 09:26:29.288 | ++ 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 09:26:30.400 | +----------------------------+-----------------------+ 2024-08-29 09:26:30.400 | | Field | Value | 2024-08-29 09:26:30.400 | +----------------------------+-----------------------+ 2024-08-29 09:26:30.400 | | OS-FLV-DISABLED:disabled | False | 2024-08-29 09:26:30.400 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-29 09:26:30.400 | | description | None | 2024-08-29 09:26:30.400 | | disk | 1 | 2024-08-29 09:26:30.400 | | id | 84 | 2024-08-29 09:26:30.400 | | name | m1.micro | 2024-08-29 09:26:30.400 | | os-flavor-access:is_public | True | 2024-08-29 09:26:30.400 | | properties | hw_rng:allowed='True' | 2024-08-29 09:26:30.400 | | ram | 192 | 2024-08-29 09:26:30.400 | | rxtx_factor | 1.0 | 2024-08-29 09:26:30.400 | | swap | | 2024-08-29 09:26:30.400 | | vcpus | 1 | 2024-08-29 09:26:30.400 | +----------------------------+-----------------------+ 2024-08-29 09:26:30.516 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-08-29 09:26:30.518 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-08-29 09:26:30.543 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-08-29 09:26:30.545 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-08-29 09:26:30.546 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-08-29 09:26:30.548 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-29 09:26:30.551 | +++ 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 09:26:31.785 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:26:31.787 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-29 09:26:31.787 | address-scope 2024-08-29 09:26:31.787 | router-admin-state-down-before-update 2024-08-29 09:26:31.787 | agent 2024-08-29 09:26:31.787 | agent-resources-synced 2024-08-29 09:26:31.787 | allowed-address-pairs 2024-08-29 09:26:31.787 | auto-allocated-topology 2024-08-29 09:26:31.787 | availability_zone 2024-08-29 09:26:31.787 | availability_zone_filter 2024-08-29 09:26:31.787 | default-subnetpools 2024-08-29 09:26:31.787 | dhcp_agent_scheduler 2024-08-29 09:26:31.787 | dvr 2024-08-29 09:26:31.787 | empty-string-filtering 2024-08-29 09:26:31.787 | external-net 2024-08-29 09:26:31.787 | extra_dhcp_opt 2024-08-29 09:26:31.787 | extraroute 2024-08-29 09:26:31.787 | extraroute-atomic 2024-08-29 09:26:31.787 | filter-validation 2024-08-29 09:26:31.787 | floating-ip-port-forwarding-detail 2024-08-29 09:26:31.787 | fip-port-details 2024-08-29 09:26:31.787 | flavors 2024-08-29 09:26:31.787 | floatingip-pools 2024-08-29 09:26:31.787 | ip-substring-filtering 2024-08-29 09:26:31.787 | router 2024-08-29 09:26:31.787 | ext-gw-mode 2024-08-29 09:26:31.787 | l3-ha 2024-08-29 09:26:31.787 | l3-flavors 2024-08-29 09:26:31.787 | l3-port-ip-change-not-allowed 2024-08-29 09:26:31.787 | l3_agent_scheduler 2024-08-29 09:26:31.787 | multi-provider 2024-08-29 09:26:31.787 | net-mtu 2024-08-29 09:26:31.787 | net-mtu-writable 2024-08-29 09:26:31.787 | network_availability_zone 2024-08-29 09:26:31.787 | network-ip-availability 2024-08-29 09:26:31.788 | pagination 2024-08-29 09:26:31.788 | port-device-profile 2024-08-29 09:26:31.788 | port-mac-override 2024-08-29 09:26:31.788 | port-mac-address-regenerate 2024-08-29 09:26:31.788 | port-numa-affinity-policy 2024-08-29 09:26:31.788 | binding 2024-08-29 09:26:31.788 | binding-extended 2024-08-29 09:26:31.788 | port-security 2024-08-29 09:26:31.788 | project-id 2024-08-29 09:26:31.788 | provider 2024-08-29 09:26:31.788 | quota-check-limit 2024-08-29 09:26:31.788 | quotas 2024-08-29 09:26:31.788 | quota_details 2024-08-29 09:26:31.788 | rbac-policies 2024-08-29 09:26:31.788 | rbac-address-group 2024-08-29 09:26:31.788 | rbac-address-scope 2024-08-29 09:26:31.788 | rbac-security-groups 2024-08-29 09:26:31.788 | rbac-subnetpool 2024-08-29 09:26:31.788 | revision-if-match 2024-08-29 09:26:31.788 | standard-attr-revisions 2024-08-29 09:26:31.788 | router_availability_zone 2024-08-29 09:26:31.788 | security-groups-normalized-cidr 2024-08-29 09:26:31.788 | port-security-groups-filtering 2024-08-29 09:26:31.788 | security-groups-remote-address-group 2024-08-29 09:26:31.788 | security-groups-shared-filtering 2024-08-29 09:26:31.788 | security-group 2024-08-29 09:26:31.788 | service-type 2024-08-29 09:26:31.788 | sorting 2024-08-29 09:26:31.788 | standard-attr-description 2024-08-29 09:26:31.788 | stateful-security-group 2024-08-29 09:26:31.788 | subnet_onboard 2024-08-29 09:26:31.788 | subnet-service-types 2024-08-29 09:26:31.788 | subnet_allocation 2024-08-29 09:26:31.788 | subnetpool-prefix-ops 2024-08-29 09:26:31.788 | standard-attr-tag 2024-08-29 09:26:31.788 | standard-attr-timestamp 2024-08-29 09:26:31.788 | nsxt-ops' 2024-08-29 09:26:31.789 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-29 09:26:31.790 | address-scope 2024-08-29 09:26:31.790 | router-admin-state-down-before-update 2024-08-29 09:26:31.790 | agent 2024-08-29 09:26:31.790 | agent-resources-synced 2024-08-29 09:26:31.790 | allowed-address-pairs 2024-08-29 09:26:31.790 | auto-allocated-topology 2024-08-29 09:26:31.790 | availability_zone 2024-08-29 09:26:31.790 | availability_zone_filter 2024-08-29 09:26:31.790 | default-subnetpools 2024-08-29 09:26:31.790 | dhcp_agent_scheduler 2024-08-29 09:26:31.790 | dvr 2024-08-29 09:26:31.790 | empty-string-filtering 2024-08-29 09:26:31.790 | external-net 2024-08-29 09:26:31.790 | extra_dhcp_opt 2024-08-29 09:26:31.790 | extraroute 2024-08-29 09:26:31.790 | extraroute-atomic 2024-08-29 09:26:31.790 | filter-validation 2024-08-29 09:26:31.790 | floating-ip-port-forwarding-detail 2024-08-29 09:26:31.790 | fip-port-details 2024-08-29 09:26:31.790 | flavors 2024-08-29 09:26:31.790 | floatingip-pools 2024-08-29 09:26:31.790 | ip-substring-filtering 2024-08-29 09:26:31.790 | router 2024-08-29 09:26:31.790 | ext-gw-mode 2024-08-29 09:26:31.790 | l3-ha 2024-08-29 09:26:31.790 | l3-flavors 2024-08-29 09:26:31.790 | l3-port-ip-change-not-allowed 2024-08-29 09:26:31.790 | l3_agent_scheduler 2024-08-29 09:26:31.790 | multi-provider 2024-08-29 09:26:31.790 | net-mtu 2024-08-29 09:26:31.790 | net-mtu-writable 2024-08-29 09:26:31.790 | network_availability_zone 2024-08-29 09:26:31.790 | network-ip-availability 2024-08-29 09:26:31.790 | pagination 2024-08-29 09:26:31.790 | port-device-profile 2024-08-29 09:26:31.790 | port-mac-override 2024-08-29 09:26:31.790 | port-mac-address-regenerate 2024-08-29 09:26:31.790 | port-numa-affinity-policy 2024-08-29 09:26:31.790 | binding 2024-08-29 09:26:31.790 | binding-extended 2024-08-29 09:26:31.790 | port-security 2024-08-29 09:26:31.790 | project-id 2024-08-29 09:26:31.790 | provider 2024-08-29 09:26:31.790 | quota-check-limit 2024-08-29 09:26:31.790 | quotas 2024-08-29 09:26:31.790 | quota_details 2024-08-29 09:26:31.790 | rbac-policies 2024-08-29 09:26:31.790 | rbac-address-group 2024-08-29 09:26:31.790 | rbac-address-scope 2024-08-29 09:26:31.790 | rbac-security-groups 2024-08-29 09:26:31.790 | rbac-subnetpool 2024-08-29 09:26:31.790 | revision-if-match 2024-08-29 09:26:31.790 | standard-attr-revisions 2024-08-29 09:26:31.790 | router_availability_zone 2024-08-29 09:26:31.790 | security-groups-normalized-cidr 2024-08-29 09:26:31.790 | port-security-groups-filtering 2024-08-29 09:26:31.790 | security-groups-remote-address-group 2024-08-29 09:26:31.790 | security-groups-shared-filtering 2024-08-29 09:26:31.790 | security-group 2024-08-29 09:26:31.790 | service-type 2024-08-29 09:26:31.790 | sorting 2024-08-29 09:26:31.790 | standard-attr-description 2024-08-29 09:26:31.790 | stateful-security-group 2024-08-29 09:26:31.790 | subnet_onboard 2024-08-29 09:26:31.790 | subnet-service-types 2024-08-29 09:26:31.790 | subnet_allocation 2024-08-29 09:26:31.790 | subnetpool-prefix-ops 2024-08-29 09:26:31.790 | standard-attr-tag 2024-08-29 09:26:31.790 | standard-attr-timestamp 2024-08-29 09:26:31.790 | nsxt-ops =~ external-net ]] 2024-08-29 09:26:31.791 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-29 09:26:31.794 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-08-29 09:26:33.089 | +++ functions-common:oscwrap:2475 : return 0 2024-08-29 09:26:33.091 | ++ lib/tempest:configure_tempest:357 : public_network_id=a3b8b3fd-7c59-493c-bda3-75e218148a1d 2024-08-29 09:26:33.093 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-08-29 09:26:34.272 | +---------------------------+--------------------------------------+ 2024-08-29 09:26:34.272 | | Field | Value | 2024-08-29 09:26:34.272 | +---------------------------+--------------------------------------+ 2024-08-29 09:26:34.272 | | admin_state_up | UP | 2024-08-29 09:26:34.272 | | availability_zone_hints | | 2024-08-29 09:26:34.272 | | availability_zones | | 2024-08-29 09:26:34.272 | | created_at | 2024-08-29T09:26:34Z | 2024-08-29 09:26:34.272 | | description | | 2024-08-29 09:26:34.272 | | dns_domain | None | 2024-08-29 09:26:34.272 | | id | 715e2c1f-ff14-4436-b524-02073377924b | 2024-08-29 09:26:34.272 | | ipv4_address_scope | None | 2024-08-29 09:26:34.272 | | ipv6_address_scope | None | 2024-08-29 09:26:34.272 | | is_default | False | 2024-08-29 09:26:34.272 | | is_vlan_transparent | None | 2024-08-29 09:26:34.272 | | mtu | 8950 | 2024-08-29 09:26:34.272 | | name | shared | 2024-08-29 09:26:34.272 | | port_security_enabled | True | 2024-08-29 09:26:34.272 | | project_id | 503b6a0b2d1b4b17a6f5d963cdb1f9ea | 2024-08-29 09:26:34.272 | | provider:network_type | vlan | 2024-08-29 09:26:34.272 | | provider:physical_network | default | 2024-08-29 09:26:34.272 | | provider:segmentation_id | 698 | 2024-08-29 09:26:34.272 | | qos_policy_id | None | 2024-08-29 09:26:34.272 | | revision_number | 1 | 2024-08-29 09:26:34.272 | | router:external | Internal | 2024-08-29 09:26:34.272 | | segments | None | 2024-08-29 09:26:34.272 | | shared | True | 2024-08-29 09:26:34.272 | | status | ACTIVE | 2024-08-29 09:26:34.272 | | subnets | | 2024-08-29 09:26:34.272 | | tags | | 2024-08-29 09:26:34.272 | | tenant_id | 503b6a0b2d1b4b17a6f5d963cdb1f9ea | 2024-08-29 09:26:34.272 | | updated_at | 2024-08-29T09:26:34Z | 2024-08-29 09:26:34.272 | +---------------------------+--------------------------------------+ 2024-08-29 09:26:34.409 | ++ 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 09:26:35.782 | +----------------------+--------------------------------------+ 2024-08-29 09:26:35.782 | | Field | Value | 2024-08-29 09:26:35.782 | +----------------------+--------------------------------------+ 2024-08-29 09:26:35.782 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-08-29 09:26:35.782 | | cidr | 192.168.233.0/24 | 2024-08-29 09:26:35.782 | | created_at | 2024-08-29T09:26:35Z | 2024-08-29 09:26:35.782 | | description | shared-subnet | 2024-08-29 09:26:35.782 | | dns_nameservers | | 2024-08-29 09:26:35.782 | | dns_publish_fixed_ip | None | 2024-08-29 09:26:35.782 | | enable_dhcp | True | 2024-08-29 09:26:35.782 | | gateway_ip | 192.168.233.1 | 2024-08-29 09:26:35.782 | | host_routes | | 2024-08-29 09:26:35.782 | | id | 649b5351-49ef-48b9-8552-6346b110a166 | 2024-08-29 09:26:35.782 | | ip_version | 4 | 2024-08-29 09:26:35.782 | | ipv6_address_mode | None | 2024-08-29 09:26:35.782 | | ipv6_ra_mode | None | 2024-08-29 09:26:35.782 | | name | shared-subnet | 2024-08-29 09:26:35.782 | | network_id | 715e2c1f-ff14-4436-b524-02073377924b | 2024-08-29 09:26:35.782 | | project_id | 503b6a0b2d1b4b17a6f5d963cdb1f9ea | 2024-08-29 09:26:35.782 | | revision_number | 0 | 2024-08-29 09:26:35.782 | | segment_id | None | 2024-08-29 09:26:35.782 | | service_types | | 2024-08-29 09:26:35.782 | | subnetpool_id | None | 2024-08-29 09:26:35.782 | | tags | | 2024-08-29 09:26:35.782 | | updated_at | 2024-08-29T09:26:35Z | 2024-08-29 09:26:35.782 | +----------------------+--------------------------------------+ 2024-08-29 09:26:35.907 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-08-29 09:26:35.932 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-08-29 09:26:35.957 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-08-29 09:26:35.960 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-08-29 09:26:35.983 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-08-29 09:26:36.006 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-08-29 09:26:36.030 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-08-29 09:26:36.055 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-08-29 09:26:36.079 | ++ 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 09:26:36.103 | ++ 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 09:26:36.125 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-08-29 09:26:36.149 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-08-29 09:26:36.171 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-08-29 09:26:36.194 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-08-29 09:26:36.195 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-08-29 09:26:36.220 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-08-29 09:26:36.244 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-08-29 09:26:36.267 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-08-29 09:26:36.291 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-08-29 09:26:36.293 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-08-29 09:26:36.318 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-08-29 09:26:36.341 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-08-29 09:26:36.343 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-08-29 09:26:36.368 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-08-29 09:26:36.381 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:36.382 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-08-29 09:26:36.384 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-08-29 09:26:36.408 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-08-29 09:26:36.420 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:36.422 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-08-29 09:26:36.445 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-08-29 09:26:36.469 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-08-29 09:26:36.492 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-08-29 09:26:36.494 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-08-29 09:26:36.519 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-08-29 09:26:36.541 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-08-29 09:26:36.554 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:36.556 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 2024-08-29 09:26:36.580 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 4fd168e5-e2bb-43a8-ae1d-faf2b0af1513 2024-08-29 09:26:36.602 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-08-29 09:26:36.625 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-08-29 09:26:36.648 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-08-29 09:26:36.673 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-08-29 09:26:36.685 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:36.687 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-08-29 09:26:36.689 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-08-29 09:26:36.690 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-08-29 09:26:36.692 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-08-29 09:26:36.694 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-08-29 09:26:36.696 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-08-29 09:26:36.710 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-08-29 09:26:36.711 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-08-29 09:26:36.735 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-08-29 09:26:36.760 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-08-29 09:26:36.784 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-08-29 09:26:36.806 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-08-29 09:26:36.830 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-08-29 09:26:36.853 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-08-29 09:26:36.876 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-08-29 09:26:36.899 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-08-29 09:26:36.923 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-08-29 09:26:36.925 | ++ 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 09:26:36.948 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-08-29 09:26:36.950 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-08-29 09:26:36.962 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:36.964 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-08-29 09:26:36.986 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id a3b8b3fd-7c59-493c-bda3-75e218148a1d 2024-08-29 09:26:37.009 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-08-29 09:26:37.031 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-08-29 09:26:37.055 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-08-29 09:26:37.080 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-08-29 09:26:37.102 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-08-29 09:26:37.125 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-08-29 09:26:37.149 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-08-29 09:26:37.151 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-08-29 09:26:37.152 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-08-29 09:26:37.176 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-08-29 09:26:37.178 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-08-29 09:26:37.180 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-29 09:26:37.182 | ++ functions-common:is_provider_network:2287 : return 1 2024-08-29 09:26:37.184 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-08-29 09:26:37.207 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-08-29 09:26:37.230 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-08-29 09:26:37.253 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-08-29 09:26:37.277 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-08-29 09:26:37.300 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-08-29 09:26:37.323 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 09:26:37.325 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-08-29 09:26:37.338 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-08-29 09:26:37.362 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 09:26:37.364 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-08-29 09:26:37.377 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-08-29 09:26:37.400 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 09:26:37.402 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-08-29 09:26:37.414 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-08-29 09:26:37.437 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-29 09:26:37.440 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-08-29 09:26:37.453 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-08-29 09:26:37.475 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-08-29 09:26:37.477 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-08-29 09:26:37.479 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-08-29 09:26:37.481 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-08-29 09:26:37.495 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-08-29 09:26:37.496 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-08-29 09:26:37.519 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-08-29 09:26:37.532 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:37.533 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-08-29 09:26:37.556 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-08-29 09:26:37.558 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-08-29 09:26:37.560 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-08-29 09:26:37.562 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-08-29 09:26:37.564 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-08-29 09:26:37.566 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-08-29 09:26:37.567 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-08-29 09:26:37.569 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-08-29 09:26:37.571 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-08-29 09:26:37.585 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-08-29 09:26:37.587 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-08-29 09:26:37.611 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-08-29 09:26:37.613 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-08-29 09:26:37.615 | ++ lib/tempest:configure_tempest:668 : local service 2024-08-29 09:26:37.617 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-08-29 09:26:37.618 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 09:26:37.620 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-08-29 09:26:37.632 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:37.634 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-08-29 09:26:37.659 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 09:26:37.661 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-08-29 09:26:37.674 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:37.675 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-08-29 09:26:37.698 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 09:26:37.700 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-08-29 09:26:37.712 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:37.714 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-08-29 09:26:37.737 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 09:26:37.738 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-08-29 09:26:37.751 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:37.753 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-08-29 09:26:37.775 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 09:26:37.777 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-08-29 09:26:37.789 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:26:37.791 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-08-29 09:26:37.814 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 09:26:37.816 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-08-29 09:26:37.828 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:37.830 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-08-29 09:26:37.853 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-29 09:26:37.855 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-08-29 09:26:37.868 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:26:37.870 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-08-29 09:26:37.893 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-29 09:26:37.895 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-29 09:26:37.897 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-29 09:26:37.898 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-29 09:26:37.900 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-29 09:26:37.902 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-29 09:26:37.904 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-29 09:26:37.906 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-29 09:26:37.908 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-29 09:26:37.909 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-29 09:26:37.911 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-08-29 09:26:37.913 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-08-29 09:26:37.915 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-08-29 09:26:37.919 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.tepdDdT7GG 2024-08-29 09:26:37.920 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-08-29 09:26:37.922 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-08-29 09:26:37.925 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-29 09:26:37.928 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.c3Ufs455PE 2024-08-29 09:26:37.930 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.c3Ufs455PE 2024-08-29 09:26:37.932 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-29 09:26:37.934 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.c3Ufs455PE 2024-08-29 09:26:37.935 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-29 09:26:37.938 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-29 09:26:37.940 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-29 09:26:37.945 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 09:26:37.946 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 09:26:37.948 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 09:26:37.950 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-29 09:26:37.952 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-08-29 09:26:37.954 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-08-29 09:26:38.177 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-08-29 09:26:38.559 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-29 09:26:47.480 | venv-tempest develop-inst: /opt/stack/tempest 2024-08-29 09:26:50.460 | 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 09:26:50.460 | ___________________________________ summary ____________________________________ 2024-08-29 09:26:50.460 | venv-tempest: skipped tests 2024-08-29 09:26:50.460 | congratulations :) 2024-08-29 09:26:50.480 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.c3Ufs455PE -r requirements.txt 2024-08-29 09:26:51.028 | /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 09:26:51.028 | warnings.warn( 2024-08-29 09:26:51.028 | /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 09:26:51.028 | warnings.warn( 2024-08-29 09:26:51.116 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-08-29 09:26:51.509 | 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 09:26:51.509 | venv-tempest run-test-pre: PYTHONHASHSEED='2089733021' 2024-08-29 09:26:51.509 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.c3Ufs455PE -r requirements.txt 2024-08-29 09:26:52.363 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.371 | 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 09:26:52.372 | 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 09:26:52.373 | 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 09:26:52.373 | 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 09:26:52.374 | 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 09:26:52.375 | 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 09:26:52.376 | 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 09:26:52.376 | 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 09:26:52.377 | 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 09:26:52.378 | 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 09:26:52.378 | 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 09:26:52.379 | 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 09:26:52.380 | 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 09:26:52.385 | 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 09:26:52.386 | 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 09:26:52.403 | 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 09:26:52.404 | 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 09:26:52.405 | 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 09:26:52.405 | 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 09:26:52.421 | 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 09:26:52.422 | 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 09:26:52.439 | 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 09:26:52.445 | 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 09:26:52.461 | 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 09:26:52.462 | 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 09:26:52.474 | 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 09:26:52.475 | 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 09:26:52.489 | 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 09:26:52.490 | 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 09:26:52.492 | 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 09:26:52.498 | 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 09:26:52.499 | 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 09:26:52.508 | 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 09:26:52.509 | 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 09:26:52.510 | 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 09:26:52.511 | 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 09:26:52.533 | 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 09:26:52.553 | 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 09:26:52.619 | 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 09:26:52.641 | 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 09:26:52.681 | 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 09:26:52.695 | 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 09:26:52.695 | 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 09:26:52.696 | 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 09:26:52.823 | WARNING: There was an error checking the latest version of pip. 2024-08-29 09:26:52.891 | ___________________________________ summary ____________________________________ 2024-08-29 09:26:52.892 | venv-tempest: commands succeeded 2024-08-29 09:26:52.892 | congratulations :) 2024-08-29 09:26:52.912 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.c3Ufs455PE 2024-08-29 09:26:52.915 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-08-29 09:26:52.917 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-08-29 09:26:52.919 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-08-29 09:26:52.943 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.tepdDdT7GG 2024-08-29 09:26:53.167 | venv create: /opt/stack/tempest/.tox/venv 2024-08-29 09:26:53.446 | 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 09:27:06.762 | venv develop-inst: /opt/stack/tempest 2024-08-29 09:27:10.362 | 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 09:27:10.363 | venv run-test-pre: PYTHONHASHSEED='3887134541' 2024-08-29 09:27:10.363 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.tepdDdT7GG 2024-08-29 09:27:10.673 | /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 09:27:10.673 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-08-29 09:27:10.673 | /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 09:27:10.673 | @jsonschema.FormatChecker.cls_checks('base64') 2024-08-29 09:27:10.924 | /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 09:27:10.924 | warnings.warn( 2024-08-29 09:27:11.105 | /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 09:27:11.105 | for key, value in info.getheaders().items(): 2024-08-29 09:27:11.136 | /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 09:27:11.136 | for key, value in info.getheaders().items(): 2024-08-29 09:27:11.364 | /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 09:27:11.364 | for key, value in info.getheaders().items(): 2024-08-29 09:27:11.366 | /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 09:27:11.366 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-08-29 09:27:11.952 | ___________________________________ summary ____________________________________ 2024-08-29 09:27:11.952 | venv: commands succeeded 2024-08-29 09:27:11.952 | congratulations :) 2024-08-29 09:27:11.975 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-08-29 09:27:11.988 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-29 09:27:11.990 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-08-29 09:27:11.992 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-08-29 09:27:12.004 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-29 09:27:12.006 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-08-29 09:27:12.008 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-08-29 09:27:12.010 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-08-29 09:27:12.012 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-08-29 09:27:12.013 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-08-29 09:27:12.016 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-08-29 09:27:12.017 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-08-29 09:27:12.019 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-08-29 09:27:12.021 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-08-29 09:27:12.023 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-08-29 09:27:12.025 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-08-29 09:27:12.027 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-08-29 09:27:12.029 | ++ 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 09:27:12.031 | ++ 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 09:27:12.032 | ++ 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 09:27:12.034 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-08-29 09:27:12.036 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-08-29 09:27:12.038 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-08-29 09:27:12.040 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-08-29 09:27:12.042 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-08-29 09:27:12.043 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-08-29 09:27:12.046 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-08-29 09:27:12.048 | ++ 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 09:27:12.049 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-08-29 09:27:12.053 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.tepdDdT7GG network-feature-enabled api_extensions 2024-08-29 09:27:12.053 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-08-29 09:27:12.068 | ++ 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 09:27:12.071 | +++ 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 09:27:12.073 | +++ 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 09:27:12.075 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-08-29 09:27:12.077 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-08-29 09:27:12.079 | +++ 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 09:27:12.093 | +++ 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 09:27:12.108 | ++ 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 09:27:12.109 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-08-29 09:27:12.111 | ++ 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 09:27:12.135 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-08-29 09:27:12.137 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-08-29 09:27:12.139 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-08-29 09:27:12.141 | ++ 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 09:27:12.143 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-08-29 09:27:12.145 | ++ 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 09:27:12.170 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-08-29 09:27:12.172 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-08-29 09:27:12.174 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-08-29 09:27:12.177 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-08-29 09:27:12.179 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-08-29 09:27:12.181 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-08-29 09:27:12.183 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-08-29 09:27:12.185 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-08-29 09:27:12.187 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-08-29 09:27:12.189 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-08-29 09:27:12.191 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-29 09:27:12.193 | ++ 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 09:27:12.195 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-08-29 09:27:12.197 | ++ 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 09:27:12.222 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-08-29 09:27:12.222 | ' 2024-08-29 09:27:12.224 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-08-29 09:27:12.226 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-08-29 09:27:12.228 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2024-08-29 09:27:12.230 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-08-29 09:27:12.232 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-08-29 09:27:12.232 | ~/tempest ~/tempest 2024-08-29 09:27:12.234 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-08-29 09:27:12.236 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-08-29 09:27:12.236 | ~/tempest 2024-08-29 09:27:12.238 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-29 09:27:12.240 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-29 09:27:12.242 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:27:12.244 | + 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 09:27:12.247 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-08-29 09:27:12.249 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-29 09:27:12.251 | + functions-common:run_plugins:1850 : local phase=test-config 2024-08-29 09:27:12.253 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-29 09:27:12.255 | + functions-common:run_plugins:1853 : local plugin 2024-08-29 09:27:12.258 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-29 09:27:12.260 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-29 09:27:12.262 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-29 09:27:12.264 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-08-29 09:27:12.266 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-29 09:27:12.269 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:27:12.271 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-29 09:27:12.273 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:27:12.275 | ++ /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 09:27:12.277 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-29 09:27:12.280 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-08-29 09:27:12.282 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-08-29 09:27:12.284 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-29 09:27:12.286 | + inc/meta-config:merge_config_group:171 : shift 2024-08-29 09:27:12.289 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-08-29 09:27:12.291 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:27:12.293 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-29 09:27:12.295 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-29 09:27:12.298 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-08-29 09:27:12.300 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-29 09:27:12.303 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-08-29 09:27:12.305 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-29 09:27:12.307 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-08-29 09:27:12.307 | /^\[\[.+\|.*\]\]/ { 2024-08-29 09:27:12.307 | gsub("[][]", "", $1); 2024-08-29 09:27:12.307 | split($1, a, "|"); 2024-08-29 09:27:12.307 | if (a[1] == matchgroup) 2024-08-29 09:27:12.307 | print a[2] 2024-08-29 09:27:12.307 | } 2024-08-29 09:27:12.307 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 46 osc 164 apt-get 4 test_with_retry 3 dbsync 3 pip_install 98 apt-get-update 5 run_process 15 git_timed 109 ------------------------- Unaccounted time 39 ========================= Total runtime 496 ================= Async summary ================= Time spent in the background minus waits: 188 sec Elapsed time: 496 sec Time if we did everything serially: 684 sec Speedup: 1.37903 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