2024-03-19 09:15:54.555 | + stack.sh:main:511 : exec 2024-03-19 09:15:54.555 | + stack.sh:main:519 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-03-19-091554' 2024-03-19 09:15:54.555 | ++ stack.sh:main:511 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-03-19-091554.summary.2024-03-19-091554 2024-03-19 09:15:54.555 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:15:54.555 | + stack.sh:echo_summary:470 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-03-19-091554 2024-03-19 09:15:54.555 | + stack.sh:main:521 : ln -sf /opt/stack//logs/stack.sh.log.2024-03-19-091554 /opt/stack//logs/stack.sh.log 2024-03-19 09:15:54.555 | + stack.sh:main:522 : ln -sf /opt/stack//logs/stack.sh.log.2024-03-19-091554.summary.2024-03-19-091554 /opt/stack//logs/stack.sh.log.summary 2024-03-19 09:15:54.555 | + stack.sh:main:537 : check_path_perm_sanity /opt/stack/ 2024-03-19 09:15:54.555 | + functions:check_path_perm_sanity:607 : local real_path 2024-03-19 09:15:54.555 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-03-19 09:15:54.555 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-03-19 09:15:54.555 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-03-19 09:15:54.555 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-03-19 09:15:54.555 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-03-19 09:15:54.555 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-03-19 09:15:54.555 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-03-19 09:15:54.555 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-03-19 09:15:54.556 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-03-19 09:15:54.557 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-03-19 09:15:54.558 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-03-19 09:15:54.560 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-03-19 09:15:54.562 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-03-19 09:15:54.563 | + stack.sh:main:543 : trap exit_trap EXIT 2024-03-19 09:15:54.565 | + stack.sh:main:584 : trap err_trap ERR 2024-03-19 09:15:54.566 | + stack.sh:main:597 : set -o errexit 2024-03-19 09:15:54.567 | + stack.sh:main:600 : uname -a 2024-03-19 09:15:54.568 | Linux devstack 6.5.0-25-generic #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-03-19 09:15:54.570 | + stack.sh:main:603 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-03-19 09:15:54.571 | + stack.sh:main:604 : rm -f /opt/stack/data/ca-bundle.pem 2024-03-19 09:15:54.573 | + stack.sh:main:607 : source /opt/stack/devstack/lib/database 2024-03-19 09:15:54.597 | + stack.sh:main:608 : source /opt/stack/devstack/lib/rpc_backend 2024-03-19 09:15:54.607 | + stack.sh:main:614 : fetch_plugins 2024-03-19 09:15:54.608 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2024-03-19 09:15:54.610 | + functions-common:fetch_plugins:1747 : local plugin 2024-03-19 09:15:54.611 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2024-03-19 09:15:54.613 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2024-03-19 09:15:54.613 | Fetching DevStack plugins 2024-03-19 09:15:54.614 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2024-03-19 09:15:54.615 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2024-03-19 09:15:54.616 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2024-03-19 09:15:54.618 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2024-03-19 09:15:54.619 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2024-03-19 09:15:54.621 | + functions-common:git_clone_by_name:667 : local branch=devstack 2024-03-19 09:15:54.622 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-03-19 09:15:54.623 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-03-19 09:15:54.625 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2024-03-19 09:15:54.626 | + functions-common:git_clone:574 : local git_ref=devstack 2024-03-19 09:15:54.627 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:15:54.629 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:15:54.631 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:15:54.632 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:15:54.634 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:15:54.643 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:15:54.644 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:15:54.646 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:15:54.647 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:15:54.649 | + functions-common:git_clone:593 : echo devstack 2024-03-19 09:15:54.649 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:15:54.652 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-03-19 09:15:54.653 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:15:54.655 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-03-19 09:15:54.656 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:15:54.657 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:15:54.659 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:15:54.660 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:15:54.661 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:15:54.662 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:15:54.664 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:15:54.665 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:15:54.667 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:15:54.669 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839754667 2024-03-19 09:15:54.670 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-03-19 09:15:54.673 | Cloning into '/opt/stack/networking-nsx-t'... 2024-03-19 09:15:55.678 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:15:55.680 | + functions-common:time_stop:2400 : local name 2024-03-19 09:15:55.681 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:15:55.682 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:15:55.684 | + functions-common:time_stop:2403 : local total 2024-03-19 09:15:55.685 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:15:55.686 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:15:55.688 | + functions-common:time_stop:2407 : start_time=1710839754667 2024-03-19 09:15:55.689 | + functions-common:time_stop:2409 : [[ -z 1710839754667 ]] 2024-03-19 09:15:55.691 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:15:55.693 | + functions-common:time_stop:2412 : end_time=1710839755691 2024-03-19 09:15:55.694 | + functions-common:time_stop:2413 : elapsed_time=1024 2024-03-19 09:15:55.695 | + functions-common:time_stop:2414 : total=0 2024-03-19 09:15:55.697 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:15:55.698 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1024 2024-03-19 09:15:55.699 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2024-03-19 09:15:55.701 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2024-03-19 09:15:55.702 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:15:55.703 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:15:55.705 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:15:55.706 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:15:55.707 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:15:55.708 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:15:55.710 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:15:55.711 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:15:55.713 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:15:55.715 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839755714 2024-03-19 09:15:55.716 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-03-19 09:15:56.580 | From https://github.com/sapcc/networking-nsx-t 2024-03-19 09:15:56.580 | * branch devstack -> FETCH_HEAD 2024-03-19 09:15:56.584 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:15:56.585 | + functions-common:time_stop:2400 : local name 2024-03-19 09:15:56.587 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:15:56.588 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:15:56.590 | + functions-common:time_stop:2403 : local total 2024-03-19 09:15:56.591 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:15:56.592 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:15:56.594 | + functions-common:time_stop:2407 : start_time=1710839755714 2024-03-19 09:15:56.595 | + functions-common:time_stop:2409 : [[ -z 1710839755714 ]] 2024-03-19 09:15:56.597 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:15:56.600 | + functions-common:time_stop:2412 : end_time=1710839756598 2024-03-19 09:15:56.601 | + functions-common:time_stop:2413 : elapsed_time=884 2024-03-19 09:15:56.603 | + functions-common:time_stop:2414 : total=1024 2024-03-19 09:15:56.604 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:15:56.605 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1908 2024-03-19 09:15:56.607 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:15:56.608 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:15:56.609 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:15:56.611 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:15:56.612 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:15:56.613 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:15:56.615 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:15:56.616 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:15:56.617 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:15:56.619 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:15:56.621 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839756620 2024-03-19 09:15:56.622 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:15:56.631 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:15:56.632 | 2024-03-19 09:15:56.632 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:15:56.632 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:15:56.632 | state without impacting any branches by switching back to a branch. 2024-03-19 09:15:56.632 | 2024-03-19 09:15:56.632 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:15:56.632 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:15:56.632 | 2024-03-19 09:15:56.632 | git switch -c 2024-03-19 09:15:56.632 | 2024-03-19 09:15:56.632 | Or undo this operation with: 2024-03-19 09:15:56.632 | 2024-03-19 09:15:56.632 | git switch - 2024-03-19 09:15:56.632 | 2024-03-19 09:15:56.632 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:15:56.632 | 2024-03-19 09:15:56.632 | HEAD is now at 68e8db3 WIP: Add devstack plugin 2024-03-19 09:15:56.634 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:15:56.635 | + functions-common:time_stop:2400 : local name 2024-03-19 09:15:56.637 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:15:56.638 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:15:56.640 | + functions-common:time_stop:2403 : local total 2024-03-19 09:15:56.641 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:15:56.642 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:15:56.643 | + functions-common:time_stop:2407 : start_time=1710839756620 2024-03-19 09:15:56.645 | + functions-common:time_stop:2409 : [[ -z 1710839756620 ]] 2024-03-19 09:15:56.646 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:15:56.649 | + functions-common:time_stop:2412 : end_time=1710839756647 2024-03-19 09:15:56.650 | + functions-common:time_stop:2413 : elapsed_time=27 2024-03-19 09:15:56.651 | + functions-common:time_stop:2414 : total=1908 2024-03-19 09:15:56.653 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:15:56.654 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1935 2024-03-19 09:15:56.655 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-03-19 09:15:56.664 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2024-03-19 09:15:56.666 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:15:56.666 | + functions-common:git_clone:656 : head -1 2024-03-19 09:15:56.668 | 68e8db3 WIP: Add devstack plugin 2024-03-19 09:15:56.669 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:15:56.671 | + stack.sh:main:618 : run_phase override_defaults 2024-03-19 09:15:56.672 | + functions-common:run_phase:1828 : local mode=override_defaults 2024-03-19 09:15:56.673 | + functions-common:run_phase:1829 : local phase= 2024-03-19 09:15:56.675 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-19 09:15:56.676 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-19 09:15:56.678 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-19 09:15:56.679 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-19 09:15:56.680 | + functions-common:run_phase:1838 : local extra 2024-03-19 09:15:56.682 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-19 09:15:56.685 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-19 09:15:56.686 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-19 09:15:56.687 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-19 09:15:56.689 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-03-19 09:15:56.690 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-19 09:15:56.699 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:15:56.700 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-03-19 09:15:56.701 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-19 09:15:56.702 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-19 09:15:56.704 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-19 09:15:56.705 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-19 09:15:56.706 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-19 09:15:56.708 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-03-19 09:15:56.709 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-03-19 09:15:56.710 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-03-19 09:15:56.712 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-19 09:15:56.713 | + functions-common:run_phase:1853 : plugin_override_defaults 2024-03-19 09:15:56.714 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2024-03-19 09:15:56.716 | + functions-common:plugin_override_defaults:1788 : local plugin 2024-03-19 09:15:56.717 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2024-03-19 09:15:56.718 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2024-03-19 09:15:56.718 | Overriding Configuration Defaults 2024-03-19 09:15:56.719 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2024-03-19 09:15:56.721 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2024-03-19 09:15:56.722 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-03-19 09:15:56.723 | + stack.sh:main:621 : source /opt/stack/devstack/lib/apache 2024-03-19 09:15:56.734 | + stack.sh:main:624 : source /opt/stack/devstack/lib/tls 2024-03-19 09:15:56.736 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-03-19 09:15:56.744 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:15:56.746 | +++ lib/tls:source:43 : hostname -f 2024-03-19 09:15:56.748 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-03-19 09:15:56.749 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-03-19 09:15:56.751 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-03-19 09:15:56.752 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-03-19 09:15:56.753 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-03-19 09:15:56.755 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-03-19 09:15:56.756 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-03-19 09:15:56.757 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-03-19 09:15:56.759 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-03-19 09:15:56.761 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-03-19 09:15:56.763 | + stack.sh:main:627 : source /opt/stack/devstack/lib/infra 2024-03-19 09:15:56.771 | + stack.sh:main:628 : source /opt/stack/devstack/lib/libraries 2024-03-19 09:15:56.782 | + stack.sh:main:629 : source /opt/stack/devstack/lib/lvm 2024-03-19 09:15:56.791 | + stack.sh:main:630 : source /opt/stack/devstack/lib/horizon 2024-03-19 09:15:56.799 | + stack.sh:main:631 : source /opt/stack/devstack/lib/keystone 2024-03-19 09:15:56.822 | + stack.sh:main:632 : source /opt/stack/devstack/lib/glance 2024-03-19 09:15:56.860 | + stack.sh:main:633 : source /opt/stack/devstack/lib/nova 2024-03-19 09:15:56.904 | + stack.sh:main:634 : source /opt/stack/devstack/lib/placement 2024-03-19 09:15:56.922 | + stack.sh:main:635 : source /opt/stack/devstack/lib/cinder 2024-03-19 09:15:56.956 | + stack.sh:main:636 : source /opt/stack/devstack/lib/swift 2024-03-19 09:15:56.986 | + stack.sh:main:637 : source /opt/stack/devstack/lib/neutron 2024-03-19 09:15:56.988 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-03-19 09:15:56.997 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:15:56.999 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-03-19 09:15:57.000 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-03-19 09:15:57.002 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-03-19 09:15:57.003 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-03-19 09:15:57.005 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-03-19 09:15:57.015 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2024-03-19 09:15:57.016 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2024-03-19 09:15:57.018 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2024-03-19 09:15:57.024 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-03-19 09:15:57.026 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-03-19 09:15:57.027 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-03-19 09:15:57.029 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-03-19 09:15:57.031 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-03-19 09:15:57.042 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-03-19 09:15:57.043 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-03-19 09:15:57.045 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-03-19 09:15:57.056 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-03-19 09:15:57.057 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2024-03-19 09:15:57.059 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2024-03-19 09:15:57.060 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2024-03-19 09:15:57.062 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-03-19 09:15:57.063 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-03-19 09:15:57.064 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-03-19 09:15:57.066 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-03-19 09:15:57.067 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-03-19 09:15:57.069 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-03-19 09:15:57.070 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-03-19 09:15:57.072 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-03-19 09:15:57.076 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-03-19 09:15:57.078 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-03-19 09:15:57.079 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-03-19 09:15:57.081 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-03-19 09:15:57.083 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2024-03-19 09:15:57.083 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-03-19 09:15:57.086 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-03-19 09:15:57.088 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-03-19 09:15:57.089 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-03-19 09:15:57.090 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-03-19 09:15:57.092 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-03-19 09:15:57.094 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-03-19 09:15:57.104 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-03-19 09:15:57.106 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-03-19 09:15:57.107 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2024-03-19 09:15:57.108 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-03-19 09:15:57.111 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-03-19 09:15:57.112 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-03-19 09:15:57.113 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-03-19 09:15:57.115 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-03-19 09:15:57.116 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-03-19 09:15:57.118 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-03-19 09:15:57.119 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-03-19 09:15:57.121 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-03-19 09:15:57.122 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-03-19 09:15:57.123 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-03-19 09:15:57.125 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-03-19 09:15:57.126 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-03-19 09:15:57.127 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-03-19 09:15:57.129 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:15:57.130 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-03-19 09:15:57.132 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-03-19 09:15:57.134 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-03-19 09:15:57.143 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2024-03-19 09:15:57.145 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2024-03-19 09:15:57.146 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2024-03-19 09:15:57.148 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2024-03-19 09:15:57.150 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-19 09:15:57.151 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-03-19 09:15:57.152 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-19 09:15:57.154 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-03-19 09:15:57.155 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-19 09:15:57.157 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=True 2024-03-19 09:15:57.158 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-03-19 09:15:57.160 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-03-19 09:15:57.161 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-03-19 09:15:57.163 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=public 2024-03-19 09:15:57.164 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-03-19 09:15:57.166 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-03-19 09:15:57.168 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=True 2024-03-19 09:15:57.169 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-03-19 09:15:57.170 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-03-19 09:15:57.172 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-03-19 09:15:57.173 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-03-19 09:15:57.194 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-03-19 09:15:57.203 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-03-19 09:15:57.204 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-03-19 09:15:57.206 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-03-19 09:15:57.207 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=False 2024-03-19 09:15:57.209 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-03-19 09:15:57.211 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-03-19 09:15:57.212 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-03-19 09:15:57.214 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-03-19 09:15:57.215 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-03-19 09:15:57.217 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=1500 2024-03-19 09:15:57.218 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=True 2024-03-19 09:15:57.220 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-03-19 09:15:57.221 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-03-19 09:15:57.223 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-03-19 09:15:57.224 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-03-19 09:15:57.226 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-03-19 09:15:57.228 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-03-19 09:15:57.229 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2024-03-19 09:15:57.232 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2024-03-19 09:15:57.232 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2024-03-19 09:15:57.232 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2024-03-19 09:15:57.234 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-03-19 09:15:57.237 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=34:671b:826b 2024-03-19 09:15:57.238 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2024-03-19 09:15:57.240 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2024-03-19 09:15:57.241 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-03-19 09:15:57.243 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-03-19 09:15:57.244 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd34:671b:826b::/56 2024-03-19 09:15:57.247 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd34:671b:826b::/56 2024-03-19 09:15:57.247 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-03-19 09:15:57.251 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd34:671b:826b::/64 2024-03-19 09:15:57.253 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-03-19 09:15:57.254 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-03-19 09:15:57.256 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-03-19 09:15:57.257 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-03-19 09:15:57.259 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2024-03-19 09:15:57.260 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY= 2024-03-19 09:15:57.262 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2024-03-19 09:15:57.264 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2024-03-19 09:15:57.265 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2024-03-19 09:15:57.267 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-03-19 09:15:57.268 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-03-19 09:15:57.270 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-03-19 09:15:57.271 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd34:671b:826b::/56 2024-03-19 09:15:57.273 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2024-03-19 09:15:57.274 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2024-03-19 09:15:57.277 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2024-03-19 09:15:57.277 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2024-03-19 09:15:57.278 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2024-03-19 09:15:57.281 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2024-03-19 09:15:57.284 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2024-03-19 09:15:57.284 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2024-03-19 09:15:57.285 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2024-03-19 09:15:57.288 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2024-03-19 09:15:57.291 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-03-19 09:15:57.293 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-03-19 09:15:57.294 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-03-19 09:15:57.296 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2024-03-19 09:15:57.298 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2024-03-19 09:15:57.299 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-03-19 09:15:57.301 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2024-03-19 09:15:57.303 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=public:br-ex 2024-03-19 09:15:57.314 | + stack.sh:main:638 : source /opt/stack/devstack/lib/ldap 2024-03-19 09:15:57.324 | + stack.sh:main:639 : source /opt/stack/devstack/lib/dstat 2024-03-19 09:15:57.334 | + stack.sh:main:640 : source /opt/stack/devstack/lib/tcpdump 2024-03-19 09:15:57.343 | + stack.sh:main:641 : source /opt/stack/devstack/lib/etcd3 2024-03-19 09:15:57.390 | + stack.sh:main:642 : source /opt/stack/devstack/lib/os-vif 2024-03-19 09:15:57.392 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-03-19 09:15:57.394 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-03-19 09:15:57.396 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-03-19 09:15:57.397 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-03-19 09:15:57.399 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-03-19 09:15:57.399 | False' 2024-03-19 09:15:57.401 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-03-19 09:15:57.413 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-03-19 09:15:57.414 | + stack.sh:main:648 : run_phase source 2024-03-19 09:15:57.416 | + functions-common:run_phase:1828 : local mode=source 2024-03-19 09:15:57.418 | + functions-common:run_phase:1829 : local phase= 2024-03-19 09:15:57.419 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-19 09:15:57.421 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-19 09:15:57.422 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-19 09:15:57.424 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-19 09:15:57.425 | + functions-common:run_phase:1838 : local extra 2024-03-19 09:15:57.428 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-19 09:15:57.430 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-19 09:15:57.432 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-19 09:15:57.434 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-19 09:15:57.435 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-03-19 09:15:57.437 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-19 09:15:57.447 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:15:57.449 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-03-19 09:15:57.450 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-03-19 09:15:57.477 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-03-19 09:15:57.478 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-03-19 09:15:57.480 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2024-03-19 09:15:57.482 | + functions-common:run_phase:1850 : load_plugin_settings 2024-03-19 09:15:57.483 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2024-03-19 09:15:57.485 | + functions-common:load_plugin_settings:1765 : local plugin 2024-03-19 09:15:57.486 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2024-03-19 09:15:57.488 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2024-03-19 09:15:57.488 | Loading plugin settings 2024-03-19 09:15:57.490 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2024-03-19 09:15:57.491 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2024-03-19 09:15:57.493 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-03-19 09:15:57.495 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2024-03-19 09:15:57.496 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-03-19 09:15:57.498 | ++ functions-common:define_plugin:1872 : : 2024-03-19 09:15:57.500 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-03-19 09:15:57.501 | + functions-common:run_phase:1851 : verify_disabled_services 2024-03-19 09:15:57.503 | + functions-common:verify_disabled_services:2111 : local service 2024-03-19 09:15:57.505 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.506 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,key, ]] 2024-03-19 09:15:57.508 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.510 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,n-api, ]] 2024-03-19 09:15:57.511 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.513 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,n-cond, ]] 2024-03-19 09:15:57.515 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.516 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,n-sch, ]] 2024-03-19 09:15:57.518 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.520 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,n-api-meta, ]] 2024-03-19 09:15:57.521 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.523 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,placement-api, ]] 2024-03-19 09:15:57.525 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.526 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,placement-client, ]] 2024-03-19 09:15:57.528 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.530 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,g-api, ]] 2024-03-19 09:15:57.531 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.533 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,c-sch, ]] 2024-03-19 09:15:57.535 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.536 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,c-api, ]] 2024-03-19 09:15:57.538 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.540 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,c-vol, ]] 2024-03-19 09:15:57.542 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.543 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,ovs-vswitchd, ]] 2024-03-19 09:15:57.545 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.547 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,ovsdb-server, ]] 2024-03-19 09:15:57.549 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.550 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,q-svc, ]] 2024-03-19 09:15:57.552 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.554 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,horizon, ]] 2024-03-19 09:15:57.555 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.557 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,rabbit, ]] 2024-03-19 09:15:57.559 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.561 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,tempest, ]] 2024-03-19 09:15:57.562 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.564 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,mysql, ]] 2024-03-19 09:15:57.566 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:15:57.567 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,n-cpu,n-novnc,q-ovn-metadata-agent,ovn-controller,ovn-northd, =~ ,etcd3, ]] 2024-03-19 09:15:57.569 | + stack.sh:main:719 : initialize_database_backends 2024-03-19 09:15:57.571 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-03-19 09:15:57.573 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-03-19 09:15:57.584 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:15:57.586 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-03-19 09:15:57.588 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-03-19 09:15:57.590 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-03-19 09:15:57.601 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:15:57.603 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-03-19 09:15:57.605 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-03-19 09:15:57.606 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-03-19 09:15:57.608 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-03-19 09:15:57.610 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-03-19 09:15:57.612 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-03-19 09:15:57.613 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-03-19 09:15:57.615 | + lib/database:initialize_database_backends:92 : return 0 2024-03-19 09:15:57.617 | + stack.sh:main:720 : echo 'Using mysql database backend' 2024-03-19 09:15:57.617 | Using mysql database backend 2024-03-19 09:15:57.619 | + stack.sh:main:723 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-03-19 09:15:57.631 | + stack.sh:main:725 : define_database_baseurl 2024-03-19 09:15:57.634 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-03-19 09:15:57.635 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-03-19 09:15:57.637 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2024-03-19 09:15:57.639 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-19 09:15:57.641 | + stack.sh:main:737 : is_service_enabled rabbit 2024-03-19 09:15:57.653 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:15:57.655 | + stack.sh:main:738 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-03-19 09:15:57.667 | + stack.sh:main:745 : is_service_enabled keystone 2024-03-19 09:15:57.679 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:15:57.681 | + stack.sh:main:747 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-03-19 09:15:57.693 | + stack.sh:main:749 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-03-19 09:15:57.705 | + stack.sh:main:760 : is_service_enabled ldap 2024-03-19 09:15:57.717 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:15:57.719 | + stack.sh:main:769 : is_service_enabled s-proxy 2024-03-19 09:15:57.731 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:15:57.733 | + stack.sh:main:781 : save_stackenv 781 2024-03-19 09:15:57.735 | + functions-common:save_stackenv:60 : local tag=781 2024-03-19 09:15:57.737 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-19 09:15:57.740 | + functions-common:save_stackenv:62 : time_stamp=2024-03-19-091557 2024-03-19 09:15:57.742 | + functions-common:save_stackenv:63 : echo '# 2024-03-19-091557 781' 2024-03-19 09:15:57.744 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.746 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-19 09:15:57.747 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.749 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-19 09:15:57.751 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.753 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-19 09:15:57.755 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.757 | + 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,horizon,rabbit,tempest,mysql,etcd3 2024-03-19 09:15:57.758 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.760 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-19 09:15:57.762 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.764 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-19 09:15:57.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.767 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-19-091554 2024-03-19 09:15:57.769 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.771 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-19 09:15:57.773 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.775 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-19 09:15:57.776 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.778 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-19 09:15:57.780 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.782 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-19 09:15:57.784 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.785 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-19 09:15:57.787 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.789 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-19 09:15:57.791 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.793 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-19 09:15:57.795 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:15:57.797 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-19 09:15:57.799 | + stack.sh:main:794 : GIT_DEPTH=0 2024-03-19 09:15:57.801 | + stack.sh:main:794 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2024-03-19 09:15:57.802 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2024-03-19 09:15:57.804 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2024-03-19 09:15:57.806 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-19 09:15:57.807 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:15:57.810 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:15:57.812 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:15:57.813 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:15:57.815 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:15:57.827 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:15:57.829 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2024-03-19 09:15:57.830 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:15:57.833 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-19 09:15:57.833 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:15:57.837 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2024-03-19 09:15:57.838 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:15:57.840 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-03-19 09:15:57.842 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:15:57.843 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:15:57.845 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:15:57.847 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:15:57.848 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:15:57.850 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:15:57.852 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:15:57.853 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:15:57.855 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:15:57.858 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839757856 2024-03-19 09:15:57.860 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-03-19 09:15:57.862 | Cloning into '/opt/stack//requirements'... 2024-03-19 09:16:01.102 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:16:01.104 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:01.106 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:01.108 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:01.109 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:01.111 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:01.113 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:16:01.114 | + functions-common:time_stop:2407 : start_time=1710839757856 2024-03-19 09:16:01.116 | + functions-common:time_stop:2409 : [[ -z 1710839757856 ]] 2024-03-19 09:16:01.118 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:01.121 | + functions-common:time_stop:2412 : end_time=1710839761119 2024-03-19 09:16:01.123 | + functions-common:time_stop:2413 : elapsed_time=3263 2024-03-19 09:16:01.124 | + functions-common:time_stop:2414 : total=1935 2024-03-19 09:16:01.126 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:01.127 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5198 2024-03-19 09:16:01.129 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2024-03-19 09:16:01.131 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2024-03-19 09:16:01.133 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:16:01.134 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:16:01.136 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:16:01.138 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:16:01.140 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:16:01.141 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:16:01.143 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:16:01.145 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:16:01.147 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:16:01.150 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839761148 2024-03-19 09:16:01.152 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2024-03-19 09:16:01.870 | From https://opendev.org/openstack/requirements 2024-03-19 09:16:01.871 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-19 09:16:01.878 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:16:01.880 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:01.882 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:01.883 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:01.885 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:01.887 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:01.888 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:16:01.890 | + functions-common:time_stop:2407 : start_time=1710839761148 2024-03-19 09:16:01.892 | + functions-common:time_stop:2409 : [[ -z 1710839761148 ]] 2024-03-19 09:16:01.894 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:01.897 | + functions-common:time_stop:2412 : end_time=1710839761895 2024-03-19 09:16:01.899 | + functions-common:time_stop:2413 : elapsed_time=747 2024-03-19 09:16:01.900 | + functions-common:time_stop:2414 : total=5198 2024-03-19 09:16:01.902 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:01.904 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5945 2024-03-19 09:16:01.905 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:16:01.907 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:16:01.909 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:16:01.910 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:16:01.912 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:16:01.914 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:16:01.915 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:16:01.917 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:16:01.919 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:16:01.921 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:16:01.924 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839761922 2024-03-19 09:16:01.926 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:16:01.934 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:16:01.934 | 2024-03-19 09:16:01.934 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:16:01.934 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:16:01.934 | state without impacting any branches by switching back to a branch. 2024-03-19 09:16:01.934 | 2024-03-19 09:16:01.934 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:16:01.934 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:16:01.934 | 2024-03-19 09:16:01.934 | git switch -c 2024-03-19 09:16:01.934 | 2024-03-19 09:16:01.934 | Or undo this operation with: 2024-03-19 09:16:01.934 | 2024-03-19 09:16:01.934 | git switch - 2024-03-19 09:16:01.934 | 2024-03-19 09:16:01.934 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:16:01.934 | 2024-03-19 09:16:01.934 | HEAD is now at 18ef0785 Remove Xenial and CentOS 7 wheel cache build jobs 2024-03-19 09:16:01.936 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:16:01.938 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:01.940 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:01.942 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:01.943 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:01.945 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:01.947 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:16:01.948 | + functions-common:time_stop:2407 : start_time=1710839761922 2024-03-19 09:16:01.950 | + functions-common:time_stop:2409 : [[ -z 1710839761922 ]] 2024-03-19 09:16:01.952 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:01.955 | + functions-common:time_stop:2412 : end_time=1710839761953 2024-03-19 09:16:01.957 | + functions-common:time_stop:2413 : elapsed_time=31 2024-03-19 09:16:01.958 | + functions-common:time_stop:2414 : total=5945 2024-03-19 09:16:01.960 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:01.962 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5976 2024-03-19 09:16:01.963 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-03-19 09:16:01.974 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2024-03-19 09:16:01.977 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:16:01.977 | + functions-common:git_clone:656 : head -1 2024-03-19 09:16:01.978 | 18ef0785 Remove Xenial and CentOS 7 wheel cache build jobs 2024-03-19 09:16:01.981 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:16:01.983 | + stack.sh:main:798 : echo_summary 'Installing package prerequisites' 2024-03-19 09:16:01.985 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:16:01.987 | + stack.sh:echo_summary:470 : echo -e Installing package prerequisites 2024-03-19 09:16:01.989 | + stack.sh:main:799 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-03-19 09:16:01.991 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-03-19 09:16:01.993 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-03-19 09:16:01.995 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-03-19 09:16:01.997 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-03-19 09:16:01.998 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-03-19 09:16:02.000 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-03-19 09:16:02.002 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-03-19 09:16:02.006 | ++ tools/install_prereqs.sh:source:47 : NOW=1710839762 2024-03-19 09:16:02.008 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-03-19 09:16:02.011 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-03-19 09:16:02.014 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-03-19 09:16:02.015 | ++ tools/install_prereqs.sh:source:49 : DELTA=1710839762 2024-03-19 09:16:02.017 | ++ tools/install_prereqs.sh:source:50 : [[ 1710839762 -lt 7200 ]] 2024-03-19 09:16:02.019 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-03-19 09:16:02.021 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2024-03-19 09:16:02.023 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-03-19 09:16:02.025 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2024-03-19 09:16:02.026 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-03-19 09:16:02.028 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2024-03-19 09:16:02.030 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-03-19 09:16:02.032 | +++ 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,horizon,rabbit,tempest,mysql,etcd3 2024-03-19 09:16:02.059 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-03-19 09:16:02.059 | apache2-dev 2024-03-19 09:16:02.059 | bc 2024-03-19 09:16:02.059 | bsdmainutils 2024-03-19 09:16:02.059 | curl 2024-03-19 09:16:02.059 | g++ 2024-03-19 09:16:02.059 | gawk 2024-03-19 09:16:02.059 | gcc 2024-03-19 09:16:02.059 | gettext 2024-03-19 09:16:02.059 | git 2024-03-19 09:16:02.059 | graphviz 2024-03-19 09:16:02.059 | iputils-ping 2024-03-19 09:16:02.059 | libapache2-mod-proxy-uwsgi 2024-03-19 09:16:02.059 | libffi-dev 2024-03-19 09:16:02.059 | libjpeg-dev 2024-03-19 09:16:02.059 | libpcre3-dev 2024-03-19 09:16:02.059 | libpq-dev 2024-03-19 09:16:02.059 | libssl-dev 2024-03-19 09:16:02.059 | libsystemd-dev 2024-03-19 09:16:02.059 | libxml2-dev 2024-03-19 09:16:02.059 | libxslt1-dev 2024-03-19 09:16:02.059 | libyaml-dev 2024-03-19 09:16:02.059 | lsof 2024-03-19 09:16:02.059 | openssh-server 2024-03-19 09:16:02.059 | openssl 2024-03-19 09:16:02.060 | pkg-config 2024-03-19 09:16:02.060 | psmisc 2024-03-19 09:16:02.060 | python3-dev 2024-03-19 09:16:02.060 | python3-pip 2024-03-19 09:16:02.060 | python3-systemd 2024-03-19 09:16:02.060 | python3-venv 2024-03-19 09:16:02.060 | tar 2024-03-19 09:16:02.060 | tcpdump 2024-03-19 09:16:02.060 | unzip 2024-03-19 09:16:02.060 | uuid-runtime 2024-03-19 09:16:02.060 | wget 2024-03-19 09:16:02.060 | wget 2024-03-19 09:16:02.060 | zlib1g-dev 2024-03-19 09:16:02.060 | libkrb5-dev 2024-03-19 09:16:02.060 | libldap2-dev 2024-03-19 09:16:02.060 | libsasl2-dev 2024-03-19 09:16:02.060 | memcached 2024-03-19 09:16:02.060 | python3-mysqldb 2024-03-19 09:16:02.060 | sqlite3 2024-03-19 09:16:02.060 | conntrack 2024-03-19 09:16:02.060 | curl 2024-03-19 09:16:02.060 | ebtables 2024-03-19 09:16:02.060 | genisoimage 2024-03-19 09:16:02.060 | iptables 2024-03-19 09:16:02.060 | iputils-arping 2024-03-19 09:16:02.060 | kpartx 2024-03-19 09:16:02.060 | libjs-jquery-tablesorter 2024-03-19 09:16:02.060 | parted 2024-03-19 09:16:02.060 | pm-utils 2024-03-19 09:16:02.060 | python3-mysqldb 2024-03-19 09:16:02.060 | socat 2024-03-19 09:16:02.060 | sqlite3 2024-03-19 09:16:02.060 | sudo 2024-03-19 09:16:02.060 | vlan 2024-03-19 09:16:02.060 | lsscsi 2024-03-19 09:16:02.060 | open-iscsi 2024-03-19 09:16:02.060 | lvm2 2024-03-19 09:16:02.060 | qemu-utils 2024-03-19 09:16:02.060 | thin-provisioning-tools 2024-03-19 09:16:02.060 | acl 2024-03-19 09:16:02.060 | dnsmasq-base 2024-03-19 09:16:02.060 | dnsmasq-utils 2024-03-19 09:16:02.060 | ebtables 2024-03-19 09:16:02.060 | haproxy 2024-03-19 09:16:02.060 | iptables 2024-03-19 09:16:02.060 | iputils-arping 2024-03-19 09:16:02.060 | iputils-ping 2024-03-19 09:16:02.060 | postgresql-server-dev-all 2024-03-19 09:16:02.060 | python3-mysqldb 2024-03-19 09:16:02.060 | sqlite3 2024-03-19 09:16:02.060 | sudo 2024-03-19 09:16:02.060 | vlan' 2024-03-19 09:16:02.061 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-03-19 09:16:02.077 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-03-19 09:16:02.077 | apache2-dev 2024-03-19 09:16:02.077 | bc 2024-03-19 09:16:02.077 | bsdmainutils 2024-03-19 09:16:02.077 | curl 2024-03-19 09:16:02.077 | g++ 2024-03-19 09:16:02.077 | gawk 2024-03-19 09:16:02.077 | gcc 2024-03-19 09:16:02.077 | gettext 2024-03-19 09:16:02.077 | git 2024-03-19 09:16:02.077 | graphviz 2024-03-19 09:16:02.077 | iputils-ping 2024-03-19 09:16:02.077 | libapache2-mod-proxy-uwsgi 2024-03-19 09:16:02.077 | libffi-dev 2024-03-19 09:16:02.077 | libjpeg-dev 2024-03-19 09:16:02.077 | libpcre3-dev 2024-03-19 09:16:02.078 | libpq-dev 2024-03-19 09:16:02.078 | libssl-dev 2024-03-19 09:16:02.078 | libsystemd-dev 2024-03-19 09:16:02.078 | libxml2-dev 2024-03-19 09:16:02.078 | libxslt1-dev 2024-03-19 09:16:02.078 | libyaml-dev 2024-03-19 09:16:02.078 | lsof 2024-03-19 09:16:02.078 | openssh-server 2024-03-19 09:16:02.078 | openssl 2024-03-19 09:16:02.078 | pkg-config 2024-03-19 09:16:02.078 | psmisc 2024-03-19 09:16:02.078 | python3-dev 2024-03-19 09:16:02.078 | python3-pip 2024-03-19 09:16:02.078 | python3-systemd 2024-03-19 09:16:02.078 | python3-venv 2024-03-19 09:16:02.078 | tar 2024-03-19 09:16:02.078 | tcpdump 2024-03-19 09:16:02.078 | unzip 2024-03-19 09:16:02.078 | uuid-runtime 2024-03-19 09:16:02.078 | wget 2024-03-19 09:16:02.078 | wget 2024-03-19 09:16:02.078 | zlib1g-dev 2024-03-19 09:16:02.078 | libkrb5-dev 2024-03-19 09:16:02.078 | libldap2-dev 2024-03-19 09:16:02.078 | libsasl2-dev 2024-03-19 09:16:02.078 | memcached 2024-03-19 09:16:02.078 | python3-mysqldb 2024-03-19 09:16:02.078 | sqlite3 2024-03-19 09:16:02.078 | conntrack 2024-03-19 09:16:02.078 | curl 2024-03-19 09:16:02.078 | ebtables 2024-03-19 09:16:02.078 | genisoimage 2024-03-19 09:16:02.078 | iptables 2024-03-19 09:16:02.078 | iputils-arping 2024-03-19 09:16:02.078 | kpartx 2024-03-19 09:16:02.078 | libjs-jquery-tablesorter 2024-03-19 09:16:02.078 | parted 2024-03-19 09:16:02.078 | pm-utils 2024-03-19 09:16:02.078 | python3-mysqldb 2024-03-19 09:16:02.078 | socat 2024-03-19 09:16:02.079 | sqlite3 2024-03-19 09:16:02.079 | sudo 2024-03-19 09:16:02.079 | vlan 2024-03-19 09:16:02.079 | lsscsi 2024-03-19 09:16:02.079 | open-iscsi 2024-03-19 09:16:02.079 | lvm2 2024-03-19 09:16:02.079 | qemu-utils 2024-03-19 09:16:02.079 | thin-provisioning-tools 2024-03-19 09:16:02.079 | acl 2024-03-19 09:16:02.079 | dnsmasq-base 2024-03-19 09:16:02.079 | dnsmasq-utils 2024-03-19 09:16:02.079 | ebtables 2024-03-19 09:16:02.079 | haproxy 2024-03-19 09:16:02.079 | iptables 2024-03-19 09:16:02.079 | iputils-arping 2024-03-19 09:16:02.079 | iputils-ping 2024-03-19 09:16:02.079 | postgresql-server-dev-all 2024-03-19 09:16:02.079 | python3-mysqldb 2024-03-19 09:16:02.079 | sqlite3 2024-03-19 09:16:02.079 | sudo 2024-03-19 09:16:02.079 | vlan ' 2024-03-19 09:16:02.079 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-03-19 09:16:02.081 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:02.083 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:02.085 | ++ 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 2024-03-19 09:16:02.085 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-03-19 09:16:02.089 | ++ 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 2024-03-19 09:16:02.090 | ++ functions-common:install_package:1421 : update_package_repo 2024-03-19 09:16:02.092 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-19 09:16:02.094 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2024-03-19 09:16:02.095 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-19 09:16:02.097 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-19 09:16:02.099 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2024-03-19 09:16:02.101 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:02.102 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:02.104 | ++ functions-common:update_package_repo:1404 : apt_get_update 2024-03-19 09:16:02.105 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2024-03-19 09:16:02.107 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2024-03-19 09:16:02.109 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2024-03-19 09:16:02.111 | +++ functions-common:apt_get_update:1157 : id -u 2024-03-19 09:16:02.114 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2024-03-19 09:16:02.115 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2024-03-19 09:16:02.117 | ++ functions-common:time_start:2386 : local name=apt-get-update 2024-03-19 09:16:02.119 | ++ functions-common:time_start:2387 : local start_time= 2024-03-19 09:16:02.120 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:16:02.122 | +++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:16:02.125 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1710839762123 2024-03-19 09:16:02.126 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-03-19 09:16:02.128 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-03-19 09:16:02.130 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-03-19 09:16:02.316 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-03-19 09:16:02.324 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [119 kB] 2024-03-19 09:16:02.358 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [109 kB] 2024-03-19 09:16:02.402 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-19 09:16:02.500 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,490 kB] 2024-03-19 09:16:02.543 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [288 kB] 2024-03-19 09:16:02.552 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [1,605 kB] 2024-03-19 09:16:02.572 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [268 kB] 2024-03-19 09:16:02.583 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,058 kB] 2024-03-19 09:16:02.601 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [239 kB] 2024-03-19 09:16:02.669 | Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,272 kB] 2024-03-19 09:16:02.823 | Get:12 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [228 kB] 2024-03-19 09:16:02.827 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,572 kB] 2024-03-19 09:16:02.878 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [263 kB] 2024-03-19 09:16:02.886 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-19 09:16:02.925 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-19 09:16:06.212 | Fetched 9,634 kB in 2s (5,728 kB/s) 2024-03-19 09:16:07.129 | Reading package lists... 2024-03-19 09:16:07.152 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2024-03-19 09:16:07.154 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2024-03-19 09:16:07.156 | ++ functions-common:time_stop:2400 : local name 2024-03-19 09:16:07.157 | ++ functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:07.159 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:07.161 | ++ functions-common:time_stop:2403 : local total 2024-03-19 09:16:07.163 | ++ functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:07.164 | ++ functions-common:time_stop:2406 : name=apt-get-update 2024-03-19 09:16:07.166 | ++ functions-common:time_stop:2407 : start_time=1710839762123 2024-03-19 09:16:07.168 | ++ functions-common:time_stop:2409 : [[ -z 1710839762123 ]] 2024-03-19 09:16:07.170 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:07.173 | ++ functions-common:time_stop:2412 : end_time=1710839767171 2024-03-19 09:16:07.175 | ++ functions-common:time_stop:2413 : elapsed_time=5048 2024-03-19 09:16:07.176 | ++ functions-common:time_stop:2414 : total=0 2024-03-19 09:16:07.178 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:07.180 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5048 2024-03-19 09:16:07.182 | ++ functions-common:install_package:1422 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan 2024-03-19 09:16:07.184 | ++ functions-common:real_install_package:1409 : is_ubuntu 2024-03-19 09:16:07.186 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:07.187 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:07.189 | ++ functions-common:real_install_package:1410 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan 2024-03-19 09:16:07.205 | ++ functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan 2024-03-19 09:16:07.261 | Reading package lists... 2024-03-19 09:16:07.437 | Building dependency tree... 2024-03-19 09:16:07.438 | Reading state information... 2024-03-19 09:16:07.443 | acl is already the newest version (2.3.1-1). 2024-03-19 09:16:07.443 | bc is already the newest version (1.07.1-3build1). 2024-03-19 09:16:07.443 | bc set to manually installed. 2024-03-19 09:16:07.443 | conntrack is already the newest version (1:1.4.6-2build2). 2024-03-19 09:16:07.443 | ebtables is already the newest version (2.0.11-4build2). 2024-03-19 09:16:07.443 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-03-19 09:16:07.443 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-03-19 09:16:07.443 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-03-19 09:16:07.443 | gettext is already the newest version (0.21-4ubuntu4). 2024-03-19 09:16:07.443 | iputils-arping is already the newest version (3:20211215-1). 2024-03-19 09:16:07.443 | iputils-ping is already the newest version (3:20211215-1). 2024-03-19 09:16:07.443 | iputils-ping set to manually installed. 2024-03-19 09:16:07.443 | libffi-dev is already the newest version (3.4.2-4). 2024-03-19 09:16:07.443 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-03-19 09:16:07.443 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-03-19 09:16:07.443 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-03-19 09:16:07.443 | lsof set to manually installed. 2024-03-19 09:16:07.443 | lsscsi is already the newest version (0.31-1build2). 2024-03-19 09:16:07.443 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-03-19 09:16:07.443 | lvm2 set to manually installed. 2024-03-19 09:16:07.443 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-03-19 09:16:07.443 | open-iscsi set to manually installed. 2024-03-19 09:16:07.443 | parted is already the newest version (3.4-2build1). 2024-03-19 09:16:07.443 | parted set to manually installed. 2024-03-19 09:16:07.443 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-03-19 09:16:07.443 | psmisc is already the newest version (23.4-2build3). 2024-03-19 09:16:07.443 | psmisc set to manually installed. 2024-03-19 09:16:07.443 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-03-19 09:16:07.443 | python3-systemd is already the newest version (234-3ubuntu2). 2024-03-19 09:16:07.443 | python3-systemd set to manually installed. 2024-03-19 09:16:07.443 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-03-19 09:16:07.443 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-03-19 09:16:07.443 | thin-provisioning-tools set to manually installed. 2024-03-19 09:16:07.443 | uuid-runtime is already the newest version (2.37.2-4ubuntu3). 2024-03-19 09:16:07.443 | uuid-runtime set to manually installed. 2024-03-19 09:16:07.443 | wget is already the newest version (1.21.2-2ubuntu1). 2024-03-19 09:16:07.443 | wget set to manually installed. 2024-03-19 09:16:07.443 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-03-19 09:16:07.443 | graphviz is already the newest version (2.42.2-6). 2024-03-19 09:16:07.444 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-03-19 09:16:07.444 | pm-utils is already the newest version (1.4.1-19). 2024-03-19 09:16:07.444 | postgresql-server-dev-all is already the newest version (238). 2024-03-19 09:16:07.444 | vlan is already the newest version (2.0.5ubuntu5). 2024-03-19 09:16:07.444 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-03-19 09:16:07.444 | apache2-dev is already the newest version (2.4.52-1ubuntu4.8). 2024-03-19 09:16:07.444 | curl is already the newest version (7.81.0-1ubuntu1.15). 2024-03-19 09:16:07.444 | curl set to manually installed. 2024-03-19 09:16:07.444 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-03-19 09:16:07.444 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-03-19 09:16:07.444 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-03-19 09:16:07.444 | gawk set to manually installed. 2024-03-19 09:16:07.444 | git is already the newest version (1:2.34.1-1ubuntu1.10). 2024-03-19 09:16:07.444 | git set to manually installed. 2024-03-19 09:16:07.444 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-03-19 09:16:07.444 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-03-19 09:16:07.444 | iptables set to manually installed. 2024-03-19 09:16:07.444 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-03-19 09:16:07.444 | kpartx set to manually installed. 2024-03-19 09:16:07.444 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-03-19 09:16:07.444 | libldap2-dev is already the newest version (2.5.17+dfsg-0ubuntu0.22.04.1). 2024-03-19 09:16:07.444 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-03-19 09:16:07.444 | libpq-dev is already the newest version (14.11-0ubuntu0.22.04.1). 2024-03-19 09:16:07.444 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-03-19 09:16:07.444 | libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 2024-03-19 09:16:07.444 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-03-19 09:16:07.444 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-03-19 09:16:07.444 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-03-19 09:16:07.444 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-03-19 09:16:07.444 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.6). 2024-03-19 09:16:07.444 | openssl is already the newest version (3.0.2-0ubuntu1.15). 2024-03-19 09:16:07.444 | openssl set to manually installed. 2024-03-19 09:16:07.444 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-03-19 09:16:07.444 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.17). 2024-03-19 09:16:07.444 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-03-19 09:16:07.631 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-03-19 09:16:07.631 | sudo set to manually installed. 2024-03-19 09:16:07.631 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-03-19 09:16:07.631 | tar set to manually installed. 2024-03-19 09:16:07.631 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-03-19 09:16:07.631 | tcpdump set to manually installed. 2024-03-19 09:16:07.631 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-03-19 09:16:07.631 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-03-19 09:16:07.631 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-03-19 09:16:07.631 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-03-19 09:16:07.632 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-03-19 09:16:07.632 | 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2024-03-19 09:16:07.636 | ++ functions-common:apt_get:1194 : result=0 2024-03-19 09:16:07.638 | ++ functions-common:apt_get:1197 : time_stop apt-get 2024-03-19 09:16:07.639 | ++ functions-common:time_stop:2400 : local name 2024-03-19 09:16:07.641 | ++ functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:07.643 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:07.645 | ++ functions-common:time_stop:2403 : local total 2024-03-19 09:16:07.647 | ++ functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:07.649 | ++ functions-common:time_stop:2406 : name=apt-get 2024-03-19 09:16:07.651 | ++ functions-common:time_stop:2407 : start_time=1710839767203 2024-03-19 09:16:07.652 | ++ functions-common:time_stop:2409 : [[ -z 1710839767203 ]] 2024-03-19 09:16:07.655 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:07.658 | ++ functions-common:time_stop:2412 : end_time=1710839767656 2024-03-19 09:16:07.660 | ++ functions-common:time_stop:2413 : elapsed_time=453 2024-03-19 09:16:07.661 | ++ functions-common:time_stop:2414 : total=438 2024-03-19 09:16:07.663 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:07.665 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=891 2024-03-19 09:16:07.667 | ++ functions-common:apt_get:1198 : return 0 2024-03-19 09:16:07.669 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-03-19 09:16:07.671 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-03-19 09:16:07.674 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2024-03-19 09:16:07.677 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2024-03-19 09:16:07.680 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2024-03-19 09:16:07.682 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-03-19 09:16:07.685 | ++ tools/install_prereqs.sh:source:89 : date 2024-03-19 09:16:07.688 | + stack.sh:main:814 : [[ False != \T\r\u\e ]] 2024-03-19 09:16:07.690 | + stack.sh:main:815 : PYPI_ALTERNATIVE_URL= 2024-03-19 09:16:07.692 | + stack.sh:main:815 : /opt/stack/devstack/tools/install_pip.sh 2024-03-19 09:16:07.891 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-03-19 09:16:07.892 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-03-19 09:16:07.894 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-03-19 09:16:07.895 | + tools/install_pip.sh:main:43 : GetDistro 2024-03-19 09:16:07.896 | + functions-common:GetDistro:449 : GetOSVersion 2024-03-19 09:16:07.898 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-03-19 09:16:07.899 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-03-19 09:16:07.901 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-03-19 09:16:07.902 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-03-19 09:16:07.903 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-03-19 09:16:07.904 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-03-19 09:16:07.906 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-03-19 09:16:07.907 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-03-19 09:16:07.908 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-03-19 09:16:07.909 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-03-19 09:16:07.911 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-03-19 09:16:07.912 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-03-19 09:16:07.913 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-03-19 09:16:07.915 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-03-19 09:16:07.916 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rhel9 ]] 2024-03-19 09:16:07.917 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-03-19 09:16:07.919 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-03-19 09:16:07.920 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-03-19 09:16:07.922 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-03-19 09:16:07.923 | + functions-common:_ensure_lsb_release:394 : return 2024-03-19 09:16:07.925 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-03-19 09:16:07.959 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-03-19 09:16:07.961 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-03-19 09:16:07.995 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-03-19 09:16:07.997 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-03-19 09:16:08.032 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-03-19 09:16:08.033 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-03-19 09:16:08.035 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-03-19 09:16:08.036 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-03-19 09:16:08.038 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-03-19 09:16:08.039 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-03-19 09:16:08.041 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-03-19 09:16:08.042 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-03-19 09:16:08.044 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-03-19 09:16:08.045 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2024-03-19 09:16:08.046 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-03-19 09:16:08.046 | Distro: jammy 2024-03-19 09:16:08.048 | + tools/install_pip.sh:main:124 : get_versions 2024-03-19 09:16:08.050 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-03-19 09:16:08.052 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-03-19 09:16:08.053 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-03-19 09:16:08.055 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-03-19 09:16:08.056 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-03-19 09:16:08.163 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-03-19 09:16:08.165 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-03-19 09:16:08.165 | pip: 0.1.15 2024-03-19 09:16:08.166 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-03-19 09:16:08.168 | + tools/install_pip.sh:main:130 : is_fedora 2024-03-19 09:16:08.169 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-19 09:16:08.170 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-19 09:16:08.171 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-19 09:16:08.173 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-19 09:16:08.174 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-19 09:16:08.175 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-19 09:16:08.176 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-19 09:16:08.177 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-19 09:16:08.179 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-19 09:16:08.180 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-19 09:16:08.181 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-19 09:16:08.183 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-19 09:16:08.184 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-19 09:16:08.185 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-03-19 09:16:08.186 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:08.188 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:08.189 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-03-19 09:16:08.192 | + tools/install_pip.sh:main:153 : set -x 2024-03-19 09:16:08.194 | + tools/install_pip.sh:main:156 : get_versions 2024-03-19 09:16:08.196 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-03-19 09:16:08.198 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-03-19 09:16:08.200 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-03-19 09:16:08.202 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-03-19 09:16:08.202 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-03-19 09:16:08.210 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-03-19 09:16:08.211 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-03-19 09:16:08.211 | pip: 0.1.15 2024-03-19 09:16:08.214 | + stack.sh:main:819 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-03-19 09:16:08.216 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-03-19 09:16:08.218 | + stack.sh:main:820 : fixup_all 2024-03-19 09:16:08.220 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2024-03-19 09:16:08.222 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2024-03-19 09:16:08.224 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:08.225 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:08.227 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-03-19 09:16:08.237 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-03-19 09:16:08.246 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-03-19 09:16:08.254 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2024-03-19 09:16:08.256 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-03-19 09:16:08.257 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-19 09:16:08.259 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-19 09:16:08.260 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-19 09:16:08.262 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-19 09:16:08.263 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-19 09:16:08.265 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-19 09:16:08.266 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-19 09:16:08.268 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-19 09:16:08.269 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-19 09:16:08.271 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-19 09:16:08.272 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-19 09:16:08.274 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-19 09:16:08.275 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-19 09:16:08.277 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-03-19 09:16:08.278 | + stack.sh:main:822 : [[ True == \T\r\u\e ]] 2024-03-19 09:16:08.280 | + stack.sh:main:824 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2024-03-19 09:16:08.288 | + stack.sh:main:825 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2024-03-19 09:16:08.296 | + stack.sh:main:826 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2024-03-19 09:16:08.305 | + stack.sh:main:827 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2024-03-19 09:16:08.314 | + stack.sh:main:828 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2024-03-19 09:16:08.322 | + stack.sh:main:829 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2024-03-19 09:16:08.332 | + stack.sh:main:830 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2024-03-19 09:16:08.341 | + stack.sh:main:832 : setup_devstack_virtualenv 2024-03-19 09:16:08.342 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2024-03-19 09:16:08.344 | + inc/python:setup_devstack_virtualenv:46 : [[ :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2024-03-19 09:16:08.346 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:16:08.347 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:16:08.349 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2024-03-19 09:16:08.351 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2024-03-19 09:16:08.353 | + stack.sh:main:836 : pip_install -U os-testr 2024-03-19 09:16:08.373 | Using python 3.10 to install os-testr 2024-03-19 09:16:08.375 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-03-19 09:16:10.088 | Collecting os-testr 2024-03-19 09:16:10.091 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2024-03-19 09:16:10.135 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2024-03-19 09:16:10.137 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2024-03-19 09:16:10.161 | Collecting python-subunit>=1.0.0 (from os-testr) 2024-03-19 09:16:10.163 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2024-03-19 09:16:10.187 | Collecting testtools>=2.2.0 (from os-testr) 2024-03-19 09:16:10.189 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2024-03-19 09:16:10.214 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2024-03-19 09:16:10.216 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-03-19 09:16:10.259 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2024-03-19 09:16:10.260 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-03-19 09:16:10.292 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-03-19 09:16:10.294 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-03-19 09:16:10.298 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-03-19 09:16:10.302 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2024-03-19 09:16:10.307 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2024-03-19 09:16:10.374 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2024-03-19 09:16:10.723 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2024-03-19 09:16:10.802 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:10.804 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:10.806 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:10.808 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:10.809 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:10.811 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:10.813 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:10.814 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:10.816 | + functions-common:time_stop:2407 : start_time=1710839768369 2024-03-19 09:16:10.818 | + functions-common:time_stop:2409 : [[ -z 1710839768369 ]] 2024-03-19 09:16:10.820 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:10.823 | + functions-common:time_stop:2412 : end_time=1710839770821 2024-03-19 09:16:10.825 | + functions-common:time_stop:2413 : elapsed_time=2452 2024-03-19 09:16:10.826 | + functions-common:time_stop:2414 : total=0 2024-03-19 09:16:10.828 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:10.830 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2452 2024-03-19 09:16:10.832 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:10.834 | + stack.sh:main:840 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-03-19 09:16:10.875 | + stack.sh:main:841 : sudo systemctl restart systemd-journald 2024-03-19 09:16:10.973 | + stack.sh:main:847 : install_infra 2024-03-19 09:16:10.975 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-19 09:16:10.977 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-03-19 09:16:10.979 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-03-19 09:16:14.107 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-19 09:16:14.110 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-03-19 09:16:14.127 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-03-19 09:16:15.074 | Collecting pbr 2024-03-19 09:16:15.077 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-03-19 09:16:15.102 | Installing collected packages: pbr 2024-03-19 09:16:15.167 | Successfully installed pbr-5.11.1 2024-03-19 09:16:15.240 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:15.242 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:15.244 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:15.245 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:15.247 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:15.249 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:15.250 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:15.252 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:15.253 | + functions-common:time_stop:2407 : start_time=1710839774122 2024-03-19 09:16:15.255 | + functions-common:time_stop:2409 : [[ -z 1710839774122 ]] 2024-03-19 09:16:15.257 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:15.260 | + functions-common:time_stop:2412 : end_time=1710839775258 2024-03-19 09:16:15.261 | + functions-common:time_stop:2413 : elapsed_time=1136 2024-03-19 09:16:15.263 | + functions-common:time_stop:2414 : total=2452 2024-03-19 09:16:15.264 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:15.266 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3588 2024-03-19 09:16:15.268 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:15.270 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-19 09:16:15.271 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-03-19 09:16:15.287 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-03-19 09:16:16.169 | Processing /opt/stack/requirements 2024-03-19 09:16:16.169 | Preparing metadata (setup.py): started 2024-03-19 09:16:16.842 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:16:16.933 | Collecting Parsley>=1.2 2024-03-19 09:16:16.936 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-03-19 09:16:17.013 | Collecting PyYAML>=3.12 2024-03-19 09:16:17.022 | 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-03-19 09:16:17.050 | Collecting beagle>=0.2.1 2024-03-19 09:16:17.052 | Using cached beagle-0.3.0-py3-none-any.whl (11 kB) 2024-03-19 09:16:17.075 | Collecting fixtures>=3.0.0 2024-03-19 09:16:17.076 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-03-19 09:16:17.119 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-03-19 09:16:17.121 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-03-19 09:16:17.177 | Collecting requests>=2.14.2 2024-03-19 09:16:17.179 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2024-03-19 09:16:17.204 | Collecting six>=1.10.0 2024-03-19 09:16:17.206 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-03-19 09:16:17.251 | Collecting cliff>=2.11.0 2024-03-19 09:16:17.254 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2024-03-19 09:16:17.261 | 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.dev6369) (5.11.1) 2024-03-19 09:16:17.324 | Collecting certifi>=2017.4.17 2024-03-19 09:16:17.328 | Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-03-19 09:16:17.486 | Collecting charset-normalizer<4,>=2 2024-03-19 09:16:17.490 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2024-03-19 09:16:17.552 | Collecting urllib3<1.27,>=1.21.1 2024-03-19 09:16:17.556 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2024-03-19 09:16:17.583 | Collecting idna<4,>=2.5 2024-03-19 09:16:17.586 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-03-19 09:16:17.649 | Collecting cmd2>=1.0.0 2024-03-19 09:16:17.652 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2024-03-19 09:16:17.703 | Collecting PrettyTable>=0.7.2 2024-03-19 09:16:17.705 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2024-03-19 09:16:17.747 | Collecting stevedore>=2.0.1 2024-03-19 09:16:17.749 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2024-03-19 09:16:17.822 | Collecting importlib-metadata>=4.4 2024-03-19 09:16:17.825 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2024-03-19 09:16:17.848 | Collecting autopage>=0.4.0 2024-03-19 09:16:17.850 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-03-19 09:16:17.922 | Collecting attrs>=16.3.0 2024-03-19 09:16:17.924 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2024-03-19 09:16:17.945 | Collecting pyperclip>=1.6 2024-03-19 09:16:17.945 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-03-19 09:16:17.968 | Collecting wcwidth>=0.1.7 2024-03-19 09:16:17.970 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2024-03-19 09:16:18.033 | Collecting zipp>=0.5 2024-03-19 09:16:18.034 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2024-03-19 09:16:18.088 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-03-19 09:16:18.225 | 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-03-19 09:16:19.010 | Running setup.py install for openstack-requirements: started 2024-03-19 09:16:20.387 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-03-19 09:16:20.395 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2024.2.2 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6369 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2024-03-19 09:16:20.492 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:20.494 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:20.495 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:20.497 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:20.499 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:20.501 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:20.502 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:20.504 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:20.506 | + functions-common:time_stop:2407 : start_time=1710839775282 2024-03-19 09:16:20.508 | + functions-common:time_stop:2409 : [[ -z 1710839775282 ]] 2024-03-19 09:16:20.509 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:20.513 | + functions-common:time_stop:2412 : end_time=1710839780511 2024-03-19 09:16:20.514 | + functions-common:time_stop:2413 : elapsed_time=5229 2024-03-19 09:16:20.516 | + functions-common:time_stop:2414 : total=3588 2024-03-19 09:16:20.518 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:20.519 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8817 2024-03-19 09:16:20.521 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:20.523 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-03-19 09:16:20.525 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-03-19 09:16:20.527 | + inc/python:use_library_from_git:272 : local name=pbr 2024-03-19 09:16:20.529 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:20.531 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:20.533 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2024-03-19 09:16:20.535 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:20.537 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-03-19 09:16:20.553 | Using python 3.10 to install pbr 2024-03-19 09:16:20.555 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-03-19 09:16:21.322 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2024-03-19 09:16:21.631 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:21.633 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:21.635 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:21.637 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:21.639 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:21.641 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:21.643 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:21.645 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:21.647 | + functions-common:time_stop:2407 : start_time=1710839780549 2024-03-19 09:16:21.649 | + functions-common:time_stop:2409 : [[ -z 1710839780549 ]] 2024-03-19 09:16:21.651 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:21.654 | + functions-common:time_stop:2412 : end_time=1710839781652 2024-03-19 09:16:21.656 | + functions-common:time_stop:2413 : elapsed_time=1103 2024-03-19 09:16:21.658 | + functions-common:time_stop:2414 : total=8817 2024-03-19 09:16:21.660 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:21.662 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9920 2024-03-19 09:16:21.664 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:21.666 | + stack.sh:main:850 : python3 -m venv /opt/stack//bindep-venv 2024-03-19 09:16:24.839 | + stack.sh:main:852 : /opt/stack//bindep-venv/bin/pip install bindep 2024-03-19 09:16:25.332 | Collecting bindep 2024-03-19 09:16:25.335 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-03-19 09:16:25.364 | Collecting distro>=1.7.0 2024-03-19 09:16:25.367 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-03-19 09:16:25.385 | Collecting Parsley 2024-03-19 09:16:25.386 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-03-19 09:16:25.430 | Collecting pbr>=2.0.0 2024-03-19 09:16:25.433 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-03-19 09:16:25.473 | Collecting packaging 2024-03-19 09:16:25.476 | Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-03-19 09:16:25.510 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-03-19 09:16:25.736 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.0 pbr-6.0.0 2024-03-19 09:16:25.803 | + stack.sh:main:853 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-03-19 09:16:25.805 | + stack.sh:main:853 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-03-19 09:16:25.808 | ++ stack.sh:main:856 : _get_plugin_bindep_packages 2024-03-19 09:16:25.821 | + stack.sh:main:856 : pkgs= 2024-03-19 09:16:25.823 | + stack.sh:main:857 : [[ -n '' ]] 2024-03-19 09:16:25.825 | + stack.sh:main:864 : run_phase stack pre-install 2024-03-19 09:16:25.827 | + functions-common:run_phase:1828 : local mode=stack 2024-03-19 09:16:25.828 | + functions-common:run_phase:1829 : local phase=pre-install 2024-03-19 09:16:25.830 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-19 09:16:25.832 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-19 09:16:25.834 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-19 09:16:25.835 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-19 09:16:25.837 | + functions-common:run_phase:1838 : local extra 2024-03-19 09:16:25.839 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-19 09:16:25.842 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-19 09:16:25.844 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-19 09:16:25.845 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-19 09:16:25.847 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-03-19 09:16:25.849 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-19 09:16:25.860 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:25.861 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:16:25.863 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:16:25.864 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-03-19 09:16:25.866 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:16:25.867 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:16:25.869 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:16:25.870 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-03-19 09:16:25.872 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:16:25.873 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-03-19 09:16:25.875 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:16:25.876 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:16:25.878 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-19 09:16:25.879 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-19 09:16:25.881 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:16:25.883 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-19 09:16:25.884 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2024-03-19 09:16:25.886 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-19 09:16:25.887 | + functions-common:run_plugins:1815 : local phase=pre-install 2024-03-19 09:16:25.889 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-19 09:16:25.891 | + functions-common:run_plugins:1818 : local plugin 2024-03-19 09:16:25.892 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-19 09:16:25.894 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-19 09:16:25.895 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-19 09:16:25.897 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-03-19 09:16:25.899 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:16:25.901 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:16:25.902 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-03-19 09:16:25.904 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:16:25.906 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:16:25.907 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:16:25.909 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-03-19 09:16:25.911 | + stack.sh:main:867 : set_systemd_override DefaultLimitNOFILE 2048 2024-03-19 09:16:25.913 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-03-19 09:16:25.915 | + functions:set_systemd_override:832 : local value=2048 2024-03-19 09:16:25.917 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-03-19 09:16:25.919 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-03-19 09:16:25.959 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-03-19 09:16:25.960 | Set systemd system override for DefaultLimitNOFILE=2048 2024-03-19 09:16:25.961 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-03-19 09:16:26.439 | + stack.sh:main:869 : install_rpc_backend 2024-03-19 09:16:26.441 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-03-19 09:16:26.455 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:26.456 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-03-19 09:16:26.458 | + functions-common:install_package:1421 : update_package_repo 2024-03-19 09:16:26.460 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-19 09:16:26.462 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-19 09:16:26.464 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-19 09:16:26.466 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-19 09:16:26.468 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-19 09:16:26.470 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:26.472 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:26.475 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-19 09:16:26.477 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-19 09:16:26.479 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-19 09:16:26.482 | + functions-common:apt_get_update:1150 : return 2024-03-19 09:16:26.484 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2024-03-19 09:16:26.486 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-19 09:16:26.487 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:26.490 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:26.492 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2024-03-19 09:16:26.508 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-03-19 09:16:26.571 | Reading package lists... 2024-03-19 09:16:26.810 | Building dependency tree... 2024-03-19 09:16:26.811 | Reading state information... 2024-03-19 09:16:26.997 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-03-19 09:16:26.997 | 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2024-03-19 09:16:27.002 | + functions-common:apt_get:1194 : result=0 2024-03-19 09:16:27.004 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-19 09:16:27.006 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:27.008 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:27.010 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:27.012 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:27.014 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:27.015 | + functions-common:time_stop:2406 : name=apt-get 2024-03-19 09:16:27.017 | + functions-common:time_stop:2407 : start_time=1710839786506 2024-03-19 09:16:27.019 | + functions-common:time_stop:2409 : [[ -z 1710839786506 ]] 2024-03-19 09:16:27.021 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:27.025 | + functions-common:time_stop:2412 : end_time=1710839787023 2024-03-19 09:16:27.027 | + functions-common:time_stop:2413 : elapsed_time=517 2024-03-19 09:16:27.028 | + functions-common:time_stop:2414 : total=891 2024-03-19 09:16:27.030 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:27.032 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1408 2024-03-19 09:16:27.034 | + functions-common:apt_get:1198 : return 0 2024-03-19 09:16:27.036 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2024-03-19 09:16:27.038 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-19 09:16:27.039 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-19 09:16:27.041 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-19 09:16:27.043 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-19 09:16:27.045 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-19 09:16:27.047 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-19 09:16:27.048 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-19 09:16:27.050 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-19 09:16:27.052 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-19 09:16:27.054 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-19 09:16:27.056 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-19 09:16:27.057 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-19 09:16:27.059 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-19 09:16:27.061 | + stack.sh:main:870 : restart_rpc_backend 2024-03-19 09:16:27.063 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2024-03-19 09:16:27.077 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:27.079 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2024-03-19 09:16:27.081 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:16:27.083 | + stack.sh:echo_summary:470 : echo -e Starting RabbitMQ 2024-03-19 09:16:27.085 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2024-03-19 09:16:27.087 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2024-03-19 09:16:27.090 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2024-03-19 09:16:27.092 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2024-03-19 09:16:27.094 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2024-03-19 09:16:27.096 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2024-03-19 09:16:27.098 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2024-03-19 09:16:27.100 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2024-03-19 09:16:27.102 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2024-03-19 09:16:27.576 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2024-03-19 09:16:27.576 | user tags 2024-03-19 09:16:27.576 | guest [administrator]' 2024-03-19 09:16:27.579 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2024-03-19 09:16:27.579 | user tags 2024-03-19 09:16:27.579 | guest [administrator]' 2024-03-19 09:16:27.579 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2024-03-19 09:16:27.584 | + lib/rpc_backend:rabbit_setuser:163 : found= 2024-03-19 09:16:27.586 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2024-03-19 09:16:27.588 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-03-19 09:16:28.006 | Adding user "stackrabbit" ... 2024-03-19 09:16:28.018 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-03-19 09:16:28.031 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-03-19 09:16:28.444 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-03-19 09:16:28.461 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2024-03-19 09:16:28.463 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-03-19 09:16:28.877 | Changing password for user "stackrabbit" ... 2024-03-19 09:16:28.894 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2024-03-19 09:16:28.896 | + lib/rpc_backend:restart_rpc_backend:103 : break 2024-03-19 09:16:28.898 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2024-03-19 09:16:29.331 | Deleting user "guest" ... 2024-03-19 09:16:29.349 | + stack.sh:main:872 : is_service_enabled mysql postgresql 2024-03-19 09:16:29.362 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:29.364 | + stack.sh:main:873 : install_database 2024-03-19 09:16:29.366 | + lib/database:install_database:118 : install_database_mysql 2024-03-19 09:16:29.368 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2024-03-19 09:16:29.370 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:29.372 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:29.374 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2024-03-19 09:16:29.579 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2024-03-19 09:16:29.581 | + lib/databases/mysql:install_database_mysql:211 : cat 2024-03-19 09:16:29.584 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2024-03-19 09:16:29.586 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:29.588 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:29.590 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2024-03-19 09:16:29.592 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2024-03-19 09:16:29.595 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2024-03-19 09:16:29.597 | + stack.sh:main:875 : '[' -n mysql ']' 2024-03-19 09:16:29.599 | + stack.sh:main:876 : install_database_python 2024-03-19 09:16:29.601 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-03-19 09:16:29.603 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2024-03-19 09:16:29.605 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2024-03-19 09:16:29.607 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-19 09:16:29.609 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2024-03-19 09:16:29.611 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2024-03-19 09:16:29.613 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-19 09:16:29.616 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-03-19 09:16:29.617 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-19 09:16:29.620 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2024-03-19 09:16:29.622 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2024-03-19 09:16:29.624 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2024-03-19 09:16:29.626 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2024-03-19 09:16:29.628 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2024-03-19 09:16:29.645 | Using python 3.10 to install PyMySQL 2024-03-19 09:16:29.646 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-03-19 09:16:30.522 | Collecting PyMySQL 2024-03-19 09:16:30.524 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2024-03-19 09:16:30.530 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2024-03-19 09:16:30.591 | Installing collected packages: PyMySQL 2024-03-19 09:16:30.627 | Successfully installed PyMySQL-1.0.3 2024-03-19 09:16:30.697 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:30.699 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:30.700 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:30.702 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:30.703 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:30.705 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:30.707 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:30.709 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:30.710 | + functions-common:time_stop:2407 : start_time=1710839789640 2024-03-19 09:16:30.712 | + functions-common:time_stop:2409 : [[ -z 1710839789640 ]] 2024-03-19 09:16:30.714 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:30.717 | + functions-common:time_stop:2412 : end_time=1710839790715 2024-03-19 09:16:30.719 | + functions-common:time_stop:2413 : elapsed_time=1075 2024-03-19 09:16:30.720 | + functions-common:time_stop:2414 : total=9920 2024-03-19 09:16:30.722 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:30.724 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10995 2024-03-19 09:16:30.725 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:30.727 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-03-19 09:16:30.729 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-03-19 09:16:30.731 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-03-19 09:16:30.733 | + stack.sh:main:879 : is_service_enabled neutron 2024-03-19 09:16:30.746 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:30.747 | + stack.sh:main:880 : install_neutron_agent_packages 2024-03-19 09:16:30.749 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2024-03-19 09:16:30.761 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:16:30.763 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-03-19 09:16:30.775 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:16:30.777 | + stack.sh:main:883 : is_service_enabled etcd3 2024-03-19 09:16:30.789 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:30.791 | + stack.sh:main:884 : install_etcd3 2024-03-19 09:16:30.793 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-03-19 09:16:30.793 | Installing etcd 2024-03-19 09:16:30.794 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-03-19 09:16:30.804 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-03-19 09:16:30.813 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-03-19 09:16:30.815 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-03-19 09:16:30.823 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-03-19 09:16:30.826 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-19 09:16:30.828 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-19 09:16:30.830 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-19 09:16:30.833 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2024-03-19 09:16:30.835 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2024-03-19 09:16:30.837 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2024-03-19 09:16:30.839 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-19 09:16:30.845 | --2024-03-19 09:16:30-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-19 09:16:30.850 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-03-19 09:16:30.851 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-03-19 09:16:30.883 | HTTP request sent, awaiting response... 200 OK 2024-03-19 09:16:30.883 | Length: 16171146 (15M) [application/gzip] 2024-03-19 09:16:30.883 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2024-03-19 09:16:30.896 | 2024-03-19 09:16:30.964 | 0K ........ ....... 100% 192M=0.08s 2024-03-19 09:16:30.964 | 2024-03-19 09:16:30.964 | 2024-03-19 09:16:30 (192 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2024-03-19 09:16:30.964 | 2024-03-19 09:16:30.968 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-03-19 09:16:30.970 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-19 09:16:30.972 | ++ functions:get_extra_file:74 : return 2024-03-19 09:16:30.974 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-19 09:16:30.976 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2024-03-19 09:16:30.978 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2024-03-19 09:16:30.979 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-03-19 09:16:31.071 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2024-03-19 09:16:31.073 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-03-19 09:16:31.084 | etcd-v3.4.27-linux-amd64/ 2024-03-19 09:16:31.084 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2024-03-19 09:16:31.084 | etcd-v3.4.27-linux-amd64/etcdctl 2024-03-19 09:16:31.225 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2024-03-19 09:16:31.225 | etcd-v3.4.27-linux-amd64/Documentation/ 2024-03-19 09:16:31.225 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2024-03-19 09:16:31.225 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2024-03-19 09:16:31.225 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-03-19 09:16:31.225 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-03-19 09:16:31.226 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-03-19 09:16:31.226 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2024-03-19 09:16:31.226 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-03-19 09:16:31.226 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-03-19 09:16:31.226 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-03-19 09:16:31.226 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-03-19 09:16:31.226 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-03-19 09:16:31.227 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2024-03-19 09:16:31.228 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2024-03-19 09:16:31.229 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2024-03-19 09:16:31.230 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2024-03-19 09:16:31.231 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2024-03-19 09:16:31.231 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2024-03-19 09:16:31.231 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2024-03-19 09:16:31.231 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2024-03-19 09:16:31.231 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2024-03-19 09:16:31.231 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2024-03-19 09:16:31.231 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2024-03-19 09:16:31.232 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2024-03-19 09:16:31.232 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2024-03-19 09:16:31.232 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2024-03-19 09:16:31.232 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2024-03-19 09:16:31.232 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2024-03-19 09:16:31.232 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2024-03-19 09:16:31.232 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2024-03-19 09:16:31.232 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2024-03-19 09:16:31.233 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2024-03-19 09:16:31.233 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2024-03-19 09:16:31.233 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2024-03-19 09:16:31.233 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2024-03-19 09:16:31.233 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2024-03-19 09:16:31.233 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2024-03-19 09:16:31.233 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2024-03-19 09:16:31.234 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2024-03-19 09:16:31.234 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2024-03-19 09:16:31.234 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2024-03-19 09:16:31.234 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2024-03-19 09:16:31.234 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2024-03-19 09:16:31.234 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2024-03-19 09:16:31.235 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2024-03-19 09:16:31.235 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2024-03-19 09:16:31.235 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2024-03-19 09:16:31.235 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2024-03-19 09:16:31.235 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2024-03-19 09:16:31.235 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2024-03-19 09:16:31.236 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2024-03-19 09:16:31.236 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2024-03-19 09:16:31.236 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2024-03-19 09:16:31.236 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2024-03-19 09:16:31.236 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2024-03-19 09:16:31.237 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2024-03-19 09:16:31.237 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2024-03-19 09:16:31.237 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2024-03-19 09:16:31.237 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2024-03-19 09:16:31.237 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2024-03-19 09:16:31.237 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2024-03-19 09:16:31.238 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2024-03-19 09:16:31.238 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2024-03-19 09:16:31.238 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2024-03-19 09:16:31.238 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2024-03-19 09:16:31.238 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2024-03-19 09:16:31.239 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2024-03-19 09:16:31.239 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2024-03-19 09:16:31.239 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2024-03-19 09:16:31.239 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2024-03-19 09:16:31.239 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2024-03-19 09:16:31.239 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2024-03-19 09:16:31.239 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2024-03-19 09:16:31.240 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2024-03-19 09:16:31.241 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2024-03-19 09:16:31.242 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2024-03-19 09:16:31.243 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2024-03-19 09:16:31.244 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2024-03-19 09:16:31.245 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2024-03-19 09:16:31.245 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2024-03-19 09:16:31.246 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2024-03-19 09:16:31.247 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2024-03-19 09:16:31.248 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2024-03-19 09:16:31.249 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2024-03-19 09:16:31.250 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2024-03-19 09:16:31.251 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2024-03-19 09:16:31.252 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2024-03-19 09:16:31.252 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2024-03-19 09:16:31.253 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2024-03-19 09:16:31.254 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2024-03-19 09:16:31.255 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2024-03-19 09:16:31.256 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2024-03-19 09:16:31.258 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2024-03-19 09:16:31.259 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2024-03-19 09:16:31.260 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2024-03-19 09:16:31.260 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2024-03-19 09:16:31.262 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2024-03-19 09:16:31.262 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2024-03-19 09:16:31.263 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2024-03-19 09:16:31.264 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2024-03-19 09:16:31.264 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2024-03-19 09:16:31.264 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2024-03-19 09:16:31.264 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2024-03-19 09:16:31.264 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2024-03-19 09:16:31.264 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-03-19 09:16:31.265 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2024-03-19 09:16:31.265 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-03-19 09:16:31.265 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2024-03-19 09:16:31.265 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2024-03-19 09:16:31.265 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2024-03-19 09:16:31.265 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2024-03-19 09:16:31.265 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2024-03-19 09:16:31.266 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2024-03-19 09:16:31.267 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-03-19 09:16:31.267 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2024-03-19 09:16:31.267 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2024-03-19 09:16:31.267 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2024-03-19 09:16:31.267 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2024-03-19 09:16:31.267 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2024-03-19 09:16:31.267 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2024-03-19 09:16:31.268 | etcd-v3.4.27-linux-amd64/README.md 2024-03-19 09:16:31.269 | etcd-v3.4.27-linux-amd64/etcd 2024-03-19 09:16:31.460 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2024-03-19 09:16:31.485 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-03-19 09:16:31.509 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-03-19 09:16:31.511 | + stack.sh:main:893 : is_service_enabled tls-proxy 2024-03-19 09:16:31.523 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:16:31.525 | + stack.sh:main:903 : install_dstat 2024-03-19 09:16:31.527 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-03-19 09:16:31.539 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:16:31.541 | + stack.sh:main:909 : echo_summary 'Installing OpenStack project source' 2024-03-19 09:16:31.543 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:16:31.545 | + stack.sh:echo_summary:470 : echo -e Installing OpenStack project source 2024-03-19 09:16:31.547 | + stack.sh:main:912 : install_libs 2024-03-19 09:16:31.549 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-03-19 09:16:31.551 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-03-19 09:16:31.553 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-03-19 09:16:31.555 | + inc/python:use_library_from_git:272 : local name=automaton 2024-03-19 09:16:31.557 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.559 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.561 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2024-03-19 09:16:31.562 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.564 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-03-19 09:16:31.566 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-03-19 09:16:31.568 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-03-19 09:16:31.570 | + inc/python:use_library_from_git:272 : local name=castellan 2024-03-19 09:16:31.571 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.573 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.575 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2024-03-19 09:16:31.577 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.578 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-03-19 09:16:31.580 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-03-19 09:16:31.582 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-03-19 09:16:31.584 | + inc/python:use_library_from_git:272 : local name=cliff 2024-03-19 09:16:31.586 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.587 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.589 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2024-03-19 09:16:31.591 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.593 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-03-19 09:16:31.595 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-03-19 09:16:31.597 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-03-19 09:16:31.599 | + inc/python:use_library_from_git:272 : local name=cursive 2024-03-19 09:16:31.600 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.602 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.604 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2024-03-19 09:16:31.606 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.608 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-03-19 09:16:31.610 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-03-19 09:16:31.612 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-03-19 09:16:31.614 | + inc/python:use_library_from_git:272 : local name=debtcollector 2024-03-19 09:16:31.616 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.617 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.619 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2024-03-19 09:16:31.621 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.623 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-03-19 09:16:31.625 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-03-19 09:16:31.627 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-03-19 09:16:31.628 | + inc/python:use_library_from_git:272 : local name=futurist 2024-03-19 09:16:31.630 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.632 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.634 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2024-03-19 09:16:31.636 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.638 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-03-19 09:16:31.639 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-03-19 09:16:31.641 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-03-19 09:16:31.643 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2024-03-19 09:16:31.645 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.647 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.649 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2024-03-19 09:16:31.651 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.652 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-03-19 09:16:31.654 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-03-19 09:16:31.656 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-03-19 09:16:31.658 | + inc/python:use_library_from_git:272 : local name=osc-lib 2024-03-19 09:16:31.659 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.661 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.663 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2024-03-19 09:16:31.665 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.667 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-03-19 09:16:31.669 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-03-19 09:16:31.670 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-03-19 09:16:31.672 | + inc/python:use_library_from_git:272 : local name=osc-placement 2024-03-19 09:16:31.674 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.676 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.677 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2024-03-19 09:16:31.679 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.681 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-03-19 09:16:31.683 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-03-19 09:16:31.685 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-03-19 09:16:31.686 | + inc/python:use_library_from_git:272 : local name=os-client-config 2024-03-19 09:16:31.688 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.690 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.691 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2024-03-19 09:16:31.693 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.695 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-03-19 09:16:31.697 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-03-19 09:16:31.699 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-03-19 09:16:31.701 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2024-03-19 09:16:31.702 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.704 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.706 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2024-03-19 09:16:31.708 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.710 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-03-19 09:16:31.712 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-03-19 09:16:31.714 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-03-19 09:16:31.715 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2024-03-19 09:16:31.717 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.719 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.721 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2024-03-19 09:16:31.723 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.724 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-03-19 09:16:31.726 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-03-19 09:16:31.728 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-03-19 09:16:31.730 | + inc/python:use_library_from_git:272 : local name=oslo.config 2024-03-19 09:16:31.732 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.733 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.735 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2024-03-19 09:16:31.737 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.739 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-03-19 09:16:31.741 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-03-19 09:16:31.743 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-03-19 09:16:31.744 | + inc/python:use_library_from_git:272 : local name=oslo.context 2024-03-19 09:16:31.746 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.748 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.750 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2024-03-19 09:16:31.752 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.754 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-03-19 09:16:31.755 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-03-19 09:16:31.757 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-03-19 09:16:31.759 | + inc/python:use_library_from_git:272 : local name=oslo.db 2024-03-19 09:16:31.761 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.763 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.764 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2024-03-19 09:16:31.766 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.768 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-03-19 09:16:31.770 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-03-19 09:16:31.772 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-03-19 09:16:31.773 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2024-03-19 09:16:31.775 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.777 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.779 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2024-03-19 09:16:31.781 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.783 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-03-19 09:16:31.784 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-03-19 09:16:31.787 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-03-19 09:16:31.789 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2024-03-19 09:16:31.791 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.792 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.794 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2024-03-19 09:16:31.796 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.798 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-03-19 09:16:31.800 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-03-19 09:16:31.802 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-03-19 09:16:31.803 | + inc/python:use_library_from_git:272 : local name=oslo.log 2024-03-19 09:16:31.805 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.807 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.809 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2024-03-19 09:16:31.811 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.812 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-03-19 09:16:31.814 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-03-19 09:16:31.816 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-03-19 09:16:31.818 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2024-03-19 09:16:31.820 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.821 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.823 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2024-03-19 09:16:31.825 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.827 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-03-19 09:16:31.829 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-03-19 09:16:31.830 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-03-19 09:16:31.832 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2024-03-19 09:16:31.834 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.836 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.838 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2024-03-19 09:16:31.839 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.841 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-03-19 09:16:31.843 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-03-19 09:16:31.845 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-03-19 09:16:31.847 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2024-03-19 09:16:31.849 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.851 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.852 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2024-03-19 09:16:31.854 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.856 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-03-19 09:16:31.858 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-03-19 09:16:31.860 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-03-19 09:16:31.861 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2024-03-19 09:16:31.863 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.865 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.867 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2024-03-19 09:16:31.869 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.871 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-03-19 09:16:31.872 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-03-19 09:16:31.874 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-03-19 09:16:31.876 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2024-03-19 09:16:31.878 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.880 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.881 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2024-03-19 09:16:31.883 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.885 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-03-19 09:16:31.887 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-03-19 09:16:31.889 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-03-19 09:16:31.890 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2024-03-19 09:16:31.892 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.894 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.896 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-03-19 09:16:31.898 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.900 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-03-19 09:16:31.901 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-03-19 09:16:31.903 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-03-19 09:16:31.905 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2024-03-19 09:16:31.907 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.908 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.910 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2024-03-19 09:16:31.912 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.914 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-03-19 09:16:31.916 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-03-19 09:16:31.917 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-03-19 09:16:31.919 | + inc/python:use_library_from_git:272 : local name=oslo.service 2024-03-19 09:16:31.921 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.923 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.925 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2024-03-19 09:16:31.927 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.929 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-03-19 09:16:31.930 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-03-19 09:16:31.932 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-03-19 09:16:31.934 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2024-03-19 09:16:31.936 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.938 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.939 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2024-03-19 09:16:31.941 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.943 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-03-19 09:16:31.945 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-03-19 09:16:31.947 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-03-19 09:16:31.949 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2024-03-19 09:16:31.950 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.952 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.954 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-03-19 09:16:31.956 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.957 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-03-19 09:16:31.959 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-03-19 09:16:31.961 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-03-19 09:16:31.963 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2024-03-19 09:16:31.965 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.966 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.968 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2024-03-19 09:16:31.970 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.972 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-03-19 09:16:31.974 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-03-19 09:16:31.975 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-03-19 09:16:31.977 | + inc/python:use_library_from_git:272 : local name=osprofiler 2024-03-19 09:16:31.979 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.981 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.982 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2024-03-19 09:16:31.984 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:31.986 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-03-19 09:16:31.988 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-03-19 09:16:31.990 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-03-19 09:16:31.991 | + inc/python:use_library_from_git:272 : local name=pycadf 2024-03-19 09:16:31.993 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:31.995 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:31.997 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2024-03-19 09:16:31.999 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:32.001 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-03-19 09:16:32.003 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-03-19 09:16:32.004 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-03-19 09:16:32.006 | + inc/python:use_library_from_git:272 : local name=stevedore 2024-03-19 09:16:32.008 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:32.010 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:32.012 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2024-03-19 09:16:32.014 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:32.016 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-03-19 09:16:32.017 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-03-19 09:16:32.019 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-03-19 09:16:32.021 | + inc/python:use_library_from_git:272 : local name=taskflow 2024-03-19 09:16:32.023 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:32.025 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:32.027 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2024-03-19 09:16:32.029 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:32.030 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-03-19 09:16:32.032 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-03-19 09:16:32.034 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-03-19 09:16:32.036 | + inc/python:use_library_from_git:272 : local name=tooz 2024-03-19 09:16:32.038 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:32.040 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:32.042 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2024-03-19 09:16:32.043 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:32.045 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-03-19 09:16:32.047 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-03-19 09:16:32.049 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-03-19 09:16:32.051 | + inc/python:use_library_from_git:272 : local name=os-brick 2024-03-19 09:16:32.053 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:32.055 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:32.056 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2024-03-19 09:16:32.058 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:32.060 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-03-19 09:16:32.062 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-03-19 09:16:32.064 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-03-19 09:16:32.066 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2024-03-19 09:16:32.068 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:32.069 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:32.071 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2024-03-19 09:16:32.073 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:32.075 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-03-19 09:16:32.077 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-03-19 09:16:32.079 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-03-19 09:16:32.080 | + inc/python:use_library_from_git:272 : local name=os-traits 2024-03-19 09:16:32.082 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:32.084 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:32.086 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2024-03-19 09:16:32.088 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:32.089 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-03-19 09:16:32.091 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-03-19 09:16:32.093 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-03-19 09:16:32.095 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2024-03-19 09:16:32.097 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:32.099 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:32.100 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2024-03-19 09:16:32.102 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:32.104 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-03-19 09:16:32.119 | Using python 3.10 to install etcd3 2024-03-19 09:16:32.121 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-03-19 09:16:32.987 | Collecting etcd3 2024-03-19 09:16:32.987 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-03-19 09:16:33.477 | Collecting grpcio>=1.27.1 (from etcd3) 2024-03-19 09:16:33.480 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2024-03-19 09:16:33.694 | Collecting protobuf>=3.6.1 (from etcd3) 2024-03-19 09:16:33.696 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2024-03-19 09:16:33.719 | Collecting six>=1.12.0 (from etcd3) 2024-03-19 09:16:33.722 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-03-19 09:16:33.748 | Collecting tenacity>=6.1.0 (from etcd3) 2024-03-19 09:16:33.750 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2024-03-19 09:16:33.765 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2024-03-19 09:16:33.795 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2024-03-19 09:16:33.800 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-03-19 09:16:33.802 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-03-19 09:16:33.888 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2024-03-19 09:16:34.232 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2024-03-19 09:16:34.372 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:34.374 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:34.376 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:34.378 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:34.380 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:34.381 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:34.383 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:34.385 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:34.386 | + functions-common:time_stop:2407 : start_time=1710839792115 2024-03-19 09:16:34.388 | + functions-common:time_stop:2409 : [[ -z 1710839792115 ]] 2024-03-19 09:16:34.390 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:34.393 | + functions-common:time_stop:2412 : end_time=1710839794391 2024-03-19 09:16:34.395 | + functions-common:time_stop:2413 : elapsed_time=2276 2024-03-19 09:16:34.397 | + functions-common:time_stop:2414 : total=10995 2024-03-19 09:16:34.398 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:34.400 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13271 2024-03-19 09:16:34.402 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:34.404 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-03-19 09:16:34.419 | Using python 3.10 to install etcd3gw 2024-03-19 09:16:34.421 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-03-19 09:16:35.284 | Collecting etcd3gw 2024-03-19 09:16:35.287 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2024-03-19 09:16:35.320 | Collecting futurist>=0.16.0 (from etcd3gw) 2024-03-19 09:16:35.322 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2024-03-19 09:16:35.323 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2024-03-19 09:16:35.369 | Collecting requests>=2.20.0 (from etcd3gw) 2024-03-19 09:16:35.371 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2024-03-19 09:16:35.467 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2024-03-19 09:16:35.469 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2024-03-19 09:16:35.493 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2024-03-19 09:16:35.495 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2024-03-19 09:16:35.546 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2024-03-19 09:16:35.548 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2024-03-19 09:16:35.579 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2024-03-19 09:16:35.581 | Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 2024-03-19 09:16:35.606 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-03-19 09:16:35.608 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-03-19 09:16:35.611 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2024-03-19 09:16:35.614 | Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-03-19 09:16:35.617 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2024-03-19 09:16:35.621 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-03-19 09:16:35.623 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2024-03-19 09:16:35.721 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2024-03-19 09:16:36.010 | Successfully installed certifi-2024.2.2 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2024-03-19 09:16:36.089 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:36.091 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:36.093 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:36.095 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:36.096 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:36.098 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:36.100 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:36.102 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:36.103 | + functions-common:time_stop:2407 : start_time=1710839794415 2024-03-19 09:16:36.105 | + functions-common:time_stop:2409 : [[ -z 1710839794415 ]] 2024-03-19 09:16:36.107 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:36.110 | + functions-common:time_stop:2412 : end_time=1710839796108 2024-03-19 09:16:36.112 | + functions-common:time_stop:2413 : elapsed_time=1693 2024-03-19 09:16:36.114 | + functions-common:time_stop:2414 : total=13271 2024-03-19 09:16:36.115 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:36.117 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14964 2024-03-19 09:16:36.119 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:36.121 | + stack.sh:main:915 : install_apache_uwsgi 2024-03-19 09:16:36.123 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2024-03-19 09:16:36.125 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2024-03-19 09:16:36.126 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-19 09:16:36.128 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-19 09:16:36.130 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-19 09:16:36.132 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-19 09:16:36.134 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-19 09:16:36.136 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-19 09:16:36.137 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-19 09:16:36.139 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-19 09:16:36.141 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-19 09:16:36.143 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-19 09:16:36.145 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-19 09:16:36.146 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-19 09:16:36.148 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-19 09:16:36.150 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2024-03-19 09:16:36.152 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:36.154 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:36.155 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-03-19 09:16:36.157 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-19 09:16:36.159 | + functions-common:install_package:1421 : update_package_repo 2024-03-19 09:16:36.161 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-19 09:16:36.163 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-19 09:16:36.165 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-19 09:16:36.167 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-19 09:16:36.168 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-19 09:16:36.170 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:36.172 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:36.174 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-19 09:16:36.176 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-19 09:16:36.178 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-19 09:16:36.180 | + functions-common:apt_get_update:1150 : return 2024-03-19 09:16:36.181 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-19 09:16:36.183 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-19 09:16:36.185 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:36.187 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:36.189 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-19 09:16:36.205 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-19 09:16:36.260 | Reading package lists... 2024-03-19 09:16:36.448 | Building dependency tree... 2024-03-19 09:16:36.449 | Reading state information... 2024-03-19 09:16:36.628 | uwsgi is already the newest version (2.0.20-4). 2024-03-19 09:16:36.628 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-03-19 09:16:36.628 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-03-19 09:16:36.628 | 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2024-03-19 09:16:36.632 | + functions-common:apt_get:1194 : result=0 2024-03-19 09:16:36.634 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-19 09:16:36.636 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:36.638 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:36.640 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:36.642 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:36.644 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:36.646 | + functions-common:time_stop:2406 : name=apt-get 2024-03-19 09:16:36.647 | + functions-common:time_stop:2407 : start_time=1710839796203 2024-03-19 09:16:36.649 | + functions-common:time_stop:2409 : [[ -z 1710839796203 ]] 2024-03-19 09:16:36.651 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:36.654 | + functions-common:time_stop:2412 : end_time=1710839796652 2024-03-19 09:16:36.656 | + functions-common:time_stop:2413 : elapsed_time=449 2024-03-19 09:16:36.658 | + functions-common:time_stop:2414 : total=1408 2024-03-19 09:16:36.660 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:36.661 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1857 2024-03-19 09:16:36.663 | + functions-common:apt_get:1198 : return 0 2024-03-19 09:16:36.665 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2024-03-19 09:16:36.667 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:16:36.669 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:16:36.671 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2024-03-19 09:16:36.716 | Enabling module proxy. 2024-03-19 09:16:36.720 | To activate the new configuration, you need to run: 2024-03-19 09:16:36.720 | systemctl restart apache2 2024-03-19 09:16:36.724 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2024-03-19 09:16:36.757 | Considering dependency proxy for proxy_uwsgi: 2024-03-19 09:16:36.757 | Module proxy already enabled 2024-03-19 09:16:36.757 | Enabling module proxy_uwsgi. 2024-03-19 09:16:36.760 | To activate the new configuration, you need to run: 2024-03-19 09:16:36.761 | systemctl restart apache2 2024-03-19 09:16:36.764 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2024-03-19 09:16:36.766 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-19 09:16:36.768 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:16:36.770 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-19 09:16:36.895 | + stack.sh:main:918 : install_keystoneauth 2024-03-19 09:16:36.897 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-03-19 09:16:36.899 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2024-03-19 09:16:36.901 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:36.903 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:36.905 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2024-03-19 09:16:36.907 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:36.908 | + stack.sh:main:919 : install_keystoneclient 2024-03-19 09:16:36.910 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-03-19 09:16:36.912 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2024-03-19 09:16:36.914 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:36.916 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:36.918 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2024-03-19 09:16:36.919 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:36.921 | + stack.sh:main:920 : install_glanceclient 2024-03-19 09:16:36.923 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2024-03-19 09:16:36.924 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2024-03-19 09:16:36.926 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:36.928 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:36.930 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2024-03-19 09:16:36.932 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:36.933 | + stack.sh:main:921 : install_cinderclient 2024-03-19 09:16:36.935 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2024-03-19 09:16:36.937 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2024-03-19 09:16:36.939 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:36.940 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:36.942 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-03-19 09:16:36.944 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:36.946 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2024-03-19 09:16:36.948 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2024-03-19 09:16:36.949 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:36.951 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:36.953 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2024-03-19 09:16:36.955 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:36.957 | + stack.sh:main:922 : install_novaclient 2024-03-19 09:16:36.959 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2024-03-19 09:16:36.961 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2024-03-19 09:16:36.963 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:36.965 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:36.966 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2024-03-19 09:16:36.969 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:36.970 | + stack.sh:main:923 : is_service_enabled swift glance horizon 2024-03-19 09:16:36.983 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:36.985 | + stack.sh:main:924 : install_swiftclient 2024-03-19 09:16:36.987 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2024-03-19 09:16:36.989 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2024-03-19 09:16:36.991 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:36.993 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:36.994 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2024-03-19 09:16:36.996 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:36.998 | + stack.sh:main:926 : is_service_enabled neutron nova horizon 2024-03-19 09:16:37.011 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:37.013 | + stack.sh:main:927 : install_neutronclient 2024-03-19 09:16:37.015 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2024-03-19 09:16:37.016 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2024-03-19 09:16:37.018 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:37.020 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:37.022 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2024-03-19 09:16:37.024 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:37.026 | + stack.sh:main:931 : install_keystonemiddleware 2024-03-19 09:16:37.028 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-03-19 09:16:37.030 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2024-03-19 09:16:37.032 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:37.033 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:37.035 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2024-03-19 09:16:37.037 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:37.039 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-03-19 09:16:37.041 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2024-03-19 09:16:37.043 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-19 09:16:37.045 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2024-03-19 09:16:37.047 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2024-03-19 09:16:37.049 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-19 09:16:37.052 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-03-19 09:16:37.053 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-19 09:16:37.057 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2024-03-19 09:16:37.059 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2024-03-19 09:16:37.060 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2024-03-19 09:16:37.063 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2024-03-19 09:16:37.065 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2024-03-19 09:16:37.081 | Using python 3.10 to install keystonemiddleware 2024-03-19 09:16:37.083 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-03-19 09:16:37.989 | Collecting keystonemiddleware 2024-03-19 09:16:37.991 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2024-03-19 09:16:38.048 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2024-03-19 09:16:38.050 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2024-03-19 09:16:38.088 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2024-03-19 09:16:38.090 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2024-03-19 09:16:38.131 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2024-03-19 09:16:38.133 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2024-03-19 09:16:38.180 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2024-03-19 09:16:38.182 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2024-03-19 09:16:38.243 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2024-03-19 09:16:38.246 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-19 09:16:38.357 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2024-03-19 09:16:38.359 | Using cached oslo.i18n-6.1.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-19 09:16:38.398 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2024-03-19 09:16:38.407 | Using cached oslo.log-5.3.0-py3-none-any.whl.metadata (3.1 kB) 2024-03-19 09:16:38.447 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2024-03-19 09:16:38.449 | Using cached oslo.serialization-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2024-03-19 09:16:38.502 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2024-03-19 09:16:38.504 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2024-03-19 09:16:38.505 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2024-03-19 09:16:38.550 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2024-03-19 09:16:38.552 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2024-03-19 09:16:38.587 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2024-03-19 09:16:38.589 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2024-03-19 09:16:38.591 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2024-03-19 09:16:38.636 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-03-19 09:16:38.638 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2024-03-19 09:16:38.657 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-03-19 09:16:38.659 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-03-19 09:16:38.699 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-03-19 09:16:38.701 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2024-03-19 09:16:38.742 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2024-03-19 09:16:38.744 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2024-03-19 09:16:38.833 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2024-03-19 09:16:38.835 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2024-03-19 09:16:38.860 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2024-03-19 09:16:38.862 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2024-03-19 09:16:38.888 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2024-03-19 09:16:38.889 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2024-03-19 09:16:38.910 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2024-03-19 09:16:38.912 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2024-03-19 09:16:38.992 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2024-03-19 09:16:38.994 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2024-03-19 09:16:39.040 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2024-03-19 09:16:39.041 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-03-19 09:16:39.119 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-03-19 09:16:39.121 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2024-03-19 09:16:39.183 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-03-19 09:16:39.185 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2024-03-19 09:16:39.211 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-03-19 09:16:39.213 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2024-03-19 09:16:39.249 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-03-19 09:16:39.249 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2024-03-19 09:16:39.281 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-03-19 09:16:39.283 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2024-03-19 09:16:39.323 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-03-19 09:16:39.325 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2024-03-19 09:16:39.334 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2024-03-19 09:16:39.356 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2024-03-19 09:16:39.357 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-03-19 09:16:39.358 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2024-03-19 09:16:39.359 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2024.2.2) 2024-03-19 09:16:39.473 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2024-03-19 09:16:39.475 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-03-19 09:16:39.510 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2024-03-19 09:16:39.511 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2024-03-19 09:16:39.663 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2024-03-19 09:16:39.667 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2024-03-19 09:16:39.672 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2024-03-19 09:16:39.675 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2024-03-19 09:16:39.678 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2024-03-19 09:16:39.681 | Using cached oslo.i18n-6.1.0-py3-none-any.whl (46 kB) 2024-03-19 09:16:39.684 | Using cached oslo.log-5.3.0-py3-none-any.whl (76 kB) 2024-03-19 09:16:39.687 | Using cached oslo.serialization-5.2.0-py3-none-any.whl (26 kB) 2024-03-19 09:16:39.689 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2024-03-19 09:16:39.692 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-03-19 09:16:39.695 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2024-03-19 09:16:39.699 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-03-19 09:16:39.702 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-03-19 09:16:39.705 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-03-19 09:16:39.708 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-03-19 09:16:39.710 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-03-19 09:16:39.715 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-03-19 09:16:39.728 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-03-19 09:16:39.731 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-03-19 09:16:39.733 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-03-19 09:16:39.736 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-03-19 09:16:39.741 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2024-03-19 09:16:39.746 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-03-19 09:16:39.752 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2024-03-19 09:16:39.762 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2024-03-19 09:16:39.765 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2024-03-19 09:16:39.770 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-03-19 09:16:39.772 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-03-19 09:16:40.057 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-03-19 09:16:41.678 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.0 oslo.log-5.3.0 oslo.serialization-5.2.0 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2024-03-19 09:16:41.810 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:41.812 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:41.814 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:41.816 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:41.818 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:41.819 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:41.821 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:41.823 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:41.825 | + functions-common:time_stop:2407 : start_time=1710839797077 2024-03-19 09:16:41.826 | + functions-common:time_stop:2409 : [[ -z 1710839797077 ]] 2024-03-19 09:16:41.829 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:41.832 | + functions-common:time_stop:2412 : end_time=1710839801830 2024-03-19 09:16:41.834 | + functions-common:time_stop:2413 : elapsed_time=4753 2024-03-19 09:16:41.835 | + functions-common:time_stop:2414 : total=14964 2024-03-19 09:16:41.837 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:41.839 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19717 2024-03-19 09:16:41.841 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:41.843 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-03-19 09:16:41.845 | + inc/python:pip_install_gr:94 : local name=python-memcached 2024-03-19 09:16:41.847 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-19 09:16:41.849 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2024-03-19 09:16:41.851 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2024-03-19 09:16:41.854 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-19 09:16:41.856 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-03-19 09:16:41.858 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-19 09:16:41.861 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2024-03-19 09:16:41.863 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2024-03-19 09:16:41.865 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2024-03-19 09:16:41.867 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2024-03-19 09:16:41.869 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2024-03-19 09:16:41.886 | Using python 3.10 to install python-memcached 2024-03-19 09:16:41.888 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-03-19 09:16:42.764 | Collecting python-memcached 2024-03-19 09:16:42.766 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2024-03-19 09:16:42.769 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2024-03-19 09:16:42.771 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-03-19 09:16:42.970 | Installing collected packages: python-memcached 2024-03-19 09:16:42.993 | Successfully installed python-memcached-1.59 2024-03-19 09:16:43.065 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:43.067 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:43.069 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:43.071 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:43.073 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:43.077 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:43.078 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:43.080 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:43.082 | + functions-common:time_stop:2407 : start_time=1710839801882 2024-03-19 09:16:43.084 | + functions-common:time_stop:2409 : [[ -z 1710839801882 ]] 2024-03-19 09:16:43.086 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:43.089 | + functions-common:time_stop:2412 : end_time=1710839803087 2024-03-19 09:16:43.091 | + functions-common:time_stop:2413 : elapsed_time=1205 2024-03-19 09:16:43.093 | + functions-common:time_stop:2414 : total=19717 2024-03-19 09:16:43.094 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:43.096 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20922 2024-03-19 09:16:43.098 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:43.100 | + stack.sh:main:933 : is_service_enabled keystone 2024-03-19 09:16:43.113 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:43.115 | + stack.sh:main:934 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-03-19 09:16:43.117 | + stack.sh:main:935 : stack_install_service keystone 2024-03-19 09:16:43.119 | + lib/stack:stack_install_service:20 : local service=keystone 2024-03-19 09:16:43.121 | + lib/stack:stack_install_service:21 : type install_keystone 2024-03-19 09:16:43.123 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-19 09:16:43.125 | + lib/stack:stack_install_service:32 : install_keystone 2024-03-19 09:16:43.127 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-03-19 09:16:43.139 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:16:43.141 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2024-03-19 09:16:43.143 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2024-03-19 09:16:43.144 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2024-03-19 09:16:43.146 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-19 09:16:43.148 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:16:43.149 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:16:43.152 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:16:43.153 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:16:43.155 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:16:43.167 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:16:43.169 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:16:43.171 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:16:43.172 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:16:43.174 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-19 09:16:43.175 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:16:43.179 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2024-03-19 09:16:43.180 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:16:43.182 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-03-19 09:16:43.183 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:16:43.185 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:16:43.187 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:16:43.188 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:16:43.190 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:16:43.191 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:16:43.193 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:16:43.195 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:16:43.196 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:16:43.200 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839803198 2024-03-19 09:16:43.201 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-03-19 09:16:43.203 | Cloning into '/opt/stack//keystone'... 2024-03-19 09:16:45.460 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:16:45.462 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:45.464 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:45.465 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:45.467 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:45.469 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:45.470 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:16:45.472 | + functions-common:time_stop:2407 : start_time=1710839803198 2024-03-19 09:16:45.473 | + functions-common:time_stop:2409 : [[ -z 1710839803198 ]] 2024-03-19 09:16:45.475 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:45.479 | + functions-common:time_stop:2412 : end_time=1710839805477 2024-03-19 09:16:45.481 | + functions-common:time_stop:2413 : elapsed_time=2279 2024-03-19 09:16:45.482 | + functions-common:time_stop:2414 : total=5976 2024-03-19 09:16:45.484 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:45.486 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8255 2024-03-19 09:16:45.487 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2024-03-19 09:16:45.489 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-19 09:16:45.491 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:16:45.492 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:16:45.494 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:16:45.496 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:16:45.497 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:16:45.499 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:16:45.501 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:16:45.502 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:16:45.504 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:16:45.507 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839805505 2024-03-19 09:16:45.509 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-19 09:16:46.822 | From https://opendev.org/openstack/keystone 2024-03-19 09:16:46.822 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-19 09:16:46.826 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:16:46.828 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:46.830 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:46.831 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:46.833 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:46.834 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:46.836 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:16:46.838 | + functions-common:time_stop:2407 : start_time=1710839805505 2024-03-19 09:16:46.839 | + functions-common:time_stop:2409 : [[ -z 1710839805505 ]] 2024-03-19 09:16:46.841 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:46.844 | + functions-common:time_stop:2412 : end_time=1710839806843 2024-03-19 09:16:46.846 | + functions-common:time_stop:2413 : elapsed_time=1338 2024-03-19 09:16:46.848 | + functions-common:time_stop:2414 : total=8255 2024-03-19 09:16:46.849 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:46.851 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9593 2024-03-19 09:16:46.852 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:16:46.854 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:16:46.855 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:16:46.857 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:16:46.858 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:16:46.860 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:16:46.861 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:16:46.863 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:16:46.864 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:16:46.866 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:16:46.870 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839806867 2024-03-19 09:16:46.871 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:16:46.957 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:16:46.958 | 2024-03-19 09:16:46.958 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:16:46.958 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:16:46.958 | state without impacting any branches by switching back to a branch. 2024-03-19 09:16:46.958 | 2024-03-19 09:16:46.958 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:16:46.958 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:16:46.958 | 2024-03-19 09:16:46.958 | git switch -c 2024-03-19 09:16:46.958 | 2024-03-19 09:16:46.958 | Or undo this operation with: 2024-03-19 09:16:46.958 | 2024-03-19 09:16:46.958 | git switch - 2024-03-19 09:16:46.958 | 2024-03-19 09:16:46.958 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:16:46.958 | 2024-03-19 09:16:46.958 | HEAD is now at 5035872 Merge "Improve application credential validation speed" into stable/2023.2 2024-03-19 09:16:46.961 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:16:46.963 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:46.965 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:46.966 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:46.968 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:46.969 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:46.971 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:16:46.973 | + functions-common:time_stop:2407 : start_time=1710839806867 2024-03-19 09:16:46.974 | + functions-common:time_stop:2409 : [[ -z 1710839806867 ]] 2024-03-19 09:16:46.976 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:46.979 | + functions-common:time_stop:2412 : end_time=1710839806977 2024-03-19 09:16:46.980 | + functions-common:time_stop:2413 : elapsed_time=110 2024-03-19 09:16:46.982 | + functions-common:time_stop:2414 : total=9593 2024-03-19 09:16:46.983 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:46.985 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9703 2024-03-19 09:16:46.987 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-03-19 09:16:46.997 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2024-03-19 09:16:46.999 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:16:46.999 | + functions-common:git_clone:656 : head -1 2024-03-19 09:16:47.001 | 5035872 Merge "Improve application credential validation speed" into stable/2023.2 2024-03-19 09:16:47.004 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:16:47.005 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-03-19 09:16:47.007 | + inc/python:setup_develop:360 : local bindep 2024-03-19 09:16:47.008 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-03-19 09:16:47.010 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2024-03-19 09:16:47.012 | + inc/python:setup_develop:366 : local extras= 2024-03-19 09:16:47.013 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-03-19 09:16:47.015 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-19 09:16:47.017 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2024-03-19 09:16:47.018 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2024-03-19 09:16:47.020 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-19 09:16:47.022 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-19 09:16:47.024 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2024-03-19 09:16:47.026 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-19 09:16:47.028 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2024-03-19 09:16:47.029 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-19 09:16:47.031 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-19 09:16:47.033 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-03-19 09:16:47.038 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2024-03-19 09:16:47.039 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-03-19 09:16:47.355 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2024-03-19 09:16:47.357 | + inc/python:setup_package:440 : local bindep=0 2024-03-19 09:16:47.358 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-19 09:16:47.360 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-19 09:16:47.362 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2024-03-19 09:16:47.364 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2024-03-19 09:16:47.365 | + inc/python:setup_package:449 : local flags=-e 2024-03-19 09:16:47.367 | + inc/python:setup_package:450 : local extras= 2024-03-19 09:16:47.369 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-19 09:16:47.370 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-19 09:16:47.372 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-19 09:16:47.373 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-19 09:16:47.375 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-19 09:16:47.377 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2024-03-19 09:16:47.392 | Using python 3.10 to install /opt/stack/keystone 2024-03-19 09:16:47.393 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-03-19 09:16:48.154 | Obtaining file:///opt/stack/keystone 2024-03-19 09:16:48.156 | Preparing metadata (setup.py): started 2024-03-19 09:16:48.805 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:16:48.859 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.11.1) 2024-03-19 09:16:48.860 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (1.8.7) 2024-03-19 09:16:48.962 | Collecting Flask!=0.11,>=1.0.2 (from keystone==24.0.1.dev9) 2024-03-19 09:16:48.964 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2024-03-19 09:16:48.986 | Collecting Flask-RESTful>=0.3.5 (from keystone==24.0.1.dev9) 2024-03-19 09:16:48.988 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2024-03-19 09:16:49.194 | Collecting cryptography>=2.7 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.197 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2024-03-19 09:16:49.548 | Collecting SQLAlchemy>=1.4.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.551 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB) 2024-03-19 09:16:49.554 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.1.0) 2024-03-19 09:16:49.578 | Collecting passlib>=1.7.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.580 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2024-03-19 09:16:49.582 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.2.0) 2024-03-19 09:16:49.582 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (10.4.1) 2024-03-19 09:16:49.629 | Collecting bcrypt>=3.1.3 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.631 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2024-03-19 09:16:49.687 | Collecting scrypt>=0.8.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.689 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2024-03-19 09:16:49.691 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (3.5.0) 2024-03-19 09:16:49.692 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (9.2.0) 2024-03-19 09:16:49.693 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.2.0) 2024-03-19 09:16:49.750 | Collecting oslo.messaging>=5.29.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.752 | Using cached oslo.messaging-14.4.1-py3-none-any.whl.metadata (3.3 kB) 2024-03-19 09:16:49.798 | Collecting oslo.db>=6.0.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.801 | Using cached oslo.db-14.1.0-py3-none-any.whl.metadata (3.2 kB) 2024-03-19 09:16:49.802 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (6.1.0) 2024-03-19 09:16:49.803 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.3.0) 2024-03-19 09:16:49.840 | Collecting oslo.middleware>=3.31.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.842 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2024-03-19 09:16:49.888 | Collecting oslo.policy>=3.10.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.890 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2024-03-19 09:16:49.892 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.2.0) 2024-03-19 09:16:49.916 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.917 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2024-03-19 09:16:49.919 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (6.2.1) 2024-03-19 09:16:49.943 | Collecting oauthlib>=0.6.2 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.945 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2024-03-19 09:16:49.973 | Collecting pysaml2>=5.0.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:49.974 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2024-03-19 09:16:50.001 | Collecting PyJWT>=1.6.1 (from keystone==24.0.1.dev9) 2024-03-19 09:16:50.003 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2024-03-19 09:16:50.005 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (1.1.8) 2024-03-19 09:16:50.047 | Collecting jsonschema>=3.2.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:50.049 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2024-03-19 09:16:50.051 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (3.1.1) 2024-03-19 09:16:50.051 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (1.0.5) 2024-03-19 09:16:50.077 | Collecting osprofiler>=1.4.0 (from keystone==24.0.1.dev9) 2024-03-19 09:16:50.079 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2024-03-19 09:16:50.080 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (2023.3) 2024-03-19 09:16:50.218 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==24.0.1.dev9) 2024-03-19 09:16:50.221 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2024-03-19 09:16:50.225 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==24.0.1.dev9) (5.1.1) 2024-03-19 09:16:50.270 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-19 09:16:50.272 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2024-03-19 09:16:50.300 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-19 09:16:50.302 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2024-03-19 09:16:50.324 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-19 09:16:50.326 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2024-03-19 09:16:50.356 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-19 09:16:50.358 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2024-03-19 09:16:50.427 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==24.0.1.dev9) 2024-03-19 09:16:50.429 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2024-03-19 09:16:50.437 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==24.0.1.dev9) (1.16.0) 2024-03-19 09:16:50.480 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.492 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2024-03-19 09:16:50.531 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.533 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2024-03-19 09:16:50.557 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (5.3.0) 2024-03-19 09:16:50.559 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (2.28.2) 2024-03-19 09:16:50.602 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==24.0.1.dev9) (6.0) 2024-03-19 09:16:50.602 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==24.0.1.dev9) (2.5.0) 2024-03-19 09:16:50.603 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==24.0.1.dev9) (0.8.0) 2024-03-19 09:16:50.604 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==24.0.1.dev9) (2.0.0) 2024-03-19 09:16:50.671 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.673 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2024-03-19 09:16:50.692 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.694 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2024-03-19 09:16:50.712 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.713 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2024-03-19 09:16:50.738 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==24.0.1.dev9) (2.8.2) 2024-03-19 09:16:50.740 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==24.0.1.dev9) (0.9.6) 2024-03-19 09:16:50.796 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.798 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2024-03-19 09:16:50.825 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.827 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2024-03-19 09:16:50.829 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) (2.4.1) 2024-03-19 09:16:50.876 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.878 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2024-03-19 09:16:50.900 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.902 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2024-03-19 09:16:50.946 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.948 | Using cached oslo.service-3.2.0-py3-none-any.whl.metadata (2.7 kB) 2024-03-19 09:16:50.983 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==24.0.1.dev9) 2024-03-19 09:16:50.985 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2024-03-19 09:16:51.001 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==24.0.1.dev9) (2023.3) 2024-03-19 09:16:51.036 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==24.0.1.dev9) 2024-03-19 09:16:51.038 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2024-03-19 09:16:51.058 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==24.0.1.dev9) (1.1.0) 2024-03-19 09:16:51.059 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==24.0.1.dev9) (0.11.0) 2024-03-19 09:16:51.060 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==24.0.1.dev9) (23.1) 2024-03-19 09:16:51.060 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==24.0.1.dev9) (3.0.9) 2024-03-19 09:16:51.123 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==24.0.1.dev9) 2024-03-19 09:16:51.125 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-19 09:16:51.213 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==24.0.1.dev9) 2024-03-19 09:16:51.215 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2024-03-19 09:16:51.242 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==24.0.1.dev9) 2024-03-19 09:16:51.244 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2024-03-19 09:16:51.283 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==24.0.1.dev9) 2024-03-19 09:16:51.285 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2024-03-19 09:16:51.574 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==24.0.1.dev9) 2024-03-19 09:16:51.577 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2024-03-19 09:16:51.645 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==24.0.1.dev9) 2024-03-19 09:16:51.647 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2024-03-19 09:16:51.679 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:51.681 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2024-03-19 09:16:51.756 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==24.0.1.dev9) 2024-03-19 09:16:51.758 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2024-03-19 09:16:51.780 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==24.0.1.dev9) (1.15.0) 2024-03-19 09:16:51.896 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-19 09:16:51.898 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2024-03-19 09:16:51.932 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (1.7.0) 2024-03-19 09:16:52.017 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.019 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2024-03-19 09:16:52.063 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.065 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2024-03-19 09:16:52.117 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.119 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2024-03-19 09:16:52.141 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.143 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2024-03-19 09:16:52.164 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.166 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2024-03-19 09:16:52.198 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.200 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2024-03-19 09:16:52.230 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.231 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2024-03-19 09:16:52.233 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) (4.0.1) 2024-03-19 09:16:52.291 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.293 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2024-03-19 09:16:52.370 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (3.1.0) 2024-03-19 09:16:52.371 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (3.4) 2024-03-19 09:16:52.372 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (1.26.15) 2024-03-19 09:16:52.372 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (2024.2.2) 2024-03-19 09:16:52.436 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==24.0.1.dev9) (2.6.0) 2024-03-19 09:16:52.528 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.530 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2024-03-19 09:16:52.669 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.671 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2024-03-19 09:16:52.765 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) (69.1.1) 2024-03-19 09:16:52.837 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-19 09:16:52.839 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2024-03-19 09:16:53.092 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2024-03-19 09:16:53.098 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2024-03-19 09:16:53.120 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2024-03-19 09:16:53.123 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-03-19 09:16:53.125 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2024-03-19 09:16:53.129 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2024-03-19 09:16:53.132 | Using cached oslo.db-14.1.0-py3-none-any.whl (161 kB) 2024-03-19 09:16:53.136 | Using cached oslo.messaging-14.4.1-py3-none-any.whl (256 kB) 2024-03-19 09:16:53.139 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2024-03-19 09:16:53.142 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2024-03-19 09:16:53.145 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2024-03-19 09:16:53.147 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2024-03-19 09:16:53.151 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-03-19 09:16:53.156 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2024-03-19 09:16:53.159 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2024-03-19 09:16:53.163 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-03-19 09:16:53.170 | 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-03-19 09:16:53.182 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2024-03-19 09:16:53.187 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-03-19 09:16:53.190 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-03-19 09:16:53.192 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2024-03-19 09:16:53.195 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2024-03-19 09:16:53.198 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-03-19 09:16:53.203 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-03-19 09:16:53.206 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2024-03-19 09:16:53.212 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-03-19 09:16:53.214 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-03-19 09:16:53.218 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-03-19 09:16:53.221 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2024-03-19 09:16:53.224 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2024-03-19 09:16:53.226 | Using cached oslo.service-3.2.0-py3-none-any.whl (77 kB) 2024-03-19 09:16:53.229 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2024-03-19 09:16:53.231 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2024-03-19 09:16:53.234 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2024-03-19 09:16:53.236 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-03-19 09:16:53.239 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-03-19 09:16:53.241 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2024-03-19 09:16:53.246 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2024-03-19 09:16:53.250 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-03-19 09:16:53.253 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2024-03-19 09:16:53.255 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2024-03-19 09:16:53.258 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2024-03-19 09:16:53.262 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-03-19 09:16:53.265 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-03-19 09:16:53.268 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-03-19 09:16:53.274 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2024-03-19 09:16:53.276 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2024-03-19 09:16:53.278 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-03-19 09:16:53.281 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-03-19 09:16:53.283 | 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-03-19 09:16:53.286 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2024-03-19 09:16:53.296 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-03-19 09:16:53.299 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2024-03-19 09:16:53.301 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2024-03-19 09:16:53.304 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-03-19 09:16:53.778 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyopenssl, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-03-19 09:16:58.042 | Running setup.py develop for keystone 2024-03-19 09:16:59.174 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-24.0.1.dev9 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.0 oslo.messaging-14.4.1 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.0 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2024-03-19 09:16:59.449 | + inc/python:pip_install:222 : result=0 2024-03-19 09:16:59.451 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:16:59.453 | + functions-common:time_stop:2400 : local name 2024-03-19 09:16:59.454 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:16:59.456 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:16:59.458 | + functions-common:time_stop:2403 : local total 2024-03-19 09:16:59.459 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:16:59.460 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:16:59.462 | + functions-common:time_stop:2407 : start_time=1710839807388 2024-03-19 09:16:59.463 | + functions-common:time_stop:2409 : [[ -z 1710839807388 ]] 2024-03-19 09:16:59.465 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:16:59.469 | + functions-common:time_stop:2412 : end_time=1710839819467 2024-03-19 09:16:59.471 | + functions-common:time_stop:2413 : elapsed_time=12079 2024-03-19 09:16:59.473 | + functions-common:time_stop:2414 : total=20922 2024-03-19 09:16:59.474 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:16:59.476 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=33001 2024-03-19 09:16:59.478 | + inc/python:pip_install:225 : return 0 2024-03-19 09:16:59.479 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-19 09:16:59.481 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:16:59.482 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2024-03-19 09:16:59.484 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2024-03-19 09:16:59.486 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:16:59.488 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:16:59.489 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-03-19 09:16:59.491 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:16:59.493 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-03-19 09:16:59.505 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:16:59.507 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-03-19 09:16:59.509 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-19 09:16:59.511 | + stack.sh:main:936 : configure_keystone 2024-03-19 09:16:59.512 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-03-19 09:16:59.522 | + 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-03-19 09:16:59.524 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-03-19 09:16:59.527 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-03-19 09:16:59.546 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:16:59.550 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-03-19 09:16:59.577 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-03-19 09:16:59.601 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-03-19 09:16:59.625 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-03-19 09:16:59.650 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-03-19 09:16:59.674 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-03-19 09:16:59.699 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-03-19 09:16:59.722 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-03-19 09:16:59.745 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-03-19 09:16:59.747 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2024-03-19 09:16:59.749 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2024-03-19 09:16:59.750 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2024-03-19 09:16:59.752 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-19 09:16:59.754 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-19 09:16:59.766 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:59.768 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-19 09:16:59.770 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-19 09:16:59.772 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-19 09:16:59.783 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:59.784 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:16:59.786 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:16:59.811 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-19 09:16:59.813 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-19 09:16:59.814 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-03-19 09:16:59.816 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-03-19 09:16:59.828 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:16:59.830 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-03-19 09:16:59.855 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-03-19 09:16:59.857 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-03-19 09:16:59.881 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-03-19 09:16:59.883 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-03-19 09:16:59.885 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-03-19 09:16:59.886 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2024-03-19 09:16:59.888 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:16:59.890 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:16:59.892 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:16:59.904 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:16:59.905 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:16:59.907 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-03-19 09:16:59.909 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-03-19 09:16:59.933 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-03-19 09:16:59.935 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-03-19 09:16:59.937 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-03-19 09:16:59.938 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-03-19 09:16:59.940 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-19 09:16:59.953 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-19 09:16:59.955 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-19 09:16:59.957 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-19 09:16:59.959 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-19 09:16:59.961 | + 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-03-19 09:16:59.984 | + 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-03-19 09:17:00.006 | + 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-03-19 09:17:00.029 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-19 09:17:00.052 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-03-19 09:17:00.076 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-03-19 09:17:00.078 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2024-03-19 09:17:00.079 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-03-19 09:17:00.081 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2024-03-19 09:17:00.083 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2024-03-19 09:17:00.084 | + lib/apache:write_uwsgi_config:244 : local http= 2024-03-19 09:17:00.086 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-19 09:17:00.088 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2024-03-19 09:17:00.091 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2024-03-19 09:17:00.093 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-19 09:17:00.094 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-19 09:17:00.104 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-19 09:17:00.104 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:17:00.110 | d /var/run/uwsgi 0755 stack root 2024-03-19 09:17:00.113 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:17:00.122 | /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-03-19 09:17:00.125 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-03-19 09:17:00.127 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-03-19 09:17:00.129 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2024-03-19 09:17:00.153 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-03-19 09:17:00.175 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-03-19 09:17:00.197 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-03-19 09:17:00.218 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-03-19 09:17:00.239 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-03-19 09:17:00.261 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-03-19 09:17:00.282 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-03-19 09:17:00.304 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-03-19 09:17:00.326 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-19 09:17:00.347 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-03-19 09:17:00.369 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-03-19 09:17:00.390 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-03-19 09:17:00.412 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-03-19 09:17:00.414 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-03-19 09:17:00.416 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2024-03-19 09:17:00.418 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2024-03-19 09:17:00.419 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-19 09:17:00.421 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:00.423 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:00.425 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-19 09:17:00.427 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-19 09:17:00.428 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-03-19 09:17:00.450 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-03-19 09:17:00.472 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2024-03-19 09:17:00.472 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-19 09:17:00.479 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2024-03-19 09:17:00.482 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2024-03-19 09:17:00.483 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2024-03-19 09:17:00.485 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-19 09:17:00.487 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-19 09:17:00.488 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:17:00.490 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:00.492 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:00.494 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-19 09:17:00.495 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-19 09:17:00.497 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:00.499 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:00.500 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2024-03-19 09:17:00.532 | Enabling site keystone-wsgi-public. 2024-03-19 09:17:00.536 | To activate the new configuration, you need to run: 2024-03-19 09:17:00.536 | systemctl reload apache2 2024-03-19 09:17:00.540 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-03-19 09:17:00.542 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-19 09:17:00.544 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:17:00.545 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-19 09:17:00.650 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-03-19 09:17:00.673 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-03-19 09:17:00.699 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-03-19 09:17:00.723 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-03-19 09:17:00.725 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-03-19 09:17:00.750 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-03-19 09:17:00.773 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-03-19 09:17:00.795 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-03-19 09:17:00.820 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-03-19 09:17:00.822 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-03-19 09:17:00.824 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-03-19 09:17:00.847 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-03-19 09:17:00.871 | + stack.sh:main:940 : is_service_enabled swift 2024-03-19 09:17:00.883 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:00.885 | + stack.sh:main:954 : is_service_enabled g-api n-api 2024-03-19 09:17:00.898 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:00.900 | + stack.sh:main:956 : stack_install_service glance 2024-03-19 09:17:00.902 | + lib/stack:stack_install_service:20 : local service=glance 2024-03-19 09:17:00.904 | + lib/stack:stack_install_service:21 : type install_glance 2024-03-19 09:17:00.906 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-19 09:17:00.907 | + lib/stack:stack_install_service:32 : install_glance 2024-03-19 09:17:00.909 | + lib/glance:install_glance:510 : glance_store_extras=() 2024-03-19 09:17:00.911 | + lib/glance:install_glance:510 : local glance_store_extras 2024-03-19 09:17:00.913 | + lib/glance:install_glance:512 : is_service_enabled cinder 2024-03-19 09:17:00.925 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:00.927 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-03-19 09:17:00.929 | + lib/glance:install_glance:516 : is_service_enabled swift 2024-03-19 09:17:00.941 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:00.943 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2024-03-19 09:17:00.945 | + inc/python:use_library_from_git:272 : local name=glance_store 2024-03-19 09:17:00.947 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:17:00.948 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:17:00.950 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2024-03-19 09:17:00.952 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:17:00.954 | ++ lib/glance:install_glance:528 : join_extras cinder 2024-03-19 09:17:00.957 | ++ inc/python:join_extras:28 : local IFS=, 2024-03-19 09:17:00.959 | ++ inc/python:join_extras:29 : echo cinder 2024-03-19 09:17:00.961 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2024-03-19 09:17:00.963 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2024-03-19 09:17:00.965 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2024-03-19 09:17:00.967 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2024-03-19 09:17:00.969 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2024-03-19 09:17:00.971 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2024-03-19 09:17:00.973 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2024-03-19 09:17:00.976 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-03-19 09:17:00.976 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2024-03-19 09:17:00.981 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2024-03-19 09:17:00.982 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2024-03-19 09:17:00.984 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2024-03-19 09:17:00.987 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2024-03-19 09:17:00.989 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2024-03-19 09:17:01.005 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-03-19 09:17:01.006 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-03-19 09:17:01.908 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2024-03-19 09:17:01.910 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2024-03-19 09:17:01.962 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2024-03-19 09:17:01.963 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2024-03-19 09:17:01.964 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2024-03-19 09:17:01.965 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-03-19 09:17:01.966 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2024-03-19 09:17:01.967 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.0) 2024-03-19 09:17:01.967 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-03-19 09:17:01.968 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2024-03-19 09:17:01.969 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-03-19 09:17:01.970 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2024-03-19 09:17:01.971 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2024-03-19 09:17:02.025 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2024-03-19 09:17:02.027 | Using cached os_brick-6.4.1-py3-none-any.whl.metadata (1.5 kB) 2024-03-19 09:17:02.063 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2024-03-19 09:17:02.065 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2024-03-19 09:17:02.114 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2024-03-19 09:17:02.116 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-19 09:17:02.153 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2024-03-19 09:17:02.155 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2024-03-19 09:17:02.161 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2024-03-19 09:17:02.162 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2024-03-19 09:17:02.163 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2024-03-19 09:17:02.181 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2024-03-19 09:17:02.181 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2024-03-19 09:17:02.206 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-03-19 09:17:02.207 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-03-19 09:17:02.208 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-03-19 09:17:02.247 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2024-03-19 09:17:02.249 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2024-03-19 09:17:02.251 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-03-19 09:17:02.252 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.0) 2024-03-19 09:17:02.256 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.0) 2024-03-19 09:17:02.257 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2024-03-19 09:17:02.262 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2024-03-19 09:17:02.280 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2024-03-19 09:17:02.281 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-03-19 09:17:02.282 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-03-19 09:17:02.283 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2024-03-19 09:17:02.292 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-03-19 09:17:02.293 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2024-03-19 09:17:02.302 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2024-03-19 09:17:02.303 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2024-03-19 09:17:02.310 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-03-19 09:17:02.312 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2024-03-19 09:17:02.312 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-03-19 09:17:02.321 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2024-03-19 09:17:02.340 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2024-03-19 09:17:02.341 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2024-03-19 09:17:02.342 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2024-03-19 09:17:02.343 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2024.2.2) 2024-03-19 09:17:02.377 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-03-19 09:17:02.388 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2024-03-19 09:17:02.510 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2024-03-19 09:17:02.512 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2024-03-19 09:17:02.526 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2024-03-19 09:17:02.527 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2024-03-19 09:17:02.528 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2024-03-19 09:17:02.529 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2024-03-19 09:17:02.530 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2024-03-19 09:17:02.531 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2024-03-19 09:17:02.556 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2024-03-19 09:17:02.665 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2024-03-19 09:17:02.707 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2024-03-19 09:17:02.833 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2024-03-19 09:17:02.862 | Using cached os_brick-6.4.1-py3-none-any.whl (297 kB) 2024-03-19 09:17:02.875 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2024-03-19 09:17:02.878 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2024-03-19 09:17:02.881 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2024-03-19 09:17:02.884 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-03-19 09:17:03.253 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-03-19 09:17:04.012 | Successfully installed glance-store-4.6.1 os-brick-6.4.1 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2024-03-19 09:17:04.113 | + inc/python:pip_install:222 : result=0 2024-03-19 09:17:04.115 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:17:04.117 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:04.119 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:04.121 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:04.123 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:04.125 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:04.127 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:17:04.129 | + functions-common:time_stop:2407 : start_time=1710839821000 2024-03-19 09:17:04.131 | + functions-common:time_stop:2409 : [[ -z 1710839821000 ]] 2024-03-19 09:17:04.133 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:04.136 | + functions-common:time_stop:2412 : end_time=1710839824134 2024-03-19 09:17:04.138 | + functions-common:time_stop:2413 : elapsed_time=3134 2024-03-19 09:17:04.140 | + functions-common:time_stop:2414 : total=33001 2024-03-19 09:17:04.142 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:04.144 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=36135 2024-03-19 09:17:04.146 | + inc/python:pip_install:225 : return 0 2024-03-19 09:17:04.148 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2024-03-19 09:17:04.150 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2024-03-19 09:17:04.151 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2024-03-19 09:17:04.161 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2024-03-19 09:17:04.165 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2024-03-19 09:17:04.167 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2024-03-19 09:17:04.168 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2024-03-19 09:17:04.170 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-19 09:17:04.172 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:17:04.175 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:17:04.177 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:17:04.179 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:17:04.181 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:17:04.194 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:17:04.196 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:17:04.198 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:17:04.199 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:04.201 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-19 09:17:04.202 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:17:04.206 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2024-03-19 09:17:04.207 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:04.209 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-03-19 09:17:04.211 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:04.212 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:04.214 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:04.216 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:04.218 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:04.220 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:04.221 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:04.223 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:04.226 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:04.229 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839824227 2024-03-19 09:17:04.230 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-03-19 09:17:04.233 | Cloning into '/opt/stack//glance'... 2024-03-19 09:17:06.451 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:06.453 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:06.455 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:06.456 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:06.458 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:06.460 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:06.462 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:06.464 | + functions-common:time_stop:2407 : start_time=1710839824227 2024-03-19 09:17:06.466 | + functions-common:time_stop:2409 : [[ -z 1710839824227 ]] 2024-03-19 09:17:06.468 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:06.471 | + functions-common:time_stop:2412 : end_time=1710839826469 2024-03-19 09:17:06.473 | + functions-common:time_stop:2413 : elapsed_time=2242 2024-03-19 09:17:06.475 | + functions-common:time_stop:2414 : total=9703 2024-03-19 09:17:06.476 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:06.478 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11945 2024-03-19 09:17:06.480 | + functions-common:git_clone:614 : cd /opt/stack//glance 2024-03-19 09:17:06.482 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-19 09:17:06.484 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:06.486 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:06.488 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:06.489 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:06.491 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:06.493 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:06.495 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:06.497 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:06.499 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:06.502 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839826500 2024-03-19 09:17:06.504 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-19 09:17:08.066 | From https://opendev.org/openstack/glance 2024-03-19 09:17:08.066 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-19 09:17:08.071 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:08.072 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:08.074 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:08.076 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:08.078 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:08.079 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:08.081 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:08.083 | + functions-common:time_stop:2407 : start_time=1710839826500 2024-03-19 09:17:08.084 | + functions-common:time_stop:2409 : [[ -z 1710839826500 ]] 2024-03-19 09:17:08.086 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:08.090 | + functions-common:time_stop:2412 : end_time=1710839828088 2024-03-19 09:17:08.091 | + functions-common:time_stop:2413 : elapsed_time=1588 2024-03-19 09:17:08.093 | + functions-common:time_stop:2414 : total=11945 2024-03-19 09:17:08.095 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:08.097 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13533 2024-03-19 09:17:08.098 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:17:08.100 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:08.102 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:08.104 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:08.105 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:08.107 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:08.109 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:08.111 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:08.112 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:08.114 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:08.118 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839828115 2024-03-19 09:17:08.119 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:17:08.183 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:17:08.184 | 2024-03-19 09:17:08.184 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:17:08.184 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:17:08.184 | state without impacting any branches by switching back to a branch. 2024-03-19 09:17:08.184 | 2024-03-19 09:17:08.184 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:17:08.184 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:17:08.184 | 2024-03-19 09:17:08.184 | git switch -c 2024-03-19 09:17:08.184 | 2024-03-19 09:17:08.184 | Or undo this operation with: 2024-03-19 09:17:08.184 | 2024-03-19 09:17:08.184 | git switch - 2024-03-19 09:17:08.184 | 2024-03-19 09:17:08.184 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:17:08.184 | 2024-03-19 09:17:08.184 | HEAD is now at 9a4a306 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-03-19 09:17:08.187 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:08.189 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:08.191 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:08.193 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:08.195 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:08.196 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:08.198 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:08.200 | + functions-common:time_stop:2407 : start_time=1710839828115 2024-03-19 09:17:08.202 | + functions-common:time_stop:2409 : [[ -z 1710839828115 ]] 2024-03-19 09:17:08.203 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:08.207 | + functions-common:time_stop:2412 : end_time=1710839828205 2024-03-19 09:17:08.209 | + functions-common:time_stop:2413 : elapsed_time=90 2024-03-19 09:17:08.210 | + functions-common:time_stop:2414 : total=13533 2024-03-19 09:17:08.212 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:08.214 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13623 2024-03-19 09:17:08.215 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2024-03-19 09:17:08.226 | + functions-common:git_clone:655 : cd /opt/stack//glance 2024-03-19 09:17:08.228 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:17:08.229 | + functions-common:git_clone:656 : head -1 2024-03-19 09:17:08.230 | 9a4a306 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-03-19 09:17:08.232 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:17:08.234 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2024-03-19 09:17:08.236 | + inc/python:setup_develop:360 : local bindep 2024-03-19 09:17:08.238 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2024-03-19 09:17:08.240 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2024-03-19 09:17:08.242 | + inc/python:setup_develop:366 : local extras= 2024-03-19 09:17:08.244 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-03-19 09:17:08.246 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-19 09:17:08.248 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2024-03-19 09:17:08.249 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2024-03-19 09:17:08.251 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-19 09:17:08.253 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-19 09:17:08.256 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2024-03-19 09:17:08.258 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-19 09:17:08.260 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2024-03-19 09:17:08.262 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-19 09:17:08.264 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-19 09:17:08.266 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-03-19 09:17:08.270 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2024-03-19 09:17:08.272 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-03-19 09:17:08.587 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2024-03-19 09:17:08.588 | + inc/python:setup_package:440 : local bindep=0 2024-03-19 09:17:08.590 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-19 09:17:08.592 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-19 09:17:08.594 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2024-03-19 09:17:08.596 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2024-03-19 09:17:08.598 | + inc/python:setup_package:449 : local flags=-e 2024-03-19 09:17:08.600 | + inc/python:setup_package:450 : local extras= 2024-03-19 09:17:08.602 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-19 09:17:08.603 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-19 09:17:08.605 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-19 09:17:08.607 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-19 09:17:08.609 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-19 09:17:08.611 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2024-03-19 09:17:08.626 | Using python 3.10 to install /opt/stack/glance 2024-03-19 09:17:08.628 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-03-19 09:17:09.419 | Obtaining file:///opt/stack/glance 2024-03-19 09:17:09.421 | Preparing metadata (setup.py): started 2024-03-19 09:17:09.788 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:17:09.846 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.11.1) 2024-03-19 09:17:09.847 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (0.7.1) 2024-03-19 09:17:09.848 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (1.4.41) 2024-03-19 09:17:09.849 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (0.33.3) 2024-03-19 09:17:09.849 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (3.0.1) 2024-03-19 09:17:09.851 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (2.5.1) 2024-03-19 09:17:09.851 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (1.8.7) 2024-03-19 09:17:09.942 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev20) 2024-03-19 09:17:09.944 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2024-03-19 09:17:09.946 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (1.9.4) 2024-03-19 09:17:09.970 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev20) 2024-03-19 09:17:09.972 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2024-03-19 09:17:09.974 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (9.2.0) 2024-03-19 09:17:09.975 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.2.0) 2024-03-19 09:17:09.976 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.2.0) 2024-03-19 09:17:09.976 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (2.2.0) 2024-03-19 09:17:09.977 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (6.2.1) 2024-03-19 09:17:09.978 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.1.0) 2024-03-19 09:17:09.979 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (2.4.1) 2024-03-19 09:17:10.023 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev20) 2024-03-19 09:17:10.025 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2024-03-19 09:17:10.026 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.3.0) 2024-03-19 09:17:10.027 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (10.4.1) 2024-03-19 09:17:10.048 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev20) 2024-03-19 09:17:10.050 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2024-03-19 09:17:10.052 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (3.7.0) 2024-03-19 09:17:10.052 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (3.5.2) 2024-03-19 09:17:10.053 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (4.17.3) 2024-03-19 09:17:10.054 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.2.0) 2024-03-19 09:17:10.055 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (23.1.1) 2024-03-19 09:17:10.056 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (14.1.0) 2024-03-19 09:17:10.057 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (6.1.0) 2024-03-19 09:17:10.080 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev20) 2024-03-19 09:17:10.082 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-19 09:17:10.084 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.3.0) 2024-03-19 09:17:10.085 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (14.4.1) 2024-03-19 09:17:10.085 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.2.0) 2024-03-19 09:17:10.117 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev20) 2024-03-19 09:17:10.119 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2024-03-19 09:17:10.120 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (4.2.1) 2024-03-19 09:17:10.139 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev20) 2024-03-19 09:17:10.141 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2024-03-19 09:17:10.143 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (4.1.0) 2024-03-19 09:17:10.144 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (4.6.1) 2024-03-19 09:17:10.145 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (2.5.0) 2024-03-19 09:17:10.145 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (40.0.2) 2024-03-19 09:17:10.165 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev20) 2024-03-19 09:17:10.167 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2024-03-19 09:17:10.169 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (1.1.0) 2024-03-19 09:17:10.170 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.9.0) 2024-03-19 09:17:10.202 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev20) 2024-03-19 09:17:10.204 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2024-03-19 09:17:10.211 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev20) (1.2.4) 2024-03-19 09:17:10.244 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-19 09:17:10.246 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2024-03-19 09:17:10.248 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev20) (2.28.2) 2024-03-19 09:17:10.267 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev20) (1.15.1) 2024-03-19 09:17:10.280 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev20) (5.2.0) 2024-03-19 09:17:10.284 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev20) (1.15.0) 2024-03-19 09:17:10.291 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev20) (2.3.0) 2024-03-19 09:17:10.292 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev20) (2.0.2) 2024-03-19 09:17:10.292 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev20) (1.16.0) 2024-03-19 09:17:10.331 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev20) (3.0.9) 2024-03-19 09:17:10.352 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev20) (23.1.0) 2024-03-19 09:17:10.353 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev20) (0.19.3) 2024-03-19 09:17:10.378 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev20) (1.7.0) 2024-03-19 09:17:10.400 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev20) (3.5.0) 2024-03-19 09:17:10.402 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev20) (3.1.1) 2024-03-19 09:17:10.417 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev20) (0.18) 2024-03-19 09:17:10.436 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev20) (6.0) 2024-03-19 09:17:10.437 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev20) (0.8.0) 2024-03-19 09:17:10.438 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev20) (2.0.0) 2024-03-19 09:17:10.486 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev20) (2.0.1) 2024-03-19 09:17:10.487 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev20) (0.5.0) 2024-03-19 09:17:10.543 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-19 09:17:10.545 | Using cached openstacksdk-1.5.0-py3-none-any.whl.metadata (9.4 kB) 2024-03-19 09:17:10.569 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev20) (2.8.2) 2024-03-19 09:17:10.571 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev20) (0.9.6) 2024-03-19 09:17:10.597 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (5.1.1) 2024-03-19 09:17:10.598 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (5.3.0) 2024-03-19 09:17:10.599 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (5.2.4) 2024-03-19 09:17:10.601 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (0.7.0) 2024-03-19 09:17:10.602 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (3.2.0) 2024-03-19 09:17:10.613 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev20) (3.1.2) 2024-03-19 09:17:10.614 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev20) (4.0.1) 2024-03-19 09:17:10.616 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev20) (4.0.1) 2024-03-19 09:17:10.737 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev20) 2024-03-19 09:17:10.740 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-03-19 09:17:10.763 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev20) (0.11.0) 2024-03-19 09:17:10.764 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev20) (23.1) 2024-03-19 09:17:10.765 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev20) (2023.3) 2024-03-19 09:17:10.766 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev20) (2023.3) 2024-03-19 09:17:10.799 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev20) (69.1.1) 2024-03-19 09:17:10.830 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev20) (0.2.6) 2024-03-19 09:17:10.878 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev20) (0.7) 2024-03-19 09:17:11.050 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.053 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2024-03-19 09:17:11.094 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.096 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2024-03-19 09:17:11.118 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.120 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2024-03-19 09:17:11.123 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev20) (6.3.1) 2024-03-19 09:17:11.169 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.169 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-03-19 09:17:11.240 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.242 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2024-03-19 09:17:11.255 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (5.0.0) 2024-03-19 09:17:11.324 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev20) (2.21) 2024-03-19 09:17:11.431 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.433 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2024-03-19 09:17:11.448 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev20) (2.1.2) 2024-03-19 09:17:11.565 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.567 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2024-03-19 09:17:11.569 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) (5.1.1) 2024-03-19 09:17:11.570 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) (1.1.8) 2024-03-19 09:17:11.590 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.592 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2024-03-19 09:17:11.619 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.621 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2024-03-19 09:17:11.639 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.641 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2024-03-19 09:17:11.700 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (0.16.0) 2024-03-19 09:17:11.715 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev20) (1.0.5) 2024-03-19 09:17:11.736 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (1.4.0) 2024-03-19 09:17:11.737 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (4.0.1) 2024-03-19 09:17:11.902 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-19 09:17:11.904 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2024-03-19 09:17:11.990 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev20) (3.1.0) 2024-03-19 09:17:11.990 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev20) (3.4) 2024-03-19 09:17:11.991 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev20) (1.26.15) 2024-03-19 09:17:11.992 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev20) (2024.2.2) 2024-03-19 09:17:12.098 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev20) (2.6.0) 2024-03-19 09:17:12.333 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-19 09:17:12.336 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2024-03-19 09:17:12.381 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-19 09:17:12.383 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2024-03-19 09:17:12.518 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-19 09:17:12.520 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2024-03-19 09:17:12.854 | Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-19 09:17:12.854 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-03-19 09:17:12.918 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2024-03-19 09:17:12.921 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-03-19 09:17:12.924 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2024-03-19 09:17:12.928 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2024-03-19 09:17:12.930 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2024-03-19 09:17:12.940 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2024-03-19 09:17:12.943 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2024-03-19 09:17:12.945 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2024-03-19 09:17:12.952 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2024-03-19 09:17:12.956 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2024-03-19 09:17:12.958 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2024-03-19 09:17:12.961 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2024-03-19 09:17:12.974 | Using cached openstacksdk-1.5.0-py3-none-any.whl (1.7 MB) 2024-03-19 09:17:12.986 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-03-19 09:17:12.990 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-03-19 09:17:12.992 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2024-03-19 09:17:12.996 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-03-19 09:17:12.998 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2024-03-19 09:17:13.001 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-03-19 09:17:13.003 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2024-03-19 09:17:13.006 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-03-19 09:17:13.008 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2024-03-19 09:17:13.010 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-03-19 09:17:13.012 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2024-03-19 09:17:13.016 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2024-03-19 09:17:13.351 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-03-19 09:17:16.440 | Running setup.py develop for glance 2024-03-19 09:17:17.594 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev20 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.0 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2024-03-19 09:17:17.745 | + inc/python:pip_install:222 : result=0 2024-03-19 09:17:17.747 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:17:17.749 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:17.750 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:17.752 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:17.754 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:17.756 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:17.757 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:17:17.759 | + functions-common:time_stop:2407 : start_time=1710839828622 2024-03-19 09:17:17.761 | + functions-common:time_stop:2409 : [[ -z 1710839828622 ]] 2024-03-19 09:17:17.763 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:17.766 | + functions-common:time_stop:2412 : end_time=1710839837764 2024-03-19 09:17:17.768 | + functions-common:time_stop:2413 : elapsed_time=9142 2024-03-19 09:17:17.769 | + functions-common:time_stop:2414 : total=36135 2024-03-19 09:17:17.771 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:17.773 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=45277 2024-03-19 09:17:17.774 | + inc/python:pip_install:225 : return 0 2024-03-19 09:17:17.776 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-19 09:17:17.778 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:17:17.780 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2024-03-19 09:17:17.782 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2024-03-19 09:17:17.784 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:17:17.785 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:17:17.787 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-03-19 09:17:17.789 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:17:17.791 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-19 09:17:17.793 | + stack.sh:main:957 : configure_glance 2024-03-19 09:17:17.795 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-03-19 09:17:17.804 | + lib/glance:configure_glance:325 : local dburl 2024-03-19 09:17:17.807 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2024-03-19 09:17:17.808 | ++ lib/database:database_connection_url:134 : local db=glance 2024-03-19 09:17:17.810 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-03-19 09:17:17.812 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2024-03-19 09:17:17.814 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:17:17.816 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:17:17.818 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:17:17.830 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:17.832 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:17:17.833 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-03-19 09:17:17.836 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-03-19 09:17:17.837 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-03-19 09:17:17.861 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-03-19 09:17:17.885 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-03-19 09:17:17.907 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-03-19 09:17:17.929 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-03-19 09:17:17.953 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-03-19 09:17:17.977 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-03-19 09:17:17.978 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-03-19 09:17:17.980 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-03-19 09:17:17.982 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-19 09:17:17.984 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-03-19 09:17:18.007 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-03-19 09:17:18.029 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-19 09:17:18.051 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-03-19 09:17:18.074 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-03-19 09:17:18.096 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-03-19 09:17:18.118 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-03-19 09:17:18.140 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-03-19 09:17:18.162 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-19 09:17:18.184 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-03-19 09:17:18.207 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-03-19 09:17:18.231 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-03-19 09:17:18.232 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2024-03-19 09:17:18.234 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2024-03-19 09:17:18.236 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-19 09:17:18.240 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-19 09:17:18.242 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-19 09:17:18.259 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:18.261 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-19 09:17:18.263 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-19 09:17:18.265 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-19 09:17:18.279 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:18.281 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:17:18.283 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:17:18.306 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-19 09:17:18.308 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-19 09:17:18.310 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2024-03-19 09:17:18.312 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-03-19 09:17:18.334 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-03-19 09:17:18.357 | + lib/glance:configure_glance:345 : configure_glance_store False False 2024-03-19 09:17:18.359 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2024-03-19 09:17:18.360 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2024-03-19 09:17:18.362 | + lib/glance:configure_glance_store:253 : local be 2024-03-19 09:17:18.364 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2024-03-19 09:17:18.366 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2024-03-19 09:17:18.368 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-03-19 09:17:18.392 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2024-03-19 09:17:18.394 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-03-19 09:17:18.419 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2024-03-19 09:17:18.421 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2024-03-19 09:17:18.433 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:18.436 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-03-19 09:17:18.459 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2024-03-19 09:17:18.472 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:18.474 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2024-03-19 09:17:18.476 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-03-19 09:17:18.478 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-03-19 09:17:18.480 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-19 09:17:18.492 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-19 09:17:18.494 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-19 09:17:18.496 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-19 09:17:18.498 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-19 09:17:18.500 | + 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-03-19 09:17:18.522 | + 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-03-19 09:17:18.545 | + 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-03-19 09:17:18.568 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-19 09:17:18.590 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-03-19 09:17:18.594 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-03-19 09:17:18.618 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-03-19 09:17:18.640 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-03-19 09:17:18.662 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-03-19 09:17:18.685 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-03-19 09:17:18.708 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-03-19 09:17:18.730 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-03-19 09:17:18.752 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-03-19 09:17:18.777 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-03-19 09:17:18.801 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-03-19 09:17:18.825 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-03-19 09:17:18.848 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-03-19 09:17:18.851 | + lib/glance:configure_glance:410 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2024-03-19 09:17:18.855 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2024-03-19 09:17:18.868 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:18.869 | + lib/glance:configure_glance:420 : [[ False == False ]] 2024-03-19 09:17:18.871 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2024-03-19 09:17:18.873 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2024-03-19 09:17:18.875 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2024-03-19 09:17:18.877 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2024-03-19 09:17:18.879 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2024-03-19 09:17:18.882 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2024-03-19 09:17:18.883 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2024-03-19 09:17:18.886 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2024-03-19 09:17:18.909 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2024-03-19 09:17:18.911 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-03-19 09:17:18.913 | ++ functions:get_random_port:848 : true 2024-03-19 09:17:18.915 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-03-19 09:17:18.916 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-03-19 09:17:18.918 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-03-19 09:17:18.992 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-03-19 09:17:18.993 | ++ functions:get_random_port:852 : break 2 2024-03-19 09:17:18.995 | ++ functions:get_random_port:856 : echo 60999 2024-03-19 09:17:18.997 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2024-03-19 09:17:18.999 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-03-19 09:17:19.022 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-03-19 09:17:19.043 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-03-19 09:17:19.064 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-03-19 09:17:19.086 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-03-19 09:17:19.108 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-03-19 09:17:19.130 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-03-19 09:17:19.152 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-03-19 09:17:19.173 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-19 09:17:19.195 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-19 09:17:19.217 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-03-19 09:17:19.239 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-19 09:17:19.261 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-03-19 09:17:19.283 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-03-19 09:17:19.305 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-03-19 09:17:19.327 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-03-19 09:17:19.349 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-03-19 09:17:19.371 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-03-19 09:17:19.393 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-03-19 09:17:19.416 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2024-03-19 09:17:19.418 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2024-03-19 09:17:19.420 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:17:19.422 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:19.424 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:19.426 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-03-19 09:17:19.427 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2024-03-19 09:17:19.457 | proxy (enabled by site administrator) 2024-03-19 09:17:19.460 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2024-03-19 09:17:19.462 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2024-03-19 09:17:19.463 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:17:19.465 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:19.467 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:19.469 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-03-19 09:17:19.471 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2024-03-19 09:17:19.498 | No module matches proxy_http 2024-03-19 09:17:19.501 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2024-03-19 09:17:19.533 | Considering dependency proxy for proxy_http: 2024-03-19 09:17:19.533 | Module proxy already enabled 2024-03-19 09:17:19.533 | Enabling module proxy_http. 2024-03-19 09:17:19.537 | To activate the new configuration, you need to run: 2024-03-19 09:17:19.537 | systemctl restart apache2 2024-03-19 09:17:19.541 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2024-03-19 09:17:19.543 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-19 09:17:19.545 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:17:19.548 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-19 09:17:19.665 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2024-03-19 09:17:19.667 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2024-03-19 09:17:19.669 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2024-03-19 09:17:19.670 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-19 09:17:19.672 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:19.674 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:19.676 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-19 09:17:19.679 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-19 09:17:19.681 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2024-03-19 09:17:19.681 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-19 09:17:19.688 | KeepAlive Off 2024-03-19 09:17:19.691 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2024-03-19 09:17:19.692 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-19 09:17:19.698 | SetEnv proxy-sendchunked 1 2024-03-19 09:17:19.701 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2024-03-19 09:17:19.702 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-19 09:17:19.708 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2024-03-19 09:17:19.711 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2024-03-19 09:17:19.713 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2024-03-19 09:17:19.714 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-19 09:17:19.716 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-19 09:17:19.718 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:17:19.720 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:19.721 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:19.723 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-19 09:17:19.725 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-19 09:17:19.727 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:19.729 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:19.730 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2024-03-19 09:17:19.761 | Enabling site glance-wsgi-api. 2024-03-19 09:17:19.764 | To activate the new configuration, you need to run: 2024-03-19 09:17:19.764 | systemctl reload apache2 2024-03-19 09:17:19.768 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2024-03-19 09:17:19.770 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-19 09:17:19.772 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:17:19.773 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-19 09:17:19.884 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-03-19 09:17:19.889 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-03-19 09:17:19.913 | + lib/glance:configure_glance:434 : [[ True == True ]] 2024-03-19 09:17:19.915 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2024-03-19 09:17:19.939 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2024-03-19 09:17:19.962 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2024-03-19 09:17:19.986 | + stack.sh:main:960 : is_service_enabled cinder 2024-03-19 09:17:19.999 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:20.001 | + stack.sh:main:962 : stack_install_service cinder 2024-03-19 09:17:20.002 | + lib/stack:stack_install_service:20 : local service=cinder 2024-03-19 09:17:20.004 | + lib/stack:stack_install_service:21 : type install_cinder 2024-03-19 09:17:20.006 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-19 09:17:20.008 | + lib/stack:stack_install_service:32 : install_cinder 2024-03-19 09:17:20.010 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2024-03-19 09:17:20.012 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2024-03-19 09:17:20.014 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2024-03-19 09:17:20.015 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-19 09:17:20.017 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:17:20.019 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:17:20.021 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:17:20.023 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:17:20.025 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:17:20.037 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:17:20.039 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:17:20.041 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:17:20.043 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:20.044 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-19 09:17:20.045 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:17:20.049 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2024-03-19 09:17:20.050 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:20.053 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-03-19 09:17:20.054 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:20.056 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:20.058 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:20.059 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:20.061 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:20.063 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:20.064 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:20.066 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:20.068 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:20.071 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839840069 2024-03-19 09:17:20.073 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-03-19 09:17:20.075 | Cloning into '/opt/stack//cinder'... 2024-03-19 09:17:23.757 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:23.759 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:23.761 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:23.762 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:23.764 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:23.766 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:23.768 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:23.770 | + functions-common:time_stop:2407 : start_time=1710839840069 2024-03-19 09:17:23.771 | + functions-common:time_stop:2409 : [[ -z 1710839840069 ]] 2024-03-19 09:17:23.773 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:23.777 | + functions-common:time_stop:2412 : end_time=1710839843774 2024-03-19 09:17:23.778 | + functions-common:time_stop:2413 : elapsed_time=3705 2024-03-19 09:17:23.780 | + functions-common:time_stop:2414 : total=13623 2024-03-19 09:17:23.782 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:23.783 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=17328 2024-03-19 09:17:23.785 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2024-03-19 09:17:23.787 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-19 09:17:23.789 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:23.790 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:23.792 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:23.794 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:23.795 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:23.797 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:23.799 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:23.801 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:23.803 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:23.806 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839843804 2024-03-19 09:17:23.808 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-19 09:17:26.447 | From https://opendev.org/openstack/cinder 2024-03-19 09:17:26.447 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-19 09:17:26.451 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:26.453 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:26.455 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:26.456 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:26.458 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:26.460 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:26.462 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:26.463 | + functions-common:time_stop:2407 : start_time=1710839843804 2024-03-19 09:17:26.465 | + functions-common:time_stop:2409 : [[ -z 1710839843804 ]] 2024-03-19 09:17:26.467 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:26.470 | + functions-common:time_stop:2412 : end_time=1710839846468 2024-03-19 09:17:26.472 | + functions-common:time_stop:2413 : elapsed_time=2664 2024-03-19 09:17:26.474 | + functions-common:time_stop:2414 : total=17328 2024-03-19 09:17:26.476 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:26.477 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19992 2024-03-19 09:17:26.479 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:17:26.481 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:26.483 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:26.485 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:26.487 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:26.489 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:26.490 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:26.492 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:26.494 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:26.496 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:26.499 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839846497 2024-03-19 09:17:26.501 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:17:26.736 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:17:26.736 | 2024-03-19 09:17:26.736 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:17:26.736 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:17:26.737 | state without impacting any branches by switching back to a branch. 2024-03-19 09:17:26.737 | 2024-03-19 09:17:26.737 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:17:26.737 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:17:26.737 | 2024-03-19 09:17:26.737 | git switch -c 2024-03-19 09:17:26.737 | 2024-03-19 09:17:26.737 | Or undo this operation with: 2024-03-19 09:17:26.737 | 2024-03-19 09:17:26.737 | git switch - 2024-03-19 09:17:26.737 | 2024-03-19 09:17:26.737 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:17:26.737 | 2024-03-19 09:17:26.737 | HEAD is now at 539d872 Merge "Ceph: Fix restoring old backups to a different backend" into stable/2023.2 2024-03-19 09:17:26.741 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:26.743 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:26.744 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:26.747 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:26.748 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:26.750 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:26.752 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:26.754 | + functions-common:time_stop:2407 : start_time=1710839846497 2024-03-19 09:17:26.756 | + functions-common:time_stop:2409 : [[ -z 1710839846497 ]] 2024-03-19 09:17:26.758 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:26.761 | + functions-common:time_stop:2412 : end_time=1710839846759 2024-03-19 09:17:26.763 | + functions-common:time_stop:2413 : elapsed_time=262 2024-03-19 09:17:26.765 | + functions-common:time_stop:2414 : total=19992 2024-03-19 09:17:26.766 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:26.768 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20254 2024-03-19 09:17:26.770 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-03-19 09:17:26.780 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2024-03-19 09:17:26.782 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:17:26.783 | + functions-common:git_clone:656 : head -1 2024-03-19 09:17:26.786 | 539d872 Merge "Ceph: Fix restoring old backups to a different backend" into stable/2023.2 2024-03-19 09:17:26.788 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:17:26.790 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2024-03-19 09:17:26.792 | + inc/python:setup_develop:360 : local bindep 2024-03-19 09:17:26.794 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-03-19 09:17:26.796 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2024-03-19 09:17:26.798 | + inc/python:setup_develop:366 : local extras= 2024-03-19 09:17:26.799 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-03-19 09:17:26.801 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-19 09:17:26.803 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2024-03-19 09:17:26.805 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2024-03-19 09:17:26.807 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-19 09:17:26.809 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-19 09:17:26.811 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2024-03-19 09:17:26.813 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-19 09:17:26.815 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2024-03-19 09:17:26.817 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-19 09:17:26.819 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-19 09:17:26.821 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-03-19 09:17:26.825 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2024-03-19 09:17:26.827 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-03-19 09:17:27.143 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2024-03-19 09:17:27.145 | + inc/python:setup_package:440 : local bindep=0 2024-03-19 09:17:27.147 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-19 09:17:27.149 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-19 09:17:27.151 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2024-03-19 09:17:27.153 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2024-03-19 09:17:27.155 | + inc/python:setup_package:449 : local flags=-e 2024-03-19 09:17:27.157 | + inc/python:setup_package:450 : local extras= 2024-03-19 09:17:27.159 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-19 09:17:27.161 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-19 09:17:27.163 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-19 09:17:27.165 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-19 09:17:27.167 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-19 09:17:27.169 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2024-03-19 09:17:27.184 | Using python 3.10 to install /opt/stack/cinder 2024-03-19 09:17:27.186 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-03-19 09:17:28.022 | Obtaining file:///opt/stack/cinder 2024-03-19 09:17:28.023 | Preparing metadata (setup.py): started 2024-03-19 09:17:28.571 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:17:28.663 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.11.1) 2024-03-19 09:17:28.664 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-03-19 09:17:28.665 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (0.33.3) 2024-03-19 09:17:28.666 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2.0.2) 2024-03-19 09:17:28.669 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (0.22.0) 2024-03-19 09:17:28.669 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.0.1) 2024-03-19 09:17:28.669 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (1.1.0) 2024-03-19 09:17:28.669 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (4.17.3) 2024-03-19 09:17:28.669 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.3.0) 2024-03-19 09:17:28.670 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (10.4.1) 2024-03-19 09:17:28.976 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev33) 2024-03-19 09:17:28.979 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2024-03-19 09:17:29.020 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.022 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2024-03-19 09:17:29.023 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (9.2.0) 2024-03-19 09:17:29.024 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-19 09:17:29.025 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-19 09:17:29.026 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (14.1.0) 2024-03-19 09:17:29.026 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.3.0) 2024-03-19 09:17:29.027 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (14.4.1) 2024-03-19 09:17:29.028 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-19 09:17:29.029 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (4.2.1) 2024-03-19 09:17:29.030 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.2.0) 2024-03-19 09:17:29.030 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.1.0) 2024-03-19 09:17:29.031 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (7.1.0) 2024-03-19 09:17:29.032 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-19 09:17:29.033 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.2.0) 2024-03-19 09:17:29.034 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2.2.0) 2024-03-19 09:17:29.035 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.2.1) 2024-03-19 09:17:29.069 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.072 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2024-03-19 09:17:29.074 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (4.1.0) 2024-03-19 09:17:29.075 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (23.1) 2024-03-19 09:17:29.116 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.118 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2024-03-19 09:17:29.120 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.5.2) 2024-03-19 09:17:29.121 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.0.1) 2024-03-19 09:17:29.121 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.9.5) 2024-03-19 09:17:29.122 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.0.9) 2024-03-19 09:17:29.123 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.6.1) 2024-03-19 09:17:29.159 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.161 | Using cached python_glanceclient-4.4.0-py3-none-any.whl.metadata (3.8 kB) 2024-03-19 09:17:29.163 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-19 09:17:29.200 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.202 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2024-03-19 09:17:29.252 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.254 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2024-03-19 09:17:29.256 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2023.3) 2024-03-19 09:17:29.257 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2.28.2) 2024-03-19 09:17:29.257 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2.5.1) 2024-03-19 09:17:29.258 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.4.0) 2024-03-19 09:17:29.289 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.289 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-03-19 09:17:29.295 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (1.16.0) 2024-03-19 09:17:29.296 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (1.4.41) 2024-03-19 09:17:29.296 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.1.0) 2024-03-19 09:17:29.345 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.347 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-03-19 09:17:29.351 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.3.1) 2024-03-19 09:17:29.352 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (1.8.7) 2024-03-19 09:17:29.352 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.1.0) 2024-03-19 09:17:29.405 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.407 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2024-03-19 09:17:29.410 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.4.1) 2024-03-19 09:17:29.411 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.9.0) 2024-03-19 09:17:29.463 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.465 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2024-03-19 09:17:29.554 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.556 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2024-03-19 09:17:29.558 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (4.3.0) 2024-03-19 09:17:29.559 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (40.0.2) 2024-03-19 09:17:29.560 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (0.2.3) 2024-03-19 09:17:29.652 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev33) 2024-03-19 09:17:29.654 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2024-03-19 09:17:30.149 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev33) 2024-03-19 09:17:30.152 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2024-03-19 09:17:30.889 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev33) 2024-03-19 09:17:30.892 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2024-03-19 09:17:30.894 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev33) (1.0.1) 2024-03-19 09:17:30.930 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev33) 2024-03-19 09:17:30.932 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2024-03-19 09:17:30.961 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev33) (1.15.1) 2024-03-19 09:17:30.974 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev33) (2.3.0) 2024-03-19 09:17:31.099 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-19 09:17:31.101 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2024-03-19 09:17:31.126 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-19 09:17:31.128 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2024-03-19 09:17:31.286 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-19 09:17:31.288 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2024-03-19 09:17:31.322 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-19 09:17:31.324 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2024-03-19 09:17:31.357 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev33) (3.15.0) 2024-03-19 09:17:31.378 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (23.1.0) 2024-03-19 09:17:31.379 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (0.19.3) 2024-03-19 09:17:31.405 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev33) (1.7.0) 2024-03-19 09:17:31.428 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.5.0) 2024-03-19 09:17:31.430 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.1.1) 2024-03-19 09:17:31.479 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev33) 2024-03-19 09:17:31.501 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2024-03-19 09:17:31.595 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev33) 2024-03-19 09:17:31.597 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-03-19 09:17:31.622 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev33) 2024-03-19 09:17:31.624 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2024-03-19 09:17:31.652 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev33) (0.18) 2024-03-19 09:17:31.672 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (6.0) 2024-03-19 09:17:31.673 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (2.5.0) 2024-03-19 09:17:31.674 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (0.8.0) 2024-03-19 09:17:31.675 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (2.0.0) 2024-03-19 09:17:31.701 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.9.4) 2024-03-19 09:17:31.703 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.0.1) 2024-03-19 09:17:31.704 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (0.5.0) 2024-03-19 09:17:31.731 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (2.8.2) 2024-03-19 09:17:31.733 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (0.9.6) 2024-03-19 09:17:31.759 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.1.1) 2024-03-19 09:17:31.760 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.3.0) 2024-03-19 09:17:31.760 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (2.4.1) 2024-03-19 09:17:31.761 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.2.4) 2024-03-19 09:17:31.762 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.7.0) 2024-03-19 09:17:31.773 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (3.1.2) 2024-03-19 09:17:31.774 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (4.0.1) 2024-03-19 09:17:31.776 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (4.0.1) 2024-03-19 09:17:31.796 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev33) (1.0.5) 2024-03-19 09:17:31.821 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev33) (2023.3) 2024-03-19 09:17:31.836 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (1.4.0) 2024-03-19 09:17:31.837 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (4.0.1) 2024-03-19 09:17:31.848 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (3.7.0) 2024-03-19 09:17:31.860 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev33) (0.11.0) 2024-03-19 09:17:31.891 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) (0.7.1) 2024-03-19 09:17:31.921 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) 2024-03-19 09:17:31.923 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2024-03-19 09:17:31.924 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) (1.26.15) 2024-03-19 09:17:32.012 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev33) 2024-03-19 09:17:32.014 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2024-03-19 09:17:32.028 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev33) (69.1.1) 2024-03-19 09:17:32.093 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (4.3.0) 2024-03-19 09:17:32.111 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (23.1.1) 2024-03-19 09:17:32.157 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) 2024-03-19 09:17:32.159 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2024-03-19 09:17:32.161 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.15.0) 2024-03-19 09:17:32.246 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (3.1.0) 2024-03-19 09:17:32.246 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (3.4) 2024-03-19 09:17:32.247 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (2024.2.2) 2024-03-19 09:17:32.264 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev33) (0.7) 2024-03-19 09:17:32.300 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev33) 2024-03-19 09:17:32.302 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2024-03-19 09:17:32.452 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (3.2.0) 2024-03-19 09:17:32.454 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (3.1) 2024-03-19 09:17:32.455 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (1.4.2) 2024-03-19 09:17:32.539 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev33) 2024-03-19 09:17:32.542 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2024-03-19 09:17:32.600 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.2.4) 2024-03-19 09:17:32.617 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.0.0) 2024-03-19 09:17:32.748 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev33) (2.21) 2024-03-19 09:17:32.783 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (0.5.1) 2024-03-19 09:17:32.784 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (2.4.3) 2024-03-19 09:17:32.960 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-19 09:17:32.962 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2024-03-19 09:17:32.964 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev33) (4.22.3) 2024-03-19 09:17:33.066 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (2.1.2) 2024-03-19 09:17:33.264 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (1.1.8) 2024-03-19 09:17:33.290 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.16.0) 2024-03-19 09:17:33.314 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (0.2.6) 2024-03-19 09:17:33.806 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.6.0) 2024-03-19 09:17:33.934 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.32) 2024-03-19 09:17:34.144 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (1.8.2) 2024-03-19 09:17:34.220 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (2.3) 2024-03-19 09:17:34.489 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2024-03-19 09:17:34.492 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2024-03-19 09:17:34.543 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-03-19 09:17:34.580 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-03-19 09:17:34.584 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2024-03-19 09:17:34.587 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2024-03-19 09:17:34.592 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2024-03-19 09:17:34.595 | Using cached python_glanceclient-4.4.0-py3-none-any.whl (205 kB) 2024-03-19 09:17:34.599 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2024-03-19 09:17:34.603 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2024-03-19 09:17:34.607 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-03-19 09:17:34.609 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2024-03-19 09:17:34.612 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-03-19 09:17:34.623 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2024-03-19 09:17:34.679 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2024-03-19 09:17:34.682 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2024-03-19 09:17:34.685 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-03-19 09:17:34.688 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2024-03-19 09:17:34.690 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2024-03-19 09:17:34.695 | 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-03-19 09:17:34.701 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2024-03-19 09:17:34.704 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-03-19 09:17:34.706 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-03-19 09:17:34.709 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-03-19 09:17:34.713 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-03-19 09:17:34.715 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-03-19 09:17:34.718 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-03-19 09:17:34.720 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2024-03-19 09:17:35.184 | Installing collected packages: zstd, voluptuous, pyasn1, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-03-19 09:17:38.141 | Running setup.py develop for cinder 2024-03-19 09:17:39.714 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev33 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.0 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2024-03-19 09:17:39.980 | + inc/python:pip_install:222 : result=0 2024-03-19 09:17:39.982 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:17:39.983 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:39.985 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:39.987 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:39.988 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:39.990 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:39.991 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:17:39.993 | + functions-common:time_stop:2407 : start_time=1710839847181 2024-03-19 09:17:39.995 | + functions-common:time_stop:2409 : [[ -z 1710839847181 ]] 2024-03-19 09:17:39.997 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:40.000 | + functions-common:time_stop:2412 : end_time=1710839859998 2024-03-19 09:17:40.001 | + functions-common:time_stop:2413 : elapsed_time=12817 2024-03-19 09:17:40.003 | + functions-common:time_stop:2414 : total=45277 2024-03-19 09:17:40.004 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:40.006 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=58094 2024-03-19 09:17:40.008 | + inc/python:pip_install:225 : return 0 2024-03-19 09:17:40.010 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-19 09:17:40.011 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:17:40.013 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2024-03-19 09:17:40.015 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2024-03-19 09:17:40.016 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:17:40.018 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:17:40.020 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-03-19 09:17:40.022 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:17:40.024 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2024-03-19 09:17:40.026 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2024-03-19 09:17:40.027 | + lib/cinder:install_cinder:521 : is_ubuntu 2024-03-19 09:17:40.029 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:40.031 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:40.033 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2024-03-19 09:17:40.042 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2024-03-19 09:17:40.044 | + functions-common:install_package:1421 : update_package_repo 2024-03-19 09:17:40.046 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-19 09:17:40.048 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-19 09:17:40.049 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-19 09:17:40.051 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:40.053 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-19 09:17:40.054 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:40.056 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:40.058 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-19 09:17:40.060 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-19 09:17:40.061 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-19 09:17:40.063 | + functions-common:apt_get_update:1150 : return 2024-03-19 09:17:40.065 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2024-03-19 09:17:40.067 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-19 09:17:40.068 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:40.070 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:40.072 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2024-03-19 09:17:40.088 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-03-19 09:17:40.143 | Reading package lists... 2024-03-19 09:17:40.321 | Building dependency tree... 2024-03-19 09:17:40.322 | Reading state information... 2024-03-19 09:17:40.497 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-03-19 09:17:40.497 | 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2024-03-19 09:17:40.501 | + functions-common:apt_get:1194 : result=0 2024-03-19 09:17:40.503 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-19 09:17:40.505 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:40.507 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:40.509 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:40.511 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:40.513 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:40.515 | + functions-common:time_stop:2406 : name=apt-get 2024-03-19 09:17:40.516 | + functions-common:time_stop:2407 : start_time=1710839860086 2024-03-19 09:17:40.518 | + functions-common:time_stop:2409 : [[ -z 1710839860086 ]] 2024-03-19 09:17:40.520 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:40.524 | + functions-common:time_stop:2412 : end_time=1710839860521 2024-03-19 09:17:40.525 | + functions-common:time_stop:2413 : elapsed_time=435 2024-03-19 09:17:40.527 | + functions-common:time_stop:2414 : total=1857 2024-03-19 09:17:40.529 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:40.531 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2292 2024-03-19 09:17:40.532 | + functions-common:apt_get:1198 : return 0 2024-03-19 09:17:40.534 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-19 09:17:40.536 | + stack.sh:main:963 : configure_cinder 2024-03-19 09:17:40.538 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2024-03-19 09:17:40.548 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2024-03-19 09:17:40.551 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2024-03-19 09:17:40.553 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-03-19 09:17:40.554 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-03-19 09:17:40.557 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-03-19 09:17:40.557 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-03-19 09:17:40.560 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-03-19 09:17:40.562 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-03-19 09:17:40.564 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2024-03-19 09:17:40.565 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-03-19 09:17:40.567 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-03-19 09:17:40.568 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-03-19 09:17:40.570 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2024-03-19 09:17:40.572 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-03-19 09:17:40.581 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-03-19 09:17:40.590 | + 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-03-19 09:17:40.600 | + 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-03-19 09:17:40.608 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-03-19 09:17:40.618 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2024-03-19 09:17:40.627 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2024-03-19 09:17:40.629 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2024-03-19 09:17:40.632 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.RQuLITlG1D 2024-03-19 09:17:40.634 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-03-19 09:17:40.636 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-03-19 09:17:40.637 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2024-03-19 09:17:40.639 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.RQuLITlG1D 2024-03-19 09:17:40.642 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.RQuLITlG1D 2024-03-19 09:17:40.650 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.RQuLITlG1D /etc/sudoers.d/cinder-rootwrap 2024-03-19 09:17:40.659 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2024-03-19 09:17:40.662 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2024-03-19 09:17:40.664 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2024-03-19 09:17:40.665 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-03-19 09:17:40.667 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-03-19 09:17:40.668 | + 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-03-19 09:17:40.670 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2024-03-19 09:17:40.672 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2024-03-19 09:17:40.672 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2024-03-19 09:17:40.678 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2024-03-19 09:17:40.681 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2024-03-19 09:17:40.689 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2024-03-19 09:17:40.698 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-03-19 09:17:40.699 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-03-19 09:17:40.702 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-03-19 09:17:40.705 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-03-19 09:17:40.719 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-03-19 09:17:40.733 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-03-19 09:17:40.746 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-03-19 09:17:40.759 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-03-19 09:17:40.772 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-03-19 09:17:40.786 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-03-19 09:17:40.799 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-03-19 09:17:40.812 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-03-19 09:17:40.814 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-03-19 09:17:40.816 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-03-19 09:17:40.817 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-19 09:17:40.819 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-03-19 09:17:40.842 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-03-19 09:17:40.863 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-19 09:17:40.885 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-03-19 09:17:40.907 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-03-19 09:17:40.929 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-03-19 09:17:40.950 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-03-19 09:17:40.972 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-03-19 09:17:40.993 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-19 09:17:41.016 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-03-19 09:17:41.037 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-03-19 09:17:41.062 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-03-19 09:17:41.084 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2024-03-19 09:17:41.086 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-03-19 09:17:41.088 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-03-19 09:17:41.090 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2024-03-19 09:17:41.092 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:17:41.094 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:17:41.096 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:17:41.107 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:41.109 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:17:41.111 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-03-19 09:17:41.113 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-03-19 09:17:41.137 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-03-19 09:17:41.159 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-03-19 09:17:41.181 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-03-19 09:17:41.204 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-03-19 09:17:41.227 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-03-19 09:17:41.249 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-03-19 09:17:41.273 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-03-19 09:17:41.295 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-03-19 09:17:41.320 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2024-03-19 09:17:41.337 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 0f4de39b0d21d979eb014b9be612246e 2024-03-19 09:17:41.360 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2024-03-19 09:17:41.362 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-03-19 09:17:41.384 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-03-19 09:17:41.407 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-03-19 09:17:41.428 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-03-19 09:17:41.451 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2024-03-19 09:17:41.473 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2024-03-19 09:17:41.495 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2024-03-19 09:17:41.508 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:41.509 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2024-03-19 09:17:41.511 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2024-03-19 09:17:41.513 | + lib/cinder:configure_cinder:338 : local default_name= 2024-03-19 09:17:41.515 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2024-03-19 09:17:41.516 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-19 09:17:41.518 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2024-03-19 09:17:41.520 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2024-03-19 09:17:41.522 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2024-03-19 09:17:41.523 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2024-03-19 09:17:41.525 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-03-19 09:17:41.527 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-03-19 09:17:41.551 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-03-19 09:17:41.574 | + 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-03-19 09:17:41.596 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-03-19 09:17:41.618 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-03-19 09:17:41.640 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2024-03-19 09:17:41.642 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2024-03-19 09:17:41.644 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2024-03-19 09:17:41.645 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-03-19 09:17:41.668 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2024-03-19 09:17:41.670 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-03-19 09:17:41.693 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2024-03-19 09:17:41.694 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-03-19 09:17:41.696 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2024-03-19 09:17:41.698 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-03-19 09:17:41.720 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2024-03-19 09:17:41.722 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2024-03-19 09:17:41.724 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2024-03-19 09:17:41.736 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:41.738 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2024-03-19 09:17:41.751 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:41.752 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2024-03-19 09:17:41.765 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:41.767 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2024-03-19 09:17:41.769 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-03-19 09:17:41.770 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2024-03-19 09:17:41.772 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2024-03-19 09:17:41.774 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-19 09:17:41.775 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-19 09:17:41.777 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-19 09:17:41.789 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:41.791 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-19 09:17:41.793 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-19 09:17:41.795 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-19 09:17:41.808 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:41.809 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:17:41.812 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:17:41.834 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-19 09:17:41.836 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-19 09:17:41.837 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2024-03-19 09:17:41.839 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-03-19 09:17:41.841 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-03-19 09:17:41.843 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-19 09:17:41.856 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-19 09:17:41.858 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-19 09:17:41.860 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-19 09:17:41.861 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-19 09:17:41.863 | + 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-03-19 09:17:41.885 | + 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-03-19 09:17:41.908 | + 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-03-19 09:17:41.930 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-19 09:17:41.952 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2024-03-19 09:17:41.964 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:41.966 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2024-03-19 09:17:41.968 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-03-19 09:17:41.970 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2024-03-19 09:17:41.972 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2024-03-19 09:17:41.973 | + lib/apache:write_uwsgi_config:244 : local http= 2024-03-19 09:17:41.975 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-19 09:17:41.977 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2024-03-19 09:17:41.980 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2024-03-19 09:17:41.982 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-19 09:17:41.984 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-19 09:17:41.993 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-19 09:17:41.993 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:17:42.000 | d /var/run/uwsgi 0755 stack root 2024-03-19 09:17:42.003 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:17:42.010 | /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-03-19 09:17:42.014 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-03-19 09:17:42.016 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-03-19 09:17:42.018 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2024-03-19 09:17:42.042 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-03-19 09:17:42.063 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-03-19 09:17:42.085 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-03-19 09:17:42.108 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-03-19 09:17:42.130 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-19 09:17:42.152 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-03-19 09:17:42.173 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-03-19 09:17:42.196 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-03-19 09:17:42.217 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-19 09:17:42.239 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-03-19 09:17:42.261 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-19 09:17:42.283 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-03-19 09:17:42.305 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-03-19 09:17:42.307 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-03-19 09:17:42.309 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2024-03-19 09:17:42.310 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2024-03-19 09:17:42.313 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-19 09:17:42.314 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:42.316 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:42.318 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-03-19 09:17:42.320 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-03-19 09:17:42.322 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-03-19 09:17:42.344 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-03-19 09:17:42.367 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2024-03-19 09:17:42.368 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-03-19 09:17:42.375 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2024-03-19 09:17:42.378 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2024-03-19 09:17:42.380 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2024-03-19 09:17:42.382 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-19 09:17:42.384 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-19 09:17:42.385 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:17:42.387 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:42.389 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:42.391 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-19 09:17:42.393 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-19 09:17:42.394 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:17:42.396 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:17:42.398 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2024-03-19 09:17:42.431 | Enabling site cinder-wsgi. 2024-03-19 09:17:42.435 | To activate the new configuration, you need to run: 2024-03-19 09:17:42.435 | systemctl reload apache2 2024-03-19 09:17:42.438 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-03-19 09:17:42.440 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-19 09:17:42.442 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:17:42.444 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-19 09:17:42.548 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-03-19 09:17:42.550 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2024-03-19 09:17:42.552 | + 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-03-19 09:17:42.576 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-03-19 09:17:42.600 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-03-19 09:17:42.622 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-03-19 09:17:42.645 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-03-19 09:17:42.667 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-03-19 09:17:42.689 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2024-03-19 09:17:42.702 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:42.703 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-03-19 09:17:42.705 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-03-19 09:17:42.707 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-19 09:17:42.709 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-03-19 09:17:42.711 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-03-19 09:17:42.735 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-03-19 09:17:42.757 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-03-19 09:17:42.780 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-03-19 09:17:42.802 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-03-19 09:17:42.824 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-03-19 09:17:42.847 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-03-19 09:17:42.870 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-03-19 09:17:42.893 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-03-19 09:17:42.916 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-03-19 09:17:42.938 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-03-19 09:17:42.960 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-03-19 09:17:42.983 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2024-03-19 09:17:42.984 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2024-03-19 09:17:42.997 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:42.999 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2024-03-19 09:17:43.023 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2024-03-19 09:17:43.025 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2024-03-19 09:17:43.027 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-03-19 09:17:43.051 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-03-19 09:17:43.074 | + stack.sh:main:966 : is_service_enabled neutron 2024-03-19 09:17:43.088 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:43.090 | + stack.sh:main:968 : stack_install_service neutron 2024-03-19 09:17:43.092 | + lib/stack:stack_install_service:20 : local service=neutron 2024-03-19 09:17:43.093 | + lib/stack:stack_install_service:21 : type install_neutron 2024-03-19 09:17:43.095 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-19 09:17:43.097 | + lib/stack:stack_install_service:32 : install_neutron 2024-03-19 09:17:43.099 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2024-03-19 09:17:43.101 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2024-03-19 09:17:43.103 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:17:43.105 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:17:43.107 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2024-03-19 09:17:43.109 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:17:43.111 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2024-03-19 09:17:43.112 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2024-03-19 09:17:43.114 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2024-03-19 09:17:43.116 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-19 09:17:43.118 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:17:43.120 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:17:43.122 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:17:43.124 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:17:43.126 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:17:43.139 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:17:43.141 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:17:43.144 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:17:43.145 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:43.147 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-19 09:17:43.147 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:17:43.151 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2024-03-19 09:17:43.153 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:43.155 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-03-19 09:17:43.157 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:43.158 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:43.160 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:43.162 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:43.164 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:43.166 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:43.168 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:43.169 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:43.172 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:43.175 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839863173 2024-03-19 09:17:43.176 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-03-19 09:17:43.179 | Cloning into '/opt/stack//neutron'... 2024-03-19 09:17:46.686 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:46.688 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:46.690 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:46.692 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:46.694 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:46.696 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:46.698 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:46.700 | + functions-common:time_stop:2407 : start_time=1710839863173 2024-03-19 09:17:46.702 | + functions-common:time_stop:2409 : [[ -z 1710839863173 ]] 2024-03-19 09:17:46.704 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:46.707 | + functions-common:time_stop:2412 : end_time=1710839866705 2024-03-19 09:17:46.709 | + functions-common:time_stop:2413 : elapsed_time=3532 2024-03-19 09:17:46.711 | + functions-common:time_stop:2414 : total=20254 2024-03-19 09:17:46.713 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:46.714 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=23786 2024-03-19 09:17:46.716 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2024-03-19 09:17:46.718 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-19 09:17:46.720 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:46.722 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:46.724 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:46.726 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:46.728 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:46.730 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:46.731 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:46.733 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:46.736 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:46.739 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839866737 2024-03-19 09:17:46.741 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-19 09:17:48.836 | From https://opendev.org/openstack/neutron 2024-03-19 09:17:48.836 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-19 09:17:48.841 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:48.842 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:48.844 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:48.846 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:48.848 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:48.849 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:48.851 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:48.853 | + functions-common:time_stop:2407 : start_time=1710839866737 2024-03-19 09:17:48.854 | + functions-common:time_stop:2409 : [[ -z 1710839866737 ]] 2024-03-19 09:17:48.856 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:48.859 | + functions-common:time_stop:2412 : end_time=1710839868857 2024-03-19 09:17:48.861 | + functions-common:time_stop:2413 : elapsed_time=2120 2024-03-19 09:17:48.863 | + functions-common:time_stop:2414 : total=23786 2024-03-19 09:17:48.865 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:48.866 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=25906 2024-03-19 09:17:48.868 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:17:48.870 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:48.872 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:48.873 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:48.875 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:48.877 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:48.878 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:48.880 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:48.882 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:48.884 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:48.887 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839868885 2024-03-19 09:17:48.888 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:17:49.136 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:17:49.136 | 2024-03-19 09:17:49.136 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:17:49.136 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:17:49.136 | state without impacting any branches by switching back to a branch. 2024-03-19 09:17:49.136 | 2024-03-19 09:17:49.136 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:17:49.136 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:17:49.136 | 2024-03-19 09:17:49.136 | git switch -c 2024-03-19 09:17:49.136 | 2024-03-19 09:17:49.136 | Or undo this operation with: 2024-03-19 09:17:49.136 | 2024-03-19 09:17:49.137 | git switch - 2024-03-19 09:17:49.137 | 2024-03-19 09:17:49.137 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:17:49.137 | 2024-03-19 09:17:49.137 | HEAD is now at cc81838 Merge "Use the system-dependent string for IP protocol 4" into stable/2023.2 2024-03-19 09:17:49.141 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:17:49.143 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:49.145 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:49.147 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:49.148 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:49.150 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:49.152 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:17:49.153 | + functions-common:time_stop:2407 : start_time=1710839868885 2024-03-19 09:17:49.155 | + functions-common:time_stop:2409 : [[ -z 1710839868885 ]] 2024-03-19 09:17:49.158 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:49.160 | + functions-common:time_stop:2412 : end_time=1710839869158 2024-03-19 09:17:49.162 | + functions-common:time_stop:2413 : elapsed_time=273 2024-03-19 09:17:49.164 | + functions-common:time_stop:2414 : total=25906 2024-03-19 09:17:49.166 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:49.167 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=26179 2024-03-19 09:17:49.169 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-03-19 09:17:49.180 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2024-03-19 09:17:49.182 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:17:49.182 | + functions-common:git_clone:656 : head -1 2024-03-19 09:17:49.184 | cc81838 Merge "Use the system-dependent string for IP protocol 4" into stable/2023.2 2024-03-19 09:17:49.187 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:17:49.188 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2024-03-19 09:17:49.190 | + inc/python:setup_develop:360 : local bindep 2024-03-19 09:17:49.192 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-03-19 09:17:49.194 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2024-03-19 09:17:49.196 | + inc/python:setup_develop:366 : local extras= 2024-03-19 09:17:49.198 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-03-19 09:17:49.200 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-19 09:17:49.202 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2024-03-19 09:17:49.203 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2024-03-19 09:17:49.205 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-19 09:17:49.207 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-19 09:17:49.209 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2024-03-19 09:17:49.211 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-19 09:17:49.214 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2024-03-19 09:17:49.216 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-19 09:17:49.218 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-19 09:17:49.220 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-03-19 09:17:49.225 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2024-03-19 09:17:49.227 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-03-19 09:17:49.586 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2024-03-19 09:17:49.588 | + inc/python:setup_package:440 : local bindep=0 2024-03-19 09:17:49.590 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-19 09:17:49.592 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-19 09:17:49.594 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2024-03-19 09:17:49.596 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2024-03-19 09:17:49.598 | + inc/python:setup_package:449 : local flags=-e 2024-03-19 09:17:49.599 | + inc/python:setup_package:450 : local extras= 2024-03-19 09:17:49.601 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-19 09:17:49.603 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-19 09:17:49.605 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-19 09:17:49.607 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-19 09:17:49.609 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-19 09:17:49.611 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2024-03-19 09:17:49.626 | Using python 3.10 to install /opt/stack/neutron 2024-03-19 09:17:49.628 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-03-19 09:17:50.439 | Obtaining file:///opt/stack/neutron 2024-03-19 09:17:50.439 | Preparing metadata (setup.py): started 2024-03-19 09:17:51.029 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:17:51.102 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.11.1) 2024-03-19 09:17:51.103 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.2) 2024-03-19 09:17:51.104 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.0.1) 2024-03-19 09:17:51.104 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.1) 2024-03-19 09:17:51.105 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.0) 2024-03-19 09:17:51.106 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.1) 2024-03-19 09:17:51.107 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.33.3) 2024-03-19 09:17:51.205 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.205 | Using cached pecan-1.4.2-py3-none-any.whl 2024-03-19 09:17:51.213 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.22.0) 2024-03-19 09:17:51.214 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.28.2) 2024-03-19 09:17:51.214 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.2) 2024-03-19 09:17:51.215 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (10.4.1) 2024-03-19 09:17:51.216 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.8.0) 2024-03-19 09:17:51.216 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.11.0) 2024-03-19 09:17:51.260 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.262 | Using cached neutron_lib-3.8.1-py3-none-any.whl.metadata (2.3 kB) 2024-03-19 09:17:51.297 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.298 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2024-03-19 09:17:51.300 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.3.1) 2024-03-19 09:17:51.301 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.4.41) 2024-03-19 09:17:51.301 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.8.7) 2024-03-19 09:17:51.302 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.0) 2024-03-19 09:17:51.303 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.9.4) 2024-03-19 09:17:51.304 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.0) 2024-03-19 09:17:51.304 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.0) 2024-03-19 09:17:51.305 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2024-03-19 09:17:51.306 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (9.2.0) 2024-03-19 09:17:51.307 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2024-03-19 09:17:51.307 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.1.0) 2024-03-19 09:17:51.308 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.1.0) 2024-03-19 09:17:51.309 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.0) 2024-03-19 09:17:51.309 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.4.1) 2024-03-19 09:17:51.310 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2024-03-19 09:17:51.311 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.1) 2024-03-19 09:17:51.312 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2024-03-19 09:17:51.312 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.0) 2024-03-19 09:17:51.313 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (7.1.0) 2024-03-19 09:17:51.314 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2024-03-19 09:17:51.314 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2024-03-19 09:17:51.315 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.2.0) 2024-03-19 09:17:51.316 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.2.1) 2024-03-19 09:17:51.317 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2024-03-19 09:17:51.317 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.1.0) 2024-03-19 09:17:51.344 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.345 | Using cached os_ken-2.7.0-py3-none-any.whl.metadata (1.6 kB) 2024-03-19 09:17:51.370 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.372 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2024-03-19 09:17:51.403 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.405 | Using cached ovs-2.17.1.post1-py3-none-any.whl.metadata (773 bytes) 2024-03-19 09:17:51.456 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.459 | Using cached ovsdbapp-2.4.1-py3-none-any.whl.metadata (1.4 kB) 2024-03-19 09:17:51.460 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1) 2024-03-19 09:17:51.461 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.9.5) 2024-03-19 09:17:51.496 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.498 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2024-03-19 09:17:51.500 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1.1) 2024-03-19 09:17:51.501 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (18.4.0) 2024-03-19 09:17:51.501 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.5.0) 2024-03-19 09:17:51.532 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.534 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2024-03-19 09:17:51.568 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev17) 2024-03-19 09:17:51.570 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2024-03-19 09:17:51.572 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.4.1) 2024-03-19 09:17:51.572 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.0) 2024-03-19 09:17:51.578 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev17) (1.2.4) 2024-03-19 09:17:51.582 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev17) (1.15.0) 2024-03-19 09:17:51.587 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (2.3.0) 2024-03-19 09:17:51.588 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (2.0.2) 2024-03-19 09:17:51.589 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (1.16.0) 2024-03-19 09:17:51.596 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev17) (3.0.9) 2024-03-19 09:17:51.599 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev17) (2.1.2) 2024-03-19 09:17:51.625 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev17) (1.1.0) 2024-03-19 09:17:51.625 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev17) (1.7.0) 2024-03-19 09:17:51.649 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev17) (3.1.1) 2024-03-19 09:17:51.650 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev17) (5.2.0) 2024-03-19 09:17:51.698 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2024-03-19 09:17:51.701 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2024-03-19 09:17:51.753 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2024-03-19 09:17:51.756 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.8 kB) 2024-03-19 09:17:51.768 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (6.0) 2024-03-19 09:17:51.769 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.4.4) 2024-03-19 09:17:51.770 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (40.0.2) 2024-03-19 09:17:51.771 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.1.8) 2024-03-19 09:17:51.772 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.0.1) 2024-03-19 09:17:51.773 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.32) 2024-03-19 09:17:51.774 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.4.0) 2024-03-19 09:17:51.782 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev17) (1.0.5) 2024-03-19 09:17:51.807 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev17) 2024-03-19 09:17:51.807 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-03-19 09:17:51.889 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev17) (0.18) 2024-03-19 09:17:51.909 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev17) (2.0.0) 2024-03-19 09:17:51.936 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev17) (2.0.1) 2024-03-19 09:17:51.937 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev17) (0.5.0) 2024-03-19 09:17:51.963 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev17) (2.8.2) 2024-03-19 09:17:51.964 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev17) (0.9.6) 2024-03-19 09:17:51.989 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.1.1) 2024-03-19 09:17:51.990 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.3.0) 2024-03-19 09:17:51.991 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.2.4) 2024-03-19 09:17:51.993 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (0.7.0) 2024-03-19 09:17:52.004 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev17) (4.0.1) 2024-03-19 09:17:52.006 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev17) (4.0.1) 2024-03-19 09:17:52.025 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev17) (1.15.1) 2024-03-19 09:17:52.051 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev17) (2023.3) 2024-03-19 09:17:52.052 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev17) (2023.3) 2024-03-19 09:17:52.066 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev17) (1.4.0) 2024-03-19 09:17:52.067 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev17) (4.0.1) 2024-03-19 09:17:52.078 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev17) (3.7.0) 2024-03-19 09:17:52.162 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev17) 2024-03-19 09:17:52.164 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-03-19 09:17:52.197 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev17) (69.1.1) 2024-03-19 09:17:52.255 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev17) 2024-03-19 09:17:52.256 | Using cached logutils-0.3.5-py3-none-any.whl 2024-03-19 09:17:52.317 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) (4.3.0) 2024-03-19 09:17:52.317 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) (4.17.3) 2024-03-19 09:17:52.357 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) 2024-03-19 09:17:52.359 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2024-03-19 09:17:52.421 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2024-03-19 09:17:52.423 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2024-03-19 09:17:52.530 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2024-03-19 09:17:52.532 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2024-03-19 09:17:52.600 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (3.1.0) 2024-03-19 09:17:52.600 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (3.4) 2024-03-19 09:17:52.601 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (1.26.15) 2024-03-19 09:17:52.602 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (2024.2.2) 2024-03-19 09:17:52.618 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev17) (0.7) 2024-03-19 09:17:52.759 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev17) (0.13.1) 2024-03-19 09:17:52.792 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.0.0) 2024-03-19 09:17:52.863 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev17) (2.21) 2024-03-19 09:17:52.896 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (0.5.1) 2024-03-19 09:17:52.896 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (2.4.3) 2024-03-19 09:17:52.897 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (6.0.1) 2024-03-19 09:17:53.081 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev17) (2.3) 2024-03-19 09:17:53.113 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (23.1.0) 2024-03-19 09:17:53.114 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (0.19.3) 2024-03-19 09:17:53.236 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (3.1.0) 2024-03-19 09:17:53.237 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (4.9.2) 2024-03-19 09:17:53.334 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (0.16.0) 2024-03-19 09:17:53.355 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev17) (0.2.6) 2024-03-19 09:17:53.731 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev17) (2.6.0) 2024-03-19 09:17:53.961 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (1.8.2) 2024-03-19 09:17:54.009 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (3.15.0) 2024-03-19 09:17:54.084 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (1.5.0) 2024-03-19 09:17:54.318 | Using cached neutron_lib-3.8.1-py3-none-any.whl (601 kB) 2024-03-19 09:17:54.323 | Using cached os_ken-2.7.0-py3-none-any.whl (2.0 MB) 2024-03-19 09:17:54.339 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-03-19 09:17:54.341 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2024-03-19 09:17:54.344 | Using cached ovs-2.17.1.post1-py3-none-any.whl (123 kB) 2024-03-19 09:17:54.346 | Using cached ovsdbapp-2.4.1-py3-none-any.whl (138 kB) 2024-03-19 09:17:54.349 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2024-03-19 09:17:54.353 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2024-03-19 09:17:54.355 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2024-03-19 09:17:54.359 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-03-19 09:17:54.361 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2024-03-19 09:17:54.364 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2024-03-19 09:17:54.366 | 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-03-19 09:17:54.369 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2024-03-19 09:17:54.372 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-03-19 09:17:54.789 | 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-03-19 09:17:57.469 | Running setup.py develop for neutron 2024-03-19 09:17:58.911 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev17 neutron-lib-3.8.1 os-client-config-2.1.0 os-ken-2.7.0 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.1.post1 ovsdbapp-2.4.1 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2024-03-19 09:17:59.083 | + inc/python:pip_install:222 : result=0 2024-03-19 09:17:59.085 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:17:59.087 | + functions-common:time_stop:2400 : local name 2024-03-19 09:17:59.088 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:17:59.090 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:17:59.092 | + functions-common:time_stop:2403 : local total 2024-03-19 09:17:59.093 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:17:59.095 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:17:59.097 | + functions-common:time_stop:2407 : start_time=1710839869622 2024-03-19 09:17:59.098 | + functions-common:time_stop:2409 : [[ -z 1710839869622 ]] 2024-03-19 09:17:59.100 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:17:59.103 | + functions-common:time_stop:2412 : end_time=1710839879101 2024-03-19 09:17:59.105 | + functions-common:time_stop:2413 : elapsed_time=9479 2024-03-19 09:17:59.107 | + functions-common:time_stop:2414 : total=58094 2024-03-19 09:17:59.108 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:17:59.110 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=67573 2024-03-19 09:17:59.112 | + inc/python:pip_install:225 : return 0 2024-03-19 09:17:59.113 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-19 09:17:59.115 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:17:59.117 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2024-03-19 09:17:59.119 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2024-03-19 09:17:59.121 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:17:59.122 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:17:59.124 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-03-19 09:17:59.126 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:17:59.128 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2024-03-19 09:17:59.130 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-19 09:17:59.131 | + stack.sh:main:971 : is_service_enabled nova 2024-03-19 09:17:59.144 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:17:59.146 | + stack.sh:main:973 : stack_install_service nova 2024-03-19 09:17:59.148 | + lib/stack:stack_install_service:20 : local service=nova 2024-03-19 09:17:59.149 | + lib/stack:stack_install_service:21 : type install_nova 2024-03-19 09:17:59.151 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-19 09:17:59.153 | + lib/stack:stack_install_service:32 : install_nova 2024-03-19 09:17:59.155 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2024-03-19 09:17:59.157 | + inc/python:use_library_from_git:272 : local name=os-vif 2024-03-19 09:17:59.158 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:17:59.160 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:17:59.162 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2024-03-19 09:17:59.164 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:17:59.166 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2024-03-19 09:17:59.179 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:59.181 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2024-03-19 09:17:59.194 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:59.196 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2024-03-19 09:17:59.208 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:17:59.210 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/95/913195/1 2024-03-19 09:17:59.212 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2024-03-19 09:17:59.214 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2024-03-19 09:17:59.215 | + functions-common:git_clone:574 : local git_ref=refs/changes/95/913195/1 2024-03-19 09:17:59.217 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:17:59.219 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:17:59.221 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:17:59.223 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:17:59.225 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:17:59.237 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:17:59.239 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:17:59.241 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:17:59.243 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:59.245 | + functions-common:git_clone:593 : echo refs/changes/95/913195/1 2024-03-19 09:17:59.245 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:17:59.249 | + functions-common:git_clone:595 : [[ ! -d /opt/stack//nova ]] 2024-03-19 09:17:59.250 | + functions-common:git_clone:596 : [[ False = \T\r\u\e ]] 2024-03-19 09:17:59.252 | + functions-common:git_clone:601 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-03-19 09:17:59.254 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:17:59.256 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:17:59.258 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:17:59.259 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:17:59.261 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:17:59.263 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:17:59.265 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:17:59.267 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:17:59.268 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:17:59.272 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839879270 2024-03-19 09:17:59.274 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-03-19 09:17:59.275 | Cloning into '/opt/stack//nova'... 2024-03-19 09:18:03.580 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:18:03.582 | + functions-common:time_stop:2400 : local name 2024-03-19 09:18:03.584 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:18:03.586 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:18:03.588 | + functions-common:time_stop:2403 : local total 2024-03-19 09:18:03.589 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:18:03.591 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:18:03.593 | + functions-common:time_stop:2407 : start_time=1710839879270 2024-03-19 09:18:03.594 | + functions-common:time_stop:2409 : [[ -z 1710839879270 ]] 2024-03-19 09:18:03.596 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:18:03.600 | + functions-common:time_stop:2412 : end_time=1710839883598 2024-03-19 09:18:03.601 | + functions-common:time_stop:2413 : elapsed_time=4328 2024-03-19 09:18:03.603 | + functions-common:time_stop:2414 : total=26179 2024-03-19 09:18:03.605 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:18:03.607 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=30507 2024-03-19 09:18:03.608 | + functions-common:git_clone:603 : cd /opt/stack//nova 2024-03-19 09:18:03.610 | + functions-common:git_clone:604 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/95/913195/1 2024-03-19 09:18:03.612 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:18:03.613 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:18:03.615 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:18:03.617 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:18:03.619 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:18:03.620 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:18:03.622 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:18:03.624 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:18:03.626 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:18:03.629 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839883627 2024-03-19 09:18:03.631 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/95/913195/1 2024-03-19 09:19:07.463 | From https://opendev.org/openstack/nova 2024-03-19 09:19:07.463 | * branch refs/changes/95/913195/1 -> FETCH_HEAD 2024-03-19 09:19:07.468 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:19:07.470 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:07.472 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:07.474 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:07.475 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:07.477 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:07.479 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:19:07.481 | + functions-common:time_stop:2407 : start_time=1710839883627 2024-03-19 09:19:07.482 | + functions-common:time_stop:2409 : [[ -z 1710839883627 ]] 2024-03-19 09:19:07.484 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:07.488 | + functions-common:time_stop:2412 : end_time=1710839947485 2024-03-19 09:19:07.489 | + functions-common:time_stop:2413 : elapsed_time=63858 2024-03-19 09:19:07.491 | + functions-common:time_stop:2414 : total=30507 2024-03-19 09:19:07.493 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:07.495 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=94365 2024-03-19 09:19:07.496 | + functions-common:git_clone:604 : git checkout FETCH_HEAD 2024-03-19 09:19:07.777 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:19:07.777 | 2024-03-19 09:19:07.778 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:19:07.778 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:19:07.778 | state without impacting any branches by switching back to a branch. 2024-03-19 09:19:07.778 | 2024-03-19 09:19:07.778 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:19:07.778 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:19:07.778 | 2024-03-19 09:19:07.778 | git switch -c 2024-03-19 09:19:07.778 | 2024-03-19 09:19:07.778 | Or undo this operation with: 2024-03-19 09:19:07.778 | 2024-03-19 09:19:07.778 | git switch - 2024-03-19 09:19:07.778 | 2024-03-19 09:19:07.778 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:19:07.778 | 2024-03-19 09:19:07.778 | HEAD is now at 4bcf5adada Power on cores for isolated emulator threads 2024-03-19 09:19:07.782 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2024-03-19 09:19:07.793 | + functions-common:git_clone:655 : cd /opt/stack//nova 2024-03-19 09:19:07.795 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:19:07.796 | + functions-common:git_clone:656 : head -1 2024-03-19 09:19:07.798 | 4bcf5adada Power on cores for isolated emulator threads 2024-03-19 09:19:07.801 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:19:07.803 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2024-03-19 09:19:07.805 | + inc/python:setup_develop:360 : local bindep 2024-03-19 09:19:07.807 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2024-03-19 09:19:07.808 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2024-03-19 09:19:07.810 | + inc/python:setup_develop:366 : local extras= 2024-03-19 09:19:07.812 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-03-19 09:19:07.814 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-19 09:19:07.816 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2024-03-19 09:19:07.818 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2024-03-19 09:19:07.820 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-19 09:19:07.822 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-19 09:19:07.824 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2024-03-19 09:19:07.826 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-19 09:19:07.828 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2024-03-19 09:19:07.830 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-19 09:19:07.832 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-19 09:19:07.834 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-03-19 09:19:07.839 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2024-03-19 09:19:07.841 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-03-19 09:19:08.161 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2024-03-19 09:19:08.163 | + inc/python:setup_package:440 : local bindep=0 2024-03-19 09:19:08.165 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-19 09:19:08.167 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-19 09:19:08.169 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2024-03-19 09:19:08.171 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2024-03-19 09:19:08.173 | + inc/python:setup_package:449 : local flags=-e 2024-03-19 09:19:08.175 | + inc/python:setup_package:450 : local extras= 2024-03-19 09:19:08.177 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-19 09:19:08.179 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-19 09:19:08.181 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-19 09:19:08.183 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-19 09:19:08.184 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-19 09:19:08.186 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2024-03-19 09:19:08.202 | Using python 3.10 to install /opt/stack/nova 2024-03-19 09:19:08.204 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-03-19 09:19:09.023 | Obtaining file:///opt/stack/nova 2024-03-19 09:19:09.024 | Preparing metadata (setup.py): started 2024-03-19 09:19:11.983 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:19:12.070 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.11.1) 2024-03-19 09:19:12.070 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (1.4.41) 2024-03-19 09:19:12.071 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.1.1) 2024-03-19 09:19:12.072 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (0.33.3) 2024-03-19 09:19:12.073 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.1.2) 2024-03-19 09:19:12.074 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (10.4.1) 2024-03-19 09:19:12.074 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (4.9.2) 2024-03-19 09:19:12.075 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (2.5.1) 2024-03-19 09:19:12.076 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (40.0.2) 2024-03-19 09:19:12.077 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (1.8.7) 2024-03-19 09:19:12.077 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (2.0.2) 2024-03-19 09:19:12.078 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.0.1) 2024-03-19 09:19:12.079 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.5.2) 2024-03-19 09:19:12.080 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.7.0) 2024-03-19 09:19:12.080 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (1.9.4) 2024-03-19 09:19:12.081 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (0.8.0) 2024-03-19 09:19:12.082 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (0.11.0) 2024-03-19 09:19:12.083 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.1.0) 2024-03-19 09:19:12.084 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (1.1.0) 2024-03-19 09:19:12.084 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (4.17.3) 2024-03-19 09:19:12.085 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (9.4.0) 2024-03-19 09:19:12.086 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.3.0) 2024-03-19 09:19:12.087 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (11.0.0) 2024-03-19 09:19:12.088 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (4.4.0) 2024-03-19 09:19:12.088 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (2.28.2) 2024-03-19 09:19:12.089 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.1.0) 2024-03-19 09:19:12.182 | Collecting websockify>=0.9.0 (from nova==0.1.0.dev60407) 2024-03-19 09:19:12.183 | Using cached websockify-0.10.0-py3-none-any.whl 2024-03-19 09:19:12.189 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.5.0) 2024-03-19 09:19:12.190 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.2.0) 2024-03-19 09:19:12.190 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (9.2.0) 2024-03-19 09:19:12.192 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.2.0) 2024-03-19 09:19:12.193 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.3.0) 2024-03-19 09:19:12.193 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (2.2.0) 2024-03-19 09:19:12.194 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.1.0) 2024-03-19 09:19:12.195 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.2.0) 2024-03-19 09:19:12.196 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (2.2.0) 2024-03-19 09:19:12.197 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (6.2.1) 2024-03-19 09:19:12.198 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (14.1.0) 2024-03-19 09:19:12.198 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (7.1.0) 2024-03-19 09:19:12.200 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (14.4.1) 2024-03-19 09:19:12.200 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (4.2.1) 2024-03-19 09:19:12.201 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.2.0) 2024-03-19 09:19:12.202 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (6.1.0) 2024-03-19 09:19:12.203 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.2.0) 2024-03-19 09:19:12.204 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (2.0.0) 2024-03-19 09:19:12.205 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.2.0) 2024-03-19 09:19:12.205 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (5.9.5) 2024-03-19 09:19:12.206 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.2.0) 2024-03-19 09:19:12.207 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (6.4.1) 2024-03-19 09:19:12.208 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (1.1.0) 2024-03-19 09:19:12.209 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.0.0) 2024-03-19 09:19:12.210 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (3.2.0) 2024-03-19 09:19:12.211 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (4.3.0) 2024-03-19 09:19:12.235 | Collecting microversion-parse>=0.2.1 (from nova==0.1.0.dev60407) 2024-03-19 09:19:12.237 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2024-03-19 09:19:12.239 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (4.2.0) 2024-03-19 09:19:12.240 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (0.2.3) 2024-03-19 09:19:12.240 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (1.3.4) 2024-03-19 09:19:12.241 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (1.7.0) 2024-03-19 09:19:12.242 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (2.8.2) 2024-03-19 09:19:12.243 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (2.4.1) 2024-03-19 09:19:12.243 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (1.5.0) 2024-03-19 09:19:12.244 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (6.0) 2024-03-19 09:19:12.245 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60407) (23.1) 2024-03-19 09:19:12.251 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.1.0.dev60407) (1.2.4) 2024-03-19 09:19:12.261 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.1.0.dev60407) (5.6.1) 2024-03-19 09:19:12.280 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.1.0.dev60407) (1.15.1) 2024-03-19 09:19:12.293 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.1.0.dev60407) (2.3.0) 2024-03-19 09:19:12.294 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.1.0.dev60407) (1.16.0) 2024-03-19 09:19:12.306 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.1.0.dev60407) (2.1.2) 2024-03-19 09:19:12.324 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60407) (23.1.0) 2024-03-19 09:19:12.325 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60407) (0.19.3) 2024-03-19 09:19:12.373 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60407) (3.1.1) 2024-03-19 09:19:12.374 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60407) (5.2.0) 2024-03-19 09:19:12.399 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60407) (1.4.4) 2024-03-19 09:19:12.400 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60407) (1.1.8) 2024-03-19 09:19:12.400 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60407) (1.0.1) 2024-03-19 09:19:12.401 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60407) (1.32) 2024-03-19 09:19:12.403 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60407) (1.4.0) 2024-03-19 09:19:12.413 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.1.0.dev60407) (5.9.0) 2024-03-19 09:19:12.415 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.1.0.dev60407) (6.3.1) 2024-03-19 09:19:12.436 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.1.0.dev60407) (2.5.0) 2024-03-19 09:19:12.439 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.1.0.dev60407) (2.4.1) 2024-03-19 09:19:12.440 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.1.0.dev60407) (0.7.7) 2024-03-19 09:19:12.466 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60407) (0.18) 2024-03-19 09:19:12.513 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60407) (2.0.1) 2024-03-19 09:19:12.513 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60407) (0.5.0) 2024-03-19 09:19:12.573 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60407) (0.9.6) 2024-03-19 09:19:12.599 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60407) (5.1.1) 2024-03-19 09:19:12.600 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60407) (5.3.0) 2024-03-19 09:19:12.601 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60407) (5.2.4) 2024-03-19 09:19:12.603 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60407) (0.7.0) 2024-03-19 09:19:12.615 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60407) (4.0.1) 2024-03-19 09:19:12.617 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60407) (4.0.1) 2024-03-19 09:19:12.639 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60407) (1.0.5) 2024-03-19 09:19:12.666 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60407) (2023.3) 2024-03-19 09:19:12.667 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60407) (2023.3) 2024-03-19 09:19:12.681 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60407) (1.4.0) 2024-03-19 09:19:12.682 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60407) (4.0.1) 2024-03-19 09:19:12.706 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60407) (3.0.9) 2024-03-19 09:19:12.750 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.1.0.dev60407) (1.5.0) 2024-03-19 09:19:12.762 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.1.0.dev60407) (69.1.1) 2024-03-19 09:19:12.799 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60407) (0.2.6) 2024-03-19 09:19:12.862 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60407) (23.1.1) 2024-03-19 09:19:12.863 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60407) (2.0.1) 2024-03-19 09:19:12.863 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60407) (1.15.0) 2024-03-19 09:19:12.883 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (4.3.0) 2024-03-19 09:19:12.885 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (2.1.0) 2024-03-19 09:19:12.886 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (2.8.1) 2024-03-19 09:19:12.888 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (3.19.1) 2024-03-19 09:19:12.917 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.1.0.dev60407) (3.1.0) 2024-03-19 09:19:12.918 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.1.0.dev60407) (3.4) 2024-03-19 09:19:12.919 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.1.0.dev60407) (1.26.15) 2024-03-19 09:19:12.920 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.1.0.dev60407) (2024.2.2) 2024-03-19 09:19:12.964 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.1.0.dev60407) (0.7) 2024-03-19 09:19:13.086 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.1.0.dev60407) (0.13.1) 2024-03-19 09:19:13.347 | Collecting numpy (from websockify>=0.9.0->nova==0.1.0.dev60407) 2024-03-19 09:19:13.349 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2024-03-19 09:19:13.366 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.1.0.dev60407) (5.0.0) 2024-03-19 09:19:13.471 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60407) (2.21) 2024-03-19 09:19:13.505 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (0.5.1) 2024-03-19 09:19:13.506 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (2.4.3) 2024-03-19 09:19:13.507 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (6.0.1) 2024-03-19 09:19:13.652 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.1.0.dev60407) (2.3) 2024-03-19 09:19:13.799 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.1.0.dev60407) (0.16.0) 2024-03-19 09:19:13.819 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60407) (2.17.1.post1) 2024-03-19 09:19:14.191 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60407) (2.6.0) 2024-03-19 09:19:14.508 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (1.8.2) 2024-03-19 09:19:14.547 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60407) (3.15.0) 2024-03-19 09:19:14.590 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60407) (2.4.0) 2024-03-19 09:19:14.780 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-03-19 09:19:14.782 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2024-03-19 09:19:15.301 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-03-19 09:19:17.146 | Running setup.py develop for nova 2024-03-19 09:19:21.044 | Successfully installed microversion-parse-1.0.1 nova-0.1.0.dev60407 numpy-1.24.2 websockify-0.10.0 2024-03-19 09:19:21.230 | + inc/python:pip_install:222 : result=0 2024-03-19 09:19:21.233 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:19:21.234 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:21.236 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:21.238 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:21.240 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:21.242 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:21.244 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:19:21.245 | + functions-common:time_stop:2407 : start_time=1710839948198 2024-03-19 09:19:21.247 | + functions-common:time_stop:2409 : [[ -z 1710839948198 ]] 2024-03-19 09:19:21.249 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:21.253 | + functions-common:time_stop:2412 : end_time=1710839961251 2024-03-19 09:19:21.255 | + functions-common:time_stop:2413 : elapsed_time=13053 2024-03-19 09:19:21.257 | + functions-common:time_stop:2414 : total=67573 2024-03-19 09:19:21.259 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:21.261 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80626 2024-03-19 09:19:21.263 | + inc/python:pip_install:225 : return 0 2024-03-19 09:19:21.265 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-19 09:19:21.266 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:19:21.268 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2024-03-19 09:19:21.270 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2024-03-19 09:19:21.273 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:19:21.275 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:19:21.277 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-03-19 09:19:21.279 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:19:21.281 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-03-19 09:19:21.293 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-19 09:19:21.295 | + stack.sh:main:974 : configure_nova 2024-03-19 09:19:21.297 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2024-03-19 09:19:21.308 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2024-03-19 09:19:21.310 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-03-19 09:19:21.312 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-03-19 09:19:21.315 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-03-19 09:19:21.315 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-03-19 09:19:21.320 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-03-19 09:19:21.322 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-03-19 09:19:21.324 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2024-03-19 09:19:21.326 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-03-19 09:19:21.328 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-03-19 09:19:21.330 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-03-19 09:19:21.332 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2024-03-19 09:19:21.334 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-03-19 09:19:21.344 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-03-19 09:19:21.354 | + 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-03-19 09:19:21.364 | + 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-03-19 09:19:21.375 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-03-19 09:19:21.385 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2024-03-19 09:19:21.396 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2024-03-19 09:19:21.399 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2024-03-19 09:19:21.403 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.RtvnkeHKU4 2024-03-19 09:19:21.406 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-03-19 09:19:21.408 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-03-19 09:19:21.411 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2024-03-19 09:19:21.413 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-03-19 09:19:21.415 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-03-19 09:19:21.417 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.RtvnkeHKU4 2024-03-19 09:19:21.421 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.RtvnkeHKU4 2024-03-19 09:19:21.431 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.RtvnkeHKU4 /etc/sudoers.d/nova-rootwrap 2024-03-19 09:19:21.443 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2024-03-19 09:19:21.447 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2024-03-19 09:19:21.449 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2024-03-19 09:19:21.452 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-03-19 09:19:21.454 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-03-19 09:19:21.457 | + 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-03-19 09:19:21.459 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2024-03-19 09:19:21.462 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2024-03-19 09:19:21.462 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2024-03-19 09:19:21.470 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2024-03-19 09:19:21.474 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2024-03-19 09:19:21.485 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2024-03-19 09:19:21.496 | + lib/nova:configure_nova:258 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,horizon,rabbit,tempest,mysql,etcd3 =~ n-api ]] 2024-03-19 09:19:21.498 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-03-19 09:19:21.502 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2024-03-19 09:19:21.516 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:21.518 | + lib/nova:configure_nova:361 : create_nova_conf 2024-03-19 09:19:21.520 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2024-03-19 09:19:21.523 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2024-03-19 09:19:21.525 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-03-19 09:19:21.553 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2024-03-19 09:19:21.555 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-03-19 09:19:21.580 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-03-19 09:19:21.605 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-03-19 09:19:21.629 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-03-19 09:19:21.655 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2024-03-19 09:19:21.681 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-03-19 09:19:21.708 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-03-19 09:19:21.733 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-03-19 09:19:21.757 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-03-19 09:19:21.780 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-03-19 09:19:21.805 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-03-19 09:19:21.830 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-03-19 09:19:21.855 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2024-03-19 09:19:21.879 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2024-03-19 09:19:21.903 | + lib/nova:create_nova_conf:459 : is_fedora 2024-03-19 09:19:21.905 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-19 09:19:21.907 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-19 09:19:21.909 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-19 09:19:21.910 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-19 09:19:21.912 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-19 09:19:21.914 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-19 09:19:21.916 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-19 09:19:21.918 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-19 09:19:21.920 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-19 09:19:21.921 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-19 09:19:21.923 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-19 09:19:21.925 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-19 09:19:21.927 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-19 09:19:21.929 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2024-03-19 09:19:21.942 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:21.944 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:19:21.946 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2024-03-19 09:19:21.948 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2024-03-19 09:19:21.950 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-03-19 09:19:21.952 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-03-19 09:19:21.954 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2024-03-19 09:19:21.956 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:19:21.957 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:21.959 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:19:21.972 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:21.974 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:19:21.975 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-19 09:19:21.978 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-19 09:19:22.005 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2024-03-19 09:19:22.007 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-03-19 09:19:22.009 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-03-19 09:19:22.011 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2024-03-19 09:19:22.013 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:19:22.015 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:22.017 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:19:22.030 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:22.032 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:19:22.034 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-03-19 09:19:22.036 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-03-19 09:19:22.062 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2024-03-19 09:19:22.090 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-03-19 09:19:22.115 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-03-19 09:19:22.139 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2024-03-19 09:19:22.152 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:22.154 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2024-03-19 09:19:22.167 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:22.170 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2024-03-19 09:19:22.170 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2024-03-19 09:19:22.174 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2024-03-19 09:19:22.176 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-03-19 09:19:22.201 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:22.203 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2024-03-19 09:19:22.231 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2024-03-19 09:19:22.256 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2024-03-19 09:19:22.269 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:22.272 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-03-19 09:19:22.273 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-03-19 09:19:22.276 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-19 09:19:22.278 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-19 09:19:22.280 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-03-19 09:19:22.307 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-03-19 09:19:22.331 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-19 09:19:22.355 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-03-19 09:19:22.379 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-03-19 09:19:22.402 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-03-19 09:19:22.425 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-03-19 09:19:22.450 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-03-19 09:19:22.473 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-19 09:19:22.496 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-03-19 09:19:22.519 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2024-03-19 09:19:22.531 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:22.533 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2024-03-19 09:19:22.535 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-03-19 09:19:22.561 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2024-03-19 09:19:22.584 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-03-19 09:19:22.607 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2024-03-19 09:19:22.631 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-03-19 09:19:22.653 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-03-19 09:19:22.676 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2024-03-19 09:19:22.698 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-03-19 09:19:22.722 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2024-03-19 09:19:22.736 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:22.737 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2024-03-19 09:19:22.739 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-03-19 09:19:22.762 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-03-19 09:19:22.785 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2024-03-19 09:19:22.787 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-03-19 09:19:22.809 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2024-03-19 09:19:22.811 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2024-03-19 09:19:22.813 | + lib/nova:create_nova_conf:534 : is_fedora 2024-03-19 09:19:22.815 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-19 09:19:22.816 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-19 09:19:22.818 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-19 09:19:22.820 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-19 09:19:22.822 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-19 09:19:22.823 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-19 09:19:22.825 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-19 09:19:22.827 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-19 09:19:22.829 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-19 09:19:22.830 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-19 09:19:22.832 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-19 09:19:22.834 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-19 09:19:22.835 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-19 09:19:22.837 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2024-03-19 09:19:22.839 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-03-19 09:19:22.841 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-03-19 09:19:22.843 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-19 09:19:22.856 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-19 09:19:22.858 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-19 09:19:22.860 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-19 09:19:22.862 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-19 09:19:22.864 | + 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-03-19 09:19:22.887 | + 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-03-19 09:19:22.910 | + 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-03-19 09:19:22.933 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-19 09:19:22.957 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-03-19 09:19:22.982 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2024-03-19 09:19:22.994 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:22.996 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2024-03-19 09:19:22.997 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2024-03-19 09:19:22.999 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2024-03-19 09:19:23.001 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2024-03-19 09:19:23.003 | + lib/apache:write_uwsgi_config:244 : local http= 2024-03-19 09:19:23.004 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-19 09:19:23.007 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2024-03-19 09:19:23.010 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2024-03-19 09:19:23.012 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-19 09:19:23.013 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-19 09:19:23.023 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-19 09:19:23.023 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:19:23.030 | d /var/run/uwsgi 0755 stack root 2024-03-19 09:19:23.032 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:19:23.041 | /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-03-19 09:19:23.044 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-03-19 09:19:23.046 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-03-19 09:19:23.049 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2024-03-19 09:19:23.073 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-03-19 09:19:23.095 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-03-19 09:19:23.117 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-03-19 09:19:23.139 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-03-19 09:19:23.161 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-19 09:19:23.183 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-03-19 09:19:23.205 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-03-19 09:19:23.227 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-03-19 09:19:23.249 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-19 09:19:23.271 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-03-19 09:19:23.293 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-19 09:19:23.315 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-03-19 09:19:23.337 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-03-19 09:19:23.339 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-03-19 09:19:23.341 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2024-03-19 09:19:23.343 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2024-03-19 09:19:23.345 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-19 09:19:23.346 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:23.348 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:23.350 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-19 09:19:23.352 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-19 09:19:23.354 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-03-19 09:19:23.376 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-03-19 09:19:23.398 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2024-03-19 09:19:23.399 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-19 09:19:23.406 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2024-03-19 09:19:23.409 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2024-03-19 09:19:23.410 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2024-03-19 09:19:23.412 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-19 09:19:23.414 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-19 09:19:23.416 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:19:23.418 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:23.419 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:23.421 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-19 09:19:23.423 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-19 09:19:23.425 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:23.427 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:23.428 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2024-03-19 09:19:23.460 | Enabling site nova-api-wsgi. 2024-03-19 09:19:23.463 | To activate the new configuration, you need to run: 2024-03-19 09:19:23.463 | systemctl reload apache2 2024-03-19 09:19:23.467 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-03-19 09:19:23.469 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-19 09:19:23.471 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:19:23.473 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-19 09:19:23.588 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2024-03-19 09:19:23.601 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:23.603 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-03-19 09:19:23.605 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-03-19 09:19:23.607 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2024-03-19 09:19:23.609 | + lib/apache:write_uwsgi_config:243 : local url= 2024-03-19 09:19:23.611 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2024-03-19 09:19:23.612 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-19 09:19:23.615 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2024-03-19 09:19:23.618 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2024-03-19 09:19:23.620 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-19 09:19:23.621 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-19 09:19:23.632 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-19 09:19:23.632 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:19:23.638 | d /var/run/uwsgi 0755 stack root 2024-03-19 09:19:23.641 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:19:23.650 | /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-03-19 09:19:23.653 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-03-19 09:19:23.655 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-03-19 09:19:23.658 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2024-03-19 09:19:23.682 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-03-19 09:19:23.704 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-03-19 09:19:23.726 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-03-19 09:19:23.749 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-03-19 09:19:23.771 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-19 09:19:23.793 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-03-19 09:19:23.815 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-03-19 09:19:23.837 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-03-19 09:19:23.860 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-19 09:19:23.882 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-03-19 09:19:23.905 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-19 09:19:23.927 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-03-19 09:19:23.950 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2024-03-19 09:19:23.951 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-03-19 09:19:23.974 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2024-03-19 09:19:23.987 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:23.989 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-03-19 09:19:24.014 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2024-03-19 09:19:24.016 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2024-03-19 09:19:24.018 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2024-03-19 09:19:24.031 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:24.033 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:19:24.035 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:19:24.058 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-03-19 09:19:24.083 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-03-19 09:19:24.085 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2024-03-19 09:19:24.087 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2024-03-19 09:19:24.089 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-19 09:19:24.091 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-19 09:19:24.093 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-19 09:19:24.105 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:24.107 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-19 09:19:24.109 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-19 09:19:24.112 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-19 09:19:24.125 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:24.126 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:19:24.129 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:19:24.152 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-19 09:19:24.154 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-19 09:19:24.156 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-03-19 09:19:24.179 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-03-19 09:19:24.202 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2024-03-19 09:19:24.227 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2024-03-19 09:19:24.240 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:24.242 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-03-19 09:19:24.264 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2024-03-19 09:19:24.266 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2024-03-19 09:19:24.268 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-03-19 09:19:24.292 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2024-03-19 09:19:24.315 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-03-19 09:19:24.338 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2024-03-19 09:19:24.361 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-03-19 09:19:24.384 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-03-19 09:19:24.408 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2024-03-19 09:19:24.431 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-03-19 09:19:24.454 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-03-19 09:19:24.476 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2024-03-19 09:19:24.489 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:24.491 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2024-03-19 09:19:24.494 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-19 09:19:24.496 | + lib/nova:create_nova_conf:582 : local conf 2024-03-19 09:19:24.498 | + lib/nova:create_nova_conf:583 : local vhost 2024-03-19 09:19:24.500 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2024-03-19 09:19:24.502 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-03-19 09:19:24.504 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-03-19 09:19:24.506 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2024-03-19 09:19:24.508 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2024-03-19 09:19:24.510 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2024-03-19 09:19:24.513 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2024-03-19 09:19:24.515 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-03-19 09:19:24.517 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-03-19 09:19:24.519 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2024-03-19 09:19:24.521 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:19:24.523 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:24.525 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:19:24.537 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:24.539 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:19:24.541 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-19 09:19:24.544 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-19 09:19:24.572 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-03-19 09:19:24.597 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-03-19 09:19:24.622 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:19:24.623 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-03-19 09:19:24.625 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2024-03-19 09:19:24.627 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2024-03-19 09:19:24.629 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-19 09:19:24.631 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-19 09:19:24.633 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-19 09:19:24.645 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:24.647 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-19 09:19:24.649 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-19 09:19:24.651 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-19 09:19:24.664 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:24.665 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:19:24.668 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:19:24.691 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-19 09:19:24.693 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-19 09:19:24.695 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2024-03-19 09:19:24.696 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-03-19 09:19:24.698 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-03-19 09:19:24.700 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-19 09:19:24.714 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-19 09:19:24.716 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-19 09:19:24.718 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-19 09:19:24.719 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-19 09:19:24.721 | + 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-03-19 09:19:24.744 | + 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-03-19 09:19:24.767 | + 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-03-19 09:19:24.789 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-19 09:19:24.812 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:19:24.814 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2024-03-19 09:19:24.816 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2024-03-19 09:19:24.817 | + lib/nova:configure_console_proxies:728 : local offset=0 2024-03-19 09:19:24.819 | + lib/nova:configure_console_proxies:732 : offset=0 2024-03-19 09:19:24.821 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2024-03-19 09:19:24.833 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:24.835 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2024-03-19 09:19:24.837 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2024-03-19 09:19:24.850 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:24.852 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2024-03-19 09:19:24.864 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:24.866 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2024-03-19 09:19:24.879 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:24.881 | + stack.sh:main:977 : is_service_enabled placement 2024-03-19 09:19:24.894 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:24.896 | + stack.sh:main:979 : stack_install_service placement 2024-03-19 09:19:24.898 | + lib/stack:stack_install_service:20 : local service=placement 2024-03-19 09:19:24.900 | + lib/stack:stack_install_service:21 : type install_placement 2024-03-19 09:19:24.902 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-19 09:19:24.904 | + lib/stack:stack_install_service:32 : install_placement 2024-03-19 09:19:24.906 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-03-19 09:19:24.908 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2024-03-19 09:19:24.910 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:24.912 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:24.914 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2024-03-19 09:19:24.916 | + functions-common:install_package:1421 : update_package_repo 2024-03-19 09:19:24.918 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-19 09:19:24.920 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-19 09:19:24.922 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-19 09:19:24.924 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-19 09:19:24.926 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-19 09:19:24.928 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:24.929 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:24.931 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-19 09:19:24.933 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:24.935 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-19 09:19:24.937 | + functions-common:apt_get_update:1150 : return 2024-03-19 09:19:24.939 | + functions-common:install_package:1422 : real_install_package apache2 2024-03-19 09:19:24.941 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-19 09:19:24.943 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:24.945 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:24.947 | + functions-common:real_install_package:1410 : apt_get install apache2 2024-03-19 09:19:24.963 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-03-19 09:19:25.018 | Reading package lists... 2024-03-19 09:19:25.202 | Building dependency tree... 2024-03-19 09:19:25.204 | Reading state information... 2024-03-19 09:19:25.377 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-03-19 09:19:25.378 | 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2024-03-19 09:19:25.382 | + functions-common:apt_get:1194 : result=0 2024-03-19 09:19:25.384 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-19 09:19:25.387 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:25.389 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:25.391 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:25.393 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:25.395 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:25.397 | + functions-common:time_stop:2406 : name=apt-get 2024-03-19 09:19:25.398 | + functions-common:time_stop:2407 : start_time=1710839964961 2024-03-19 09:19:25.400 | + functions-common:time_stop:2409 : [[ -z 1710839964961 ]] 2024-03-19 09:19:25.403 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:25.406 | + functions-common:time_stop:2412 : end_time=1710839965404 2024-03-19 09:19:25.408 | + functions-common:time_stop:2413 : elapsed_time=443 2024-03-19 09:19:25.410 | + functions-common:time_stop:2414 : total=2292 2024-03-19 09:19:25.412 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:25.414 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2735 2024-03-19 09:19:25.416 | + functions-common:apt_get:1198 : return 0 2024-03-19 09:19:25.418 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2024-03-19 09:19:25.420 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2024-03-19 09:19:25.422 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2024-03-19 09:19:25.423 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2024-03-19 09:19:25.426 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2024-03-19 09:19:25.439 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2024-03-19 09:19:25.441 | + functions-common:install_package:1421 : update_package_repo 2024-03-19 09:19:25.443 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-19 09:19:25.445 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-19 09:19:25.447 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-19 09:19:25.449 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-19 09:19:25.451 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-19 09:19:25.453 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:25.455 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:25.457 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-19 09:19:25.459 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:25.461 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-19 09:19:25.463 | + functions-common:apt_get_update:1150 : return 2024-03-19 09:19:25.465 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2024-03-19 09:19:25.467 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-19 09:19:25.469 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:25.471 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:25.473 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2024-03-19 09:19:25.490 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-03-19 09:19:25.545 | Reading package lists... 2024-03-19 09:19:25.728 | Building dependency tree... 2024-03-19 09:19:25.729 | Reading state information... 2024-03-19 09:19:25.902 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-03-19 09:19:25.902 | 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2024-03-19 09:19:25.907 | + functions-common:apt_get:1194 : result=0 2024-03-19 09:19:25.909 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-19 09:19:25.911 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:25.913 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:25.915 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:25.916 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:25.918 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:25.921 | + functions-common:time_stop:2406 : name=apt-get 2024-03-19 09:19:25.923 | + functions-common:time_stop:2407 : start_time=1710839965488 2024-03-19 09:19:25.925 | + functions-common:time_stop:2409 : [[ -z 1710839965488 ]] 2024-03-19 09:19:25.927 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:25.930 | + functions-common:time_stop:2412 : end_time=1710839965928 2024-03-19 09:19:25.932 | + functions-common:time_stop:2413 : elapsed_time=440 2024-03-19 09:19:25.934 | + functions-common:time_stop:2414 : total=2735 2024-03-19 09:19:25.936 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:25.938 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3175 2024-03-19 09:19:25.940 | + functions-common:apt_get:1198 : return 0 2024-03-19 09:19:25.942 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2024-03-19 09:19:25.944 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2024-03-19 09:19:25.946 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:19:25.948 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:25.950 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:25.952 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-03-19 09:19:25.954 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2024-03-19 09:19:25.982 | wsgi (enabled by maintainer script) 2024-03-19 09:19:25.984 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-03-19 09:19:25.987 | + inc/python:pip_install_gr:94 : local name=osc-placement 2024-03-19 09:19:25.988 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-19 09:19:25.991 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2024-03-19 09:19:25.993 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2024-03-19 09:19:25.995 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-19 09:19:25.998 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-03-19 09:19:25.999 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-19 09:19:26.003 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2024-03-19 09:19:26.005 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2024-03-19 09:19:26.006 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2024-03-19 09:19:26.009 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2024-03-19 09:19:26.011 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2024-03-19 09:19:26.028 | Using python 3.10 to install osc-placement 2024-03-19 09:19:26.030 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-03-19 09:19:27.030 | Collecting osc-placement 2024-03-19 09:19:27.032 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-03-19 09:19:27.038 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2024-03-19 09:19:27.038 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2024-03-19 09:19:27.040 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2024-03-19 09:19:27.041 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2024-03-19 09:19:27.041 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2024-03-19 09:19:27.084 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-03-19 09:19:27.085 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-03-19 09:19:27.086 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2024-03-19 09:19:27.087 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2024-03-19 09:19:27.092 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2024-03-19 09:19:27.093 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.0) 2024-03-19 09:19:27.094 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.0) 2024-03-19 09:19:27.101 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-03-19 09:19:27.102 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-03-19 09:19:27.102 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-03-19 09:19:27.103 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-03-19 09:19:27.104 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-03-19 09:19:27.105 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2024-03-19 09:19:27.106 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2024-03-19 09:19:27.113 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2024-03-19 09:19:27.114 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-03-19 09:19:27.114 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-03-19 09:19:27.115 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2024-03-19 09:19:27.116 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2024-03-19 09:19:27.120 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2024-03-19 09:19:27.135 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-03-19 09:19:27.136 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2024-03-19 09:19:27.137 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-03-19 09:19:27.138 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-03-19 09:19:27.139 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-03-19 09:19:27.139 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-03-19 09:19:27.141 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-03-19 09:19:27.161 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2024-03-19 09:19:27.162 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-03-19 09:19:27.164 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2024-03-19 09:19:27.164 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2024.2.2) 2024-03-19 09:19:27.203 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2024-03-19 09:19:27.204 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-03-19 09:19:27.204 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2024-03-19 09:19:27.224 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-03-19 09:19:27.256 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2024-03-19 09:19:27.264 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2024-03-19 09:19:27.320 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-03-19 09:19:27.359 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2024-03-19 09:19:28.145 | Installing collected packages: osc-placement 2024-03-19 09:19:28.217 | Successfully installed osc-placement-4.2.0 2024-03-19 09:19:28.316 | + inc/python:pip_install:222 : result=0 2024-03-19 09:19:28.318 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:19:28.320 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:28.322 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:28.324 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:28.326 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:28.328 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:28.329 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:19:28.331 | + functions-common:time_stop:2407 : start_time=1710839966023 2024-03-19 09:19:28.333 | + functions-common:time_stop:2409 : [[ -z 1710839966023 ]] 2024-03-19 09:19:28.335 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:28.338 | + functions-common:time_stop:2412 : end_time=1710839968336 2024-03-19 09:19:28.340 | + functions-common:time_stop:2413 : elapsed_time=2313 2024-03-19 09:19:28.342 | + functions-common:time_stop:2414 : total=80626 2024-03-19 09:19:28.344 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:28.346 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=82939 2024-03-19 09:19:28.348 | + inc/python:pip_install:225 : return 0 2024-03-19 09:19:28.350 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2024-03-19 09:19:28.351 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2024-03-19 09:19:28.353 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2024-03-19 09:19:28.355 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-19 09:19:28.357 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:19:28.359 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:19:28.361 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:19:28.363 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:19:28.365 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:19:28.378 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:19:28.380 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:19:28.382 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:19:28.384 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:19:28.386 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-19 09:19:28.386 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:19:28.390 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2024-03-19 09:19:28.392 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:19:28.394 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-03-19 09:19:28.396 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:19:28.398 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:19:28.399 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:19:28.401 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:19:28.403 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:19:28.405 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:19:28.406 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:19:28.408 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:19:28.410 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:19:28.413 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839968411 2024-03-19 09:19:28.415 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-03-19 09:19:28.417 | Cloning into '/opt/stack//placement'... 2024-03-19 09:19:30.352 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:19:30.354 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:30.355 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:30.357 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:30.359 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:30.361 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:30.362 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:19:30.364 | + functions-common:time_stop:2407 : start_time=1710839968411 2024-03-19 09:19:30.366 | + functions-common:time_stop:2409 : [[ -z 1710839968411 ]] 2024-03-19 09:19:30.368 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:30.371 | + functions-common:time_stop:2412 : end_time=1710839970369 2024-03-19 09:19:30.373 | + functions-common:time_stop:2413 : elapsed_time=1958 2024-03-19 09:19:30.375 | + functions-common:time_stop:2414 : total=94365 2024-03-19 09:19:30.376 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:30.378 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=96323 2024-03-19 09:19:30.380 | + functions-common:git_clone:614 : cd /opt/stack//placement 2024-03-19 09:19:30.382 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-19 09:19:30.383 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:19:30.385 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:19:30.387 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:19:30.389 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:19:30.390 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:19:30.392 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:19:30.394 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:19:30.396 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:19:30.398 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:19:30.401 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839970399 2024-03-19 09:19:30.403 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-19 09:19:31.658 | From https://opendev.org/openstack/placement 2024-03-19 09:19:31.658 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-19 09:19:31.662 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:19:31.664 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:31.666 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:31.668 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:31.669 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:31.671 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:31.673 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:19:31.675 | + functions-common:time_stop:2407 : start_time=1710839970399 2024-03-19 09:19:31.676 | + functions-common:time_stop:2409 : [[ -z 1710839970399 ]] 2024-03-19 09:19:31.678 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:31.681 | + functions-common:time_stop:2412 : end_time=1710839971679 2024-03-19 09:19:31.683 | + functions-common:time_stop:2413 : elapsed_time=1280 2024-03-19 09:19:31.685 | + functions-common:time_stop:2414 : total=96323 2024-03-19 09:19:31.687 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:31.689 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=97603 2024-03-19 09:19:31.691 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:19:31.692 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:19:31.694 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:19:31.696 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:19:31.698 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:19:31.699 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:19:31.701 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:19:31.703 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:19:31.705 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:19:31.707 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:19:31.710 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839971708 2024-03-19 09:19:31.712 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:19:31.738 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:19:31.738 | 2024-03-19 09:19:31.738 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:19:31.738 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:19:31.738 | state without impacting any branches by switching back to a branch. 2024-03-19 09:19:31.738 | 2024-03-19 09:19:31.738 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:19:31.739 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:19:31.739 | 2024-03-19 09:19:31.739 | git switch -c 2024-03-19 09:19:31.739 | 2024-03-19 09:19:31.739 | Or undo this operation with: 2024-03-19 09:19:31.739 | 2024-03-19 09:19:31.739 | git switch - 2024-03-19 09:19:31.739 | 2024-03-19 09:19:31.739 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:19:31.739 | 2024-03-19 09:19:31.739 | HEAD is now at a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-03-19 09:19:31.742 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:19:31.743 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:31.745 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:31.747 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:31.748 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:31.750 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:31.752 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:19:31.753 | + functions-common:time_stop:2407 : start_time=1710839971708 2024-03-19 09:19:31.755 | + functions-common:time_stop:2409 : [[ -z 1710839971708 ]] 2024-03-19 09:19:31.758 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:31.760 | + functions-common:time_stop:2412 : end_time=1710839971758 2024-03-19 09:19:31.762 | + functions-common:time_stop:2413 : elapsed_time=50 2024-03-19 09:19:31.764 | + functions-common:time_stop:2414 : total=97603 2024-03-19 09:19:31.765 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:31.767 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=97653 2024-03-19 09:19:31.769 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2024-03-19 09:19:31.779 | + functions-common:git_clone:655 : cd /opt/stack//placement 2024-03-19 09:19:31.782 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:19:31.782 | + functions-common:git_clone:656 : head -1 2024-03-19 09:19:31.784 | a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-03-19 09:19:31.786 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:19:31.788 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-03-19 09:19:31.790 | + inc/python:setup_develop:360 : local bindep 2024-03-19 09:19:31.792 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2024-03-19 09:19:31.794 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2024-03-19 09:19:31.796 | + inc/python:setup_develop:366 : local extras= 2024-03-19 09:19:31.798 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-03-19 09:19:31.800 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-19 09:19:31.802 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2024-03-19 09:19:31.804 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2024-03-19 09:19:31.806 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-19 09:19:31.808 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-19 09:19:31.810 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2024-03-19 09:19:31.812 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-19 09:19:31.815 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2024-03-19 09:19:31.816 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-19 09:19:31.818 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-19 09:19:31.821 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-03-19 09:19:31.825 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2024-03-19 09:19:31.827 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-03-19 09:19:32.145 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2024-03-19 09:19:32.147 | + inc/python:setup_package:440 : local bindep=0 2024-03-19 09:19:32.149 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-19 09:19:32.151 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-19 09:19:32.153 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2024-03-19 09:19:32.155 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2024-03-19 09:19:32.157 | + inc/python:setup_package:449 : local flags=-e 2024-03-19 09:19:32.159 | + inc/python:setup_package:450 : local extras= 2024-03-19 09:19:32.161 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-19 09:19:32.163 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-19 09:19:32.165 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-19 09:19:32.167 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-19 09:19:32.168 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-19 09:19:32.170 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2024-03-19 09:19:32.187 | Using python 3.10 to install /opt/stack/placement 2024-03-19 09:19:32.189 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-03-19 09:19:33.019 | Obtaining file:///opt/stack/placement 2024-03-19 09:19:33.019 | Preparing metadata (setup.py): started 2024-03-19 09:19:33.440 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:19:33.496 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.11.1) 2024-03-19 09:19:33.497 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.4.41) 2024-03-19 09:19:33.498 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (10.4.1) 2024-03-19 09:19:33.498 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.5.1) 2024-03-19 09:19:33.499 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.8.7) 2024-03-19 09:19:33.500 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (4.17.3) 2024-03-19 09:19:33.500 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.28.2) 2024-03-19 09:19:33.502 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (69.1.1) 2024-03-19 09:19:33.502 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-19 09:19:33.503 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (9.2.0) 2024-03-19 09:19:33.504 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-19 09:19:33.505 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.3.0) 2024-03-19 09:19:33.505 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-19 09:19:33.506 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (6.2.1) 2024-03-19 09:19:33.507 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (14.1.0) 2024-03-19 09:19:33.508 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (4.2.1) 2024-03-19 09:19:33.508 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-19 09:19:33.509 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.2.0) 2024-03-19 09:19:33.510 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.1.0) 2024-03-19 09:19:33.511 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (3.0.0) 2024-03-19 09:19:33.512 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.0.1) 2024-03-19 09:19:33.531 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==10.0.1.dev2) (23.1.0) 2024-03-19 09:19:33.532 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==10.0.1.dev2) (0.19.3) 2024-03-19 09:19:33.555 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.3.0) 2024-03-19 09:19:33.556 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (3.5.0) 2024-03-19 09:19:33.557 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (6.1.0) 2024-03-19 09:19:33.558 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (3.1.1) 2024-03-19 09:19:33.559 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-19 09:19:33.567 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==10.0.1.dev2) (0.18) 2024-03-19 09:19:33.586 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (6.0) 2024-03-19 09:19:33.587 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (2.5.0) 2024-03-19 09:19:33.587 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (0.8.0) 2024-03-19 09:19:33.588 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (2.0.0) 2024-03-19 09:19:33.589 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (5.1.0) 2024-03-19 09:19:33.611 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (1.9.4) 2024-03-19 09:19:33.612 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (2.0.1) 2024-03-19 09:19:33.613 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (0.5.0) 2024-03-19 09:19:33.632 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==10.0.1.dev2) (2.8.2) 2024-03-19 09:19:33.634 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==10.0.1.dev2) (0.9.6) 2024-03-19 09:19:33.641 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (3.1.2) 2024-03-19 09:19:33.642 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-03-19 09:19:33.643 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-03-19 09:19:33.655 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (1.0.5) 2024-03-19 09:19:33.656 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (2023.3) 2024-03-19 09:19:33.657 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (2023.3) 2024-03-19 09:19:33.663 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==10.0.1.dev2) (3.7.0) 2024-03-19 09:19:33.670 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (1.1.0) 2024-03-19 09:19:33.671 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (0.11.0) 2024-03-19 09:19:33.672 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (23.1) 2024-03-19 09:19:33.673 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (3.0.9) 2024-03-19 09:19:33.685 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (3.1.0) 2024-03-19 09:19:33.686 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (3.4) 2024-03-19 09:19:33.686 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (1.26.15) 2024-03-19 09:19:33.687 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (2024.2.2) 2024-03-19 09:19:33.695 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==10.0.1.dev2) (1.16.0) 2024-03-19 09:19:33.696 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==10.0.1.dev2) (0.7) 2024-03-19 09:19:33.802 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==10.0.1.dev2) (2.0.2) 2024-03-19 09:19:33.820 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (1.2.4) 2024-03-19 09:19:33.863 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (1.15.0) 2024-03-19 09:19:33.893 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (2.1.2) 2024-03-19 09:19:33.921 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (1.7.0) 2024-03-19 09:19:33.961 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (1.1.8) 2024-03-19 09:19:33.984 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==10.0.1.dev2) (0.2.6) 2024-03-19 09:19:34.109 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (2.6.0) 2024-03-19 09:19:34.170 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.1.1) 2024-03-19 09:19:34.221 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-03-19 09:19:34.905 | Installing collected packages: openstack-placement 2024-03-19 09:19:34.905 | Running setup.py develop for openstack-placement 2024-03-19 09:19:35.873 | Successfully installed openstack-placement-10.0.1.dev2 2024-03-19 09:19:35.982 | + inc/python:pip_install:222 : result=0 2024-03-19 09:19:35.984 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:19:35.986 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:35.988 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:35.989 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:35.991 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:35.993 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:35.994 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:19:35.996 | + functions-common:time_stop:2407 : start_time=1710839972182 2024-03-19 09:19:35.997 | + functions-common:time_stop:2409 : [[ -z 1710839972182 ]] 2024-03-19 09:19:35.999 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:36.003 | + functions-common:time_stop:2412 : end_time=1710839976001 2024-03-19 09:19:36.004 | + functions-common:time_stop:2413 : elapsed_time=3819 2024-03-19 09:19:36.006 | + functions-common:time_stop:2414 : total=82939 2024-03-19 09:19:36.008 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:36.009 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86758 2024-03-19 09:19:36.011 | + inc/python:pip_install:225 : return 0 2024-03-19 09:19:36.013 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-19 09:19:36.015 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:19:36.017 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2024-03-19 09:19:36.018 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2024-03-19 09:19:36.020 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:19:36.022 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:19:36.024 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-03-19 09:19:36.026 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:19:36.028 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-19 09:19:36.030 | + stack.sh:main:980 : configure_placement 2024-03-19 09:19:36.032 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-03-19 09:19:36.041 | + lib/placement:configure_placement:113 : create_placement_conf 2024-03-19 09:19:36.043 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-03-19 09:19:36.046 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-03-19 09:19:36.048 | ++ lib/database:database_connection_url:134 : local db=placement 2024-03-19 09:19:36.050 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-03-19 09:19:36.052 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2024-03-19 09:19:36.054 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:19:36.056 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:36.058 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:19:36.071 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:36.073 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:19:36.075 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-03-19 09:19:36.078 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-03-19 09:19:36.104 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-03-19 09:19:36.130 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-03-19 09:19:36.156 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-03-19 09:19:36.158 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-03-19 09:19:36.160 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-03-19 09:19:36.162 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-19 09:19:36.164 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-03-19 09:19:36.190 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-03-19 09:19:36.214 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-19 09:19:36.239 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-03-19 09:19:36.263 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-03-19 09:19:36.287 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-03-19 09:19:36.312 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-03-19 09:19:36.336 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-03-19 09:19:36.360 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-19 09:19:36.383 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-03-19 09:19:36.407 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-03-19 09:19:36.409 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-03-19 09:19:36.411 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-03-19 09:19:36.413 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-19 09:19:36.428 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-19 09:19:36.430 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-19 09:19:36.432 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-19 09:19:36.434 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-19 09:19:36.436 | + 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-03-19 09:19:36.460 | + 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-03-19 09:19:36.485 | + 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-03-19 09:19:36.509 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-19 09:19:36.533 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-03-19 09:19:36.535 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2024-03-19 09:19:36.537 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2024-03-19 09:19:36.539 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2024-03-19 09:19:36.541 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2024-03-19 09:19:36.543 | + lib/apache:write_uwsgi_config:244 : local http= 2024-03-19 09:19:36.545 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-19 09:19:36.547 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2024-03-19 09:19:36.551 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2024-03-19 09:19:36.553 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-19 09:19:36.555 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-19 09:19:36.565 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-19 09:19:36.565 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:19:36.572 | d /var/run/uwsgi 0755 stack root 2024-03-19 09:19:36.575 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-19 09:19:36.583 | /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-03-19 09:19:36.587 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2024-03-19 09:19:36.589 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2024-03-19 09:19:36.592 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2024-03-19 09:19:36.618 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-03-19 09:19:36.641 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-03-19 09:19:36.666 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-03-19 09:19:36.692 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-03-19 09:19:36.717 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-19 09:19:36.741 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-03-19 09:19:36.764 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-03-19 09:19:36.788 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-03-19 09:19:36.812 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-19 09:19:36.835 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-03-19 09:19:36.859 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-19 09:19:36.884 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-03-19 09:19:36.907 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-03-19 09:19:36.909 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-03-19 09:19:36.912 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2024-03-19 09:19:36.914 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2024-03-19 09:19:36.916 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-19 09:19:36.918 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:36.920 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:36.922 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2024-03-19 09:19:36.924 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-03-19 09:19:36.926 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-03-19 09:19:36.950 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-03-19 09:19:36.975 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2024-03-19 09:19:36.975 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-03-19 09:19:36.982 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2024-03-19 09:19:36.985 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2024-03-19 09:19:36.988 | + lib/apache:enable_apache_site:190 : local site=placement-api 2024-03-19 09:19:36.991 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-19 09:19:36.992 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-19 09:19:36.995 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:19:36.996 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:36.998 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:37.000 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-19 09:19:37.002 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-19 09:19:37.004 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:37.006 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:37.008 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2024-03-19 09:19:37.040 | Enabling site placement-api. 2024-03-19 09:19:37.043 | To activate the new configuration, you need to run: 2024-03-19 09:19:37.043 | systemctl reload apache2 2024-03-19 09:19:37.047 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-03-19 09:19:37.050 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-19 09:19:37.052 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:19:37.054 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-19 09:19:37.151 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-03-19 09:19:37.153 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-03-19 09:19:37.155 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-03-19 09:19:37.182 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-03-19 09:19:37.206 | + stack.sh:main:987 : is_service_enabled placement placement-client 2024-03-19 09:19:37.220 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:37.222 | + stack.sh:main:988 : is_service_enabled n-cpu 2024-03-19 09:19:37.236 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:37.238 | + stack.sh:main:988 : is_service_enabled n-sch 2024-03-19 09:19:37.251 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:37.253 | + stack.sh:main:989 : configure_placement_nova_compute 2024-03-19 09:19:37.255 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2024-03-19 09:19:37.257 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2024-03-19 09:19:37.284 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-03-19 09:19:37.308 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2024-03-19 09:19:37.332 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-03-19 09:19:37.356 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-03-19 09:19:37.380 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2024-03-19 09:19:37.404 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-03-19 09:19:37.428 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-03-19 09:19:37.452 | + stack.sh:main:993 : is_service_enabled horizon 2024-03-19 09:19:37.466 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:37.468 | + stack.sh:main:995 : stack_install_service horizon 2024-03-19 09:19:37.470 | + lib/stack:stack_install_service:20 : local service=horizon 2024-03-19 09:19:37.472 | + lib/stack:stack_install_service:21 : type install_horizon 2024-03-19 09:19:37.474 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-19 09:19:37.476 | + lib/stack:stack_install_service:32 : install_horizon 2024-03-19 09:19:37.478 | + lib/horizon:install_horizon:170 : install_apache_wsgi 2024-03-19 09:19:37.480 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2024-03-19 09:19:37.482 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:37.484 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:37.486 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2024-03-19 09:19:37.488 | + functions-common:install_package:1421 : update_package_repo 2024-03-19 09:19:37.490 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-19 09:19:37.492 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-19 09:19:37.494 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-19 09:19:37.495 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-19 09:19:37.497 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-19 09:19:37.499 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:37.501 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:37.503 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-19 09:19:37.505 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:37.507 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-19 09:19:37.509 | + functions-common:apt_get_update:1150 : return 2024-03-19 09:19:37.511 | + functions-common:install_package:1422 : real_install_package apache2 2024-03-19 09:19:37.513 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-19 09:19:37.515 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:37.517 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:37.519 | + functions-common:real_install_package:1410 : apt_get install apache2 2024-03-19 09:19:37.535 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-03-19 09:19:37.591 | Reading package lists... 2024-03-19 09:19:37.785 | Building dependency tree... 2024-03-19 09:19:37.786 | Reading state information... 2024-03-19 09:19:37.971 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-03-19 09:19:37.971 | 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2024-03-19 09:19:37.976 | + functions-common:apt_get:1194 : result=0 2024-03-19 09:19:37.978 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-19 09:19:37.980 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:37.982 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:37.984 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:37.986 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:37.988 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:37.989 | + functions-common:time_stop:2406 : name=apt-get 2024-03-19 09:19:37.991 | + functions-common:time_stop:2407 : start_time=1710839977533 2024-03-19 09:19:37.993 | + functions-common:time_stop:2409 : [[ -z 1710839977533 ]] 2024-03-19 09:19:37.995 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:37.999 | + functions-common:time_stop:2412 : end_time=1710839977996 2024-03-19 09:19:38.000 | + functions-common:time_stop:2413 : elapsed_time=463 2024-03-19 09:19:38.002 | + functions-common:time_stop:2414 : total=3175 2024-03-19 09:19:38.004 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:38.006 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3638 2024-03-19 09:19:38.008 | + functions-common:apt_get:1198 : return 0 2024-03-19 09:19:38.010 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2024-03-19 09:19:38.012 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2024-03-19 09:19:38.014 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2024-03-19 09:19:38.016 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2024-03-19 09:19:38.018 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2024-03-19 09:19:38.031 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2024-03-19 09:19:38.033 | + functions-common:install_package:1421 : update_package_repo 2024-03-19 09:19:38.035 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-19 09:19:38.037 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-19 09:19:38.039 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-19 09:19:38.041 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-19 09:19:38.043 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-19 09:19:38.045 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:38.047 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:38.049 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-19 09:19:38.051 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:38.053 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-19 09:19:38.054 | + functions-common:apt_get_update:1150 : return 2024-03-19 09:19:38.056 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2024-03-19 09:19:38.058 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-19 09:19:38.060 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:38.062 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:38.064 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2024-03-19 09:19:38.081 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-03-19 09:19:38.136 | Reading package lists... 2024-03-19 09:19:38.314 | Building dependency tree... 2024-03-19 09:19:38.315 | Reading state information... 2024-03-19 09:19:38.490 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-03-19 09:19:38.490 | 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2024-03-19 09:19:38.495 | + functions-common:apt_get:1194 : result=0 2024-03-19 09:19:38.497 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-19 09:19:38.499 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:38.501 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:38.503 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:38.505 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:38.507 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:38.509 | + functions-common:time_stop:2406 : name=apt-get 2024-03-19 09:19:38.511 | + functions-common:time_stop:2407 : start_time=1710839978079 2024-03-19 09:19:38.512 | + functions-common:time_stop:2409 : [[ -z 1710839978079 ]] 2024-03-19 09:19:38.514 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:38.518 | + functions-common:time_stop:2412 : end_time=1710839978516 2024-03-19 09:19:38.520 | + functions-common:time_stop:2413 : elapsed_time=437 2024-03-19 09:19:38.522 | + functions-common:time_stop:2414 : total=3638 2024-03-19 09:19:38.523 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:38.525 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4075 2024-03-19 09:19:38.528 | + functions-common:apt_get:1198 : return 0 2024-03-19 09:19:38.529 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2024-03-19 09:19:38.531 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2024-03-19 09:19:38.533 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:19:38.535 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:38.538 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:38.540 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-03-19 09:19:38.542 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2024-03-19 09:19:38.571 | wsgi (enabled by maintainer script) 2024-03-19 09:19:38.574 | + lib/horizon:install_horizon:172 : git_clone https://opendev.org/openstack/horizon.git /opt/stack//horizon stable/2023.2 2024-03-19 09:19:38.576 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/horizon.git 2024-03-19 09:19:38.578 | + functions-common:git_clone:573 : local git_dest=/opt/stack//horizon 2024-03-19 09:19:38.579 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-19 09:19:38.581 | + functions-common:git_clone:575 : local orig_dir 2024-03-19 09:19:38.583 | ++ functions-common:git_clone:576 : pwd 2024-03-19 09:19:38.586 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:19:38.588 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:19:38.590 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:19:38.604 | + functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:19:38.606 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:19:38.608 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:19:38.610 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:19:38.612 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-19 09:19:38.613 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:19:38.617 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//horizon ]] 2024-03-19 09:19:38.619 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:19:38.621 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/horizon.git /opt/stack//horizon 2024-03-19 09:19:38.622 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:19:38.624 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:19:38.626 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:19:38.628 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:19:38.630 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:19:38.631 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:19:38.633 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:19:38.635 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:19:38.637 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:19:38.640 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839978638 2024-03-19 09:19:38.642 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/horizon.git /opt/stack//horizon 2024-03-19 09:19:38.644 | Cloning into '/opt/stack//horizon'... 2024-03-19 09:19:41.633 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:19:41.634 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:41.636 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:41.638 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:41.640 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:41.641 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:41.643 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:19:41.645 | + functions-common:time_stop:2407 : start_time=1710839978638 2024-03-19 09:19:41.646 | + functions-common:time_stop:2409 : [[ -z 1710839978638 ]] 2024-03-19 09:19:41.648 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:41.651 | + functions-common:time_stop:2412 : end_time=1710839981649 2024-03-19 09:19:41.653 | + functions-common:time_stop:2413 : elapsed_time=3011 2024-03-19 09:19:41.654 | + functions-common:time_stop:2414 : total=97653 2024-03-19 09:19:41.656 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:41.658 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=100664 2024-03-19 09:19:41.660 | + functions-common:git_clone:614 : cd /opt/stack//horizon 2024-03-19 09:19:41.661 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-19 09:19:41.663 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:19:41.665 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:19:41.667 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:19:41.668 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:19:41.670 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:19:41.672 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:19:41.673 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:19:41.675 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:19:41.677 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:19:41.680 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839981678 2024-03-19 09:19:41.682 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-19 09:19:44.498 | From https://opendev.org/openstack/horizon 2024-03-19 09:19:44.498 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-19 09:19:44.502 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:19:44.504 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:44.506 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:44.508 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:44.509 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:44.511 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:44.513 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:19:44.514 | + functions-common:time_stop:2407 : start_time=1710839981678 2024-03-19 09:19:44.516 | + functions-common:time_stop:2409 : [[ -z 1710839981678 ]] 2024-03-19 09:19:44.518 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:44.521 | + functions-common:time_stop:2412 : end_time=1710839984519 2024-03-19 09:19:44.523 | + functions-common:time_stop:2413 : elapsed_time=2841 2024-03-19 09:19:44.525 | + functions-common:time_stop:2414 : total=100664 2024-03-19 09:19:44.526 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:44.528 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=103505 2024-03-19 09:19:44.530 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:19:44.532 | + functions-common:git_timed:680 : local count=0 2024-03-19 09:19:44.533 | + functions-common:git_timed:681 : local timeout=0 2024-03-19 09:19:44.535 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:19:44.537 | + functions-common:git_timed:684 : timeout=0 2024-03-19 09:19:44.539 | + functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:19:44.540 | + functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:19:44.542 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:19:44.544 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:19:44.546 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:19:44.549 | + functions-common:time_start:2391 : _TIME_START[$name]=1710839984547 2024-03-19 09:19:44.551 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:19:44.751 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:19:44.751 | 2024-03-19 09:19:44.751 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:19:44.751 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:19:44.751 | state without impacting any branches by switching back to a branch. 2024-03-19 09:19:44.751 | 2024-03-19 09:19:44.751 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:19:44.751 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:19:44.751 | 2024-03-19 09:19:44.751 | git switch -c 2024-03-19 09:19:44.751 | 2024-03-19 09:19:44.751 | Or undo this operation with: 2024-03-19 09:19:44.751 | 2024-03-19 09:19:44.751 | git switch - 2024-03-19 09:19:44.751 | 2024-03-19 09:19:44.751 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:19:44.751 | 2024-03-19 09:19:44.751 | HEAD is now at 4de36bb Extend configurable skippability of neutron calls to project instance detail 2024-03-19 09:19:44.755 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:19:44.757 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:44.759 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:44.761 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:44.763 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:44.764 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:44.766 | + functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:19:44.768 | + functions-common:time_stop:2407 : start_time=1710839984547 2024-03-19 09:19:44.769 | + functions-common:time_stop:2409 : [[ -z 1710839984547 ]] 2024-03-19 09:19:44.771 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:44.775 | + functions-common:time_stop:2412 : end_time=1710839984773 2024-03-19 09:19:44.777 | + functions-common:time_stop:2413 : elapsed_time=226 2024-03-19 09:19:44.778 | + functions-common:time_stop:2414 : total=103505 2024-03-19 09:19:44.780 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:44.782 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=103731 2024-03-19 09:19:44.783 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//horizon 2024-03-19 09:19:44.795 | + functions-common:git_clone:655 : cd /opt/stack//horizon 2024-03-19 09:19:44.797 | + functions-common:git_clone:656 : git show --oneline 2024-03-19 09:19:44.797 | + functions-common:git_clone:656 : head -1 2024-03-19 09:19:44.802 | 4de36bb Extend configurable skippability of neutron calls to project instance detail 2024-03-19 09:19:44.804 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:19:44.806 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-19 09:19:44.808 | + stack.sh:main:998 : is_service_enabled tls-proxy 2024-03-19 09:19:44.821 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:19:44.823 | + stack.sh:main:1006 : run_phase stack install 2024-03-19 09:19:44.825 | + functions-common:run_phase:1828 : local mode=stack 2024-03-19 09:19:44.827 | + functions-common:run_phase:1829 : local phase=install 2024-03-19 09:19:44.829 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-19 09:19:44.831 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-19 09:19:44.833 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-19 09:19:44.835 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-19 09:19:44.837 | + functions-common:run_phase:1838 : local extra 2024-03-19 09:19:44.840 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-19 09:19:44.843 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-19 09:19:44.845 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-19 09:19:44.847 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-19 09:19:44.849 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-03-19 09:19:44.851 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-19 09:19:44.864 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:44.866 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:19:44.868 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:19:44.870 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-03-19 09:19:44.872 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-03-19 09:19:44.873 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:19:44.876 | ++ stack.sh:echo_summary:470 : echo -e Installing Tempest 2024-03-19 09:19:44.877 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-03-19 09:19:44.879 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-03-19 09:19:44.927 | ++ inc/async:async_inner:63 : install_tempest 2024-03-19 09:19:44.957 | [4768 Async install_tempest:27919]: running: install_tempest 2024-03-19 09:19:44.959 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-19 09:19:44.961 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-19 09:19:44.963 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:19:44.966 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-19 09:19:44.968 | + functions-common:run_phase:1855 : run_plugins stack install 2024-03-19 09:19:44.970 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-19 09:19:44.972 | + functions-common:run_plugins:1815 : local phase=install 2024-03-19 09:19:44.974 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-19 09:19:44.976 | + functions-common:run_plugins:1818 : local plugin 2024-03-19 09:19:44.978 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-19 09:19:44.981 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-19 09:19:44.983 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-19 09:19:44.985 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-03-19 09:19:44.987 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:19:44.989 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:19:44.991 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-03-19 09:19:44.993 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-03-19 09:19:44.995 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:19:44.997 | ++ stack.sh:echo_summary:470 : echo -e Installing Networking-NSX-T 2024-03-19 09:19:45.000 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-03-19 09:19:45.001 | ++ inc/python:setup_develop:360 : local bindep 2024-03-19 09:19:45.003 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-03-19 09:19:45.005 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2024-03-19 09:19:45.007 | ++ inc/python:setup_develop:366 : local extras= 2024-03-19 09:19:45.009 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-03-19 09:19:45.011 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-19 09:19:45.013 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-03-19 09:19:45.015 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2024-03-19 09:19:45.017 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-19 09:19:45.019 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-19 09:19:45.022 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2024-03-19 09:19:45.024 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-19 09:19:45.026 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2024-03-19 09:19:45.028 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-19 09:19:45.030 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-19 09:19:45.032 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-03-19 09:19:45.036 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2024-03-19 09:19:45.038 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-03-19 09:19:45.352 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2024-03-19 09:19:45.354 | ++ inc/python:setup_package:440 : local bindep=0 2024-03-19 09:19:45.356 | ++ inc/python:setup_package:441 : local bindep_flag= 2024-03-19 09:19:45.358 | ++ inc/python:setup_package:442 : local bindep_profiles= 2024-03-19 09:19:45.360 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-03-19 09:19:45.362 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2024-03-19 09:19:45.364 | ++ inc/python:setup_package:449 : local flags=-e 2024-03-19 09:19:45.368 | ++ inc/python:setup_package:450 : local extras= 2024-03-19 09:19:45.370 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2024-03-19 09:19:45.372 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2024-03-19 09:19:45.374 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-19 09:19:45.376 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-19 09:19:45.378 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-19 09:19:45.380 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2024-03-19 09:19:45.396 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-03-19 09:19:45.397 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-03-19 09:19:46.237 | Obtaining file:///opt/stack/networking-nsx-t 2024-03-19 09:19:46.237 | Preparing metadata (setup.py): started 2024-03-19 09:19:46.658 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:19:46.707 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.11.1) 2024-03-19 09:19:46.805 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev22) 2024-03-19 09:19:46.808 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2024-03-19 09:19:46.809 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (3.8.1) 2024-03-19 09:19:46.810 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (9.2.0) 2024-03-19 09:19:46.811 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (6.1.0) 2024-03-19 09:19:46.811 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.3.0) 2024-03-19 09:19:46.812 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-19 09:19:46.813 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (6.2.1) 2024-03-19 09:19:46.814 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (3.2.0) 2024-03-19 09:19:46.814 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (11.0.0) 2024-03-19 09:19:46.849 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev22) 2024-03-19 09:19:46.851 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2024-03-19 09:19:46.853 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (0.8.0) 2024-03-19 09:19:46.853 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (4.2.0) 2024-03-19 09:19:46.878 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev22) 2024-03-19 09:19:46.880 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2024-03-19 09:19:46.881 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (0.16.0) 2024-03-19 09:19:46.882 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (23.1.0) 2024-03-19 09:19:46.901 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.4.41) 2024-03-19 09:19:46.901 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.8.7) 2024-03-19 09:19:46.902 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.3.0) 2024-03-19 09:19:46.903 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.7.0) 2024-03-19 09:19:46.903 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.0.0) 2024-03-19 09:19:46.904 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-19 09:19:46.905 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-19 09:19:46.906 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (14.1.0) 2024-03-19 09:19:46.907 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (14.4.1) 2024-03-19 09:19:46.907 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.2.1) 2024-03-19 09:19:46.908 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.2.0) 2024-03-19 09:19:46.909 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.1.0) 2024-03-19 09:19:46.910 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.4.2) 2024-03-19 09:19:46.911 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.3.2) 2024-03-19 09:19:46.911 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.1.0) 2024-03-19 09:19:46.931 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (6.0) 2024-03-19 09:19:46.932 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.5.0) 2024-03-19 09:19:46.933 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.28.2) 2024-03-19 09:19:46.934 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.0.0) 2024-03-19 09:19:46.956 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev22) (2.8.2) 2024-03-19 09:19:46.957 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev22) (0.9.6) 2024-03-19 09:19:46.963 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (1.0.5) 2024-03-19 09:19:46.964 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (2023.3) 2024-03-19 09:19:46.965 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (2023.3) 2024-03-19 09:19:46.976 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (3.5.2) 2024-03-19 09:19:46.976 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (3.0.1) 2024-03-19 09:19:46.977 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.5.1) 2024-03-19 09:19:46.978 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (1.4.0) 2024-03-19 09:19:46.979 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (0.33.3) 2024-03-19 09:19:46.979 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-03-19 09:19:46.980 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.0.2) 2024-03-19 09:19:46.988 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (1.1.0) 2024-03-19 09:19:46.989 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (0.11.0) 2024-03-19 09:19:46.990 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (23.1) 2024-03-19 09:19:46.990 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (3.0.9) 2024-03-19 09:19:47.030 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (4.3.0) 2024-03-19 09:19:47.032 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.5.0) 2024-03-19 09:19:47.032 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.1.0) 2024-03-19 09:19:47.033 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.8.1) 2024-03-19 09:19:47.035 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-19 09:19:47.036 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.19.1) 2024-03-19 09:19:47.070 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (0.18) 2024-03-19 09:19:47.070 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (2.4.1) 2024-03-19 09:19:47.072 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (6.3.1) 2024-03-19 09:19:47.072 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (0.13.1) 2024-03-19 09:19:47.081 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.7.0) 2024-03-19 09:19:47.082 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (0.5.1) 2024-03-19 09:19:47.082 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.4.3) 2024-03-19 09:19:47.083 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (6.0.1) 2024-03-19 09:19:47.089 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (1.15.0) 2024-03-19 09:19:47.096 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.3.0) 2024-03-19 09:19:47.097 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (1.16.0) 2024-03-19 09:19:47.150 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.7.0) 2024-03-19 09:19:47.172 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.4.4) 2024-03-19 09:19:47.173 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (40.0.2) 2024-03-19 09:19:47.173 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (5.1.1) 2024-03-19 09:19:47.174 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.1.8) 2024-03-19 09:19:47.175 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.0.1) 2024-03-19 09:19:47.176 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.32) 2024-03-19 09:19:47.177 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.4.0) 2024-03-19 09:19:47.193 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.6.13) 2024-03-19 09:19:47.194 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.17.1.post1) 2024-03-19 09:19:47.249 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.9.4) 2024-03-19 09:19:47.251 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.0.1) 2024-03-19 09:19:47.252 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.5.0) 2024-03-19 09:19:47.279 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.1.1) 2024-03-19 09:19:47.280 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.3.0) 2024-03-19 09:19:47.281 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.4) 2024-03-19 09:19:47.282 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.7.0) 2024-03-19 09:19:47.283 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-19 09:19:47.377 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (69.1.1) 2024-03-19 09:19:47.401 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.2.4) 2024-03-19 09:19:47.402 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.3.5) 2024-03-19 09:19:47.477 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (3.1.0) 2024-03-19 09:19:47.478 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (3.4) 2024-03-19 09:19:47.479 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (1.26.15) 2024-03-19 09:19:47.479 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2024.2.2) 2024-03-19 09:19:47.503 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (0.7) 2024-03-19 09:19:47.691 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.0.0) 2024-03-19 09:19:47.778 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.8.2) 2024-03-19 09:19:47.779 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (0.2.6) 2024-03-19 09:19:47.807 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.15.1) 2024-03-19 09:19:47.896 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.15.0) 2024-03-19 09:19:47.920 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.3) 2024-03-19 09:19:47.977 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.1.2) 2024-03-19 09:19:47.993 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.1.0) 2024-03-19 09:19:47.994 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.9.2) 2024-03-19 09:19:48.041 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.1.2) 2024-03-19 09:19:48.042 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-03-19 09:19:48.044 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-03-19 09:19:48.060 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.4.0) 2024-03-19 09:19:48.210 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.6.0) 2024-03-19 09:19:48.283 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.21) 2024-03-19 09:19:48.367 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.5.0) 2024-03-19 09:19:48.533 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2024-03-19 09:19:48.579 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-03-19 09:19:48.582 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-03-19 09:19:49.103 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2024-03-19 09:19:49.528 | Running setup.py develop for networking_nsxv3 2024-03-19 09:19:50.711 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev22 ratelimiter-1.2.0.post0 2024-03-19 09:19:50.838 | ++ inc/python:pip_install:222 : result=0 2024-03-19 09:19:50.840 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:19:50.842 | ++ functions-common:time_stop:2400 : local name 2024-03-19 09:19:50.845 | ++ functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:50.846 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:50.848 | ++ functions-common:time_stop:2403 : local total 2024-03-19 09:19:50.850 | ++ functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:50.852 | ++ functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:19:50.853 | ++ functions-common:time_stop:2407 : start_time=1710839985392 2024-03-19 09:19:50.855 | ++ functions-common:time_stop:2409 : [[ -z 1710839985392 ]] 2024-03-19 09:19:50.858 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:50.861 | ++ functions-common:time_stop:2412 : end_time=1710839990859 2024-03-19 09:19:50.863 | ++ functions-common:time_stop:2413 : elapsed_time=5467 2024-03-19 09:19:50.865 | ++ functions-common:time_stop:2414 : total=86758 2024-03-19 09:19:50.866 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:50.868 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92225 2024-03-19 09:19:50.870 | ++ inc/python:pip_install:225 : return 0 2024-03-19 09:19:50.872 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-19 09:19:50.874 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:19:50.876 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2024-03-19 09:19:50.878 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2024-03-19 09:19:50.880 | ++ inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:19:50.881 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:19:50.883 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-03-19 09:19:50.886 | ++ inc/python:use_library_from_git:275 : return 1 2024-03-19 09:19:50.888 | + stack.sh:main:1009 : use_library_from_git python-openstackclient 2024-03-19 09:19:50.890 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2024-03-19 09:19:50.891 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:19:50.893 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:19:50.895 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2024-03-19 09:19:50.897 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:19:50.899 | + stack.sh:main:1013 : pip_install_gr python-openstackclient 2024-03-19 09:19:50.901 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2024-03-19 09:19:50.903 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-19 09:19:50.905 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2024-03-19 09:19:50.908 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2024-03-19 09:19:50.910 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-19 09:19:50.913 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-03-19 09:19:50.913 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-19 09:19:50.918 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2024-03-19 09:19:50.920 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2024-03-19 09:19:50.922 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2024-03-19 09:19:50.924 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2024-03-19 09:19:50.926 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2024-03-19 09:19:50.943 | Using python 3.10 to install python-openstackclient 2024-03-19 09:19:50.945 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-03-19 09:19:51.924 | Collecting python-openstackclient 2024-03-19 09:19:51.926 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2024-03-19 09:19:51.955 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2024-03-19 09:19:51.956 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2024-03-19 09:19:51.957 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2024-03-19 09:19:51.958 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.0) 2024-03-19 09:19:51.959 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2024-03-19 09:19:51.959 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.0) 2024-03-19 09:19:51.960 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2024-03-19 09:19:51.961 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2024-03-19 09:19:51.962 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2024-03-19 09:19:51.962 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2024-03-19 09:19:51.963 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2024-03-19 09:19:51.964 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2024-03-19 09:19:51.969 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2024-03-19 09:19:51.970 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-03-19 09:19:51.971 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-03-19 09:19:51.972 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2024-03-19 09:19:51.972 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2024-03-19 09:19:51.991 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2024-03-19 09:19:52.002 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2024-03-19 09:19:52.003 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2024-03-19 09:19:52.004 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2024-03-19 09:19:52.005 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2024-03-19 09:19:52.006 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2024-03-19 09:19:52.006 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2024-03-19 09:19:52.007 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2024-03-19 09:19:52.008 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2024-03-19 09:19:52.009 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2024-03-19 09:19:52.015 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2024-03-19 09:19:52.024 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-03-19 09:19:52.025 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-03-19 09:19:52.026 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-03-19 09:19:52.026 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-03-19 09:19:52.027 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2024-03-19 09:19:52.028 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2024-03-19 09:19:52.037 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2024-03-19 09:19:52.047 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2024-03-19 09:19:52.048 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.0) 2024-03-19 09:19:52.049 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-03-19 09:19:52.068 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2024-03-19 09:19:52.091 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2024-03-19 09:19:52.092 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-03-19 09:19:52.093 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2024-03-19 09:19:52.099 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2024-03-19 09:19:52.129 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2024-03-19 09:19:52.137 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2024-03-19 09:19:52.198 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2024-03-19 09:19:52.205 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2024-03-19 09:19:52.247 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2024-03-19 09:19:52.247 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-03-19 09:19:52.248 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2024-03-19 09:19:52.249 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2024.2.2) 2024-03-19 09:19:52.400 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2024-03-19 09:19:53.295 | Installing collected packages: python-openstackclient 2024-03-19 09:19:54.173 | Successfully installed python-openstackclient-6.3.0 2024-03-19 09:19:54.296 | + inc/python:pip_install:222 : result=0 2024-03-19 09:19:54.298 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:19:54.300 | + functions-common:time_stop:2400 : local name 2024-03-19 09:19:54.302 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:19:54.304 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:19:54.306 | + functions-common:time_stop:2403 : local total 2024-03-19 09:19:54.308 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:19:54.310 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:19:54.312 | + functions-common:time_stop:2407 : start_time=1710839990939 2024-03-19 09:19:54.314 | + functions-common:time_stop:2409 : [[ -z 1710839990939 ]] 2024-03-19 09:19:54.316 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:19:54.320 | + functions-common:time_stop:2412 : end_time=1710839994318 2024-03-19 09:19:54.322 | + functions-common:time_stop:2413 : elapsed_time=3379 2024-03-19 09:19:54.324 | + functions-common:time_stop:2414 : total=92225 2024-03-19 09:19:54.326 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:19:54.328 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=95604 2024-03-19 09:19:54.330 | + inc/python:pip_install:225 : return 0 2024-03-19 09:19:54.332 | + stack.sh:main:1018 : install_oscwrap 2024-03-19 09:19:54.334 | ++ functions-common:install_oscwrap:2445 : mktemp 2024-03-19 09:19:54.338 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.5cP2pUYS4q 2024-03-19 09:19:54.340 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2024-03-19 09:19:54.342 | + functions-common:install_oscwrap:2451 : unalias -a 2024-03-19 09:19:54.344 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2024-03-19 09:19:54.346 | + stack.sh:main:1023 : [[ False != \F\a\l\s\e ]] 2024-03-19 09:19:54.348 | + stack.sh:main:1063 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-19 09:19:54.350 | + stack.sh:main:1071 : is_service_enabled mysql postgresql 2024-03-19 09:19:54.364 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:19:54.366 | + stack.sh:main:1072 : configure_database 2024-03-19 09:19:54.368 | + lib/database:configure_database:128 : configure_database_mysql 2024-03-19 09:19:54.370 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2024-03-19 09:19:54.371 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2024-03-19 09:19:54.373 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:19:54.375 | + stack.sh:echo_summary:470 : echo -e Configuring and starting MySQL 2024-03-19 09:19:54.377 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2024-03-19 09:19:54.379 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:54.380 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:54.382 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2024-03-19 09:19:54.384 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2024-03-19 09:19:54.386 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:54.388 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:54.389 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2024-03-19 09:19:54.391 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2024-03-19 09:19:54.393 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2024-03-19 09:19:54.395 | + functions-common:is_fips_enabled:2516 : fips= 2024-03-19 09:19:54.397 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2024-03-19 09:19:54.399 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2024-03-19 09:19:54.402 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2024-03-19 09:19:54.403 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-03-19 09:19:54.406 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-03-19 09:19:54.457 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2024-03-19 09:19:54.459 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-19 09:19:54.461 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-19 09:19:54.463 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-19 09:19:54.465 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-19 09:19:54.467 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-19 09:19:54.469 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-19 09:19:54.471 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-19 09:19:54.472 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-19 09:19:54.474 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-19 09:19:54.476 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-19 09:19:54.478 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-19 09:19:54.479 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-19 09:19:54.481 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-19 09:19:54.483 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2024-03-19 09:19:54.485 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:54.487 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:54.488 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2024-03-19 09:19:54.490 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:19:54.492 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2024-03-19 09:19:54.959 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2024-03-19 09:19:54.961 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:54.963 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:54.965 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2024-03-19 09:19:54.967 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2024-03-19 09:19:54.969 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2024-03-19 09:19:54.971 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:54.973 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:54.975 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2024-03-19 09:19:54.977 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2024-03-19 09:19:54.980 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2024-03-19 09:19:54.983 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:54.984 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:54.986 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2024-03-19 09:19:54.989 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2024-03-19 09:19:54.991 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2024-03-19 09:19:54.997 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-03-19 09:19:55.011 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2024-03-19 09:19:55.013 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:19:55.015 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:19:55.017 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2024-03-19 09:19:55.019 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2024-03-19 09:19:55.022 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-03-19 09:19:55.074 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-03-19 09:19:55.127 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-03-19 09:19:55.171 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2024-03-19 09:19:55.173 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2024-03-19 09:19:55.175 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2024-03-19 09:19:55.175 | enabling MySQL performance counting 2024-03-19 09:19:55.177 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2024-03-19 09:19:55.194 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-03-19 09:19:55.196 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2024-03-19 09:19:56.041 | Processing ./tools/dbcounter 2024-03-19 09:19:56.043 | Installing build dependencies: started 2024-03-19 09:20:00.282 | Installing build dependencies: finished with status 'done' 2024-03-19 09:20:00.283 | Getting requirements to build wheel: started 2024-03-19 09:20:00.448 | Getting requirements to build wheel: finished with status 'done' 2024-03-19 09:20:00.450 | Installing backend dependencies: started 2024-03-19 09:20:02.207 | Installing backend dependencies: finished with status 'done' 2024-03-19 09:20:02.208 | Preparing metadata (pyproject.toml): started 2024-03-19 09:20:02.388 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 09:20:02.391 | Building wheels for collected packages: dbcounter 2024-03-19 09:20:02.392 | Building wheel for dbcounter (pyproject.toml): started 2024-03-19 09:20:02.591 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-03-19 09:20:02.592 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3227 sha256=17f43f2e986d1bbfcdc4072612fd5c9eca357cc46bf6ad1b43d990545e759af9 2024-03-19 09:20:02.592 | Stored in directory: /tmp/pip-ephem-wheel-cache-xua4w9t2/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-03-19 09:20:02.595 | Successfully built dbcounter 2024-03-19 09:20:03.643 | Installing collected packages: dbcounter 2024-03-19 09:20:03.676 | Successfully installed dbcounter-0.1 2024-03-19 09:20:03.797 | + inc/python:pip_install:222 : result=0 2024-03-19 09:20:03.799 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:20:03.801 | + functions-common:time_stop:2400 : local name 2024-03-19 09:20:03.803 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:20:03.805 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:20:03.806 | + functions-common:time_stop:2403 : local total 2024-03-19 09:20:03.808 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:20:03.810 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:20:03.812 | + functions-common:time_stop:2407 : start_time=1710839995190 2024-03-19 09:20:03.814 | + functions-common:time_stop:2409 : [[ -z 1710839995190 ]] 2024-03-19 09:20:03.816 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:20:03.819 | + functions-common:time_stop:2412 : end_time=1710840003817 2024-03-19 09:20:03.821 | + functions-common:time_stop:2413 : elapsed_time=8627 2024-03-19 09:20:03.823 | + functions-common:time_stop:2414 : total=95604 2024-03-19 09:20:03.825 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:20:03.827 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=104231 2024-03-19 09:20:03.828 | + inc/python:pip_install:225 : return 0 2024-03-19 09:20:03.830 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2024-03-19 09:20:03.833 | + lib/database:recreate_database:112 : local db=stats 2024-03-19 09:20:03.834 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-03-19 09:20:03.836 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2024-03-19 09:20:03.838 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-03-19 09:20:03.848 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-03-19 09:20:03.857 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2024-03-19 09:20:03.857 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-03-19 09:20:03.873 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2024-03-19 09:20:03.876 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2024-03-19 09:20:03.920 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2024-03-19 09:20:03.963 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2024-03-19 09:20:04.007 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2024-03-19 09:20:04.049 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2024-03-19 09:20:04.092 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2024-03-19 09:20:04.140 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2024-03-19 09:20:04.186 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2024-03-19 09:20:04.189 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:20:04.191 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2024-03-19 09:20:04.668 | + stack.sh:main:1076 : save_stackenv 1076 2024-03-19 09:20:04.670 | + functions-common:save_stackenv:60 : local tag=1076 2024-03-19 09:20:04.672 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-19 09:20:04.677 | + functions-common:save_stackenv:62 : time_stamp=2024-03-19-092004 2024-03-19 09:20:04.679 | + functions-common:save_stackenv:63 : echo '# 2024-03-19-092004 1076' 2024-03-19 09:20:04.681 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.684 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-19 09:20:04.686 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.688 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-19 09:20:04.690 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.692 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-19 09:20:04.695 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.697 | + 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,horizon,rabbit,tempest,mysql,etcd3 2024-03-19 09:20:04.699 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.701 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-19 09:20:04.703 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.705 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-19 09:20:04.707 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.709 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-19-091554 2024-03-19 09:20:04.711 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.713 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-19 09:20:04.715 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.717 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-19 09:20:04.719 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.722 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-19 09:20:04.724 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.726 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-19 09:20:04.728 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.730 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-19 09:20:04.732 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.734 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-19 09:20:04.736 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.738 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-19 09:20:04.740 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:20:04.742 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-19 09:20:04.745 | + stack.sh:main:1088 : [[ False == \T\r\u\e ]] 2024-03-19 09:20:04.747 | + stack.sh:main:1102 : start_dstat 2024-03-19 09:20:04.749 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-03-19 09:20:04.751 | + functions-common:run_process:1654 : local service=dstat 2024-03-19 09:20:04.753 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-03-19 09:20:04.755 | + functions-common:run_process:1656 : local group= 2024-03-19 09:20:04.757 | + functions-common:run_process:1657 : local user= 2024-03-19 09:20:04.759 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:20:04.761 | + functions-common:run_process:1660 : local name=dstat 2024-03-19 09:20:04.763 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:20:04.765 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:20:04.767 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:20:04.770 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:20:04.772 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:20:04.776 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840004774 2024-03-19 09:20:04.778 | + functions-common:run_process:1663 : is_service_enabled dstat 2024-03-19 09:20:04.794 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:04.796 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:20:04.798 | + functions-common:time_stop:2400 : local name 2024-03-19 09:20:04.800 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:20:04.802 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:20:04.804 | + functions-common:time_stop:2403 : local total 2024-03-19 09:20:04.806 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:20:04.808 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:20:04.810 | + functions-common:time_stop:2407 : start_time=1710840004774 2024-03-19 09:20:04.812 | + functions-common:time_stop:2409 : [[ -z 1710840004774 ]] 2024-03-19 09:20:04.815 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:20:04.819 | + functions-common:time_stop:2412 : end_time=1710840004817 2024-03-19 09:20:04.821 | + functions-common:time_stop:2413 : elapsed_time=43 2024-03-19 09:20:04.823 | + functions-common:time_stop:2414 : total=0 2024-03-19 09:20:04.825 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:20:04.827 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43 2024-03-19 09:20:04.829 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-03-19 09:20:04.831 | + functions-common:run_process:1654 : local service=memory_tracker 2024-03-19 09:20:04.833 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-03-19 09:20:04.835 | + functions-common:run_process:1656 : local group= 2024-03-19 09:20:04.837 | + functions-common:run_process:1657 : local user=root 2024-03-19 09:20:04.839 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:20:04.841 | + functions-common:run_process:1660 : local name=memory_tracker 2024-03-19 09:20:04.843 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:20:04.845 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:20:04.847 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:20:04.849 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:20:04.852 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:20:04.855 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840004853 2024-03-19 09:20:04.857 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2024-03-19 09:20:04.871 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:04.874 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:20:04.875 | + functions-common:time_stop:2400 : local name 2024-03-19 09:20:04.878 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:20:04.880 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:20:04.882 | + functions-common:time_stop:2403 : local total 2024-03-19 09:20:04.884 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:20:04.886 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:20:04.888 | + functions-common:time_stop:2407 : start_time=1710840004853 2024-03-19 09:20:04.890 | + functions-common:time_stop:2409 : [[ -z 1710840004853 ]] 2024-03-19 09:20:04.892 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:20:04.896 | + functions-common:time_stop:2412 : end_time=1710840004894 2024-03-19 09:20:04.898 | + functions-common:time_stop:2413 : elapsed_time=41 2024-03-19 09:20:04.900 | + functions-common:time_stop:2414 : total=43 2024-03-19 09:20:04.902 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:20:04.904 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=84 2024-03-19 09:20:04.906 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-03-19 09:20:04.919 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:04.921 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-03-19 09:20:04.923 | + functions-common:run_process:1654 : local service=file_tracker 2024-03-19 09:20:04.925 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-03-19 09:20:04.927 | + functions-common:run_process:1656 : local group= 2024-03-19 09:20:04.929 | + functions-common:run_process:1657 : local user= 2024-03-19 09:20:04.931 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:20:04.933 | + functions-common:run_process:1660 : local name=file_tracker 2024-03-19 09:20:04.934 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:20:04.936 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:20:04.938 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:20:04.940 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:20:04.943 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:20:04.946 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840004944 2024-03-19 09:20:04.948 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2024-03-19 09:20:04.962 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:04.964 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:20:04.966 | + functions-common:time_stop:2400 : local name 2024-03-19 09:20:04.968 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:20:04.970 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:20:04.972 | + functions-common:time_stop:2403 : local total 2024-03-19 09:20:04.974 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:20:04.976 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:20:04.978 | + functions-common:time_stop:2407 : start_time=1710840004944 2024-03-19 09:20:04.980 | + functions-common:time_stop:2409 : [[ -z 1710840004944 ]] 2024-03-19 09:20:04.982 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:20:04.986 | + functions-common:time_stop:2412 : end_time=1710840004983 2024-03-19 09:20:04.988 | + functions-common:time_stop:2413 : elapsed_time=39 2024-03-19 09:20:04.990 | + functions-common:time_stop:2414 : total=84 2024-03-19 09:20:04.992 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:20:04.994 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=123 2024-03-19 09:20:04.996 | + stack.sh:main:1106 : is_service_enabled tcpdump 2024-03-19 09:20:05.010 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:05.012 | + stack.sh:main:1114 : is_service_enabled etcd3 2024-03-19 09:20:05.025 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:20:05.027 | + stack.sh:main:1115 : start_etcd3 2024-03-19 09:20:05.029 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-03-19 09:20:05.031 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-03-19 09:20:05.033 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-03-19 09:20:05.035 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-03-19 09:20:05.037 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-03-19 09:20:05.039 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-03-19 09:20:05.041 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-03-19 09:20:05.043 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-03-19 09:20:05.045 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-03-19 09:20:05.047 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-03-19 09:20:05.049 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-03-19 09:20:05.051 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-03-19 09:20:05.053 | + 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-03-19 09:20:05.055 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2024-03-19 09:20:05.057 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-03-19 09:20:05.059 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-19 09:20:05.061 | + functions-common:write_user_unit_file:1521 : local user=root 2024-03-19 09:20:05.063 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-19 09:20:05.065 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-19 09:20:05.066 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-19 09:20:05.068 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-03-19 09:20:05.070 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-19 09:20:05.074 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-03-19 09:20:05.125 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:20:05.177 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-03-19 09:20:05.220 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-03-19 09:20:05.263 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-03-19 09:20:05.307 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-03-19 09:20:05.351 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:20:05.393 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-19 09:20:05.396 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-19 09:20:05.398 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-03-19 09:20:05.449 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-19 09:20:05.822 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-03-19 09:20:05.866 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-03-19 09:20:05.908 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-03-19 09:20:05.950 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-03-19 09:20:05.994 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-03-19 09:20:05.996 | ++ functions-common:is_arch:497 : uname -m 2024-03-19 09:20:06.000 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-03-19 09:20:06.002 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-03-19 09:20:06.320 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-03-19 09:20:06.330 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-03-19 09:20:06.627 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-03-19 09:20:07.019 | + stack.sh:main:1121 : is_service_enabled tls-proxy 2024-03-19 09:20:07.033 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:07.035 | + stack.sh:main:1126 : write_clouds_yaml 2024-03-19 09:20:07.037 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-03-19 09:20:07.040 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-03-19 09:20:07.043 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-03-19 09:20:07.053 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-03-19 09:20:07.062 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-03-19 09:20:07.064 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-19 09:20:07.066 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-03-19 09:20:07.113 | The user clouds.yaml file didn't exist. 2024-03-19 09:20:07.121 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-03-19 09:20:07.177 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-03-19 09:20:07.235 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-03-19 09:20:07.294 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-03-19 09:20:07.356 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-03-19 09:20:07.421 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-03-19 09:20:07.486 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-03-19 09:20:07.553 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-03-19 09:20:07.620 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-03-19 09:20:07.697 | + functions-common:write_clouds_yaml:198 : cat 2024-03-19 09:20:07.702 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-03-19 09:20:07.704 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-03-19 09:20:07.707 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-03-19 09:20:07.710 | + stack.sh:main:1127 : export OS_CLOUD=devstack-admin 2024-03-19 09:20:07.713 | + stack.sh:main:1127 : OS_CLOUD=devstack-admin 2024-03-19 09:20:07.715 | + stack.sh:main:1129 : is_service_enabled keystone 2024-03-19 09:20:07.729 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:20:07.731 | + stack.sh:main:1130 : echo_summary 'Starting Keystone' 2024-03-19 09:20:07.733 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:20:07.735 | + stack.sh:echo_summary:470 : echo -e Starting Keystone 2024-03-19 09:20:07.737 | + stack.sh:main:1132 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-03-19 09:20:07.738 | + stack.sh:main:1133 : init_keystone 2024-03-19 09:20:07.740 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-03-19 09:20:07.754 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:07.755 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-03-19 09:20:07.757 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-03-19 09:20:07.759 | + lib/database:recreate_database:112 : local db=keystone 2024-03-19 09:20:07.761 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-03-19 09:20:07.763 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2024-03-19 09:20:07.765 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-03-19 09:20:07.773 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-03-19 09:20:07.782 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-03-19 09:20:07.784 | + functions-common:time_start:2386 : local name=dbsync 2024-03-19 09:20:07.786 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:20:07.788 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:20:07.790 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:20:07.793 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840007791 2024-03-19 09:20:07.795 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-03-19 09:20:09.413 | INFO dbcounter [-] Registered counter for database keystone 2024-03-19 09:20:09.421 | 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=30552) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:20:09.424 | DEBUG dbcounter [-] [30552] Writer thread running {{(pid=30552) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:20:09.429 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:20:09.429 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:20:09.471 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-03-19 09:20:10.064 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=30552) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-19 09:20:10.065 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-03-19 09:20:10.065 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=30552) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:20:10.067 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2024-03-19 09:20:10.083 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=30552) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:20:10.084 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2024-03-19 09:20:10.092 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=30552) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:20:10.093 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-03-19 09:20:10.093 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=30552) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-19 09:20:10.094 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2024-03-19 09:20:10.102 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=30552) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:20:10.103 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2024-03-19 09:20:10.110 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=30552) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:20:10.141 | ++ inc/async:async_inner:64 : rc=0 2024-03-19 09:20:10.159 | [27919 Async install_tempest:27919]: finished successfully 2024-03-19 09:20:10.236 | Exception ignored in: 2024-03-19 09:20:10.237 | Traceback (most recent call last): 2024-03-19 09:20:10.237 | File "/usr/lib/python3.10/logging/__init__.py", line 846, in _removeHandlerRef 2024-03-19 09:20:10.237 | File "/usr/lib/python3.10/logging/__init__.py", line 226, in _acquireLock 2024-03-19 09:20:10.237 | File "/usr/lib/python3.10/threading.py", line 164, in acquire 2024-03-19 09:20:10.237 | File "/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/green/thread.py", line 34, in get_ident 2024-03-19 09:20:10.237 | AttributeError: 'NoneType' object has no attribute 'getcurrent' 2024-03-19 09:20:10.357 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-03-19 09:20:10.360 | + functions-common:time_stop:2400 : local name 2024-03-19 09:20:10.361 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:20:10.364 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:20:10.366 | + functions-common:time_stop:2403 : local total 2024-03-19 09:20:10.368 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:20:10.370 | + functions-common:time_stop:2406 : name=dbsync 2024-03-19 09:20:10.372 | + functions-common:time_stop:2407 : start_time=1710840007791 2024-03-19 09:20:10.374 | + functions-common:time_stop:2409 : [[ -z 1710840007791 ]] 2024-03-19 09:20:10.376 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:20:10.379 | + functions-common:time_stop:2412 : end_time=1710840010377 2024-03-19 09:20:10.381 | + functions-common:time_stop:2413 : elapsed_time=2586 2024-03-19 09:20:10.383 | + functions-common:time_stop:2414 : total=0 2024-03-19 09:20:10.385 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:20:10.387 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2586 2024-03-19 09:20:10.389 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-03-19 09:20:10.391 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-03-19 09:20:10.394 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-03-19 09:20:11.859 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-03-19 09:20:11.860 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-03-19 09:20:11.860 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-03-19 09:20:11.860 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-03-19 09:20:11.860 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-03-19 09:20:11.861 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-03-19 09:20:11.861 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-03-19 09:20:11.861 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-03-19 09:20:11.861 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-03-19 09:20:11.965 | Exception ignored in: 2024-03-19 09:20:11.966 | Traceback (most recent call last): 2024-03-19 09:20:11.966 | File "/usr/lib/python3.10/logging/__init__.py", line 846, in _removeHandlerRef 2024-03-19 09:20:11.966 | File "/usr/lib/python3.10/logging/__init__.py", line 226, in _acquireLock 2024-03-19 09:20:11.966 | File "/usr/lib/python3.10/threading.py", line 164, in acquire 2024-03-19 09:20:11.966 | File "/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/green/thread.py", line 34, in get_ident 2024-03-19 09:20:11.966 | AttributeError: 'NoneType' object has no attribute 'getcurrent' 2024-03-19 09:20:12.082 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-03-19 09:20:12.085 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-03-19 09:20:13.552 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-03-19 09:20:13.553 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-03-19 09:20:13.553 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-03-19 09:20:13.553 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-03-19 09:20:13.553 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-03-19 09:20:13.554 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-03-19 09:20:13.554 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-03-19 09:20:13.554 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-03-19 09:20:13.554 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-03-19 09:20:13.658 | Exception ignored in: 2024-03-19 09:20:13.658 | Traceback (most recent call last): 2024-03-19 09:20:13.658 | File "/usr/lib/python3.10/logging/__init__.py", line 846, in _removeHandlerRef 2024-03-19 09:20:13.658 | File "/usr/lib/python3.10/logging/__init__.py", line 226, in _acquireLock 2024-03-19 09:20:13.658 | File "/usr/lib/python3.10/threading.py", line 164, in acquire 2024-03-19 09:20:13.658 | File "/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/green/thread.py", line 34, in get_ident 2024-03-19 09:20:13.658 | AttributeError: 'NoneType' object has no attribute 'getcurrent' 2024-03-19 09:20:13.769 | + stack.sh:main:1134 : start_keystone 2024-03-19 09:20:13.771 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-03-19 09:20:13.773 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-03-19 09:20:13.775 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-03-19 09:20:13.789 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:13.791 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-03-19 09:20:13.793 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-03-19 09:20:13.797 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-03-19 09:20:13.799 | + functions-common:run_process:1654 : local service=keystone 2024-03-19 09:20:13.801 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-19 09:20:13.803 | + functions-common:run_process:1656 : local group= 2024-03-19 09:20:13.805 | + functions-common:run_process:1657 : local user= 2024-03-19 09:20:13.807 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:20:13.809 | + functions-common:run_process:1660 : local name=keystone 2024-03-19 09:20:13.811 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:20:13.813 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:20:13.815 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:20:13.817 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:20:13.819 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:20:13.823 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840013821 2024-03-19 09:20:13.825 | + functions-common:run_process:1663 : is_service_enabled keystone 2024-03-19 09:20:13.838 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:20:13.840 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-03-19 09:20:13.842 | + functions-common:_run_under_systemd:1611 : local service=keystone 2024-03-19 09:20:13.843 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-19 09:20:13.845 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-19 09:20:13.847 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-19 09:20:13.849 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-19 09:20:13.851 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-03-19 09:20:13.853 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-03-19 09:20:13.855 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2024-03-19 09:20:13.857 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:20:13.859 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:20:13.861 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:20:13.863 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:20:13.865 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-03-19 09:20:13.867 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-19 09:20:13.869 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-03-19 09:20:13.871 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-19 09:20:13.873 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2024-03-19 09:20:13.874 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-03-19 09:20:13.876 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-19 09:20:13.878 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-19 09:20:13.880 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-19 09:20:13.881 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-03-19 09:20:13.883 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-19 09:20:13.886 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-03-19 09:20:13.934 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:20:13.981 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-03-19 09:20:14.021 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-03-19 09:20:14.061 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-03-19 09:20:14.101 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:20:14.142 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-03-19 09:20:14.182 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-03-19 09:20:14.222 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-03-19 09:20:14.263 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-03-19 09:20:14.303 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-03-19 09:20:14.342 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-19 09:20:14.344 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-19 09:20:14.346 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-03-19 09:20:14.392 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-19 09:20:14.728 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2024-03-19 09:20:14.757 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-03-19 09:20:15.046 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2024-03-19 09:20:15.133 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:20:15.135 | + functions-common:time_stop:2400 : local name 2024-03-19 09:20:15.137 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:20:15.139 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:20:15.141 | + functions-common:time_stop:2403 : local total 2024-03-19 09:20:15.143 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:20:15.145 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:20:15.147 | + functions-common:time_stop:2407 : start_time=1710840013821 2024-03-19 09:20:15.148 | + functions-common:time_stop:2409 : [[ -z 1710840013821 ]] 2024-03-19 09:20:15.151 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:20:15.154 | + functions-common:time_stop:2412 : end_time=1710840015152 2024-03-19 09:20:15.156 | + functions-common:time_stop:2413 : elapsed_time=1331 2024-03-19 09:20:15.158 | + functions-common:time_stop:2414 : total=123 2024-03-19 09:20:15.160 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:20:15.162 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1454 2024-03-19 09:20:15.164 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-03-19 09:20:15.164 | Waiting for keystone to start... 2024-03-19 09:20:15.165 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-03-19 09:20:15.167 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-03-19 09:20:15.169 | + functions:wait_for_service:468 : local timeout=60 2024-03-19 09:20:15.171 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-03-19 09:20:15.173 | + functions:wait_for_service:470 : local rval=0 2024-03-19 09:20:15.175 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-19 09:20:15.177 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-19 09:20:15.179 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:20:15.181 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:20:15.183 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:20:15.187 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840015185 2024-03-19 09:20:15.189 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-19 09:20:15.193 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-03-19 09:20:17.473 | + :: : [[ 200 == 503 ]] 2024-03-19 09:20:17.475 | + :: : [[ 0 -eq 7 ]] 2024-03-19 09:20:17.478 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-19 09:20:17.480 | + functions-common:time_stop:2400 : local name 2024-03-19 09:20:17.482 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:20:17.484 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:20:17.486 | + functions-common:time_stop:2403 : local total 2024-03-19 09:20:17.487 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:20:17.489 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-19 09:20:17.491 | + functions-common:time_stop:2407 : start_time=1710840015185 2024-03-19 09:20:17.493 | + functions-common:time_stop:2409 : [[ -z 1710840015185 ]] 2024-03-19 09:20:17.495 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:20:17.499 | + functions-common:time_stop:2412 : end_time=1710840017496 2024-03-19 09:20:17.500 | + functions-common:time_stop:2413 : elapsed_time=2311 2024-03-19 09:20:17.502 | + functions-common:time_stop:2414 : total=0 2024-03-19 09:20:17.504 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:20:17.507 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2311 2024-03-19 09:20:17.509 | + functions:wait_for_service:478 : return 0 2024-03-19 09:20:17.511 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-03-19 09:20:17.524 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:17.526 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-03-19 09:20:17.528 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:20:17.530 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2024-03-19 09:20:18.245 | + stack.sh:main:1135 : bootstrap_keystone 2024-03-19 09:20:18.247 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-03-19 09:20:19.812 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.812 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.813 | 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=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.817 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.825 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.825 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.841 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.857 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.857 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.899 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.899 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.900 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.900 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.900 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.900 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.906 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.906 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.907 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.907 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.907 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.907 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.907 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.911 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.913 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.913 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.913 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.913 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.913 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.914 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.914 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=31402) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-19 09:20:19.940 | INFO dbcounter [-] Registered counter for database keystone 2024-03-19 09:20:19.949 | 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=31402) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:20:19.952 | DEBUG dbcounter [-] [31402] Writer thread running {{(pid=31402) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:20:20.127 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created domain default 2024-03-19 09:20:20.149 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created project admin 2024-03-19 09:20:20.163 | WARNING keystone.common.password_hashing [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-03-19 09:20:20.164 | DEBUG passlib.handlers.bcrypt [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=31402) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2024-03-19 09:20:20.164 | DEBUG passlib.handlers.bcrypt [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=31402) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2024-03-19 09:20:20.198 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created user admin 2024-03-19 09:20:20.204 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created role reader 2024-03-19 09:20:20.211 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created role member 2024-03-19 09:20:20.222 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created implied role where 8052cb3a42de409f9ada98e9e2846df1 implies 573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:20.227 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created role manager 2024-03-19 09:20:20.234 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created implied role where f38e3c10d62d49b4a76a79df2aac527f implies 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:20.239 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created role admin 2024-03-19 09:20:20.246 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created implied role where 4e795d22e914435d9e2fabb1114d154d implies f38e3c10d62d49b4a76a79df2aac527f 2024-03-19 09:20:20.255 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created role service 2024-03-19 09:20:20.260 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Granted role admin on project admin to user admin. 2024-03-19 09:20:20.263 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Granted role admin on the system to user admin. 2024-03-19 09:20:20.268 | WARNING py.warnings [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-03-19 09:20:20.268 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-03-19 09:20:20.268 |  2024-03-19 09:20:20.271 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created region RegionOne 2024-03-19 09:20:20.285 | INFO keystone.cmd.bootstrap [None req-b6540bc9-fd0a-4879-a25d-9a75fcdb186d None None] Created public endpoint http://10.180.1.21/identity 2024-03-19 09:20:20.570 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-03-19 09:20:20.572 | + stack.sh:main:1138 : create_keystone_accounts 2024-03-19 09:20:20.574 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-03-19 09:20:20.577 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-03-19 09:20:22.106 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:22.109 | + lib/keystone:create_keystone_accounts:315 : admin_project=ceccc419c523485c9cfd4ecb6ebb0c9b 2024-03-19 09:20:22.111 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-03-19 09:20:22.113 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-03-19 09:20:23.208 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:23.211 | + lib/keystone:create_keystone_accounts:317 : admin_user=f15cd7392d074c8ba652aef7b0942424 2024-03-19 09:20:23.213 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-03-19 09:20:23.215 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-03-19 09:20:23.217 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-03-19 09:20:23.218 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin f15cd7392d074c8ba652aef7b0942424 default 2024-03-19 09:20:23.264 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin f15cd7392d074c8ba652aef7b0942424 default 2024-03-19 09:20:23.291 | [4768 Async ks-domain-role:31526]: running: get_or_add_user_domain_role admin f15cd7392d074c8ba652aef7b0942424 default 2024-03-19 09:20:23.293 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-03-19 09:20:23.295 | + functions-common:get_or_create_domain:855 : local domain_id 2024-03-19 09:20:23.298 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-03-19 09:20:24.728 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:24.730 | + functions-common:get_or_create_domain:860 : domain_id=default 2024-03-19 09:20:24.732 | + functions-common:get_or_create_domain:861 : echo default 2024-03-19 09:20:24.732 | default 2024-03-19 09:20:24.734 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-03-19 09:20:24.785 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-03-19 09:20:24.814 | [4768 Async ks-project:31652]: running: get_or_create_project service Default 2024-03-19 09:20:24.816 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-03-19 09:20:24.862 | + inc/async:async_inner:63 : get_or_create_role service 2024-03-19 09:20:24.891 | [4768 Async ks-service:31748]: running: get_or_create_role service 2024-03-19 09:20:24.893 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-03-19 09:20:24.938 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-03-19 09:20:24.968 | [4768 Async ks-reseller:31844]: running: get_or_create_role ResellerAdmin 2024-03-19 09:20:24.969 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-03-19 09:20:24.971 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-03-19 09:20:25.017 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-03-19 09:20:25.047 | [4768 Async ks-anotherrole:31941]: running: get_or_create_role anotherrole 2024-03-19 09:20:25.049 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-03-19 09:20:25.053 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-03-19 09:20:25.055 | ++ functions-common:get_or_create_project:905 : local project_id 2024-03-19 09:20:25.057 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-03-19 09:20:26.210 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:26.230 | [31652 Async ks-project:31652]: finished successfully 2024-03-19 09:20:26.333 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:26.351 | [31844 Async ks-reseller:31844]: finished successfully 2024-03-19 09:20:26.417 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:26.435 | [31941 Async ks-anotherrole:31941]: finished successfully 2024-03-19 09:20:26.489 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:26.507 | [31748 Async ks-service:31748]: finished successfully 2024-03-19 09:20:26.547 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:26.561 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:26.563 | ++ functions-common:get_or_create_project:911 : project_id=eabe29e1c8ab4878b43ba3df4df1eb1a 2024-03-19 09:20:26.565 | ++ functions-common:get_or_create_project:912 : echo eabe29e1c8ab4878b43ba3df4df1eb1a 2024-03-19 09:20:26.565 | [31526 Async ks-domain-role:31526]: finished successfully 2024-03-19 09:20:26.568 | + lib/keystone:create_keystone_accounts:345 : invis_project=eabe29e1c8ab4878b43ba3df4df1eb1a 2024-03-19 09:20:26.570 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-03-19 09:20:26.572 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-03-19 09:20:26.575 | ++ functions-common:get_or_create_project:905 : local project_id 2024-03-19 09:20:26.577 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-03-19 09:20:27.791 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:27.794 | ++ functions-common:get_or_create_project:911 : project_id=57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:27.795 | ++ functions-common:get_or_create_project:912 : echo 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:27.798 | + lib/keystone:create_keystone_accounts:349 : demo_project=57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:27.800 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-03-19 09:20:27.802 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-03-19 09:20:27.804 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:20:27.806 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2024-03-19 09:20:27.808 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2024-03-19 09:20:27.811 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-03-19 09:20:29.016 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:29.018 | ++ functions-common:get_or_create_user:898 : user_id=a782dc79659441829f7d077f80b7de4d 2024-03-19 09:20:29.020 | ++ functions-common:get_or_create_user:899 : echo a782dc79659441829f7d077f80b7de4d 2024-03-19 09:20:29.022 | + lib/keystone:create_keystone_accounts:352 : demo_user=a782dc79659441829f7d077f80b7de4d 2024-03-19 09:20:29.024 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-03-19 09:20:29.060 | [4768 Async ks-domain-role:31526]: Waiting for completion of get_or_add_user_domain_role admin f15cd7392d074c8ba652aef7b0942424 default running on PID 31526 (6 other jobs running) 2024-03-19 09:20:29.077 | [4768 Async ks-domain-role:31526]: Signaling child to exit 2024-03-19 09:20:29.077 | WAKEUP 2024-03-19 09:20:29.093 | [4768 Async ks-domain-role:31526]: Signaled 2024-03-19 09:20:29.094 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2024-03-19 09:20:29.094 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user f15cd7392d074c8ba652aef7b0942424 --domain default 2024-03-19 09:20:29.094 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f15cd7392d074c8ba652aef7b0942424 --domain default -c Role -f value 2024-03-19 09:20:29.094 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:29.094 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:29.094 | + functions-common:get_or_add_user_domain_role:982 : echo 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:29.094 | 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:29.124 | [4768 Async ks-domain-role:31526]: finished get_or_add_user_domain_role admin f15cd7392d074c8ba652aef7b0942424 default with result 0 in 3 seconds 2024-03-19 09:20:29.129 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-03-19 09:20:29.153 | [4768 Async ks-project:31652]: Waiting for completion of get_or_create_project service Default running on PID 31652 (5 other jobs running) 2024-03-19 09:20:29.169 | [4768 Async ks-project:31652]: Signaling child to exit 2024-03-19 09:20:29.170 | WAKEUP 2024-03-19 09:20:29.185 | [4768 Async ks-project:31652]: Signaled 2024-03-19 09:20:29.185 | + functions-common:get_or_create_project:905 : local project_id 2024-03-19 09:20:29.185 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-03-19 09:20:29.185 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:29.185 | + functions-common:get_or_create_project:911 : project_id=21fc77ba4b0a4a24851d1e7986330ae0 2024-03-19 09:20:29.185 | + functions-common:get_or_create_project:912 : echo 21fc77ba4b0a4a24851d1e7986330ae0 2024-03-19 09:20:29.185 | 21fc77ba4b0a4a24851d1e7986330ae0 2024-03-19 09:20:29.215 | [4768 Async ks-project:31652]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-03-19 09:20:29.241 | [4768 Async ks-service:31748]: Waiting for completion of get_or_create_role service running on PID 31748 (4 other jobs running) 2024-03-19 09:20:29.258 | [4768 Async ks-service:31748]: Signaling child to exit 2024-03-19 09:20:29.258 | WAKEUP 2024-03-19 09:20:29.273 | [4768 Async ks-service:31748]: Signaled 2024-03-19 09:20:29.274 | + functions-common:get_or_create_role:918 : local role_id 2024-03-19 09:20:29.274 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-03-19 09:20:29.274 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:29.274 | + functions-common:get_or_create_role:923 : role_id=e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:20:29.274 | + functions-common:get_or_create_role:924 : echo e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:20:29.274 | e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:20:29.304 | [4768 Async ks-service:31748]: finished get_or_create_role service with result 0 in 1 seconds 2024-03-19 09:20:29.329 | [4768 Async ks-reseller:31844]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 31844 (3 other jobs running) 2024-03-19 09:20:29.347 | [4768 Async ks-reseller:31844]: Signaling child to exit 2024-03-19 09:20:29.347 | WAKEUP 2024-03-19 09:20:29.363 | [4768 Async ks-reseller:31844]: Signaled 2024-03-19 09:20:29.363 | + functions-common:get_or_create_role:918 : local role_id 2024-03-19 09:20:29.363 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-03-19 09:20:29.363 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:29.363 | + functions-common:get_or_create_role:923 : role_id=6d0265f5f1ce4eaba6efe2e9adbd9b1e 2024-03-19 09:20:29.363 | + functions-common:get_or_create_role:924 : echo 6d0265f5f1ce4eaba6efe2e9adbd9b1e 2024-03-19 09:20:29.363 | 6d0265f5f1ce4eaba6efe2e9adbd9b1e 2024-03-19 09:20:29.394 | [4768 Async ks-reseller:31844]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-03-19 09:20:29.419 | [4768 Async ks-anotherrole:31941]: Waiting for completion of get_or_create_role anotherrole running on PID 31941 (2 other jobs running) 2024-03-19 09:20:29.436 | [4768 Async ks-anotherrole:31941]: Signaling child to exit 2024-03-19 09:20:29.436 | WAKEUP 2024-03-19 09:20:29.451 | [4768 Async ks-anotherrole:31941]: Signaled 2024-03-19 09:20:29.452 | + functions-common:get_or_create_role:918 : local role_id 2024-03-19 09:20:29.452 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-03-19 09:20:29.452 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:29.452 | + functions-common:get_or_create_role:923 : role_id=46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:29.452 | + functions-common:get_or_create_role:924 : echo 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:29.452 | 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:29.483 | [4768 Async ks-anotherrole:31941]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-03-19 09:20:29.486 | + inc/async:async_wait:197 : return 0 2024-03-19 09:20:29.487 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.534 | + inc/async:async_inner:63 : get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.564 | [4768 Async ks-demo-member:32782]: running: get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.566 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin f15cd7392d074c8ba652aef7b0942424 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.612 | + inc/async:async_inner:63 : get_or_add_user_project_role admin f15cd7392d074c8ba652aef7b0942424 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.642 | [4768 Async ks-demo-admin:32878]: running: get_or_add_user_project_role admin f15cd7392d074c8ba652aef7b0942424 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.644 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.693 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.722 | [4768 Async ks-demo-another:32975]: running: get_or_add_user_project_role anotherrole a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:29.724 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d eabe29e1c8ab4878b43ba3df4df1eb1a 2024-03-19 09:20:29.771 | + inc/async:async_inner:63 : get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d eabe29e1c8ab4878b43ba3df4df1eb1a 2024-03-19 09:20:29.801 | [4768 Async ks-demo-invis:33073]: running: get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d eabe29e1c8ab4878b43ba3df4df1eb1a 2024-03-19 09:20:29.803 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-03-19 09:20:29.806 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-03-19 09:20:29.808 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:20:29.809 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2024-03-19 09:20:29.811 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2024-03-19 09:20:29.814 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-03-19 09:20:31.404 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:31.406 | ++ functions-common:get_or_create_user:898 : user_id=8e98b7a384a04f5faee6e78eb322053f 2024-03-19 09:20:31.408 | ++ functions-common:get_or_create_user:899 : echo 8e98b7a384a04f5faee6e78eb322053f 2024-03-19 09:20:31.410 | + lib/keystone:create_keystone_accounts:365 : demo_reader=8e98b7a384a04f5faee6e78eb322053f 2024-03-19 09:20:31.412 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 8e98b7a384a04f5faee6e78eb322053f 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:31.463 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 8e98b7a384a04f5faee6e78eb322053f 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:31.497 | [4768 Async ks-demo-reader:33250]: running: get_or_add_user_project_role reader 8e98b7a384a04f5faee6e78eb322053f 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:31.499 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-03-19 09:20:31.502 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-03-19 09:20:31.504 | ++ functions-common:get_or_create_project:905 : local project_id 2024-03-19 09:20:31.506 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-03-19 09:20:32.844 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:32.863 | [32782 Async ks-demo-member:32782]: finished successfully 2024-03-19 09:20:33.150 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:33.152 | ++ functions-common:get_or_create_project:911 : project_id=9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:33.154 | ++ functions-common:get_or_create_project:912 : echo 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:33.157 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:33.159 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-03-19 09:20:33.161 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-03-19 09:20:33.163 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:20:33.165 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2024-03-19 09:20:33.167 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2024-03-19 09:20:33.170 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-03-19 09:20:33.334 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:33.354 | [32878 Async ks-demo-admin:32878]: finished successfully 2024-03-19 09:20:33.592 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:33.611 | [32975 Async ks-demo-another:32975]: finished successfully 2024-03-19 09:20:33.664 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:33.682 | [33073 Async ks-demo-invis:33073]: finished successfully 2024-03-19 09:20:34.432 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:34.435 | ++ functions-common:get_or_create_user:898 : user_id=320f1edc4ca145a297479b1d7ee7a7c6 2024-03-19 09:20:34.437 | ++ functions-common:get_or_create_user:899 : echo 320f1edc4ca145a297479b1d7ee7a7c6 2024-03-19 09:20:34.439 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=320f1edc4ca145a297479b1d7ee7a7c6 2024-03-19 09:20:34.441 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:34.488 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:34.520 | [4768 Async ks-alt-admin:33680]: running: get_or_add_user_project_role admin 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:34.522 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:34.571 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:34.602 | [4768 Async ks-alt-another:33776]: running: get_or_add_user_project_role anotherrole 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:34.604 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-03-19 09:20:34.606 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-03-19 09:20:34.609 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:20:34.611 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2024-03-19 09:20:34.613 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2024-03-19 09:20:34.615 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-03-19 09:20:35.156 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:35.174 | [33250 Async ks-demo-reader:33250]: finished successfully 2024-03-19 09:20:35.906 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:35.909 | ++ functions-common:get_or_create_user:898 : user_id=4f19c141856d45e99c78812f489f4eb0 2024-03-19 09:20:35.910 | ++ functions-common:get_or_create_user:899 : echo 4f19c141856d45e99c78812f489f4eb0 2024-03-19 09:20:35.913 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=4f19c141856d45e99c78812f489f4eb0 2024-03-19 09:20:35.915 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 4f19c141856d45e99c78812f489f4eb0 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:35.969 | + inc/async:async_inner:63 : get_or_add_user_project_role member 4f19c141856d45e99c78812f489f4eb0 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:36.001 | [4768 Async ks-alt-member-user:33953]: running: get_or_add_user_project_role member 4f19c141856d45e99c78812f489f4eb0 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:36.003 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-03-19 09:20:36.006 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-03-19 09:20:36.008 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:20:36.011 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2024-03-19 09:20:36.013 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2024-03-19 09:20:36.017 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-03-19 09:20:37.365 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:37.368 | ++ functions-common:get_or_create_user:898 : user_id=196703e5303047fbbd246bb3ff3c0c40 2024-03-19 09:20:37.370 | ++ functions-common:get_or_create_user:899 : echo 196703e5303047fbbd246bb3ff3c0c40 2024-03-19 09:20:37.372 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=196703e5303047fbbd246bb3ff3c0c40 2024-03-19 09:20:37.374 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 196703e5303047fbbd246bb3ff3c0c40 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:37.427 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 196703e5303047fbbd246bb3ff3c0c40 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:37.462 | [4768 Async ks-alt-reader-user:34127]: running: get_or_add_user_project_role reader 196703e5303047fbbd246bb3ff3c0c40 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:37.464 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-03-19 09:20:37.467 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:20:37.469 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2024-03-19 09:20:37.471 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2024-03-19 09:20:37.474 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-03-19 09:20:37.821 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:37.840 | [33680 Async ks-alt-admin:33680]: finished successfully 2024-03-19 09:20:37.936 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:37.954 | [33776 Async ks-alt-another:33776]: finished successfully 2024-03-19 09:20:38.745 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:38.748 | ++ functions-common:get_or_create_user:898 : user_id=f4b3c2630db04e96977c9ee2e1b3f14e 2024-03-19 09:20:38.750 | ++ functions-common:get_or_create_user:899 : echo f4b3c2630db04e96977c9ee2e1b3f14e 2024-03-19 09:20:38.752 | + lib/keystone:create_keystone_accounts:397 : system_member_user=f4b3c2630db04e96977c9ee2e1b3f14e 2024-03-19 09:20:38.755 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member f4b3c2630db04e96977c9ee2e1b3f14e all 2024-03-19 09:20:38.804 | + inc/async:async_inner:63 : get_or_add_user_system_role member f4b3c2630db04e96977c9ee2e1b3f14e all 2024-03-19 09:20:38.837 | [4768 Async ks-system-member:34360]: running: get_or_add_user_system_role member f4b3c2630db04e96977c9ee2e1b3f14e all 2024-03-19 09:20:38.840 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-03-19 09:20:38.842 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:20:38.844 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2024-03-19 09:20:38.846 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2024-03-19 09:20:38.848 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-03-19 09:20:39.328 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:39.347 | [33953 Async ks-alt-member-user:33953]: finished successfully 2024-03-19 09:20:40.101 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:40.104 | ++ functions-common:get_or_create_user:898 : user_id=d5f41bc7de3e484e98814ad2f8d14800 2024-03-19 09:20:40.107 | ++ functions-common:get_or_create_user:899 : echo d5f41bc7de3e484e98814ad2f8d14800 2024-03-19 09:20:40.109 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=d5f41bc7de3e484e98814ad2f8d14800 2024-03-19 09:20:40.111 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader d5f41bc7de3e484e98814ad2f8d14800 all 2024-03-19 09:20:40.161 | + inc/async:async_inner:63 : get_or_add_user_system_role reader d5f41bc7de3e484e98814ad2f8d14800 all 2024-03-19 09:20:40.194 | [4768 Async ks-system-reader:34568]: running: get_or_add_user_system_role reader d5f41bc7de3e484e98814ad2f8d14800 all 2024-03-19 09:20:40.197 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-03-19 09:20:40.200 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-03-19 09:20:40.202 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2024-03-19 09:20:40.204 | ++ functions-common:get_or_create_group:868 : local group_id 2024-03-19 09:20:40.207 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-03-19 09:20:40.564 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:40.583 | [34127 Async ks-alt-reader-user:34127]: finished successfully 2024-03-19 09:20:41.501 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:41.503 | ++ functions-common:get_or_create_group:875 : group_id=b5dfd83698e046f6b3546af55453997e 2024-03-19 09:20:41.506 | ++ functions-common:get_or_create_group:876 : echo b5dfd83698e046f6b3546af55453997e 2024-03-19 09:20:41.509 | + lib/keystone:create_keystone_accounts:407 : admin_group=b5dfd83698e046f6b3546af55453997e 2024-03-19 09:20:41.511 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-03-19 09:20:41.513 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-03-19 09:20:41.515 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2024-03-19 09:20:41.518 | ++ functions-common:get_or_create_group:868 : local group_id 2024-03-19 09:20:41.520 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-03-19 09:20:42.765 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:42.767 | ++ functions-common:get_or_create_group:875 : group_id=c62dfe8c65eb44448a28511ec96c0ae2 2024-03-19 09:20:42.769 | ++ functions-common:get_or_create_group:876 : echo c62dfe8c65eb44448a28511ec96c0ae2 2024-03-19 09:20:42.772 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=c62dfe8c65eb44448a28511ec96c0ae2 2024-03-19 09:20:42.774 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:42.824 | + inc/async:async_inner:63 : get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:42.855 | [4768 Async ks-group-memberdemo:34837]: running: get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:42.856 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:42.913 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:42.944 | [4768 Async ks-group-anotherdemo:34916]: running: get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:42.946 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:43.007 | + inc/async:async_inner:63 : get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:43.036 | [4768 Async ks-group-memberalt:35010]: running: get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:43.038 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:43.086 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:43.131 | [4768 Async ks-group-anotheralt:35094]: running: get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:43.133 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin b5dfd83698e046f6b3546af55453997e ceccc419c523485c9cfd4ecb6ebb0c9b 2024-03-19 09:20:43.182 | + inc/async:async_inner:63 : get_or_add_group_project_role admin b5dfd83698e046f6b3546af55453997e ceccc419c523485c9cfd4ecb6ebb0c9b 2024-03-19 09:20:43.191 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:43.212 | [34360 Async ks-system-member:34360]: finished successfully 2024-03-19 09:20:43.217 | [4768 Async ks-group-admin:35175]: running: get_or_add_group_project_role admin b5dfd83698e046f6b3546af55453997e ceccc419c523485c9cfd4ecb6ebb0c9b 2024-03-19 09:20:43.219 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-03-19 09:20:43.258 | [4768 Async ks-demo-member:32782]: Waiting for completion of get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 running on PID 32782 (17 other jobs running) 2024-03-19 09:20:43.275 | [4768 Async ks-demo-member:32782]: Signaling child to exit 2024-03-19 09:20:43.275 | WAKEUP 2024-03-19 09:20:43.291 | [4768 Async ks-demo-member:32782]: Signaled 2024-03-19 09:20:43.292 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:43.292 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:43.292 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:43.292 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:43.292 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:43.292 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:43.292 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:43.292 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:43.292 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:43.292 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user a782dc79659441829f7d077f80b7de4d --project 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:43.292 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a782dc79659441829f7d077f80b7de4d --project 57934048106c42da987cd4e0978e28b4 -c Role -f value 2024-03-19 09:20:43.292 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:43.292 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:43.292 | + functions-common:get_or_add_user_project_role:963 : echo 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:43.292 | 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:43.323 | [4768 Async ks-demo-member:32782]: finished get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 with result 0 in 3 seconds 2024-03-19 09:20:43.348 | [4768 Async ks-demo-admin:32878]: Waiting for completion of get_or_add_user_project_role admin f15cd7392d074c8ba652aef7b0942424 57934048106c42da987cd4e0978e28b4 running on PID 32878 (16 other jobs running) 2024-03-19 09:20:43.365 | [4768 Async ks-demo-admin:32878]: Signaling child to exit 2024-03-19 09:20:43.365 | WAKEUP 2024-03-19 09:20:43.382 | [4768 Async ks-demo-admin:32878]: Signaled 2024-03-19 09:20:43.382 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:43.382 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:43.382 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:43.382 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:43.382 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:43.382 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:43.382 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:43.382 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:43.382 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:43.382 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user f15cd7392d074c8ba652aef7b0942424 --project 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:43.382 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f15cd7392d074c8ba652aef7b0942424 --project 57934048106c42da987cd4e0978e28b4 -c Role -f value 2024-03-19 09:20:43.382 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:43.382 | + functions-common:get_or_add_user_project_role:962 : user_role_id=4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:43.382 | + functions-common:get_or_add_user_project_role:963 : echo 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:43.382 | 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:43.414 | [4768 Async ks-demo-admin:32878]: finished get_or_add_user_project_role admin f15cd7392d074c8ba652aef7b0942424 57934048106c42da987cd4e0978e28b4 with result 0 in 3 seconds 2024-03-19 09:20:43.440 | [4768 Async ks-demo-another:32975]: Waiting for completion of get_or_add_user_project_role anotherrole a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 running on PID 32975 (15 other jobs running) 2024-03-19 09:20:43.457 | [4768 Async ks-demo-another:32975]: Signaling child to exit 2024-03-19 09:20:43.458 | WAKEUP 2024-03-19 09:20:43.474 | [4768 Async ks-demo-another:32975]: Signaled 2024-03-19 09:20:43.474 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:43.474 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:43.474 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:43.474 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:43.474 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:43.474 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:43.474 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:43.474 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:43.474 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:43.474 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user a782dc79659441829f7d077f80b7de4d --project 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:43.474 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user a782dc79659441829f7d077f80b7de4d --project 57934048106c42da987cd4e0978e28b4 -c Role -f value 2024-03-19 09:20:43.474 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:43.474 | + functions-common:get_or_add_user_project_role:962 : user_role_id=46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:43.474 | + functions-common:get_or_add_user_project_role:963 : echo 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:43.474 | 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:43.505 | [4768 Async ks-demo-another:32975]: finished get_or_add_user_project_role anotherrole a782dc79659441829f7d077f80b7de4d 57934048106c42da987cd4e0978e28b4 with result 0 in 3 seconds 2024-03-19 09:20:43.530 | [4768 Async ks-demo-invis:33073]: Waiting for completion of get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d eabe29e1c8ab4878b43ba3df4df1eb1a running on PID 33073 (14 other jobs running) 2024-03-19 09:20:43.548 | [4768 Async ks-demo-invis:33073]: Signaling child to exit 2024-03-19 09:20:43.549 | WAKEUP 2024-03-19 09:20:43.564 | [4768 Async ks-demo-invis:33073]: Signaled 2024-03-19 09:20:43.565 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:43.565 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:43.565 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:43.565 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:43.565 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:43.565 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:43.565 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:43.565 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:43.565 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:43.565 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user a782dc79659441829f7d077f80b7de4d --project eabe29e1c8ab4878b43ba3df4df1eb1a 2024-03-19 09:20:43.565 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a782dc79659441829f7d077f80b7de4d --project eabe29e1c8ab4878b43ba3df4df1eb1a -c Role -f value 2024-03-19 09:20:43.565 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:43.565 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:43.565 | + functions-common:get_or_add_user_project_role:963 : echo 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:43.565 | 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:43.596 | [4768 Async ks-demo-invis:33073]: finished get_or_add_user_project_role member a782dc79659441829f7d077f80b7de4d eabe29e1c8ab4878b43ba3df4df1eb1a with result 0 in 3 seconds 2024-03-19 09:20:43.622 | [4768 Async ks-demo-reader:33250]: Waiting for completion of get_or_add_user_project_role reader 8e98b7a384a04f5faee6e78eb322053f 57934048106c42da987cd4e0978e28b4 running on PID 33250 (13 other jobs running) 2024-03-19 09:20:43.639 | [4768 Async ks-demo-reader:33250]: Signaling child to exit 2024-03-19 09:20:43.640 | WAKEUP 2024-03-19 09:20:43.656 | [4768 Async ks-demo-reader:33250]: Signaled 2024-03-19 09:20:43.657 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:43.657 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:43.657 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:43.657 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:43.657 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:43.657 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:43.657 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:43.657 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:43.657 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:43.657 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 8e98b7a384a04f5faee6e78eb322053f --project 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:43.657 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 8e98b7a384a04f5faee6e78eb322053f --project 57934048106c42da987cd4e0978e28b4 -c Role -f value 2024-03-19 09:20:43.657 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:43.657 | + functions-common:get_or_add_user_project_role:962 : user_role_id=573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:43.657 | + functions-common:get_or_add_user_project_role:963 : echo 573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:43.657 | 573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:43.688 | [4768 Async ks-demo-reader:33250]: finished get_or_add_user_project_role reader 8e98b7a384a04f5faee6e78eb322053f 57934048106c42da987cd4e0978e28b4 with result 0 in 3 seconds 2024-03-19 09:20:43.691 | + inc/async:async_wait:197 : return 0 2024-03-19 09:20:43.693 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-03-19 09:20:43.739 | [4768 Async ks-alt-admin:33680]: Waiting for completion of get_or_add_user_project_role admin 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 running on PID 33680 (12 other jobs running) 2024-03-19 09:20:43.757 | [4768 Async ks-alt-admin:33680]: Signaling child to exit 2024-03-19 09:20:43.758 | WAKEUP 2024-03-19 09:20:43.773 | [4768 Async ks-alt-admin:33680]: Signaled 2024-03-19 09:20:43.774 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:43.774 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:43.774 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:43.774 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:43.774 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:43.774 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:43.774 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:43.774 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:43.774 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:43.774 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 320f1edc4ca145a297479b1d7ee7a7c6 --project 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:43.774 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 320f1edc4ca145a297479b1d7ee7a7c6 --project 9dc754e907f844d8a0fc23118dc94a72 -c Role -f value 2024-03-19 09:20:43.774 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:43.774 | + functions-common:get_or_add_user_project_role:962 : user_role_id=4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:43.774 | + functions-common:get_or_add_user_project_role:963 : echo 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:43.774 | 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:43.810 | [4768 Async ks-alt-admin:33680]: finished get_or_add_user_project_role admin 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 with result 0 in 3 seconds 2024-03-19 09:20:43.839 | [4768 Async ks-alt-another:33776]: Waiting for completion of get_or_add_user_project_role anotherrole 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 running on PID 33776 (11 other jobs running) 2024-03-19 09:20:43.878 | [4768 Async ks-alt-another:33776]: Signaling child to exit 2024-03-19 09:20:43.880 | WAKEUP 2024-03-19 09:20:43.900 | [4768 Async ks-alt-another:33776]: Signaled 2024-03-19 09:20:43.901 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:43.901 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:43.901 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:43.901 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:43.901 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:43.901 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:43.901 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:43.901 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:43.901 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:43.901 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 320f1edc4ca145a297479b1d7ee7a7c6 --project 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:43.901 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 320f1edc4ca145a297479b1d7ee7a7c6 --project 9dc754e907f844d8a0fc23118dc94a72 -c Role -f value 2024-03-19 09:20:43.901 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:43.901 | + functions-common:get_or_add_user_project_role:962 : user_role_id=46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:43.901 | + functions-common:get_or_add_user_project_role:963 : echo 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:43.901 | 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:43.949 | [4768 Async ks-alt-another:33776]: finished get_or_add_user_project_role anotherrole 320f1edc4ca145a297479b1d7ee7a7c6 9dc754e907f844d8a0fc23118dc94a72 with result 0 in 3 seconds 2024-03-19 09:20:43.991 | [4768 Async ks-alt-member-user:33953]: Waiting for completion of get_or_add_user_project_role member 4f19c141856d45e99c78812f489f4eb0 9dc754e907f844d8a0fc23118dc94a72 running on PID 33953 (10 other jobs running) 2024-03-19 09:20:44.025 | [4768 Async ks-alt-member-user:33953]: Signaling child to exit 2024-03-19 09:20:44.025 | WAKEUP 2024-03-19 09:20:44.042 | [4768 Async ks-alt-member-user:33953]: Signaled 2024-03-19 09:20:44.043 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:44.043 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:44.043 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:44.043 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:44.043 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:44.043 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:44.043 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:44.043 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:44.043 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:44.043 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 4f19c141856d45e99c78812f489f4eb0 --project 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:44.043 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 4f19c141856d45e99c78812f489f4eb0 --project 9dc754e907f844d8a0fc23118dc94a72 -c Role -f value 2024-03-19 09:20:44.043 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:44.043 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:44.043 | + functions-common:get_or_add_user_project_role:963 : echo 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:44.043 | 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:44.079 | [4768 Async ks-alt-member-user:33953]: finished get_or_add_user_project_role member 4f19c141856d45e99c78812f489f4eb0 9dc754e907f844d8a0fc23118dc94a72 with result 0 in 3 seconds 2024-03-19 09:20:44.110 | [4768 Async ks-alt-reader-user:34127]: Waiting for completion of get_or_add_user_project_role reader 196703e5303047fbbd246bb3ff3c0c40 9dc754e907f844d8a0fc23118dc94a72 running on PID 34127 (9 other jobs running) 2024-03-19 09:20:44.141 | [4768 Async ks-alt-reader-user:34127]: Signaling child to exit 2024-03-19 09:20:44.141 | WAKEUP 2024-03-19 09:20:44.159 | [4768 Async ks-alt-reader-user:34127]: Signaled 2024-03-19 09:20:44.160 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:20:44.161 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:20:44.161 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-19 09:20:44.161 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:44.161 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:44.161 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:44.161 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:44.161 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:44.161 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-19 09:20:44.161 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 196703e5303047fbbd246bb3ff3c0c40 --project 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:44.161 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 196703e5303047fbbd246bb3ff3c0c40 --project 9dc754e907f844d8a0fc23118dc94a72 -c Role -f value 2024-03-19 09:20:44.161 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:44.161 | + functions-common:get_or_add_user_project_role:962 : user_role_id=573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:44.161 | + functions-common:get_or_add_user_project_role:963 : echo 573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:44.161 | 573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:44.195 | [4768 Async ks-alt-reader-user:34127]: finished get_or_add_user_project_role reader 196703e5303047fbbd246bb3ff3c0c40 9dc754e907f844d8a0fc23118dc94a72 with result 0 in 3 seconds 2024-03-19 09:20:44.198 | + inc/async:async_wait:197 : return 0 2024-03-19 09:20:44.200 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-03-19 09:20:44.253 | [4768 Async ks-system-member:34360]: Waiting for completion of get_or_add_user_system_role member f4b3c2630db04e96977c9ee2e1b3f14e all running on PID 34360 (8 other jobs running) 2024-03-19 09:20:44.285 | [4768 Async ks-system-member:34360]: Signaling child to exit 2024-03-19 09:20:44.285 | WAKEUP 2024-03-19 09:20:44.306 | [4768 Async ks-system-member:34360]: Signaled 2024-03-19 09:20:44.307 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2024-03-19 09:20:44.307 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2024-03-19 09:20:44.307 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2024-03-19 09:20:44.307 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:44.307 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:44.307 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:44.307 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:44.307 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:44.307 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2024-03-19 09:20:44.307 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f4b3c2630db04e96977c9ee2e1b3f14e --system all -f value -c Role 2024-03-19 09:20:44.308 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:44.308 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2024-03-19 09:20:44.308 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2024-03-19 09:20:44.308 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user f4b3c2630db04e96977c9ee2e1b3f14e --system all 2024-03-19 09:20:44.308 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f4b3c2630db04e96977c9ee2e1b3f14e --system all -f value -c Role 2024-03-19 09:20:44.308 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:44.308 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2024-03-19 09:20:44.308 | + functions-common:get_or_add_user_system_role:1013 : echo 2024-03-19 09:20:44.308 | 2024-03-19 09:20:44.362 | [4768 Async ks-system-member:34360]: finished get_or_add_user_system_role member f4b3c2630db04e96977c9ee2e1b3f14e all with result 0 in 4 seconds 2024-03-19 09:20:44.393 | [4768 Async ks-system-reader:34568]: Waiting for completion of get_or_add_user_system_role reader d5f41bc7de3e484e98814ad2f8d14800 all running on PID 34568 (7 other jobs running) 2024-03-19 09:20:44.414 | [4768 Async ks-system-reader:34568]: Signaling child to exit 2024-03-19 09:20:44.473 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:44.492 | [34568 Async ks-system-reader:34568]: finished successfully 2024-03-19 09:20:44.510 | WAKEUP 2024-03-19 09:20:44.526 | [4768 Async ks-system-reader:34568]: Signaled 2024-03-19 09:20:44.527 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2024-03-19 09:20:44.527 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2024-03-19 09:20:44.527 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2024-03-19 09:20:44.527 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:20:44.527 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:20:44.527 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-19 09:20:44.527 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-19 09:20:44.527 | ++ functions-common:_get_domain_args:940 : echo 2024-03-19 09:20:44.527 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2024-03-19 09:20:44.527 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d5f41bc7de3e484e98814ad2f8d14800 --system all -f value -c Role 2024-03-19 09:20:44.527 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:44.527 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2024-03-19 09:20:44.527 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2024-03-19 09:20:44.527 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user d5f41bc7de3e484e98814ad2f8d14800 --system all 2024-03-19 09:20:44.527 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d5f41bc7de3e484e98814ad2f8d14800 --system all -f value -c Role 2024-03-19 09:20:44.527 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:44.527 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:44.527 | + functions-common:get_or_add_user_system_role:1013 : echo 573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:44.527 | 573684a77bd243b7bc67bbd9dc3ece14 2024-03-19 09:20:44.559 | [4768 Async ks-system-reader:34568]: finished get_or_add_user_system_role reader d5f41bc7de3e484e98814ad2f8d14800 all with result 0 in 4 seconds 2024-03-19 09:20:44.562 | + inc/async:async_wait:197 : return 0 2024-03-19 09:20:44.564 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-03-19 09:20:44.600 | [4768 Async ks-group-memberdemo:34837]: Waiting for completion of get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 running on PID 34837 (6 other jobs running) 2024-03-19 09:20:44.618 | [4768 Async ks-group-memberdemo:34837]: Signaling child to exit 2024-03-19 09:20:45.855 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:45.875 | [34837 Async ks-group-memberdemo:34837]: finished successfully 2024-03-19 09:20:45.893 | WAKEUP 2024-03-19 09:20:45.909 | [4768 Async ks-group-memberdemo:34837]: Signaled 2024-03-19 09:20:45.910 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-19 09:20:45.910 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group c62dfe8c65eb44448a28511ec96c0ae2 --project 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:45.910 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group c62dfe8c65eb44448a28511ec96c0ae2 --project 57934048106c42da987cd4e0978e28b4 -f value -c Role 2024-03-19 09:20:45.910 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:45.910 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:45.910 | + functions-common:get_or_add_group_project_role:1032 : echo 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:45.910 | 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:45.942 | [4768 Async ks-group-memberdemo:34837]: finished get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 with result 0 in 3 seconds 2024-03-19 09:20:45.971 | [4768 Async ks-group-anotherdemo:34916]: Waiting for completion of get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 running on PID 34916 (5 other jobs running) 2024-03-19 09:20:45.990 | [4768 Async ks-group-anotherdemo:34916]: Signaling child to exit 2024-03-19 09:20:46.100 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:46.118 | [34916 Async ks-group-anotherdemo:34916]: finished successfully 2024-03-19 09:20:46.135 | WAKEUP 2024-03-19 09:20:46.151 | [4768 Async ks-group-anotherdemo:34916]: Signaled 2024-03-19 09:20:46.152 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-19 09:20:46.152 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group c62dfe8c65eb44448a28511ec96c0ae2 --project 57934048106c42da987cd4e0978e28b4 2024-03-19 09:20:46.152 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group c62dfe8c65eb44448a28511ec96c0ae2 --project 57934048106c42da987cd4e0978e28b4 -f value -c Role 2024-03-19 09:20:46.152 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:46.152 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:46.152 | + functions-common:get_or_add_group_project_role:1032 : echo 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:46.152 | 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:46.186 | [4768 Async ks-group-anotherdemo:34916]: finished get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 57934048106c42da987cd4e0978e28b4 with result 0 in 3 seconds 2024-03-19 09:20:46.214 | [4768 Async ks-group-memberalt:35010]: Waiting for completion of get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 running on PID 35010 (4 other jobs running) 2024-03-19 09:20:46.232 | [4768 Async ks-group-memberalt:35010]: Signaling child to exit 2024-03-19 09:20:46.423 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:46.442 | [35010 Async ks-group-memberalt:35010]: finished successfully 2024-03-19 09:20:46.458 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:46.461 | WAKEUP 2024-03-19 09:20:46.478 | [35094 Async ks-group-anotheralt:35094]: finished successfully 2024-03-19 09:20:46.478 | [4768 Async ks-group-memberalt:35010]: Signaled 2024-03-19 09:20:46.479 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-19 09:20:46.479 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group c62dfe8c65eb44448a28511ec96c0ae2 --project 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:46.479 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group c62dfe8c65eb44448a28511ec96c0ae2 --project 9dc754e907f844d8a0fc23118dc94a72 -f value -c Role 2024-03-19 09:20:46.479 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:46.479 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:46.479 | + functions-common:get_or_add_group_project_role:1032 : echo 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:46.479 | 8052cb3a42de409f9ada98e9e2846df1 2024-03-19 09:20:46.500 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:46.513 | [4768 Async ks-group-memberalt:35010]: finished get_or_add_group_project_role member c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 with result 0 in 3 seconds 2024-03-19 09:20:46.519 | [35175 Async ks-group-admin:35175]: finished successfully 2024-03-19 09:20:46.540 | [4768 Async ks-group-anotheralt:35094]: Waiting for completion of get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 running on PID 35094 (3 other jobs running) 2024-03-19 09:20:46.558 | [4768 Async ks-group-anotheralt:35094]: Signaling child to exit 2024-03-19 09:20:46.558 | WAKEUP 2024-03-19 09:20:46.574 | [4768 Async ks-group-anotheralt:35094]: Signaled 2024-03-19 09:20:46.575 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-19 09:20:46.575 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group c62dfe8c65eb44448a28511ec96c0ae2 --project 9dc754e907f844d8a0fc23118dc94a72 2024-03-19 09:20:46.575 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group c62dfe8c65eb44448a28511ec96c0ae2 --project 9dc754e907f844d8a0fc23118dc94a72 -f value -c Role 2024-03-19 09:20:46.575 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:46.575 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:46.575 | + functions-common:get_or_add_group_project_role:1032 : echo 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:46.575 | 46b5dc414edf4f69809ac98581b48cf7 2024-03-19 09:20:46.606 | [4768 Async ks-group-anotheralt:35094]: finished get_or_add_group_project_role anotherrole c62dfe8c65eb44448a28511ec96c0ae2 9dc754e907f844d8a0fc23118dc94a72 with result 0 in 3 seconds 2024-03-19 09:20:46.632 | [4768 Async ks-group-admin:35175]: Waiting for completion of get_or_add_group_project_role admin b5dfd83698e046f6b3546af55453997e ceccc419c523485c9cfd4ecb6ebb0c9b running on PID 35175 (2 other jobs running) 2024-03-19 09:20:46.649 | [4768 Async ks-group-admin:35175]: Signaling child to exit 2024-03-19 09:20:46.649 | WAKEUP 2024-03-19 09:20:46.665 | [4768 Async ks-group-admin:35175]: Signaled 2024-03-19 09:20:46.666 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-19 09:20:46.666 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group b5dfd83698e046f6b3546af55453997e --project ceccc419c523485c9cfd4ecb6ebb0c9b 2024-03-19 09:20:46.666 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group b5dfd83698e046f6b3546af55453997e --project ceccc419c523485c9cfd4ecb6ebb0c9b -f value -c Role 2024-03-19 09:20:46.666 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:20:46.666 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:46.666 | + functions-common:get_or_add_group_project_role:1032 : echo 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:46.666 | 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:20:46.696 | [4768 Async ks-group-admin:35175]: finished get_or_add_group_project_role admin b5dfd83698e046f6b3546af55453997e ceccc419c523485c9cfd4ecb6ebb0c9b with result 0 in 3 seconds 2024-03-19 09:20:46.699 | + inc/async:async_wait:197 : return 0 2024-03-19 09:20:46.701 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-03-19 09:20:46.714 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:46.716 | + stack.sh:main:1139 : is_service_enabled nova 2024-03-19 09:20:46.730 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:20:46.732 | + stack.sh:main:1140 : async_runfunc create_nova_accounts 2024-03-19 09:20:46.734 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-03-19 09:20:46.782 | + inc/async:async_inner:63 : create_nova_accounts 2024-03-19 09:20:46.813 | [4768 Async create_nova_accounts:37063]: running: create_nova_accounts 2024-03-19 09:20:46.815 | + stack.sh:main:1142 : is_service_enabled glance 2024-03-19 09:20:46.828 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:20:46.830 | + stack.sh:main:1143 : async_runfunc create_glance_accounts 2024-03-19 09:20:46.832 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-03-19 09:20:46.881 | + inc/async:async_inner:63 : create_glance_accounts 2024-03-19 09:20:46.911 | [4768 Async create_glance_accounts:37186]: running: create_glance_accounts 2024-03-19 09:20:46.914 | + stack.sh:main:1145 : is_service_enabled cinder 2024-03-19 09:20:46.929 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:20:46.931 | + stack.sh:main:1146 : async_runfunc create_cinder_accounts 2024-03-19 09:20:46.933 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-03-19 09:20:46.981 | + inc/async:async_inner:63 : create_cinder_accounts 2024-03-19 09:20:47.013 | [4768 Async create_cinder_accounts:37325]: running: create_cinder_accounts 2024-03-19 09:20:47.015 | + stack.sh:main:1148 : is_service_enabled neutron 2024-03-19 09:20:47.031 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:20:47.033 | + stack.sh:main:1149 : async_runfunc create_neutron_accounts 2024-03-19 09:20:47.034 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-03-19 09:20:47.082 | + inc/async:async_inner:63 : create_neutron_accounts 2024-03-19 09:20:47.115 | [4768 Async create_neutron_accounts:37468]: running: create_neutron_accounts 2024-03-19 09:20:47.117 | + stack.sh:main:1151 : is_service_enabled swift 2024-03-19 09:20:47.133 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:20:47.135 | + stack.sh:main:1160 : is_service_enabled horizon 2024-03-19 09:20:47.149 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:20:47.151 | + stack.sh:main:1161 : echo_summary 'Configuring Horizon' 2024-03-19 09:20:47.152 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:20:47.154 | + stack.sh:echo_summary:470 : echo -e Configuring Horizon 2024-03-19 09:20:47.156 | + stack.sh:main:1162 : async_runfunc configure_horizon 2024-03-19 09:20:47.158 | + inc/async:async_runfunc:116 : async_run configure_horizon configure_horizon 2024-03-19 09:20:47.208 | + inc/async:async_inner:63 : configure_horizon 2024-03-19 09:20:47.240 | [4768 Async configure_horizon:37640]: running: configure_horizon 2024-03-19 09:20:47.242 | + stack.sh:main:1165 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-03-19 09:20:47.280 | [4768 Async create_nova_accounts:37063]: Waiting for completion of create_nova_accounts running on PID 37063 (6 other jobs running) 2024-03-19 09:20:47.298 | [4768 Async create_nova_accounts:37063]: Signaling child to exit 2024-03-19 09:20:59.637 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:20:59.656 | [37468 Async create_neutron_accounts:37468]: finished successfully 2024-03-19 09:21:00.505 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:00.524 | [37640 Async configure_horizon:37640]: finished successfully 2024-03-19 09:21:07.943 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:07.962 | [37325 Async create_cinder_accounts:37325]: finished successfully 2024-03-19 09:21:08.421 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:08.439 | [37063 Async create_nova_accounts:37063]: finished successfully 2024-03-19 09:21:08.455 | WAKEUP 2024-03-19 09:21:08.472 | [4768 Async create_nova_accounts:37063]: Signaled 2024-03-19 09:21:08.473 | + lib/nova:create_nova_accounts:378 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,horizon,rabbit,tempest,mysql,etcd3 =~ n-api ]] 2024-03-19 09:21:08.473 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2024-03-19 09:21:08.473 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-03-19 09:21:08.473 | + functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:21:08.473 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-19 09:21:08.473 | + functions-common:get_or_create_user:886 : local email= 2024-03-19 09:21:08.473 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-19 09:21:08.473 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.473 | + functions-common:get_or_create_user:898 : user_id=95008bca14564f7aa9035c19476630b2 2024-03-19 09:21:08.473 | + functions-common:get_or_create_user:899 : echo 95008bca14564f7aa9035c19476630b2 2024-03-19 09:21:08.473 | 95008bca14564f7aa9035c19476630b2 2024-03-19 09:21:08.473 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-03-19 09:21:08.473 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:21:08.473 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:21:08.473 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-19 09:21:08.473 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-19 09:21:08.473 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-03-19 09:21:08.473 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-03-19 09:21:08.473 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.473 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:08.473 | + functions-common:get_or_add_user_project_role:963 : echo e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:08.473 | e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:08.473 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-03-19 09:21:08.473 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-03-19 09:21:08.473 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:21:08.473 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:21:08.473 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:21:08.473 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-19 09:21:08.474 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-19 09:21:08.474 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-19 09:21:08.474 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-19 09:21:08.474 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-19 09:21:08.474 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-19 09:21:08.474 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-03-19 09:21:08.474 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-03-19 09:21:08.474 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.474 | + functions-common:get_or_add_user_project_role:962 : user_role_id=4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:21:08.474 | + functions-common:get_or_add_user_project_role:963 : echo 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:21:08.474 | 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-03-19 09:21:08.474 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-19 09:21:08.474 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-03-19 09:21:08.474 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-03-19 09:21:08.474 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.474 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-19 09:21:08.474 | 6bbba0ec41744e118a5e1fcfa0f27e01' 2024-03-19 09:21:08.474 | + functions-common:get_or_create_service:1050 : echo 6bbba0ec41744e118a5e1fcfa0f27e01 2024-03-19 09:21:08.474 | 6bbba0ec41744e118a5e1fcfa0f27e01 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-19 09:21:08.474 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-19 09:21:08.474 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-03-19 09:21:08.474 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-19 09:21:08.474 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-03-19 09:21:08.474 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=b7a7218fe03d4f7e9ea5dfe95a49c11c 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo b7a7218fe03d4f7e9ea5dfe95a49c11c 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1083 : public_id=b7a7218fe03d4f7e9ea5dfe95a49c11c 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1092 : echo b7a7218fe03d4f7e9ea5dfe95a49c11c 2024-03-19 09:21:08.474 | b7a7218fe03d4f7e9ea5dfe95a49c11c 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2024-03-19 09:21:08.474 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-19 09:21:08.474 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-03-19 09:21:08.474 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-03-19 09:21:08.474 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.474 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-19 09:21:08.474 | 035828459a8a44b6b9d70e1defe23993' 2024-03-19 09:21:08.474 | + functions-common:get_or_create_service:1050 : echo 035828459a8a44b6b9d70e1defe23993 2024-03-19 09:21:08.474 | 035828459a8a44b6b9d70e1defe23993 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-19 09:21:08.474 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-19 09:21:08.474 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-03-19 09:21:08.474 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-19 09:21:08.474 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-03-19 09:21:08.474 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=69c8abdabc89426fba8953d6f5558304 2024-03-19 09:21:08.474 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 69c8abdabc89426fba8953d6f5558304 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1083 : public_id=69c8abdabc89426fba8953d6f5558304 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-19 09:21:08.474 | + functions-common:get_or_create_endpoint:1092 : echo 69c8abdabc89426fba8953d6f5558304 2024-03-19 09:21:08.474 | 69c8abdabc89426fba8953d6f5558304 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2024-03-19 09:21:08.474 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2024-03-19 09:21:08.474 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2024-03-19 09:21:08.474 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2024-03-19 09:21:08.474 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:08.474 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2024-03-19 09:21:08.507 | [4768 Async create_nova_accounts:37063]: finished create_nova_accounts with result 0 in 21 seconds 2024-03-19 09:21:08.533 | [4768 Async create_glance_accounts:37186]: Waiting for completion of create_glance_accounts running on PID 37186 (5 other jobs running) 2024-03-19 09:21:08.552 | [4768 Async create_glance_accounts:37186]: Signaling child to exit 2024-03-19 09:21:09.846 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:09.866 | [37186 Async create_glance_accounts:37186]: finished successfully 2024-03-19 09:21:09.883 | WAKEUP 2024-03-19 09:21:09.900 | [4768 Async create_glance_accounts:37186]: Signaled 2024-03-19 09:21:09.901 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2024-03-19 09:21:09.901 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:09.901 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2024-03-19 09:21:09.901 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-03-19 09:21:09.901 | + functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:21:09.901 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-19 09:21:09.901 | + functions-common:get_or_create_user:886 : local email= 2024-03-19 09:21:09.901 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-19 09:21:09.901 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.901 | + functions-common:get_or_create_user:898 : user_id=86961c0c965c4cb780ee762db3fea121 2024-03-19 09:21:09.901 | + functions-common:get_or_create_user:899 : echo 86961c0c965c4cb780ee762db3fea121 2024-03-19 09:21:09.901 | 86961c0c965c4cb780ee762db3fea121 2024-03-19 09:21:09.901 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-03-19 09:21:09.901 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:21:09.901 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:21:09.901 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-19 09:21:09.901 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:21:09.901 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:21:09.901 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-19 09:21:09.901 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-19 09:21:09.901 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-19 09:21:09.901 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-19 09:21:09.901 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-19 09:21:09.901 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-19 09:21:09.901 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-03-19 09:21:09.901 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-03-19 09:21:09.901 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.901 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:09.901 | + functions-common:get_or_add_user_project_role:963 : echo e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:09.901 | e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:09.901 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-19 09:21:09.901 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2024-03-19 09:21:09.901 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:09.901 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2024-03-19 09:21:09.901 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-19 09:21:09.901 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-03-19 09:21:09.901 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-03-19 09:21:09.901 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.901 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-19 09:21:09.901 | 613dc643b5294de6b5566fd0f57da23d' 2024-03-19 09:21:09.901 | + functions-common:get_or_create_service:1050 : echo 613dc643b5294de6b5566fd0f57da23d 2024-03-19 09:21:09.901 | 613dc643b5294de6b5566fd0f57da23d 2024-03-19 09:21:09.901 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-03-19 09:21:09.902 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-19 09:21:09.902 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-03-19 09:21:09.902 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-19 09:21:09.902 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-03-19 09:21:09.902 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.902 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-19 09:21:09.902 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-19 09:21:09.902 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-03-19 09:21:09.902 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.902 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=21c0b928455d47ba848492218d04da12 2024-03-19 09:21:09.902 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 21c0b928455d47ba848492218d04da12 2024-03-19 09:21:09.902 | + functions-common:get_or_create_endpoint:1083 : public_id=21c0b928455d47ba848492218d04da12 2024-03-19 09:21:09.902 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-19 09:21:09.902 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-19 09:21:09.902 | + functions-common:get_or_create_endpoint:1092 : echo 21c0b928455d47ba848492218d04da12 2024-03-19 09:21:09.902 | 21c0b928455d47ba848492218d04da12 2024-03-19 09:21:09.902 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2024-03-19 09:21:09.902 | ++ functions-common:get_or_create_domain:855 : local domain_id 2024-03-19 09:21:09.902 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-03-19 09:21:09.902 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.902 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2024-03-19 09:21:09.902 | ++ functions-common:get_or_create_domain:861 : echo default 2024-03-19 09:21:09.902 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2024-03-19 09:21:09.902 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-03-19 09:21:09.902 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-03-19 09:21:09.902 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2024-03-19 09:21:09.902 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2024-03-19 09:21:09.902 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-03-19 09:21:09.902 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | | Field | Value | 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | | default_limit | 1000 | 2024-03-19 09:21:09.903 | | description | None | 2024-03-19 09:21:09.903 | | id | 9dc172d736c04adca52024374151ec1d | 2024-03-19 09:21:09.903 | | region_id | RegionOne | 2024-03-19 09:21:09.903 | | resource_name | image_size_total | 2024-03-19 09:21:09.903 | | service_id | 613dc643b5294de6b5566fd0f57da23d | 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | | Field | Value | 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | | default_limit | 1000 | 2024-03-19 09:21:09.903 | | description | None | 2024-03-19 09:21:09.903 | | id | 080bd4ad1dfc4699af9264e07dfc9d14 | 2024-03-19 09:21:09.903 | | region_id | RegionOne | 2024-03-19 09:21:09.903 | | resource_name | image_stage_total | 2024-03-19 09:21:09.903 | | service_id | 613dc643b5294de6b5566fd0f57da23d | 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | | Field | Value | 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | | default_limit | 100 | 2024-03-19 09:21:09.903 | | description | None | 2024-03-19 09:21:09.903 | | id | 0fd31d6426934294935fa1b44429291f | 2024-03-19 09:21:09.903 | | region_id | RegionOne | 2024-03-19 09:21:09.903 | | resource_name | image_count_total | 2024-03-19 09:21:09.903 | | service_id | 613dc643b5294de6b5566fd0f57da23d | 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | | Field | Value | 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | | default_limit | 100 | 2024-03-19 09:21:09.903 | | description | None | 2024-03-19 09:21:09.903 | | id | ba5f2ca48e164519a04610885713dc6c | 2024-03-19 09:21:09.903 | | region_id | RegionOne | 2024-03-19 09:21:09.903 | | resource_name | image_count_uploading | 2024-03-19 09:21:09.903 | | service_id | 613dc643b5294de6b5566fd0f57da23d | 2024-03-19 09:21:09.903 | +---------------+----------------------------------+ 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-03-19 09:21:09.903 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-03-19 09:21:09.904 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-03-19 09:21:09.904 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-03-19 09:21:09.904 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.904 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 21c0b928455d47ba848492218d04da12 2024-03-19 09:21:09.904 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-03-19 09:21:09.933 | [4768 Async create_glance_accounts:37186]: finished create_glance_accounts with result 0 in 23 seconds 2024-03-19 09:21:09.960 | [4768 Async create_cinder_accounts:37325]: Waiting for completion of create_cinder_accounts running on PID 37325 (4 other jobs running) 2024-03-19 09:21:09.978 | [4768 Async create_cinder_accounts:37325]: Signaling child to exit 2024-03-19 09:21:09.978 | WAKEUP 2024-03-19 09:21:09.994 | [4768 Async create_cinder_accounts:37325]: Signaled 2024-03-19 09:21:09.994 | + lib/cinder:create_cinder_accounts:441 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,horizon,rabbit,tempest,mysql,etcd3 =~ c-api ]] 2024-03-19 09:21:09.994 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2024-03-19 09:21:09.994 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2024-03-19 09:21:09.994 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:09.994 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2024-03-19 09:21:09.994 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-03-19 09:21:09.994 | + functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:21:09.994 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-19 09:21:09.994 | + functions-common:get_or_create_user:886 : local email= 2024-03-19 09:21:09.994 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-19 09:21:09.994 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.994 | + functions-common:get_or_create_user:898 : user_id=5cfdec4b6b15495ab0f9794cbd9c9edb 2024-03-19 09:21:09.994 | + functions-common:get_or_create_user:899 : echo 5cfdec4b6b15495ab0f9794cbd9c9edb 2024-03-19 09:21:09.994 | 5cfdec4b6b15495ab0f9794cbd9c9edb 2024-03-19 09:21:09.994 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-03-19 09:21:09.994 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:21:09.994 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:21:09.994 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-19 09:21:09.994 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:21:09.995 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:21:09.995 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-19 09:21:09.995 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-19 09:21:09.995 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-19 09:21:09.995 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-19 09:21:09.995 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-19 09:21:09.995 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-19 09:21:09.995 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-03-19 09:21:09.995 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-03-19 09:21:09.995 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.995 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:09.995 | + functions-common:get_or_add_user_project_role:963 : echo e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:09.995 | e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:09.995 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-19 09:21:09.995 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-03-19 09:21:09.995 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-19 09:21:09.995 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-03-19 09:21:09.995 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-03-19 09:21:09.995 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.995 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-19 09:21:09.995 | 3dc2fd01e2df4cd0a821116985056cba' 2024-03-19 09:21:09.995 | + functions-common:get_or_create_service:1050 : echo 3dc2fd01e2df4cd0a821116985056cba 2024-03-19 09:21:09.995 | 3dc2fd01e2df4cd0a821116985056cba 2024-03-19 09:21:09.995 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2024-03-19 09:21:09.995 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-03-19 09:21:09.995 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-19 09:21:09.995 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-19 09:21:09.995 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-03-19 09:21:09.995 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-19 09:21:09.995 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-03-19 09:21:09.995 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=839456d329224ed7a2ca7cf8c3f03eb4 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 839456d329224ed7a2ca7cf8c3f03eb4 2024-03-19 09:21:09.995 | + functions-common:get_or_create_endpoint:1083 : public_id=839456d329224ed7a2ca7cf8c3f03eb4 2024-03-19 09:21:09.995 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-19 09:21:09.995 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-19 09:21:09.995 | + functions-common:get_or_create_endpoint:1092 : echo 839456d329224ed7a2ca7cf8c3f03eb4 2024-03-19 09:21:09.995 | 839456d329224ed7a2ca7cf8c3f03eb4 2024-03-19 09:21:09.995 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-03-19 09:21:09.995 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-19 09:21:09.995 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-03-19 09:21:09.995 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-03-19 09:21:09.995 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.995 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-19 09:21:09.995 | 8fd4541d29684d83b9bbdf8bdf90e8ac' 2024-03-19 09:21:09.995 | + functions-common:get_or_create_service:1050 : echo 8fd4541d29684d83b9bbdf8bdf90e8ac 2024-03-19 09:21:09.995 | 8fd4541d29684d83b9bbdf8bdf90e8ac 2024-03-19 09:21:09.995 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-03-19 09:21:09.995 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-19 09:21:09.995 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-19 09:21:09.995 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-03-19 09:21:09.995 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-19 09:21:09.995 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-03-19 09:21:09.995 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=7702d810ebaa4f9890c1345b3b95936d 2024-03-19 09:21:09.995 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 7702d810ebaa4f9890c1345b3b95936d 2024-03-19 09:21:09.995 | + functions-common:get_or_create_endpoint:1083 : public_id=7702d810ebaa4f9890c1345b3b95936d 2024-03-19 09:21:09.995 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-19 09:21:09.996 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-19 09:21:09.996 | + functions-common:get_or_create_endpoint:1092 : echo 7702d810ebaa4f9890c1345b3b95936d 2024-03-19 09:21:09.996 | 7702d810ebaa4f9890c1345b3b95936d 2024-03-19 09:21:09.996 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2024-03-19 09:21:09.996 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2024-03-19 09:21:09.996 | ++ functions-common:get_or_create_project:905 : local project_id 2024-03-19 09:21:09.996 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-03-19 09:21:09.996 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.996 | ++ functions-common:get_or_create_project:911 : project_id=21fc77ba4b0a4a24851d1e7986330ae0 2024-03-19 09:21:09.996 | ++ functions-common:get_or_create_project:912 : echo 21fc77ba4b0a4a24851d1e7986330ae0 2024-03-19 09:21:09.996 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 21fc77ba4b0a4a24851d1e7986330ae0 2024-03-19 09:21:09.996 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2024-03-19 09:21:09.996 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:21:09.996 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-19 09:21:09.996 | ++ functions-common:get_or_create_user:886 : local email= 2024-03-19 09:21:09.996 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-03-19 09:21:09.996 | No password was supplied, authentication will fail when a user does not have a password. 2024-03-19 09:21:09.996 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:09.996 | ++ functions-common:get_or_create_user:898 : user_id=5cfdec4b6b15495ab0f9794cbd9c9edb 2024-03-19 09:21:09.996 | ++ functions-common:get_or_create_user:899 : echo 5cfdec4b6b15495ab0f9794cbd9c9edb 2024-03-19 09:21:09.996 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 5cfdec4b6b15495ab0f9794cbd9c9edb 2024-03-19 09:21:10.026 | [4768 Async create_cinder_accounts:37325]: finished create_cinder_accounts with result 0 in 21 seconds 2024-03-19 09:21:10.030 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:10.032 | + stack.sh:main:1166 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-03-19 09:21:10.068 | [4768 Async create_neutron_accounts:37468]: Waiting for completion of create_neutron_accounts running on PID 37468 (3 other jobs running) 2024-03-19 09:21:10.086 | [4768 Async create_neutron_accounts:37468]: Signaling child to exit 2024-03-19 09:21:10.086 | WAKEUP 2024-03-19 09:21:10.102 | [4768 Async create_neutron_accounts:37468]: Signaled 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2024-03-19 09:21:10.103 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2024-03-19 09:21:10.103 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-03-19 09:21:10.103 | + functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:21:10.103 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-19 09:21:10.103 | + functions-common:get_or_create_user:886 : local email= 2024-03-19 09:21:10.103 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-19 09:21:10.103 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:10.103 | + functions-common:get_or_create_user:898 : user_id=05a439cc7dae43f0890be9813eb7626b 2024-03-19 09:21:10.103 | + functions-common:get_or_create_user:899 : echo 05a439cc7dae43f0890be9813eb7626b 2024-03-19 09:21:10.103 | 05a439cc7dae43f0890be9813eb7626b 2024-03-19 09:21:10.103 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-03-19 09:21:10.103 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:21:10.103 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:21:10.103 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-19 09:21:10.103 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:21:10.103 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:21:10.103 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-19 09:21:10.103 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-19 09:21:10.103 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-19 09:21:10.103 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-19 09:21:10.103 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-19 09:21:10.103 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-19 09:21:10.103 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-03-19 09:21:10.103 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-03-19 09:21:10.103 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:10.103 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:10.103 | + functions-common:get_or_add_user_project_role:963 : echo e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:10.103 | e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:10.103 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2024-03-19 09:21:10.103 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-19 09:21:10.103 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-03-19 09:21:10.103 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-03-19 09:21:10.103 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:10.103 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-19 09:21:10.103 | 266e2a1c20b64cc6bcdd821d6924fd60' 2024-03-19 09:21:10.103 | + functions-common:get_or_create_service:1050 : echo 266e2a1c20b64cc6bcdd821d6924fd60 2024-03-19 09:21:10.103 | 266e2a1c20b64cc6bcdd821d6924fd60 2024-03-19 09:21:10.103 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-03-19 09:21:10.103 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-19 09:21:10.103 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-03-19 09:21:10.103 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-19 09:21:10.103 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-03-19 09:21:10.103 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:10.103 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-19 09:21:10.103 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-19 09:21:10.103 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-03-19 09:21:10.103 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:10.103 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=4b10fcc6a56d4f8f9af7258a8a81a246 2024-03-19 09:21:10.103 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 4b10fcc6a56d4f8f9af7258a8a81a246 2024-03-19 09:21:10.104 | + functions-common:get_or_create_endpoint:1083 : public_id=4b10fcc6a56d4f8f9af7258a8a81a246 2024-03-19 09:21:10.104 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-19 09:21:10.104 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-19 09:21:10.104 | + functions-common:get_or_create_endpoint:1092 : echo 4b10fcc6a56d4f8f9af7258a8a81a246 2024-03-19 09:21:10.104 | 4b10fcc6a56d4f8f9af7258a8a81a246 2024-03-19 09:21:10.135 | [4768 Async create_neutron_accounts:37468]: finished create_neutron_accounts with result 0 in 12 seconds 2024-03-19 09:21:10.140 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-03-19 09:21:10.166 | [4768 Async configure_horizon:37640]: Waiting for completion of configure_horizon running on PID 37640 (2 other jobs running) 2024-03-19 09:21:10.183 | [4768 Async configure_horizon:37640]: Signaling child to exit 2024-03-19 09:21:10.183 | WAKEUP 2024-03-19 09:21:10.199 | [4768 Async configure_horizon:37640]: Signaled 2024-03-19 09:21:10.200 | + lib/horizon:configure_horizon:75 : setup_develop /opt/stack//horizon 2024-03-19 09:21:10.200 | + inc/python:setup_develop:360 : local bindep 2024-03-19 09:21:10.200 | + inc/python:setup_develop:361 : [[ /opt/stack//horizon == -bindep* ]] 2024-03-19 09:21:10.200 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//horizon 2024-03-19 09:21:10.200 | + inc/python:setup_develop:366 : local extras= 2024-03-19 09:21:10.200 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//horizon -e 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//horizon == -bindep* ]] 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//horizon 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-19 09:21:10.200 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//horizon 2024-03-19 09:21:10.200 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/horizon 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-19 09:21:10.200 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/horizon/setup.cfg 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:407 : name=horizon 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- horizon 2024-03-19 09:21:10.200 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/horizon -e 2024-03-19 09:21:10.200 | + inc/python:setup_package:440 : local bindep=0 2024-03-19 09:21:10.200 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-19 09:21:10.200 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-19 09:21:10.200 | + inc/python:setup_package:443 : [[ /opt/stack/horizon == -bindep* ]] 2024-03-19 09:21:10.200 | + inc/python:setup_package:448 : local project_dir=/opt/stack/horizon 2024-03-19 09:21:10.200 | + inc/python:setup_package:449 : local flags=-e 2024-03-19 09:21:10.200 | + inc/python:setup_package:450 : local extras= 2024-03-19 09:21:10.200 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-19 09:21:10.200 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-19 09:21:10.200 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-19 09:21:10.200 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-19 09:21:10.200 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-19 09:21:10.200 | + inc/python:setup_package:468 : pip_install -e /opt/stack/horizon 2024-03-19 09:21:10.200 | Using python 3.10 to install /opt/stack/horizon 2024-03-19 09:21:10.200 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/horizon 2024-03-19 09:21:10.200 | Obtaining file:///opt/stack/horizon 2024-03-19 09:21:10.200 | Preparing metadata (setup.py): started 2024-03-19 09:21:10.200 | Preparing metadata (setup.py): finished with status 'done' 2024-03-19 09:21:10.200 | Requirement already satisfied: pbr>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (5.11.1) 2024-03-19 09:21:10.200 | Requirement already satisfied: Babel>=2.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (2.12.1) 2024-03-19 09:21:10.200 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (2.5.0) 2024-03-19 09:21:10.200 | Collecting Django<3.3,>=3.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.200 | Using cached Django-3.2.18-py3-none-any.whl.metadata (4.1 kB) 2024-03-19 09:21:10.200 | Collecting django-compressor>=2.4.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.200 | Using cached django_compressor-4.3.1-py2.py3-none-any.whl.metadata (5.0 kB) 2024-03-19 09:21:10.200 | Collecting django-debreach>=1.4.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.200 | Using cached django_debreach-2.1.0-py3-none-any.whl.metadata (3.7 kB) 2024-03-19 09:21:10.200 | Collecting django-pyscss>=2.0.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.200 | Using cached django_pyscss-2.0.2-py3-none-any.whl 2024-03-19 09:21:10.200 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (2.4.1) 2024-03-19 09:21:10.200 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (1.1.0) 2024-03-19 09:21:10.200 | Requirement already satisfied: keystoneauth1>=4.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (5.3.0) 2024-03-19 09:21:10.200 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (0.8.0) 2024-03-19 09:21:10.200 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (5.2.0) 2024-03-19 09:21:10.200 | Requirement already satisfied: oslo.config>=8.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (9.2.0) 2024-03-19 09:21:10.200 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (6.1.0) 2024-03-19 09:21:10.200 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (4.2.1) 2024-03-19 09:21:10.200 | Requirement already satisfied: oslo.serialization>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (5.2.0) 2024-03-19 09:21:10.200 | Requirement already satisfied: oslo.upgradecheck>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (2.2.0) 2024-03-19 09:21:10.200 | Requirement already satisfied: oslo.utils>=4.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (6.2.1) 2024-03-19 09:21:10.200 | Requirement already satisfied: osprofiler>=3.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (4.1.0) 2024-03-19 09:21:10.200 | Collecting pymongo!=3.1,>=3.0.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.200 | Using cached pymongo-4.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.6 kB) 2024-03-19 09:21:10.200 | Collecting pyScss>=1.4.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.200 | Using cached pyScss-1.4.0-cp310-cp310-linux_x86_64.whl 2024-03-19 09:21:10.200 | Requirement already satisfied: python-cinderclient>=8.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (9.4.0) 2024-03-19 09:21:10.201 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (4.4.0) 2024-03-19 09:21:10.201 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (5.2.0) 2024-03-19 09:21:10.201 | Requirement already satisfied: python-neutronclient>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (11.0.0) 2024-03-19 09:21:10.201 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (18.4.0) 2024-03-19 09:21:10.201 | Requirement already satisfied: python-swiftclient>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (4.4.0) 2024-03-19 09:21:10.201 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (2023.3) 2024-03-19 09:21:10.201 | Requirement already satisfied: PyYAML>=6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (6.0) 2024-03-19 09:21:10.201 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (2.28.2) 2024-03-19 09:21:10.201 | Requirement already satisfied: six>=1.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from horizon==0.0.1.dev11) (1.16.0) 2024-03-19 09:21:10.201 | Collecting semantic-version>=2.3.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB) 2024-03-19 09:21:10.201 | Collecting XStatic>=1.0.3 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic-1.0.3-py3-none-any.whl.metadata (1.4 kB) 2024-03-19 09:21:10.201 | Collecting XStatic-Angular>=1.8.2.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Angular-1.8.2.2-py2.py3-none-any.whl.metadata (736 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Angular-Bootstrap>=2.2.0.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Angular_Bootstrap-2.5.0.0-py2.py3-none-any.whl.metadata (903 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Angular-FileUpload>=12.0.4.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Angular_FileUpload-12.2.13.0-py2.py3-none-any.whl.metadata (859 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Angular-Gettext>=2.3.8.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Angular_Gettext-2.4.1.0-py2.py3-none-any.whl.metadata (801 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Angular-lrdragndrop>=1.0.2.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Angular_lrdragndrop-1.0.2.6-py3-none-any.whl.metadata (824 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Angular-Schema-Form>=0.8.13.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Angular_Schema_Form-0.8.13.0-py3-none-any.whl 2024-03-19 09:21:10.201 | Collecting XStatic-Bootstrap-Datepicker>=1.3.1.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Bootstrap_Datepicker-1.4.0.0-py3-none-any.whl.metadata (872 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Bootstrap-SCSS>=3.3.7.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Bootstrap_SCSS-3.4.1.0-py2.py3-none-any.whl.metadata (786 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-bootswatch>=3.3.7.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_bootswatch-3.3.7.0-py2.py3-none-any.whl.metadata (746 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-D3>=3.5.17.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_D3-3.5.17.0-py2.py3-none-any.whl.metadata (700 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Hogan>=2.0.0.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Hogan-2.0.0.3-py3-none-any.whl.metadata (750 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Font-Awesome>=4.7.0.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Font_Awesome-4.7.0.0-py2.py3-none-any.whl.metadata (770 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-Jasmine>=2.4.1.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_Jasmine-2.4.1.2-py2.py3-none-any.whl.metadata (741 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-jQuery>=3.5.1.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_jQuery-3.5.1.1-py3-none-any.whl 2024-03-19 09:21:10.201 | Collecting XStatic-JQuery-Migrate>=3 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_JQuery_Migrate-3.3.2.1-py3-none-any.whl.metadata (819 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-JQuery.quicksearch>=2.0.3.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_JQuery.quicksearch-2.0.3.2-py3-none-any.whl.metadata (852 bytes) 2024-03-19 09:21:10.201 | Collecting XStatic-JQuery.TableSorter>=2.14.5.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.201 | Using cached XStatic_JQuery.TableSorter-2.14.5.2-py3-none-any.whl.metadata (846 bytes) 2024-03-19 09:21:10.202 | Collecting XStatic-jquery-ui>=1.12.1.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_jquery_ui-1.13.0.1-py3-none-any.whl 2024-03-19 09:21:10.202 | Collecting XStatic-JSEncrypt>=2.3.1.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_JSEncrypt-2.3.1.1-py2.py3-none-any.whl.metadata (752 bytes) 2024-03-19 09:21:10.202 | Collecting XStatic-mdi>=1.6.50.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_mdi-1.6.50.2-py2.py3-none-any.whl.metadata (762 bytes) 2024-03-19 09:21:10.202 | Collecting XStatic-objectpath>=1.2.1.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_objectpath-1.2.1.0-py3-none-any.whl 2024-03-19 09:21:10.202 | Collecting XStatic-Rickshaw>=1.5.0.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_Rickshaw-1.5.1.0-py3-none-any.whl.metadata (775 bytes) 2024-03-19 09:21:10.202 | Collecting XStatic-roboto-fontface>=0.5.0.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_roboto_fontface-0.5.0.0-py2.py3-none-any.whl.metadata (815 bytes) 2024-03-19 09:21:10.202 | Collecting XStatic-smart-table>=1.4.13.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_smart_table-1.4.13.2-py2.py3-none-any.whl.metadata (821 bytes) 2024-03-19 09:21:10.202 | Collecting XStatic-Spin>=1.2.5.2 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_Spin-1.2.5.3-py3-none-any.whl.metadata (741 bytes) 2024-03-19 09:21:10.202 | Collecting XStatic-term.js>=0.0.7.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_term.js-0.0.7.0-py3-none-any.whl 2024-03-19 09:21:10.202 | Collecting XStatic-tv4>=1.2.7.0 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached XStatic_tv4-1.2.7.0-py3-none-any.whl 2024-03-19 09:21:10.202 | Collecting enmerkar>=0.7.1 (from horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached enmerkar-0.7.1-py3-none-any.whl.metadata (13 kB) 2024-03-19 09:21:10.202 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->horizon==0.0.1.dev11) (1.15.0) 2024-03-19 09:21:10.202 | Collecting asgiref<4,>=3.3.2 (from Django<3.3,>=3.2->horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached asgiref-3.6.0-py3-none-any.whl.metadata (9.2 kB) 2024-03-19 09:21:10.202 | Requirement already satisfied: sqlparse>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from Django<3.3,>=3.2->horizon==0.0.1.dev11) (0.4.4) 2024-03-19 09:21:10.202 | Collecting django-appconf>=1.0.3 (from django-compressor>=2.4.1->horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached django_appconf-1.0.5-py3-none-any.whl.metadata (5.3 kB) 2024-03-19 09:21:10.202 | Collecting rcssmin==1.1.1 (from django-compressor>=2.4.1->horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached rcssmin-1.1.1-cp310-cp310-manylinux1_x86_64.whl.metadata (4.5 kB) 2024-03-19 09:21:10.202 | Collecting rjsmin==1.2.1 (from django-compressor>=2.4.1->horizon==0.0.1.dev11) 2024-03-19 09:21:10.202 | Using cached rjsmin-1.2.1-cp310-cp310-manylinux1_x86_64.whl.metadata (4.3 kB) 2024-03-19 09:21:10.202 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.3.1->horizon==0.0.1.dev11) (1.7.0) 2024-03-19 09:21:10.202 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.3.1->horizon==0.0.1.dev11) (5.1.0) 2024-03-19 09:21:10.202 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->horizon==0.0.1.dev11) (0.18) 2024-03-19 09:21:10.202 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.8.0->horizon==0.0.1.dev11) (2.0.0) 2024-03-19 09:21:10.202 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.policy>=3.11.0->horizon==0.0.1.dev11) (5.2.0) 2024-03-19 09:21:10.202 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.3.0->horizon==0.0.1.dev11) (1.0.5) 2024-03-19 09:21:10.202 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.3.0->horizon==0.0.1.dev11) (2023.3) 2024-03-19 09:21:10.202 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.5.0->horizon==0.0.1.dev11) (3.7.0) 2024-03-19 09:21:10.202 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.0->horizon==0.0.1.dev11) (0.11.0) 2024-03-19 09:21:10.202 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.0->horizon==0.0.1.dev11) (23.1) 2024-03-19 09:21:10.202 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.0->horizon==0.0.1.dev11) (3.0.9) 2024-03-19 09:21:10.202 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osprofiler>=3.4.2->horizon==0.0.1.dev11) (1.8.7) 2024-03-19 09:21:10.202 | Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pymongo!=3.1,>=3.0.2->horizon==0.0.1.dev11) (2.3.0) 2024-03-19 09:21:10.202 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->horizon==0.0.1.dev11) (23.1.1) 2024-03-19 09:21:10.202 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->horizon==0.0.1.dev11) (2.0.1) 2024-03-19 09:21:10.202 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (4.3.0) 2024-03-19 09:21:10.203 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (1.5.0) 2024-03-19 09:21:10.203 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (2.1.0) 2024-03-19 09:21:10.203 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (2.8.1) 2024-03-19 09:21:10.203 | Requirement already satisfied: oslo.log>=3.36.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (5.3.0) 2024-03-19 09:21:10.203 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (3.19.1) 2024-03-19 09:21:10.203 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->horizon==0.0.1.dev11) (3.1.0) 2024-03-19 09:21:10.203 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->horizon==0.0.1.dev11) (3.4) 2024-03-19 09:21:10.203 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->horizon==0.0.1.dev11) (1.26.15) 2024-03-19 09:21:10.203 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->horizon==0.0.1.dev11) (2024.2.2) 2024-03-19 09:21:10.203 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (0.5.1) 2024-03-19 09:21:10.203 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (2.4.3) 2024-03-19 09:21:10.203 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (6.0.1) 2024-03-19 09:21:10.203 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (1.4.4) 2024-03-19 09:21:10.203 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (40.0.2) 2024-03-19 09:21:10.203 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (5.1.1) 2024-03-19 09:21:10.203 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (1.1.8) 2024-03-19 09:21:10.203 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (1.0.1) 2024-03-19 09:21:10.203 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (1.32) 2024-03-19 09:21:10.203 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (1.4.0) 2024-03-19 09:21:10.203 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.36.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (2.8.2) 2024-03-19 09:21:10.203 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.36.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (0.9.6) 2024-03-19 09:21:10.203 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.5.0->horizon==0.0.1.dev11) (0.2.6) 2024-03-19 09:21:10.203 | Requirement already satisfied: jsonschema<5,>=4 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=2.8.0->horizon==0.0.1.dev11) (4.17.3) 2024-03-19 09:21:10.203 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (23.1.0) 2024-03-19 09:21:10.203 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (1.8.2) 2024-03-19 09:21:10.203 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (1.15.1) 2024-03-19 09:21:10.203 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (3.15.0) 2024-03-19 09:21:10.203 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (2.3) 2024-03-19 09:21:10.203 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema<5,>=4->warlock>=1.2.0->python-glanceclient>=2.8.0->horizon==0.0.1.dev11) (0.19.3) 2024-03-19 09:21:10.203 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient>=8.1.0->horizon==0.0.1.dev11) (2.21) 2024-03-19 09:21:10.203 | Using cached Django-3.2.18-py3-none-any.whl (7.9 MB) 2024-03-19 09:21:10.203 | Using cached django_compressor-4.3.1-py2.py3-none-any.whl (148 kB) 2024-03-19 09:21:10.203 | Using cached rcssmin-1.1.1-cp310-cp310-manylinux1_x86_64.whl (49 kB) 2024-03-19 09:21:10.203 | Using cached rjsmin-1.2.1-cp310-cp310-manylinux1_x86_64.whl (34 kB) 2024-03-19 09:21:10.203 | Using cached django_debreach-2.1.0-py3-none-any.whl (7.7 kB) 2024-03-19 09:21:10.203 | Using cached enmerkar-0.7.1-py3-none-any.whl (12 kB) 2024-03-19 09:21:10.203 | Using cached pymongo-4.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (492 kB) 2024-03-19 09:21:10.203 | Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) 2024-03-19 09:21:10.203 | Using cached XStatic-1.0.3-py3-none-any.whl (4.4 kB) 2024-03-19 09:21:10.203 | Using cached XStatic_Angular-1.8.2.2-py2.py3-none-any.whl (495 kB) 2024-03-19 09:21:10.203 | Using cached XStatic_Angular_Bootstrap-2.5.0.0-py2.py3-none-any.whl (61 kB) 2024-03-19 09:21:10.203 | Using cached XStatic_Angular_FileUpload-12.2.13.0-py2.py3-none-any.whl (195 kB) 2024-03-19 09:21:10.203 | Using cached XStatic_Angular_Gettext-2.4.1.0-py2.py3-none-any.whl (12 kB) 2024-03-19 09:21:10.203 | Using cached XStatic_Angular_lrdragndrop-1.0.2.6-py3-none-any.whl (6.5 kB) 2024-03-19 09:21:10.203 | Using cached XStatic_Bootstrap_Datepicker-1.4.0.0-py3-none-any.whl (67 kB) 2024-03-19 09:21:10.203 | Using cached XStatic_Bootstrap_SCSS-3.4.1.0-py2.py3-none-any.whl (250 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_bootswatch-3.3.7.0-py2.py3-none-any.whl (1.6 MB) 2024-03-19 09:21:10.204 | Using cached XStatic_D3-3.5.17.0-py2.py3-none-any.whl (78 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_Font_Awesome-4.7.0.0-py2.py3-none-any.whl (675 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_Hogan-2.0.0.3-py3-none-any.whl (7.8 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_Jasmine-2.4.1.2-py2.py3-none-any.whl (41 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_JQuery_Migrate-3.3.2.1-py3-none-any.whl (16 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_JQuery.quicksearch-2.0.3.2-py3-none-any.whl (8.3 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_JQuery.TableSorter-2.14.5.2-py3-none-any.whl (20 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_JSEncrypt-2.3.1.1-py2.py3-none-any.whl (35 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_mdi-1.6.50.2-py2.py3-none-any.whl (786 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_Rickshaw-1.5.1.0-py3-none-any.whl (28 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_roboto_fontface-0.5.0.0-py2.py3-none-any.whl (5.5 MB) 2024-03-19 09:21:10.204 | Using cached XStatic_smart_table-1.4.13.2-py2.py3-none-any.whl (14 kB) 2024-03-19 09:21:10.204 | Using cached XStatic_Spin-1.2.5.3-py3-none-any.whl (5.9 kB) 2024-03-19 09:21:10.204 | Using cached asgiref-3.6.0-py3-none-any.whl (23 kB) 2024-03-19 09:21:10.204 | Using cached django_appconf-1.0.5-py3-none-any.whl (6.4 kB) 2024-03-19 09:21:10.204 | Installing collected packages: XStatic-tv4, XStatic-term.js, XStatic-Spin, XStatic-smart-table, XStatic-roboto-fontface, XStatic-Rickshaw, XStatic-objectpath, XStatic-mdi, XStatic-JSEncrypt, XStatic-JQuery.TableSorter, XStatic-JQuery.quicksearch, XStatic-JQuery-Migrate, XStatic-jQuery, XStatic-Jasmine, XStatic-Hogan, XStatic-Font-Awesome, XStatic-D3, XStatic-bootswatch, XStatic-Bootstrap-SCSS, XStatic-Bootstrap-Datepicker, XStatic-Angular-Schema-Form, XStatic-Angular-lrdragndrop, XStatic-Angular-Gettext, XStatic-Angular-FileUpload, XStatic-Angular-Bootstrap, XStatic-Angular, XStatic, rjsmin, rcssmin, XStatic-jquery-ui, semantic-version, pyScss, pymongo, django-debreach, asgiref, Django, enmerkar, django-pyscss, django-appconf, django-compressor, horizon 2024-03-19 09:21:10.204 | Running setup.py develop for horizon 2024-03-19 09:21:10.204 | Successfully installed Django-3.2.18 XStatic-1.0.3 XStatic-Angular-1.8.2.2 XStatic-Angular-Bootstrap-2.5.0.0 XStatic-Angular-FileUpload-12.2.13.0 XStatic-Angular-Gettext-2.4.1.0 XStatic-Angular-Schema-Form-0.8.13.0 XStatic-Angular-lrdragndrop-1.0.2.6 XStatic-Bootstrap-Datepicker-1.4.0.0 XStatic-Bootstrap-SCSS-3.4.1.0 XStatic-D3-3.5.17.0 XStatic-Font-Awesome-4.7.0.0 XStatic-Hogan-2.0.0.3 XStatic-JQuery-Migrate-3.3.2.1 XStatic-JQuery.TableSorter-2.14.5.2 XStatic-JQuery.quicksearch-2.0.3.2 XStatic-JSEncrypt-2.3.1.1 XStatic-Jasmine-2.4.1.2 XStatic-Rickshaw-1.5.1.0 XStatic-Spin-1.2.5.3 XStatic-bootswatch-3.3.7.0 XStatic-jQuery-3.5.1.1 XStatic-jquery-ui-1.13.0.1 XStatic-mdi-1.6.50.2 XStatic-objectpath-1.2.1.0 XStatic-roboto-fontface-0.5.0.0 XStatic-smart-table-1.4.13.2 XStatic-term.js-0.0.7.0 XStatic-tv4-1.2.7.0 asgiref-3.6.0 django-appconf-1.0.5 django-compressor-4.3.1 django-debreach-2.1.0 django-pyscss-2.0.2 enmerkar-0.7.1 horizon-0.0.1.dev11 pyScss-1.4.0 pymongo-4.3.3 rcssmin-1.1.1 rjsmin-1.2.1 semantic-version-2.10.0 2024-03-19 09:21:10.204 | + inc/python:pip_install:222 : result=0 2024-03-19 09:21:10.204 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:21:10.204 | + functions-common:time_stop:2400 : local name 2024-03-19 09:21:10.204 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:21:10.204 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:21:10.204 | + functions-common:time_stop:2403 : local total 2024-03-19 09:21:10.204 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:21:10.204 | + functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:21:10.204 | + functions-common:time_stop:2407 : start_time=1710840047609 2024-03-19 09:21:10.204 | + functions-common:time_stop:2409 : [[ -z 1710840047609 ]] 2024-03-19 09:21:10.204 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:21:10.204 | + functions-common:time_stop:2412 : end_time=1710840058761 2024-03-19 09:21:10.204 | + functions-common:time_stop:2413 : elapsed_time=11152 2024-03-19 09:21:10.204 | + functions-common:time_stop:2414 : total=104231 2024-03-19 09:21:10.204 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:21:10.204 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=115383 2024-03-19 09:21:10.204 | + inc/python:pip_install:225 : return 0 2024-03-19 09:21:10.204 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-19 09:21:10.204 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:21:10.204 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/horizon 2024-03-19 09:21:10.204 | + inc/python:use_library_from_git:272 : local name=/opt/stack/horizon 2024-03-19 09:21:10.204 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-19 09:21:10.204 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-19 09:21:10.204 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/horizon, ]] 2024-03-19 09:21:10.204 | + inc/python:use_library_from_git:275 : return 1 2024-03-19 09:21:10.204 | + lib/horizon:configure_horizon:81 : cd /opt/stack//horizon 2024-03-19 09:21:10.204 | + lib/horizon:configure_horizon:81 : /opt/stack/data/venv/bin/python3 manage.py compilemessages 2024-03-19 09:21:10.205 | No local_settings file found. 2024-03-19 09:21:10.205 | /opt/stack/data/venv/lib/python3.10/site-packages/debreach/__init__.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2024-03-19 09:21:10.205 | version_info = version.StrictVersion(__version__).version 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/fr/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/fr/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/hi/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/nl_NL/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/nl_NL/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/tr_TR/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/tr_TR/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/id/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/id/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/zh_Hant/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/zh_Hant/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/it/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/it/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/es_MX/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/en_AU/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/en_AU/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/sr/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pt_BR/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/pt_BR/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/hu/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/sl_SI/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/zh_Hans/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/zh_Hans/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/ca/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/ka_GE/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/eo/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/eo/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pa_IN/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/pa_IN/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/cs/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/cs/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ko_KR/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/ko_KR/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/pt/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/fil/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ru/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/ru/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ar/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/pl_PL/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/pl_PL/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/ja/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/ja/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/de/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/de/LC_MESSAGES 2024-03-19 09:21:10.205 | processing file django.po in /opt/stack/horizon/horizon/locale/fi_FI/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/horizon/locale/es/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/horizon/locale/es/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/fr/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/id/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/zh_Hant/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/pt_BR/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/zh_Hans/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ka_GE/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/eo/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ko_KR/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ru/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ne/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/ja/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/de/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_auth/locale/es/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/fr/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/fr/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/hi/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/id/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/id/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/zh_Hant/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/zh_Hant/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/it/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/it/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mai/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/kok/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ur/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/en_AU/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/en_AU/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/kn/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/pt_BR/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pt_BR/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/gu/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/zh_Hans/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/zh_Hans/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mni/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/eo/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/eo/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pa_IN/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/cs/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/cs/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ko_KR/LC_MESSAGES 2024-03-19 09:21:10.206 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ko_KR/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/as/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/brx/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/mr/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ru/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ru/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ne/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ks/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/pl_PL/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/bn_IN/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/ja/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ja/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/de/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/de/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/ta/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file djangojs.po in /opt/stack/horizon/openstack_dashboard/locale/es/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file django.po in /opt/stack/horizon/openstack_dashboard/locale/es/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/fr/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-admin.po in /opt/stack/horizon/doc/source/locale/fr/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-contributor.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-configuration.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-user.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-admin.po in /opt/stack/horizon/doc/source/locale/en_GB/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-contributor.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-configuration.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-user.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-admin.po in /opt/stack/horizon/doc/source/locale/id/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/pt_BR/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/zh_CN/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/eo/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/eo/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/ko_KR/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/ko_KR/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-admin.po in /opt/stack/horizon/doc/source/locale/ko_KR/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/ne/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/ja/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-install.po in /opt/stack/horizon/doc/source/locale/de/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/de/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc-user.po in /opt/stack/horizon/doc/source/locale/de/LC_MESSAGES 2024-03-19 09:21:10.207 | processing file doc.po in /opt/stack/horizon/doc/source/locale/es/LC_MESSAGES 2024-03-19 09:21:10.207 | + lib/horizon:configure_horizon:84 : local local_settings=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.207 | + lib/horizon:configure_horizon:85 : cp /opt/stack//horizon/openstack_dashboard/local/local_settings.py.example /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.207 | + lib/horizon:configure_horizon:88 : echo 2024-03-19 09:21:10.207 | + lib/horizon:configure_horizon:90 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' WEBROOT '"/dashboard/"' 2024-03-19 09:21:10.207 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:42 : local option=WEBROOT 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:43 : local 'value="/dashboard/"' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:46 : sed -e '/^WEBROOT/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:47 : echo 'WEBROOT = "/dashboard/"' 2024-03-19 09:21:10.208 | + lib/horizon:configure_horizon:92 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' COMPRESS_OFFLINE True 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:42 : local option=COMPRESS_OFFLINE 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:43 : local value=True 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:46 : sed -e '/^COMPRESS_OFFLINE/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:47 : echo 'COMPRESS_OFFLINE = True' 2024-03-19 09:21:10.208 | + lib/horizon:configure_horizon:93 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_KEYSTONE_DEFAULT_ROLE '"member"' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:42 : local option=OPENSTACK_KEYSTONE_DEFAULT_ROLE 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:43 : local 'value="member"' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:46 : sed -e '/^OPENSTACK_KEYSTONE_DEFAULT_ROLE/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:47 : echo 'OPENSTACK_KEYSTONE_DEFAULT_ROLE = "member"' 2024-03-19 09:21:10.208 | + lib/horizon:configure_horizon:95 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_HOST '"10.180.1.21"' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:42 : local option=OPENSTACK_HOST 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:43 : local 'value="10.180.1.21"' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:46 : sed -e '/^OPENSTACK_HOST/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:47 : echo 'OPENSTACK_HOST = "10.180.1.21"' 2024-03-19 09:21:10.208 | + lib/horizon:configure_horizon:97 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' OPENSTACK_KEYSTONE_URL '"http://10.180.1.21/identity/v3"' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:42 : local option=OPENSTACK_KEYSTONE_URL 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:43 : local 'value="http://10.180.1.21/identity/v3"' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:46 : sed -e '/^OPENSTACK_KEYSTONE_URL/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:47 : echo 'OPENSTACK_KEYSTONE_URL = "http://10.180.1.21/identity/v3"' 2024-03-19 09:21:10.208 | + lib/horizon:configure_horizon:102 : _horizon_config_set /opt/stack//horizon/openstack_dashboard/local/local_settings.py '' ALLOWED_HOSTS '["*"]' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:40 : local file=/opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:41 : local section= 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:42 : local option=ALLOWED_HOSTS 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:43 : local 'value=["*"]' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:45 : '[' -z '' ']' 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:46 : sed -e '/^ALLOWED_HOSTS/d' -i /opt/stack//horizon/openstack_dashboard/local/local_settings.py 2024-03-19 09:21:10.208 | + lib/horizon:_horizon_config_set:47 : echo 'ALLOWED_HOSTS = ["*"]' 2024-03-19 09:21:10.208 | + lib/horizon:configure_horizon:104 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-19 09:21:10.208 | + lib/horizon:configure_horizon:108 : is_service_enabled ldap 2024-03-19 09:21:10.209 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:113 : sudo mkdir -p /opt/stack//horizon/.blackhole 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:115 : local horizon_conf 2024-03-19 09:21:10.209 | ++ lib/horizon:configure_horizon:116 : apache_site_config_for horizon 2024-03-19 09:21:10.209 | ++ lib/apache:apache_site_config_for:173 : local site=horizon 2024-03-19 09:21:10.209 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-19 09:21:10.209 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:21:10.209 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:21:10.209 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/horizon.conf 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:116 : horizon_conf=/etc/apache2/sites-available/horizon.conf 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:118 : local wsgi_venv_config= 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:119 : [[ True == \T\r\u\e ]] 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:120 : wsgi_venv_config='WSGIPythonHome /opt/stack/data/venv' 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:125 : sudo sh -c 'sed -e " 2024-03-19 09:21:10.209 | s,%USER%,stack,g; 2024-03-19 09:21:10.209 | s,%GROUP%,stack,g; 2024-03-19 09:21:10.209 | s,%HORIZON_DIR%,/opt/stack//horizon,g; 2024-03-19 09:21:10.209 | s,%APACHE_NAME%,apache2,g; 2024-03-19 09:21:10.209 | s,%DEST%,/opt/stack/,g; 2024-03-19 09:21:10.209 | s,%WEBROOT%,/dashboard,g; 2024-03-19 09:21:10.209 | s,%WSGIPYTHONHOME%,WSGIPythonHome /opt/stack/data/venv,g; 2024-03-19 09:21:10.209 | " /opt/stack/devstack/files/apache-horizon.template >/etc/apache2/sites-available/horizon.conf' 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:135 : is_ubuntu 2024-03-19 09:21:10.209 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:21:10.209 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:136 : disable_apache_site 000-default 2024-03-19 09:21:10.209 | + lib/apache:disable_apache_site:206 : local site=000-default 2024-03-19 09:21:10.209 | + lib/apache:disable_apache_site:207 : is_ubuntu 2024-03-19 09:21:10.209 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:21:10.209 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:21:10.209 | + lib/apache:disable_apache_site:208 : sudo a2dissite 000-default 2024-03-19 09:21:10.209 | Site 000-default disabled. 2024-03-19 09:21:10.209 | To activate the new configuration, you need to run: 2024-03-19 09:21:10.209 | systemctl reload apache2 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:137 : sudo touch /etc/apache2/sites-available/horizon.conf 2024-03-19 09:21:10.209 | + lib/horizon:configure_horizon:143 : enable_apache_site horizon 2024-03-19 09:21:10.209 | + lib/apache:enable_apache_site:190 : local site=horizon 2024-03-19 09:21:10.209 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-19 09:21:10.209 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-19 09:21:10.209 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-19 09:21:10.209 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:21:10.209 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:21:10.209 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-19 09:21:10.209 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-19 09:21:10.209 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:21:10.209 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:21:10.209 | + lib/apache:enable_apache_site:194 : sudo a2ensite horizon 2024-03-19 09:21:10.209 | Enabling site horizon. 2024-03-19 09:21:10.209 | To activate the new configuration, you need to run: 2024-03-19 09:21:10.210 | systemctl reload apache2 2024-03-19 09:21:10.232 | [4768 Async configure_horizon:37640]: finished configure_horizon with result 0 in 13 seconds 2024-03-19 09:21:10.235 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:10.237 | + stack.sh:main:1172 : is_service_enabled mysql postgresql 2024-03-19 09:21:10.251 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:10.253 | + stack.sh:main:1172 : is_service_enabled glance 2024-03-19 09:21:10.266 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:10.268 | + stack.sh:main:1173 : echo_summary 'Configuring Glance' 2024-03-19 09:21:10.270 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:21:10.272 | + stack.sh:echo_summary:470 : echo -e Configuring Glance 2024-03-19 09:21:10.275 | + stack.sh:main:1174 : async_runfunc init_glance 2024-03-19 09:21:10.277 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-03-19 09:21:10.324 | + inc/async:async_inner:63 : init_glance 2024-03-19 09:21:10.355 | [4768 Async init_glance:40521]: running: init_glance 2024-03-19 09:21:10.357 | + stack.sh:main:1181 : is_service_enabled neutron 2024-03-19 09:21:10.371 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:10.374 | + stack.sh:main:1182 : echo_summary 'Configuring Neutron' 2024-03-19 09:21:10.376 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:21:10.377 | + stack.sh:echo_summary:470 : echo -e Configuring Neutron 2024-03-19 09:21:10.379 | + stack.sh:main:1184 : configure_neutron 2024-03-19 09:21:10.381 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2024-03-19 09:21:10.383 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2024-03-19 09:21:10.385 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2024-03-19 09:21:10.395 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2024-03-19 09:21:10.397 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2024-03-19 09:21:14.676 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:14.695 | [40521 Async init_glance:40521]: finished successfully 2024-03-19 09:21:29.150 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-03-19 09:21:29.154 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-03-19 09:21:29.156 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-03-19 09:21:29.158 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-03-19 09:21:29.160 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2024-03-19 09:21:29.162 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-03-19 09:21:29.163 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-03-19 09:21:29.165 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-03-19 09:21:29.167 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-03-19 09:21:29.169 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2024-03-19 09:21:29.170 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2024-03-19 09:21:29.172 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2024-03-19 09:21:29.174 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-03-19 09:21:29.175 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2024-03-19 09:21:29.177 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2024-03-19 09:21:29.179 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2024-03-19 09:21:29.182 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:29.184 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:29.186 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-03-19 09:21:29.187 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:29.191 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2024-03-19 09:21:29.193 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-03-19 09:21:29.195 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-03-19 09:21:29.197 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2024-03-19 09:21:29.199 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:21:29.201 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:21:29.203 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:21:29.216 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:29.217 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:21:29.219 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-03-19 09:21:29.222 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-03-19 09:21:29.247 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-03-19 09:21:29.273 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-03-19 09:21:29.297 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-03-19 09:21:29.322 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-03-19 09:21:29.346 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-03-19 09:21:29.370 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2024-03-19 09:21:29.372 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2024-03-19 09:21:29.374 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-03-19 09:21:29.376 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-03-19 09:21:29.378 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-19 09:21:29.390 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-19 09:21:29.392 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-19 09:21:29.394 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-19 09:21:29.396 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-19 09:21:29.398 | + 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-03-19 09:21:29.422 | + 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-03-19 09:21:29.445 | + 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-03-19 09:21:29.469 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-19 09:21:29.493 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2024-03-19 09:21:29.506 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.508 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2024-03-19 09:21:29.509 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:21:29.511 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-03-19 09:21:29.513 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2024-03-19 09:21:29.515 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-03-19 09:21:29.517 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:21:29.519 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2024-03-19 09:21:29.521 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-03-19 09:21:29.531 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-03-19 09:21:29.541 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-03-19 09:21:29.543 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-03-19 09:21:29.552 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-03-19 09:21:29.563 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2024-03-19 09:21:29.572 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-03-19 09:21:29.574 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-19 09:21:29.576 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2024-03-19 09:21:29.579 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.tLcdwR6nbs 2024-03-19 09:21:29.582 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-03-19 09:21:29.584 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-19 09:21:29.586 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.tLcdwR6nbs 2024-03-19 09:21:29.589 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.tLcdwR6nbs 2024-03-19 09:21:29.597 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.tLcdwR6nbs /etc/sudoers.d/neutron-rootwrap 2024-03-19 09:21:29.606 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2024-03-19 09:21:29.608 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2024-03-19 09:21:29.610 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-19 09:21:29.633 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-03-19 09:21:29.635 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-19 09:21:29.658 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-03-19 09:21:29.660 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2024-03-19 09:21:29.662 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2024-03-19 09:21:29.664 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-19 09:21:29.666 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-19 09:21:29.668 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-19 09:21:29.682 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:29.684 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-19 09:21:29.686 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-19 09:21:29.688 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-19 09:21:29.702 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:29.704 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:21:29.706 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-19 09:21:29.732 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-19 09:21:29.734 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-19 09:21:29.735 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2024-03-19 09:21:29.749 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.751 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2024-03-19 09:21:29.765 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.767 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2024-03-19 09:21:29.780 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.782 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2024-03-19 09:21:29.795 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.797 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2024-03-19 09:21:29.811 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.813 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-19 09:21:29.815 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2024-03-19 09:21:29.828 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.830 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2024-03-19 09:21:29.832 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2024-03-19 09:21:29.846 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.848 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2024-03-19 09:21:29.862 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.864 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2024-03-19 09:21:29.878 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.880 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2024-03-19 09:21:29.894 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:29.895 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-03-19 09:21:29.910 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:29.912 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2024-03-19 09:21:29.914 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-03-19 09:21:29.916 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-03-19 09:21:29.919 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2024-03-19 09:21:29.921 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2024-03-19 09:21:29.923 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2024-03-19 09:21:29.926 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2024-03-19 09:21:29.929 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2024-03-19 09:21:29.931 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-03-19 09:21:29.935 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-03-19 09:21:29.938 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-03-19 09:21:29.942 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-03-19 09:21:29.968 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-03-19 09:21:29.993 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-03-19 09:21:30.018 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-03-19 09:21:30.042 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-03-19 09:21:30.044 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-19 09:21:30.046 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-03-19 09:21:30.048 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-19 09:21:30.051 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-03-19 09:21:30.075 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-03-19 09:21:30.100 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-19 09:21:30.123 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-03-19 09:21:30.149 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-03-19 09:21:30.173 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-03-19 09:21:30.198 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-03-19 09:21:30.223 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-03-19 09:21:30.247 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-19 09:21:30.273 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-03-19 09:21:30.299 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-03-19 09:21:30.324 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-03-19 09:21:30.349 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-03-19 09:21:30.351 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-19 09:21:30.353 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-19 09:21:30.355 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-03-19 09:21:30.357 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-03-19 09:21:30.382 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-03-19 09:21:30.407 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-03-19 09:21:30.432 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-03-19 09:21:30.457 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-03-19 09:21:30.481 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-03-19 09:21:30.507 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-03-19 09:21:30.532 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-03-19 09:21:30.558 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-03-19 09:21:30.583 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-03-19 09:21:30.607 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-03-19 09:21:30.609 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-19 09:21:30.611 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-03-19 09:21:30.613 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-03-19 09:21:30.615 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-03-19 09:21:30.639 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-03-19 09:21:30.664 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-03-19 09:21:30.688 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-03-19 09:21:30.713 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-03-19 09:21:30.738 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-03-19 09:21:30.762 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-03-19 09:21:30.788 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-03-19 09:21:30.814 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-03-19 09:21:30.839 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-03-19 09:21:30.864 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2024-03-19 09:21:30.866 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-03-19 09:21:30.868 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-03-19 09:21:30.870 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-03-19 09:21:30.872 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-03-19 09:21:30.874 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ public != '' ]] 2024-03-19 09:21:30.876 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=public 2024-03-19 09:21:30.878 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-03-19 09:21:30.880 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=public:2:999 2024-03-19 09:21:30.882 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ public:2:999 != '' ]] 2024-03-19 09:21:30.884 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-03-19 09:21:30.885 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-03-19 09:21:30.887 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n public ]] 2024-03-19 09:21:30.889 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-03-19 09:21:30.891 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n public ]] 2024-03-19 09:21:30.893 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=public, 2024-03-19 09:21:30.895 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-03-19 09:21:30.897 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ public != \d\e\f\a\u\l\t ]] 2024-03-19 09:21:30.899 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:110 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-03-19 09:21:30.901 | + 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-03-19 09:21:30.903 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:30.904 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-03-19 09:21:30.906 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-03-19 09:21:30.908 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-03-19 09:21:30.910 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:30.912 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-03-19 09:21:30.936 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-03-19 09:21:30.938 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:30.939 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-19 09:21:30.941 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-03-19 09:21:30.943 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-03-19 09:21:30.945 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:30.947 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-03-19 09:21:30.971 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-03-19 09:21:30.973 | + 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-03-19 09:21:30.975 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:30.976 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-19 09:21:30.978 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-03-19 09:21:30.980 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-03-19 09:21:30.982 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:30.984 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-03-19 09:21:31.008 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-03-19 09:21:31.010 | + 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-03-19 09:21:31.011 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:31.013 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-19 09:21:31.015 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-03-19 09:21:31.017 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-03-19 09:21:31.019 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:31.021 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-03-19 09:21:31.045 | + 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-03-19 09:21:31.047 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:31.049 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-19 09:21:31.051 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-03-19 09:21:31.053 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-03-19 09:21:31.055 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:31.057 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-03-19 09:21:31.081 | + 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-03-19 09:21:31.083 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:31.085 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-03-19 09:21:31.087 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-03-19 09:21:31.088 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-03-19 09:21:31.090 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:31.092 | + 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-03-19 09:21:31.117 | + 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-03-19 09:21:31.118 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:31.120 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-03-19 09:21:31.122 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-03-19 09:21:31.124 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-03-19 09:21:31.126 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:31.128 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-03-19 09:21:31.152 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=public,default, 2024-03-19 09:21:31.154 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:31.156 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-03-19 09:21:31.158 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=public,default, 2024-03-19 09:21:31.160 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=public,default, ']' 2024-03-19 09:21:31.162 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:31.164 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks public,default, 2024-03-19 09:21:31.187 | + 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=public:2:999 2024-03-19 09:21:31.189 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:31.191 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-03-19 09:21:31.193 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=public:2:999 2024-03-19 09:21:31.195 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=public:2:999 ']' 2024-03-19 09:21:31.197 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:31.198 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges public:2:999 2024-03-19 09:21:31.222 | + 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-03-19 09:21:31.224 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:21:31.226 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-03-19 09:21:31.228 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-03-19 09:21:31.230 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-03-19 09:21:31.232 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-19 09:21:31.234 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-03-19 09:21:31.257 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-19 09:21:31.259 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-03-19 09:21:31.284 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-03-19 09:21:31.309 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2024-03-19 09:21:31.311 | + stack.sh:main:1187 : is_service_enabled mysql postgresql 2024-03-19 09:21:31.325 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:31.327 | + stack.sh:main:1187 : is_service_enabled neutron 2024-03-19 09:21:31.341 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:31.343 | + stack.sh:main:1188 : async_runfunc init_neutron 2024-03-19 09:21:31.345 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-03-19 09:21:31.393 | + inc/async:async_inner:63 : init_neutron 2024-03-19 09:21:31.423 | [4768 Async init_neutron:42961]: running: init_neutron 2024-03-19 09:21:31.426 | + stack.sh:main:1196 : is_service_enabled q-dhcp 2024-03-19 09:21:31.440 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:31.442 | + stack.sh:main:1215 : is_service_enabled nova neutron 2024-03-19 09:21:31.456 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:31.458 | + stack.sh:main:1216 : configure_os_vif 2024-03-19 09:21:31.460 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-03-19 09:21:31.462 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-03-19 09:21:31.488 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-03-19 09:21:31.490 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-03-19 09:21:31.518 | + stack.sh:main:1222 : is_service_enabled swift 2024-03-19 09:21:31.532 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:31.534 | + stack.sh:main:1231 : is_service_enabled cinder 2024-03-19 09:21:31.549 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:31.552 | + stack.sh:main:1232 : echo_summary 'Configuring Cinder' 2024-03-19 09:21:31.554 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:21:31.556 | + stack.sh:echo_summary:470 : echo -e Configuring Cinder 2024-03-19 09:21:31.558 | + stack.sh:main:1233 : async_runfunc init_cinder 2024-03-19 09:21:31.560 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-03-19 09:21:31.608 | + inc/async:async_inner:63 : init_cinder 2024-03-19 09:21:31.639 | [4768 Async init_cinder:43202]: running: init_cinder 2024-03-19 09:21:31.641 | + stack.sh:main:1239 : is_service_enabled placement 2024-03-19 09:21:31.656 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:31.658 | + stack.sh:main:1240 : echo_summary 'Configuring placement' 2024-03-19 09:21:31.660 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:21:31.662 | + stack.sh:echo_summary:470 : echo -e Configuring placement 2024-03-19 09:21:31.664 | + stack.sh:main:1241 : async_runfunc init_placement 2024-03-19 09:21:31.666 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-03-19 09:21:31.714 | + inc/async:async_inner:63 : init_placement 2024-03-19 09:21:31.745 | [4768 Async init_placement:43348]: running: init_placement 2024-03-19 09:21:31.747 | + stack.sh:main:1245 : async_wait init_neutron 2024-03-19 09:21:31.784 | [4768 Async init_neutron:42961]: Waiting for completion of init_neutron running on PID 42961 (5 other jobs running) 2024-03-19 09:21:31.802 | [4768 Async init_neutron:42961]: Signaling child to exit 2024-03-19 09:21:34.862 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:34.881 | [43202 Async init_cinder:43202]: finished successfully 2024-03-19 09:21:39.576 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:39.595 | [42961 Async init_neutron:42961]: finished successfully 2024-03-19 09:21:39.612 | WAKEUP 2024-03-19 09:21:39.629 | [4768 Async init_neutron:42961]: Signaled 2024-03-19 09:21:39.630 | + lib/neutron:init_neutron:511 : recreate_database neutron 2024-03-19 09:21:39.630 | + lib/database:recreate_database:112 : local db=neutron 2024-03-19 09:21:39.630 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-03-19 09:21:39.630 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2024-03-19 09:21:39.630 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-03-19 09:21:39.630 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-03-19 09:21:39.630 | + lib/neutron:init_neutron:512 : time_start dbsync 2024-03-19 09:21:39.630 | + functions-common:time_start:2386 : local name=dbsync 2024-03-19 09:21:39.630 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:21:39.630 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:21:39.631 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:21:39.631 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840091430 2024-03-19 09:21:39.631 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-03-19 09:21:39.631 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-03-19 09:21:39.632 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-03-19 09:21:39.632 | Running upgrade for neutron ... 2024-03-19 09:21:39.632 | OK 2024-03-19 09:21:39.632 | + lib/neutron:init_neutron:515 : time_stop dbsync 2024-03-19 09:21:39.632 | + functions-common:time_stop:2400 : local name 2024-03-19 09:21:39.632 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:21:39.632 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:21:39.632 | + functions-common:time_stop:2403 : local total 2024-03-19 09:21:39.632 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:21:39.632 | + functions-common:time_stop:2406 : name=dbsync 2024-03-19 09:21:39.632 | + functions-common:time_stop:2407 : start_time=1710840091430 2024-03-19 09:21:39.632 | + functions-common:time_stop:2409 : [[ -z 1710840091430 ]] 2024-03-19 09:21:39.632 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:21:39.632 | + functions-common:time_stop:2412 : end_time=1710840099563 2024-03-19 09:21:39.632 | + functions-common:time_stop:2413 : elapsed_time=8133 2024-03-19 09:21:39.632 | + functions-common:time_stop:2414 : total=2586 2024-03-19 09:21:39.632 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:21:39.632 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10719 2024-03-19 09:21:39.665 | [4768 Async init_neutron:42961]: finished init_neutron with result 0 in 8 seconds 2024-03-19 09:21:39.668 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:39.670 | + stack.sh:main:1246 : async_wait init_placement 2024-03-19 09:21:39.710 | [4768 Async init_placement:43348]: Waiting for completion of init_placement running on PID 43348 (4 other jobs running) 2024-03-19 09:21:39.727 | [4768 Async init_placement:43348]: Signaling child to exit 2024-03-19 09:21:48.385 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:48.404 | [43348 Async init_placement:43348]: finished successfully 2024-03-19 09:21:48.420 | WAKEUP 2024-03-19 09:21:48.437 | [4768 Async init_placement:43348]: Signaled 2024-03-19 09:21:48.437 | + lib/placement:init_placement:143 : recreate_database placement 2024-03-19 09:21:48.437 | + lib/database:recreate_database:112 : local db=placement 2024-03-19 09:21:48.437 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-03-19 09:21:48.437 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2024-03-19 09:21:48.437 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-03-19 09:21:48.437 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-03-19 09:21:48.437 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2024-03-19 09:21:48.438 | + lib/placement:init_placement:145 : create_placement_accounts 2024-03-19 09:21:48.438 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-03-19 09:21:48.438 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-03-19 09:21:48.438 | + functions-common:get_or_create_user:882 : local user_id 2024-03-19 09:21:48.438 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-19 09:21:48.438 | + functions-common:get_or_create_user:886 : local email= 2024-03-19 09:21:48.438 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-19 09:21:48.438 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:48.438 | + functions-common:get_or_create_user:898 : user_id=d84754319ac14a18a32bda2ab0323d84 2024-03-19 09:21:48.438 | + functions-common:get_or_create_user:899 : echo d84754319ac14a18a32bda2ab0323d84 2024-03-19 09:21:48.438 | d84754319ac14a18a32bda2ab0323d84 2024-03-19 09:21:48.438 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:21:48.438 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-03-19 09:21:48.438 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-03-19 09:21:48.438 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:963 : echo e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:48.438 | e33f904a39fe427eb0084611ba7aff49 2024-03-19 09:21:48.438 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-03-19 09:21:48.438 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-19 09:21:48.438 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-19 09:21:48.438 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-03-19 09:21:48.438 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-03-19 09:21:48.438 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:962 : user_role_id=4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:21:48.438 | + functions-common:get_or_add_user_project_role:963 : echo 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:21:48.438 | 4e795d22e914435d9e2fabb1114d154d 2024-03-19 09:21:48.438 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-03-19 09:21:48.438 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-03-19 09:21:48.438 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-19 09:21:48.438 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-03-19 09:21:48.438 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-03-19 09:21:48.438 | ++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:48.438 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-19 09:21:48.438 | dcbce799ae44463f92993d2ceeac1df1' 2024-03-19 09:21:48.438 | + functions-common:get_or_create_service:1050 : echo dcbce799ae44463f92993d2ceeac1df1 2024-03-19 09:21:48.438 | dcbce799ae44463f92993d2ceeac1df1 2024-03-19 09:21:48.438 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-03-19 09:21:48.438 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-19 09:21:48.439 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-03-19 09:21:48.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-19 09:21:48.439 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-03-19 09:21:48.439 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:48.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-19 09:21:48.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-19 09:21:48.439 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-03-19 09:21:48.439 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:21:48.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=e164b2ea52624a429c4f24be94cc4de4 2024-03-19 09:21:48.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo e164b2ea52624a429c4f24be94cc4de4 2024-03-19 09:21:48.439 | + functions-common:get_or_create_endpoint:1083 : public_id=e164b2ea52624a429c4f24be94cc4de4 2024-03-19 09:21:48.439 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-19 09:21:48.439 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-19 09:21:48.439 | + functions-common:get_or_create_endpoint:1092 : echo e164b2ea52624a429c4f24be94cc4de4 2024-03-19 09:21:48.439 | e164b2ea52624a429c4f24be94cc4de4 2024-03-19 09:21:48.470 | [4768 Async init_placement:43348]: finished init_placement with result 0 in 16 seconds 2024-03-19 09:21:48.473 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:48.475 | + stack.sh:main:1247 : async_wait init_glance 2024-03-19 09:21:48.511 | [4768 Async init_glance:40521]: Waiting for completion of init_glance running on PID 40521 (3 other jobs running) 2024-03-19 09:21:48.529 | [4768 Async init_glance:40521]: Signaling child to exit 2024-03-19 09:21:48.529 | WAKEUP 2024-03-19 09:21:48.545 | [4768 Async init_glance:40521]: Signaled 2024-03-19 09:21:48.546 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2024-03-19 09:21:48.546 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2024-03-19 09:21:48.546 | + lib/glance:init_glance:488 : recreate_database glance 2024-03-19 09:21:48.546 | + lib/database:recreate_database:112 : local db=glance 2024-03-19 09:21:48.546 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-03-19 09:21:48.546 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2024-03-19 09:21:48.546 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-03-19 09:21:48.546 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-03-19 09:21:48.546 | + lib/glance:init_glance:490 : time_start dbsync 2024-03-19 09:21:48.546 | + functions-common:time_start:2386 : local name=dbsync 2024-03-19 09:21:48.546 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:21:48.546 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:21:48.546 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:21:48.546 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840070370 2024-03-19 09:21:48.546 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-03-19 09:21:48.546 | INFO dbcounter [-] Registered counter for database glance 2024-03-19 09:21:48.546 | 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=40608) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:21:48.546 | DEBUG dbcounter [-] [40608] Writer thread running {{(pid=40608) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:48.546 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.546 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.546 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.546 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.546 | INFO dbcounter [-] Registered counter for database glance 2024-03-19 09:21:48.546 | 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=40608) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:21:48.546 | DEBUG dbcounter [-] [40608] Writer thread running {{(pid=40608) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:48.546 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.546 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.546 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2024-03-19 09:21:48.546 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-19 09:21:48.546 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-03-19 09:21:48.546 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.547 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2024-03-19 09:21:48.547 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2024-03-19 09:21:48.548 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-03-19 09:21:48.548 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2024-03-19 09:21:48.548 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2024-03-19 09:21:48.548 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2024-03-19 09:21:48.548 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2024-03-19 09:21:48.548 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=40608) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.548 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.548 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-03-19 09:21:48.548 | Database migration is up to date. No migration needed. 2024-03-19 09:21:48.548 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-03-19 09:21:48.548 | Database is synced successfully. 2024-03-19 09:21:48.548 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-03-19 09:21:48.548 | INFO dbcounter [-] Registered counter for database glance 2024-03-19 09:21:48.548 | 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=40644) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:21:48.548 | DEBUG dbcounter [-] [40644] Writer thread running {{(pid=40644) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-03-19 09:21:48.548 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-03-19 09:21:48.549 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-03-19 09:21:48.549 | + lib/glance:init_glance:496 : time_stop dbsync 2024-03-19 09:21:48.549 | + functions-common:time_stop:2400 : local name 2024-03-19 09:21:48.549 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:21:48.549 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:21:48.549 | + functions-common:time_stop:2403 : local total 2024-03-19 09:21:48.549 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:21:48.549 | + functions-common:time_stop:2406 : name=dbsync 2024-03-19 09:21:48.549 | + functions-common:time_stop:2407 : start_time=1710840070370 2024-03-19 09:21:48.549 | + functions-common:time_stop:2409 : [[ -z 1710840070370 ]] 2024-03-19 09:21:48.549 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:21:48.549 | + functions-common:time_stop:2412 : end_time=1710840074663 2024-03-19 09:21:48.549 | + functions-common:time_stop:2413 : elapsed_time=4293 2024-03-19 09:21:48.549 | + functions-common:time_stop:2414 : total=2586 2024-03-19 09:21:48.549 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:21:48.549 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6879 2024-03-19 09:21:48.579 | [4768 Async init_glance:40521]: finished init_glance with result 0 in 4 seconds 2024-03-19 09:21:48.583 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:48.585 | + stack.sh:main:1248 : async_wait init_swift 2024-03-19 09:21:48.600 | Not waiting for async task init_swift that we never started or has already been waited for 2024-03-19 09:21:48.602 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:48.604 | + stack.sh:main:1249 : async_wait init_cinder 2024-03-19 09:21:48.641 | [4768 Async init_cinder:43202]: Waiting for completion of init_cinder running on PID 43202 (2 other jobs running) 2024-03-19 09:21:48.659 | [4768 Async init_cinder:43202]: Signaling child to exit 2024-03-19 09:21:48.659 | WAKEUP 2024-03-19 09:21:48.676 | [4768 Async init_cinder:43202]: Signaled 2024-03-19 09:21:48.676 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2024-03-19 09:21:48.676 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:48.676 | + lib/cinder:init_cinder:486 : recreate_database cinder 2024-03-19 09:21:48.676 | + lib/database:recreate_database:112 : local db=cinder 2024-03-19 09:21:48.676 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-03-19 09:21:48.676 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2024-03-19 09:21:48.676 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-03-19 09:21:48.676 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-03-19 09:21:48.676 | + lib/cinder:init_cinder:488 : time_start dbsync 2024-03-19 09:21:48.676 | + functions-common:time_start:2386 : local name=dbsync 2024-03-19 09:21:48.676 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:21:48.676 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:21:48.676 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:21:48.676 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840091663 2024-03-19 09:21:48.676 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-03-19 09:21:48.676 | INFO dbcounter [-] Registered counter for database cinder 2024-03-19 09:21:48.676 | 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=43307) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:21:48.677 | DEBUG dbcounter [-] [43307] Writer thread running {{(pid=43307) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:48.677 | INFO cinder.db.migration [-] Applying migration(s) 2024-03-19 09:21:48.677 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:48.677 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:48.677 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-03-19 09:21:48.677 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=43307) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-19 09:21:48.677 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-03-19 09:21:48.677 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=43307) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.677 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-03-19 09:21:48.677 | INFO dbcounter [-] Registered counter for database cinder 2024-03-19 09:21:48.677 | 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=43307) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:21:48.677 | DEBUG dbcounter [-] [43307] Writer thread running {{(pid=43307) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:48.677 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=43307) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.677 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2024-03-19 09:21:48.677 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=43307) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:48.677 | INFO cinder.db.migration [-] Migration(s) applied 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:491 : time_stop dbsync 2024-03-19 09:21:48.677 | + functions-common:time_stop:2400 : local name 2024-03-19 09:21:48.677 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:21:48.677 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:21:48.677 | + functions-common:time_stop:2403 : local total 2024-03-19 09:21:48.677 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:21:48.677 | + functions-common:time_stop:2406 : name=dbsync 2024-03-19 09:21:48.677 | + functions-common:time_stop:2407 : start_time=1710840091663 2024-03-19 09:21:48.677 | + functions-common:time_stop:2409 : [[ -z 1710840091663 ]] 2024-03-19 09:21:48.677 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:21:48.677 | + functions-common:time_stop:2412 : end_time=1710840094792 2024-03-19 09:21:48.677 | + functions-common:time_stop:2413 : elapsed_time=3129 2024-03-19 09:21:48.677 | + functions-common:time_stop:2414 : total=2586 2024-03-19 09:21:48.677 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:21:48.677 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5715 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2024-03-19 09:21:48.677 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:495 : local be be_name be_type 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:497 : be_type=vmdk 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:498 : be_name=vsphere 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2024-03-19 09:21:48.677 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:21:48.677 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2024-03-19 09:21:48.709 | [4768 Async init_cinder:43202]: finished init_cinder with result 0 in 3 seconds 2024-03-19 09:21:48.712 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:48.714 | + stack.sh:main:1254 : is_service_enabled nova 2024-03-19 09:21:48.728 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:48.730 | + stack.sh:main:1255 : echo_summary 'Configuring Nova' 2024-03-19 09:21:48.732 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:21:48.733 | + stack.sh:echo_summary:470 : echo -e Configuring Nova 2024-03-19 09:21:48.736 | + stack.sh:main:1256 : init_nova 2024-03-19 09:21:48.738 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2024-03-19 09:21:48.751 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:48.753 | + lib/nova:init_nova:858 : is_service_enabled n-api 2024-03-19 09:21:48.766 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:48.768 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:21:48.770 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2024-03-19 09:21:48.772 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-03-19 09:21:48.774 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-03-19 09:21:48.776 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2024-03-19 09:21:48.778 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-03-19 09:21:48.786 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-03-19 09:21:48.795 | ++ lib/nova:init_nova:871 : seq 1 1 2024-03-19 09:21:48.798 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-19 09:21:48.801 | ++ lib/nova:init_nova:872 : conductor_conf 1 2024-03-19 09:21:48.803 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-03-19 09:21:48.805 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-03-19 09:21:48.808 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-19 09:21:48.854 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-19 09:21:48.885 | [4768 Async nova-cell-1:44628]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-19 09:21:48.887 | + lib/nova:init_nova:875 : recreate_database nova_api 2024-03-19 09:21:48.889 | + lib/database:recreate_database:112 : local db=nova_api 2024-03-19 09:21:48.891 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-03-19 09:21:48.893 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2024-03-19 09:21:48.895 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-03-19 09:21:48.903 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-03-19 09:21:48.911 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-03-19 09:21:49.405 | 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-03-19 09:21:51.081 | INFO dbcounter [-] Registered counter for database nova_api 2024-03-19 09:21:51.092 | DEBUG dbcounter [-] [44695] Writer thread running {{(pid=44695) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:51.095 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:51.095 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:51.112 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-03-19 09:21:51.893 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=44695) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-19 09:21:51.894 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-03-19 09:21:52.049 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=44695) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:52.051 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2024-03-19 09:21:52.053 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=44695) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:52.414 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2024-03-19 09:21:52.416 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-03-19 09:21:52.419 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-03-19 09:21:52.421 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2024-03-19 09:21:52.423 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-19 09:21:52.425 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-19 09:21:52.428 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-19 09:21:52.442 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:21:52.444 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-19 09:21:52.447 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-03-19 09:21:52.450 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-03-19 09:21:52.941 | 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-03-19 09:21:53.904 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:21:53.924 | [44628 Async nova-cell-1:44628]: finished successfully 2024-03-19 09:21:54.182 | INFO dbcounter [None req-20966d73-af38-43e6-89e5-9af87af08221 None None] Registered counter for database nova_api 2024-03-19 09:21:54.193 | DEBUG dbcounter [-] [44738] Writer thread running {{(pid=44738) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:54.545 | ++ lib/nova:init_nova:883 : seq 0 1 2024-03-19 09:21:54.549 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-03-19 09:21:54.551 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2024-03-19 09:21:54.567 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-03-19 09:21:54.569 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:54.571 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-03-19 09:21:54.573 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2024-03-19 09:21:54.610 | [4768 Async nova-cell-1:44628]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 44628 (2 other jobs running) 2024-03-19 09:21:54.628 | [4768 Async nova-cell-1:44628]: Signaling child to exit 2024-03-19 09:21:54.628 | WAKEUP 2024-03-19 09:21:54.643 | [4768 Async nova-cell-1:44628]: Signaled 2024-03-19 09:21:54.644 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2024-03-19 09:21:54.644 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2024-03-19 09:21:54.644 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2024-03-19 09:21:54.644 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-03-19 09:21:54.644 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-03-19 09:21:54.644 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2024-03-19 09:21:54.644 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-03-19 09:21:54.644 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-03-19 09:21:54.644 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-03-19 09:21:54.644 | 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-03-19 09:21:54.644 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-03-19 09:21:54.645 | DEBUG dbcounter [-] [44680] Writer thread running {{(pid=44680) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:54.645 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-19 09:21:54.645 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-19 09:21:54.645 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-03-19 09:21:54.645 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=44680) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-19 09:21:54.645 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-03-19 09:21:54.645 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44680) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:54.645 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-03-19 09:21:54.645 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44680) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:54.645 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-03-19 09:21:54.645 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44680) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:54.645 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2024-03-19 09:21:54.645 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=44680) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:54.645 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2024-03-19 09:21:54.645 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=44680) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:54.675 | [4768 Async nova-cell-1:44628]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-03-19 09:21:54.678 | + inc/async:async_wait:197 : return 0 2024-03-19 09:21:54.680 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:21:54.683 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-03-19 09:21:55.162 | 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-03-19 09:21:56.375 | INFO dbcounter [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Registered counter for database nova_api 2024-03-19 09:21:56.385 | DEBUG dbcounter [-] [44917] Writer thread running {{(pid=44917) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:56.411 | INFO dbcounter [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Registered counter for database nova_cell0 2024-03-19 09:21:56.415 | DEBUG dbcounter [-] [44917] Writer thread running {{(pid=44917) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:56.418 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Context impl MySQLImpl. 2024-03-19 09:21:56.418 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Will assume non-transactional DDL. 2024-03-19 09:21:56.429 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-03-19 09:21:58.395 | DEBUG alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] new branch insert 8f2f1571d55b {{(pid=44917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-19 09:21:58.396 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-03-19 09:21:58.423 | DEBUG alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:58.425 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-03-19 09:21:58.507 | DEBUG alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:58.509 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-03-19 09:21:58.525 | DEBUG alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:58.527 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2024-03-19 09:21:58.529 | DEBUG alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=44917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:58.530 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2024-03-19 09:21:58.585 | DEBUG alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=44917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-19 09:21:58.588 | INFO dbcounter [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Registered counter for database nova_cell1 2024-03-19 09:21:58.593 | DEBUG dbcounter [-] [44917] Writer thread running {{(pid=44917) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:21:58.595 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Context impl MySQLImpl. 2024-03-19 09:21:58.595 | INFO alembic.runtime.migration [None req-eef6259c-8b15-4e6f-924e-a941d0342832 None None] Will assume non-transactional DDL. 2024-03-19 09:21:58.946 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-03-19 09:21:59.422 | 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-03-19 09:22:00.628 | Running batches of 50 until complete 2024-03-19 09:22:00.628 | INFO dbcounter [None req-422b0037-4728-47fb-867b-ed4332d11d97 None None] Registered counter for database nova_cell1 2024-03-19 09:22:00.638 | DEBUG dbcounter [-] [44922] Writer thread running {{(pid=44922) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:00.693 | INFO dbcounter [None req-422b0037-4728-47fb-867b-ed4332d11d97 None None] Registered counter for database nova_api 2024-03-19 09:22:00.697 | DEBUG dbcounter [-] [44922] Writer thread running {{(pid=44922) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:00.759 | INFO dbcounter [None req-422b0037-4728-47fb-867b-ed4332d11d97 None None] Registered counter for database nova_cell0 2024-03-19 09:22:00.763 | DEBUG dbcounter [-] [44922] Writer thread running {{(pid=44922) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:00.800 | +-------------------------------------+--------------+-----------+ 2024-03-19 09:22:00.800 | | Migration | Total Needed | Completed | 2024-03-19 09:22:00.800 | +-------------------------------------+--------------+-----------+ 2024-03-19 09:22:00.800 | | fill_virtual_interface_list | 0 | 0 | 2024-03-19 09:22:00.800 | | migrate_empty_ratio | 0 | 0 | 2024-03-19 09:22:00.800 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-03-19 09:22:00.800 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-03-19 09:22:00.800 | | migration_migrate_to_uuid | 0 | 0 | 2024-03-19 09:22:00.800 | | populate_dev_uuids | 0 | 0 | 2024-03-19 09:22:00.800 | | populate_instance_compute_id | 0 | 0 | 2024-03-19 09:22:00.800 | | populate_missing_availability_zones | 0 | 0 | 2024-03-19 09:22:00.801 | | populate_queued_for_delete | 0 | 0 | 2024-03-19 09:22:00.801 | | populate_user_id | 0 | 0 | 2024-03-19 09:22:00.801 | | populate_uuids | 0 | 0 | 2024-03-19 09:22:00.801 | +-------------------------------------+--------------+-----------+ 2024-03-19 09:22:01.149 | ++ lib/nova:init_nova:897 : seq 1 1 2024-03-19 09:22:01.153 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-19 09:22:01.155 | ++ lib/nova:init_nova:898 : conductor_conf 1 2024-03-19 09:22:01.158 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-03-19 09:22:01.160 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-03-19 09:22:01.163 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-03-19 09:22:01.640 | 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-03-19 09:22:02.839 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-03-19 09:22:02.839 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-03-19 09:22:02.839 | INFO dbcounter [None req-22173b1d-a156-4453-acf5-a3940afee310 None None] Registered counter for database nova_api 2024-03-19 09:22:02.850 | DEBUG dbcounter [-] [44939] Writer thread running {{(pid=44939) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:03.199 | + lib/nova:init_nova:902 : create_nova_keys_dir 2024-03-19 09:22:03.201 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-03-19 09:22:03.211 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2024-03-19 09:22:03.213 | + stack.sh:main:1258 : async_runfunc configure_neutron_nova 2024-03-19 09:22:03.215 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-03-19 09:22:03.266 | + inc/async:async_inner:63 : configure_neutron_nova 2024-03-19 09:22:03.296 | [4768 Async configure_neutron_nova:44998]: running: configure_neutron_nova 2024-03-19 09:22:03.299 | + stack.sh:main:1266 : run_phase stack post-config 2024-03-19 09:22:03.301 | + functions-common:run_phase:1828 : local mode=stack 2024-03-19 09:22:03.303 | + functions-common:run_phase:1829 : local phase=post-config 2024-03-19 09:22:03.305 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-19 09:22:03.307 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-19 09:22:03.309 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-19 09:22:03.311 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-19 09:22:03.313 | + functions-common:run_phase:1838 : local extra 2024-03-19 09:22:03.316 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-19 09:22:03.320 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-19 09:22:03.322 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-19 09:22:03.324 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-19 09:22:03.327 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-03-19 09:22:03.329 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-19 09:22:03.342 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:03.343 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:22:03.346 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:03.348 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-03-19 09:22:03.349 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:03.352 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:22:03.354 | ++ extras.d/80-tempest.sh:source:12 : : 2024-03-19 09:22:03.356 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-19 09:22:03.358 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-19 09:22:03.360 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:22:03.362 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-19 09:22:03.364 | + functions-common:run_phase:1855 : run_plugins stack post-config 2024-03-19 09:22:03.366 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-19 09:22:03.368 | + functions-common:run_plugins:1815 : local phase=post-config 2024-03-19 09:22:03.370 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-19 09:22:03.372 | + functions-common:run_plugins:1818 : local plugin 2024-03-19 09:22:03.374 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-19 09:22:03.376 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-19 09:22:03.379 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-19 09:22:03.381 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-03-19 09:22:03.383 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:22:03.385 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:03.387 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-03-19 09:22:03.389 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:03.391 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:22:03.393 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-03-19 09:22:03.395 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:03.397 | ++ stack.sh:echo_summary:470 : echo -e Configuring Networking-NSX-T 2024-03-19 09:22:03.399 | + stack.sh:main:1274 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-03-19 09:22:03.401 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.403 | + inc/meta-config:merge_config_group:171 : shift 2024-03-19 09:22:03.405 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-03-19 09:22:03.408 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:03.410 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-19 09:22:03.412 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-19 09:22:03.415 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-03-19 09:22:03.421 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.423 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-03-19 09:22:03.426 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:03.428 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-03-19 09:22:03.428 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:03.428 | gsub("[][]", "", $1); 2024-03-19 09:22:03.428 | split($1, a, "|"); 2024-03-19 09:22:03.428 | if (a[1] == matchgroup) 2024-03-19 09:22:03.428 | print a[2] 2024-03-19 09:22:03.428 | } 2024-03-19 09:22:03.428 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:03.433 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-19 09:22:03.436 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-19 09:22:03.438 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-19 09:22:03.442 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-03-19 09:22:03.444 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-03-19 09:22:03.447 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-03-19 09:22:03.449 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-03-19 09:22:03.452 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-03-19 09:22:03.455 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-03-19 09:22:03.457 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-03-19 09:22:03.459 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-03-19 09:22:03.462 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.464 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-19 09:22:03.466 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-03-19 09:22:03.468 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-19 09:22:03.471 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-03-19 09:22:03.474 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-03-19 09:22:03.476 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-03-19 09:22:03.478 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-03-19 09:22:03.482 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-03-19 09:22:03.482 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.482 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-03-19 09:22:03.482 | BEGIN { 2024-03-19 09:22:03.482 | section = "" 2024-03-19 09:22:03.482 | last_section = "" 2024-03-19 09:22:03.482 | section_count = 0 2024-03-19 09:22:03.482 | } 2024-03-19 09:22:03.482 | /^\[.+\]/ { 2024-03-19 09:22:03.482 | gsub("[][]", "", $1); 2024-03-19 09:22:03.482 | section=$1 2024-03-19 09:22:03.482 | next 2024-03-19 09:22:03.482 | } 2024-03-19 09:22:03.482 | /^ *\#/ { 2024-03-19 09:22:03.482 | next 2024-03-19 09:22:03.482 | } 2024-03-19 09:22:03.482 | /^[^ \t]+/ { 2024-03-19 09:22:03.482 | # get offset of first = in $0 2024-03-19 09:22:03.482 | eq_idx = index($0, "=") 2024-03-19 09:22:03.482 | # extract attr & value from $0 2024-03-19 09:22:03.482 | attr = substr($0, 1, eq_idx - 1) 2024-03-19 09:22:03.482 | value = substr($0, eq_idx + 1) 2024-03-19 09:22:03.482 | # only need to strip trailing whitespace from attr 2024-03-19 09:22:03.482 | sub(/[ \t]*$/, "", attr) 2024-03-19 09:22:03.482 | # need to strip leading & trailing whitespace from value 2024-03-19 09:22:03.482 | sub(/^[ \t]*/, "", value) 2024-03-19 09:22:03.482 | sub(/[ \t]*$/, "", value) 2024-03-19 09:22:03.482 | 2024-03-19 09:22:03.482 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-19 09:22:03.482 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-19 09:22:03.482 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-19 09:22:03.482 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-19 09:22:03.482 | if (! (section, attr) in cfg_attr_count) { 2024-03-19 09:22:03.482 | if (section != last_section) { 2024-03-19 09:22:03.482 | cfg_section[section_count++] = section 2024-03-19 09:22:03.482 | last_section = section 2024-03-19 09:22:03.482 | } 2024-03-19 09:22:03.482 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-19 09:22:03.482 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-19 09:22:03.482 | 2024-03-19 09:22:03.482 | cfg_attr[section, attr, 0] = value 2024-03-19 09:22:03.482 | cfg_attr_count[section, attr] = 1 2024-03-19 09:22:03.482 | } else { 2024-03-19 09:22:03.482 | lno = cfg_attr_count[section, attr]++ 2024-03-19 09:22:03.482 | cfg_attr[section, attr, lno] = value 2024-03-19 09:22:03.482 | } 2024-03-19 09:22:03.482 | } 2024-03-19 09:22:03.482 | END { 2024-03-19 09:22:03.482 | # Process each section in order 2024-03-19 09:22:03.482 | for (sno = 0; sno < section_count; sno++) { 2024-03-19 09:22:03.482 | section = cfg_section[sno] 2024-03-19 09:22:03.482 | # The ini routines simply append a config item immediately 2024-03-19 09:22:03.482 | # after the section header. To keep the same order as defined 2024-03-19 09:22:03.482 | # in local.conf, invoke the ini routines in the reverse order 2024-03-19 09:22:03.482 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-19 09:22:03.482 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-19 09:22:03.482 | if (cfg_attr_count[section, attr] == 1) 2024-03-19 09:22:03.482 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-19 09:22:03.482 | else { 2024-03-19 09:22:03.482 | # For multiline, invoke the ini routines in the reverse order 2024-03-19 09:22:03.482 | count = cfg_attr_count[section, attr] 2024-03-19 09:22:03.482 | print "inidelete " configfile " " section " " attr 2024-03-19 09:22:03.482 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-19 09:22:03.482 | for (l = count -2; l >= 0; l--) 2024-03-19 09:22:03.483 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-19 09:22:03.483 | } 2024-03-19 09:22:03.483 | } 2024-03-19 09:22:03.483 | } 2024-03-19 09:22:03.483 | } 2024-03-19 09:22:03.483 | ' 2024-03-19 09:22:03.484 | awk: + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.484 | cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-19 09:22:03.486 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-19 09:22:03.488 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-03-19 09:22:03.490 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:03.492 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-03-19 09:22:03.494 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-03-19 09:22:03.495 | BEGIN { group = "" } 2024-03-19 09:22:03.495 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:03.495 | gsub("[][]", "", $1); 2024-03-19 09:22:03.495 | split($1, a, "|"); 2024-03-19 09:22:03.495 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-19 09:22:03.495 | group=a[1] 2024-03-19 09:22:03.495 | } else { 2024-03-19 09:22:03.495 | group="" 2024-03-19 09:22:03.495 | } 2024-03-19 09:22:03.495 | next 2024-03-19 09:22:03.495 | } 2024-03-19 09:22:03.495 | { 2024-03-19 09:22:03.495 | if (group != "") 2024-03-19 09:22:03.495 | print $0 2024-03-19 09:22:03.495 | } 2024-03-19 09:22:03.495 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:03.499 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-03-19 09:22:03.501 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-03-19 09:22:03.526 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.529 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-19 09:22:03.531 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-19 09:22:03.533 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-19 09:22:03.536 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-03-19 09:22:03.539 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-03-19 09:22:03.541 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-03-19 09:22:03.543 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-03-19 09:22:03.546 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-03-19 09:22:03.549 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-03-19 09:22:03.552 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-03-19 09:22:03.554 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-03-19 09:22:03.556 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.559 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-19 09:22:03.561 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-03-19 09:22:03.563 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-19 09:22:03.566 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-03-19 09:22:03.568 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-03-19 09:22:03.571 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-03-19 09:22:03.573 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-03-19 09:22:03.576 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-03-19 09:22:03.576 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.577 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-03-19 09:22:03.577 | BEGIN { 2024-03-19 09:22:03.577 | section = "" 2024-03-19 09:22:03.577 | last_section = "" 2024-03-19 09:22:03.577 | section_count = 0 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | /^\[.+\]/ { 2024-03-19 09:22:03.577 | gsub("[][]", "", $1); 2024-03-19 09:22:03.577 | section=$1 2024-03-19 09:22:03.577 | next 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | /^ *\#/ { 2024-03-19 09:22:03.577 | next 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | /^[^ \t]+/ { 2024-03-19 09:22:03.577 | # get offset of first = in $0 2024-03-19 09:22:03.577 | eq_idx = index($0, "=") 2024-03-19 09:22:03.577 | # extract attr & value from $0 2024-03-19 09:22:03.577 | attr = substr($0, 1, eq_idx - 1) 2024-03-19 09:22:03.577 | value = substr($0, eq_idx + 1) 2024-03-19 09:22:03.577 | # only need to strip trailing whitespace from attr 2024-03-19 09:22:03.577 | sub(/[ \t]*$/, "", attr) 2024-03-19 09:22:03.577 | # need to strip leading & trailing whitespace from value 2024-03-19 09:22:03.577 | sub(/^[ \t]*/, "", value) 2024-03-19 09:22:03.577 | sub(/[ \t]*$/, "", value) 2024-03-19 09:22:03.577 | 2024-03-19 09:22:03.577 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-19 09:22:03.577 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-19 09:22:03.577 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-19 09:22:03.577 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-19 09:22:03.577 | if (! (section, attr) in cfg_attr_count) { 2024-03-19 09:22:03.577 | if (section != last_section) { 2024-03-19 09:22:03.577 | cfg_section[section_count++] = section 2024-03-19 09:22:03.577 | last_section = section 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-19 09:22:03.577 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-19 09:22:03.577 | 2024-03-19 09:22:03.577 | cfg_attr[section, attr, 0] = value 2024-03-19 09:22:03.577 | cfg_attr_count[section, attr] = 1 2024-03-19 09:22:03.577 | } else { 2024-03-19 09:22:03.577 | lno = cfg_attr_count[section, attr]++ 2024-03-19 09:22:03.577 | cfg_attr[section, attr, lno] = value 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | END { 2024-03-19 09:22:03.577 | # Process each section in order 2024-03-19 09:22:03.577 | for (sno = 0; sno < section_count; sno++) { 2024-03-19 09:22:03.577 | section = cfg_section[sno] 2024-03-19 09:22:03.577 | # The ini routines simply append a config item immediately 2024-03-19 09:22:03.577 | # after the section header. To keep the same order as defined 2024-03-19 09:22:03.577 | # in local.conf, invoke the ini routines in the reverse order 2024-03-19 09:22:03.577 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-19 09:22:03.577 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-19 09:22:03.577 | if (cfg_attr_count[section, attr] == 1) 2024-03-19 09:22:03.577 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-19 09:22:03.577 | else { 2024-03-19 09:22:03.577 | # For multiline, invoke the ini routines in the reverse order 2024-03-19 09:22:03.577 | count = cfg_attr_count[section, attr] 2024-03-19 09:22:03.577 | print "inidelete " configfile " " section " " attr 2024-03-19 09:22:03.577 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-19 09:22:03.577 | for (l = count -2; l >= 0; l--) 2024-03-19 09:22:03.577 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | } 2024-03-19 09:22:03.577 | ' 2024-03-19 09:22:03.578 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.579 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-19 09:22:03.580 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-19 09:22:03.582 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-03-19 09:22:03.583 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:22:03.585 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:03.587 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-03-19 09:22:03.589 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-03-19 09:22:03.589 | BEGIN { group = "" } 2024-03-19 09:22:03.589 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:03.589 | gsub("[][]", "", $1); 2024-03-19 09:22:03.589 | split($1, a, "|"); 2024-03-19 09:22:03.589 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-19 09:22:03.589 | group=a[1] 2024-03-19 09:22:03.589 | } else { 2024-03-19 09:22:03.589 | group="" 2024-03-19 09:22:03.589 | } 2024-03-19 09:22:03.589 | next 2024-03-19 09:22:03.589 | } 2024-03-19 09:22:03.589 | { 2024-03-19 09:22:03.589 | if (group != "") 2024-03-19 09:22:03.589 | print $0 2024-03-19 09:22:03.589 | } 2024-03-19 09:22:03.589 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:03.593 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-03-19 09:22:03.596 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-03-19 09:22:03.603 | [44998 Async configure_neutron_nova:44998]: finished successfully 2024-03-19 09:22:03.619 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.622 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-19 09:22:03.624 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-19 09:22:03.626 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-19 09:22:03.629 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-03-19 09:22:03.631 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-03-19 09:22:03.633 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-03-19 09:22:03.635 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-03-19 09:22:03.638 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-03-19 09:22:03.641 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-03-19 09:22:03.643 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-03-19 09:22:03.645 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-03-19 09:22:03.647 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.650 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-19 09:22:03.652 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-03-19 09:22:03.654 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-19 09:22:03.656 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-03-19 09:22:03.659 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-03-19 09:22:03.661 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-03-19 09:22:03.663 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-03-19 09:22:03.666 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-03-19 09:22:03.666 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.667 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-03-19 09:22:03.667 | BEGIN { 2024-03-19 09:22:03.667 | section = "" 2024-03-19 09:22:03.667 | last_section = "" 2024-03-19 09:22:03.667 | section_count = 0 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | /^\[.+\]/ { 2024-03-19 09:22:03.667 | gsub("[][]", "", $1); 2024-03-19 09:22:03.667 | section=$1 2024-03-19 09:22:03.667 | next 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | /^ *\#/ { 2024-03-19 09:22:03.667 | next 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | /^[^ \t]+/ { 2024-03-19 09:22:03.667 | # get offset of first = in $0 2024-03-19 09:22:03.667 | eq_idx = index($0, "=") 2024-03-19 09:22:03.667 | # extract attr & value from $0 2024-03-19 09:22:03.667 | attr = substr($0, 1, eq_idx - 1) 2024-03-19 09:22:03.667 | value = substr($0, eq_idx + 1) 2024-03-19 09:22:03.667 | # only need to strip trailing whitespace from attr 2024-03-19 09:22:03.667 | sub(/[ \t]*$/, "", attr) 2024-03-19 09:22:03.667 | # need to strip leading & trailing whitespace from value 2024-03-19 09:22:03.667 | sub(/^[ \t]*/, "", value) 2024-03-19 09:22:03.667 | sub(/[ \t]*$/, "", value) 2024-03-19 09:22:03.667 | 2024-03-19 09:22:03.667 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-19 09:22:03.667 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-19 09:22:03.667 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-19 09:22:03.667 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-19 09:22:03.667 | if (! (section, attr) in cfg_attr_count) { 2024-03-19 09:22:03.667 | if (section != last_section) { 2024-03-19 09:22:03.667 | cfg_section[section_count++] = section 2024-03-19 09:22:03.667 | last_section = section 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-19 09:22:03.667 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-19 09:22:03.667 | 2024-03-19 09:22:03.667 | cfg_attr[section, attr, 0] = value 2024-03-19 09:22:03.667 | cfg_attr_count[section, attr] = 1 2024-03-19 09:22:03.667 | } else { 2024-03-19 09:22:03.667 | lno = cfg_attr_count[section, attr]++ 2024-03-19 09:22:03.667 | cfg_attr[section, attr, lno] = value 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | END { 2024-03-19 09:22:03.667 | # Process each section in order 2024-03-19 09:22:03.667 | for (sno = 0; sno < section_count; sno++) { 2024-03-19 09:22:03.667 | section = cfg_section[sno] 2024-03-19 09:22:03.667 | # The ini routines simply append a config item immediately 2024-03-19 09:22:03.667 | # after the section header. To keep the same order as defined 2024-03-19 09:22:03.667 | # in local.conf, invoke the ini routines in the reverse order 2024-03-19 09:22:03.667 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-19 09:22:03.667 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-19 09:22:03.667 | if (cfg_attr_count[section, attr] == 1) 2024-03-19 09:22:03.667 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-19 09:22:03.667 | else { 2024-03-19 09:22:03.667 | # For multiline, invoke the ini routines in the reverse order 2024-03-19 09:22:03.667 | count = cfg_attr_count[section, attr] 2024-03-19 09:22:03.667 | print "inidelete " configfile " " section " " attr 2024-03-19 09:22:03.667 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-19 09:22:03.667 | for (l = count -2; l >= 0; l--) 2024-03-19 09:22:03.667 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | } 2024-03-19 09:22:03.667 | ' 2024-03-19 09:22:03.668 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.669 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-19 09:22:03.670 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-19 09:22:03.672 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-03-19 09:22:03.674 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:03.676 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-03-19 09:22:03.678 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-03-19 09:22:03.678 | BEGIN { group = "" } 2024-03-19 09:22:03.678 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:03.678 | gsub("[][]", "", $1); 2024-03-19 09:22:03.678 | split($1, a, "|"); 2024-03-19 09:22:03.678 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-19 09:22:03.678 | group=a[1] 2024-03-19 09:22:03.678 | } else { 2024-03-19 09:22:03.678 | group="" 2024-03-19 09:22:03.678 | } 2024-03-19 09:22:03.678 | next 2024-03-19 09:22:03.678 | } 2024-03-19 09:22:03.678 | { 2024-03-19 09:22:03.678 | if (group != "") 2024-03-19 09:22:03.678 | print $0 2024-03-19 09:22:03.678 | } 2024-03-19 09:22:03.678 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:03.683 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-03-19 09:22:03.685 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-03-19 09:22:03.708 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.710 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-03-19 09:22:03.713 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-03-19 09:22:03.736 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.739 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-19 09:22:03.741 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-19 09:22:03.743 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-19 09:22:03.746 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-03-19 09:22:03.748 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:22:03.751 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:22:03.753 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-03-19 09:22:03.755 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:22:03.758 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-03-19 09:22:03.761 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-03-19 09:22:03.763 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-03-19 09:22:03.765 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.767 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-19 09:22:03.769 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-03-19 09:22:03.771 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-19 09:22:03.774 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-03-19 09:22:03.776 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:22:03.778 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-19 09:22:03.780 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-03-19 09:22:03.783 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-03-19 09:22:03.784 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.784 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-03-19 09:22:03.784 | BEGIN { 2024-03-19 09:22:03.784 | section = "" 2024-03-19 09:22:03.784 | last_section = "" 2024-03-19 09:22:03.784 | section_count = 0 2024-03-19 09:22:03.784 | } 2024-03-19 09:22:03.784 | /^\[.+\]/ { 2024-03-19 09:22:03.784 | gsub("[][]", "", $1); 2024-03-19 09:22:03.784 | section=$1 2024-03-19 09:22:03.784 | next 2024-03-19 09:22:03.784 | } 2024-03-19 09:22:03.784 | /^ *\#/ { 2024-03-19 09:22:03.784 | next 2024-03-19 09:22:03.784 | } 2024-03-19 09:22:03.784 | /^[^ \t]+/ { 2024-03-19 09:22:03.784 | # get offset of first = in $0 2024-03-19 09:22:03.784 | eq_idx = index($0, "=") 2024-03-19 09:22:03.784 | # extract attr & value from $0 2024-03-19 09:22:03.784 | attr = substr($0, 1, eq_idx - 1) 2024-03-19 09:22:03.785 | value = substr($0, eq_idx + 1) 2024-03-19 09:22:03.785 | # only need to strip trailing whitespace from attr 2024-03-19 09:22:03.785 | sub(/[ \t]*$/, "", attr) 2024-03-19 09:22:03.785 | # need to strip leading & trailing whitespace from value 2024-03-19 09:22:03.785 | sub(/^[ \t]*/, "", value) 2024-03-19 09:22:03.785 | sub(/[ \t]*$/, "", value) 2024-03-19 09:22:03.785 | 2024-03-19 09:22:03.785 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-19 09:22:03.785 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-19 09:22:03.785 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-19 09:22:03.785 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-19 09:22:03.785 | if (! (section, attr) in cfg_attr_count) { 2024-03-19 09:22:03.785 | if (section != last_section) { 2024-03-19 09:22:03.785 | cfg_section[section_count++] = section 2024-03-19 09:22:03.785 | last_section = section 2024-03-19 09:22:03.785 | } 2024-03-19 09:22:03.785 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-19 09:22:03.785 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-19 09:22:03.785 | 2024-03-19 09:22:03.785 | cfg_attr[section, attr, 0] = value 2024-03-19 09:22:03.785 | cfg_attr_count[section, attr] = 1 2024-03-19 09:22:03.785 | } else { 2024-03-19 09:22:03.785 | lno = cfg_attr_count[section, attr]++ 2024-03-19 09:22:03.785 | cfg_attr[section, attr, lno] = value 2024-03-19 09:22:03.785 | } 2024-03-19 09:22:03.785 | } 2024-03-19 09:22:03.785 | END { 2024-03-19 09:22:03.785 | # Process each section in order 2024-03-19 09:22:03.785 | for (sno = 0; sno < section_count; sno++) { 2024-03-19 09:22:03.785 | section = cfg_section[sno] 2024-03-19 09:22:03.785 | # The ini routines simply append a config item immediately 2024-03-19 09:22:03.785 | # after the section header. To keep the same order as defined 2024-03-19 09:22:03.785 | # in local.conf, invoke the ini routines in the reverse order 2024-03-19 09:22:03.785 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-19 09:22:03.785 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-19 09:22:03.785 | if (cfg_attr_count[section, attr] == 1) 2024-03-19 09:22:03.785 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-19 09:22:03.785 | else { 2024-03-19 09:22:03.785 | # For multiline, invoke the ini routines in the reverse order 2024-03-19 09:22:03.785 | count = cfg_attr_count[section, attr] 2024-03-19 09:22:03.785 | print "inidelete " configfile " " section " " attr 2024-03-19 09:22:03.785 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-19 09:22:03.785 | for (l = count -2; l >= 0; l--) 2024-03-19 09:22:03.785 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-19 09:22:03.785 | } 2024-03-19 09:22:03.785 | } 2024-03-19 09:22:03.785 | } 2024-03-19 09:22:03.785 | } 2024-03-19 09:22:03.785 | ' 2024-03-19 09:22:03.786 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:03.787 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-19 09:22:03.788 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-19 09:22:03.790 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-03-19 09:22:03.792 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:03.794 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-03-19 09:22:03.796 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-03-19 09:22:03.797 | BEGIN { group = "" } 2024-03-19 09:22:03.797 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:03.797 | gsub("[][]", "", $1); 2024-03-19 09:22:03.797 | split($1, a, "|"); 2024-03-19 09:22:03.797 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-19 09:22:03.797 | group=a[1] 2024-03-19 09:22:03.797 | } else { 2024-03-19 09:22:03.797 | group="" 2024-03-19 09:22:03.797 | } 2024-03-19 09:22:03.797 | next 2024-03-19 09:22:03.797 | } 2024-03-19 09:22:03.797 | { 2024-03-19 09:22:03.797 | if (group != "") 2024-03-19 09:22:03.797 | print $0 2024-03-19 09:22:03.797 | } 2024-03-19 09:22:03.797 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:03.801 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-03-19 09:22:03.803 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-03-19 09:22:03.828 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.830 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-03-19 09:22:03.832 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-03-19 09:22:03.857 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.859 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-03-19 09:22:03.861 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-03-19 09:22:03.887 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.889 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-03-19 09:22:03.891 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-03-19 09:22:03.916 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.918 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-03-19 09:22:03.920 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-03-19 09:22:03.944 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.946 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-03-19 09:22:03.948 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-03-19 09:22:03.972 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:03.974 | + 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-03-19 09:22:03.976 | ++ 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-03-19 09:22:04.002 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:04.003 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-03-19 09:22:04.006 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-03-19 09:22:04.030 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:04.032 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-03-19 09:22:04.034 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-03-19 09:22:04.059 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:04.061 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-19 09:22:04.064 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-19 09:22:04.066 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-19 09:22:04.068 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-03-19 09:22:04.071 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.073 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.075 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-03-19 09:22:04.078 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.081 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-03-19 09:22:04.083 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-03-19 09:22:04.085 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.088 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:04.090 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-19 09:22:04.092 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.094 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-19 09:22:04.097 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.099 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.101 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.103 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-03-19 09:22:04.105 | + inc/meta-config:merge_config_file:93 : touch /etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.109 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.110 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:04.110 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-03-19 09:22:04.110 | BEGIN { 2024-03-19 09:22:04.110 | section = "" 2024-03-19 09:22:04.110 | last_section = "" 2024-03-19 09:22:04.111 | section_count = 0 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | /^\[.+\]/ { 2024-03-19 09:22:04.111 | gsub("[][]", "", $1); 2024-03-19 09:22:04.111 | section=$1 2024-03-19 09:22:04.111 | next 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | /^ *\#/ { 2024-03-19 09:22:04.111 | next 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | /^[^ \t]+/ { 2024-03-19 09:22:04.111 | # get offset of first = in $0 2024-03-19 09:22:04.111 | eq_idx = index($0, "=") 2024-03-19 09:22:04.111 | # extract attr & value from $0 2024-03-19 09:22:04.111 | attr = substr($0, 1, eq_idx - 1) 2024-03-19 09:22:04.111 | value = substr($0, eq_idx + 1) 2024-03-19 09:22:04.111 | # only need to strip trailing whitespace from attr 2024-03-19 09:22:04.111 | sub(/[ \t]*$/, "", attr) 2024-03-19 09:22:04.111 | # need to strip leading & trailing whitespace from value 2024-03-19 09:22:04.111 | sub(/^[ \t]*/, "", value) 2024-03-19 09:22:04.111 | sub(/[ \t]*$/, "", value) 2024-03-19 09:22:04.111 | 2024-03-19 09:22:04.111 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-19 09:22:04.111 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-19 09:22:04.111 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-19 09:22:04.111 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-19 09:22:04.111 | if (! (section, attr) in cfg_attr_count) { 2024-03-19 09:22:04.111 | if (section != last_section) { 2024-03-19 09:22:04.111 | cfg_section[section_count++] = section 2024-03-19 09:22:04.111 | last_section = section 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-19 09:22:04.111 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-19 09:22:04.111 | 2024-03-19 09:22:04.111 | cfg_attr[section, attr, 0] = value 2024-03-19 09:22:04.111 | cfg_attr_count[section, attr] = 1 2024-03-19 09:22:04.111 | } else { 2024-03-19 09:22:04.111 | lno = cfg_attr_count[section, attr]++ 2024-03-19 09:22:04.111 | cfg_attr[section, attr, lno] = value 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | END { 2024-03-19 09:22:04.111 | # Process each section in order 2024-03-19 09:22:04.111 | for (sno = 0; sno < section_count; sno++) { 2024-03-19 09:22:04.111 | section = cfg_section[sno] 2024-03-19 09:22:04.111 | # The ini routines simply append a config item immediately 2024-03-19 09:22:04.111 | # after the section header. To keep the same order as defined 2024-03-19 09:22:04.111 | # in local.conf, invoke the ini routines in the reverse order 2024-03-19 09:22:04.111 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-19 09:22:04.111 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-19 09:22:04.111 | if (cfg_attr_count[section, attr] == 1) 2024-03-19 09:22:04.111 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-19 09:22:04.111 | else { 2024-03-19 09:22:04.111 | # For multiline, invoke the ini routines in the reverse order 2024-03-19 09:22:04.111 | count = cfg_attr_count[section, attr] 2024-03-19 09:22:04.111 | print "inidelete " configfile " " section " " attr 2024-03-19 09:22:04.111 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-19 09:22:04.111 | for (l = count -2; l >= 0; l--) 2024-03-19 09:22:04.111 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | } 2024-03-19 09:22:04.111 | ' 2024-03-19 09:22:04.112 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:04.113 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-19 09:22:04.114 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-19 09:22:04.116 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-03-19 09:22:04.118 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:04.120 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-03-19 09:22:04.122 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-03-19 09:22:04.122 | BEGIN { group = "" } 2024-03-19 09:22:04.122 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:04.122 | gsub("[][]", "", $1); 2024-03-19 09:22:04.122 | split($1, a, "|"); 2024-03-19 09:22:04.122 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-19 09:22:04.122 | group=a[1] 2024-03-19 09:22:04.122 | } else { 2024-03-19 09:22:04.122 | group="" 2024-03-19 09:22:04.122 | } 2024-03-19 09:22:04.122 | next 2024-03-19 09:22:04.122 | } 2024-03-19 09:22:04.122 | { 2024-03-19 09:22:04.122 | if (group != "") 2024-03-19 09:22:04.122 | print $0 2024-03-19 09:22:04.122 | } 2024-03-19 09:22:04.122 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:04.127 | + 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-03-19 09:22:04.129 | ++ 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-03-19 09:22:04.153 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:04.155 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-03-19 09:22:04.157 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-03-19 09:22:04.180 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:04.182 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-03-19 09:22:04.184 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-03-19 09:22:04.208 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:04.210 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT host "gateway"' 2024-03-19 09:22:04.212 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT host gateway 2024-03-19 09:22:04.236 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:04.239 | + stack.sh:main:1283 : is_service_enabled swift 2024-03-19 09:22:04.253 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:04.255 | + stack.sh:main:1291 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-19 09:22:04.258 | + stack.sh:main:1292 : is_service_enabled cinder 2024-03-19 09:22:04.272 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:04.274 | + stack.sh:main:1293 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-19 09:22:04.300 | + stack.sh:main:1296 : async_wait configure_neutron_nova 2024-03-19 09:22:04.336 | [4768 Async configure_neutron_nova:44998]: Waiting for completion of configure_neutron_nova running on PID 44998 (2 other jobs running) 2024-03-19 09:22:04.353 | [4768 Async configure_neutron_nova:44998]: Signaling child to exit 2024-03-19 09:22:04.353 | WAKEUP 2024-03-19 09:22:04.369 | [4768 Async configure_neutron_nova:44998]: Signaled 2024-03-19 09:22:04.370 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-03-19 09:22:04.370 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-03-19 09:22:04.370 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2024-03-19 09:22:04.370 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-03-19 09:22:04.370 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-03-19 09:22:04.370 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:22:04.402 | [4768 Async configure_neutron_nova:44998]: finished configure_neutron_nova with result 0 in 0 seconds 2024-03-19 09:22:04.405 | + inc/async:async_wait:197 : return 0 2024-03-19 09:22:04.407 | + stack.sh:main:1302 : is_service_enabled nova 2024-03-19 09:22:04.421 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:04.423 | + stack.sh:main:1303 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-19 09:22:04.448 | + stack.sh:main:1304 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-19 09:22:04.474 | + stack.sh:main:1308 : is_service_enabled n-api 2024-03-19 09:22:04.488 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:04.490 | + stack.sh:main:1309 : echo_summary 'Starting Nova API' 2024-03-19 09:22:04.492 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:04.494 | + stack.sh:echo_summary:470 : echo -e Starting Nova API 2024-03-19 09:22:04.496 | + stack.sh:main:1310 : start_nova_api 2024-03-19 09:22:04.499 | + lib/nova:start_nova_api:978 : local service_port=8774 2024-03-19 09:22:04.501 | + lib/nova:start_nova_api:979 : local service_protocol=http 2024-03-19 09:22:04.503 | + lib/nova:start_nova_api:980 : local nova_url 2024-03-19 09:22:04.505 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2024-03-19 09:22:04.518 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:04.520 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:04.522 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:04.524 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:04.527 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2024-03-19 09:22:04.529 | ++ lib/nova:start_nova_api:998 : which uwsgi 2024-03-19 09:22:04.533 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-19 09:22:04.535 | + functions-common:run_process:1654 : local service=n-api 2024-03-19 09:22:04.537 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-19 09:22:04.539 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:04.541 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:04.544 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:04.546 | + functions-common:run_process:1660 : local name=n-api 2024-03-19 09:22:04.548 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:04.550 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:04.552 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:04.555 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:04.557 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:04.561 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840124558 2024-03-19 09:22:04.563 | + functions-common:run_process:1663 : is_service_enabled n-api 2024-03-19 09:22:04.575 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:04.578 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-03-19 09:22:04.580 | + functions-common:_run_under_systemd:1611 : local service=n-api 2024-03-19 09:22:04.582 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-19 09:22:04.584 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-19 09:22:04.586 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-19 09:22:04.588 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-19 09:22:04.590 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-03-19 09:22:04.592 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-03-19 09:22:04.594 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2024-03-19 09:22:04.596 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:04.598 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:04.600 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:04.602 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:04.604 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-03-19 09:22:04.606 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-19 09:22:04.609 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:04.611 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-19 09:22:04.613 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2024-03-19 09:22:04.615 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:04.616 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-19 09:22:04.618 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-19 09:22:04.620 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-19 09:22:04.622 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-03-19 09:22:04.624 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-19 09:22:04.627 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-03-19 09:22:04.675 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:04.725 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-03-19 09:22:04.767 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-03-19 09:22:04.808 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:04.848 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:04.889 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-03-19 09:22:04.931 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-03-19 09:22:04.971 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-03-19 09:22:05.012 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-03-19 09:22:05.053 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-03-19 09:22:05.095 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-19 09:22:05.097 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-19 09:22:05.099 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-03-19 09:22:05.148 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-19 09:22:05.444 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2024-03-19 09:22:05.477 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-03-19 09:22:05.785 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2024-03-19 09:22:05.890 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:05.892 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:05.894 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:05.896 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:05.898 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:05.900 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:05.902 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:05.904 | + functions-common:time_stop:2407 : start_time=1710840124558 2024-03-19 09:22:05.906 | + functions-common:time_stop:2409 : [[ -z 1710840124558 ]] 2024-03-19 09:22:05.908 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:05.912 | + functions-common:time_stop:2412 : end_time=1710840125910 2024-03-19 09:22:05.914 | + functions-common:time_stop:2413 : elapsed_time=1352 2024-03-19 09:22:05.916 | + functions-common:time_stop:2414 : total=1454 2024-03-19 09:22:05.918 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:05.920 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2806 2024-03-19 09:22:05.922 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-03-19 09:22:05.924 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2024-03-19 09:22:05.924 | Waiting for nova-api to start... 2024-03-19 09:22:05.926 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-03-19 09:22:05.928 | + functions:wait_for_service:468 : local timeout=60 2024-03-19 09:22:05.930 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-03-19 09:22:05.932 | + functions:wait_for_service:470 : local rval=0 2024-03-19 09:22:05.934 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-19 09:22:05.936 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-19 09:22:05.938 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:05.940 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:05.943 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:05.946 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840125944 2024-03-19 09:22:05.948 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-19 09:22:05.952 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-03-19 09:22:08.711 | + :: : [[ 200 == 503 ]] 2024-03-19 09:22:08.712 | + :: : [[ 0 -eq 7 ]] 2024-03-19 09:22:08.716 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-19 09:22:08.718 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:08.720 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:08.722 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:08.724 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:08.726 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:08.728 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-19 09:22:08.730 | + functions-common:time_stop:2407 : start_time=1710840125944 2024-03-19 09:22:08.731 | + functions-common:time_stop:2409 : [[ -z 1710840125944 ]] 2024-03-19 09:22:08.734 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:08.738 | + functions-common:time_stop:2412 : end_time=1710840128735 2024-03-19 09:22:08.739 | + functions-common:time_stop:2413 : elapsed_time=2791 2024-03-19 09:22:08.741 | + functions-common:time_stop:2414 : total=2311 2024-03-19 09:22:08.743 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:08.745 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5102 2024-03-19 09:22:08.747 | + functions:wait_for_service:478 : return 0 2024-03-19 09:22:08.750 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:08.752 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:08.754 | + stack.sh:main:1313 : is_service_enabled ovn-controller ovn-controller-vtep 2024-03-19 09:22:08.767 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:08.769 | + stack.sh:main:1318 : is_service_enabled neutron-api 2024-03-19 09:22:08.783 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:08.785 | + stack.sh:main:1321 : is_service_enabled q-svc 2024-03-19 09:22:08.798 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:08.800 | + stack.sh:main:1322 : echo_summary 'Starting Neutron' 2024-03-19 09:22:08.802 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:08.804 | + stack.sh:echo_summary:470 : echo -e Starting Neutron 2024-03-19 09:22:08.806 | + stack.sh:main:1323 : configure_neutron_after_post_config 2024-03-19 09:22:08.808 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2024-03-19 09:22:08.810 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-03-19 09:22:08.835 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2024-03-19 09:22:08.837 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2024-03-19 09:22:08.839 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2024-03-19 09:22:08.842 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-03-19 09:22:08.866 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-03-19 09:22:08.892 | + stack.sh:main:1324 : start_neutron_service_and_check 2024-03-19 09:22:08.894 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2024-03-19 09:22:08.896 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2024-03-19 09:22:08.898 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2024-03-19 09:22:08.900 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2024-03-19 09:22:08.902 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2024-03-19 09:22:08.905 | ++ lib/neutron:determine_config_files:366 : local opts= 2024-03-19 09:22:08.907 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2024-03-19 09:22:08.910 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2024-03-19 09:22:08.912 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2024-03-19 09:22:08.914 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2024-03-19 09:22:08.916 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2024-03-19 09:22:08.918 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:08.920 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:08.923 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:08.925 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-03-19 09:22:08.927 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:08.930 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:08.932 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2024-03-19 09:22:08.945 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:08.947 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2024-03-19 09:22:08.949 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:08.951 | + functions-common:run_process:1654 : local service=q-svc 2024-03-19 09:22:08.953 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:08.955 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:08.957 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:08.959 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:08.961 | + functions-common:run_process:1660 : local name=q-svc 2024-03-19 09:22:08.963 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:08.965 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:08.967 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:08.969 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:08.972 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:08.975 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840128973 2024-03-19 09:22:08.978 | + functions-common:run_process:1663 : is_service_enabled q-svc 2024-03-19 09:22:08.990 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:08.992 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-03-19 09:22:08.994 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2024-03-19 09:22:08.996 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:08.998 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:09.000 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:09.002 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:09.003 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-03-19 09:22:09.005 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-03-19 09:22:09.007 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2024-03-19 09:22:09.009 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:09.011 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:09.013 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:09.015 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:09.017 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-03-19 09:22:09.020 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-03-19 09:22:09.021 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2024-03-19 09:22:09.023 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:09.025 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-19 09:22:09.027 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-19 09:22:09.028 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-19 09:22:09.030 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-19 09:22:09.032 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-19 09:22:09.034 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-03-19 09:22:09.036 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-19 09:22:09.039 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-03-19 09:22:09.088 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:09.138 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-03-19 09:22:09.179 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:09.220 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-03-19 09:22:09.260 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-03-19 09:22:09.302 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:09.344 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-19 09:22:09.346 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-19 09:22:09.348 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-03-19 09:22:09.395 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-19 09:22:09.718 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2024-03-19 09:22:09.761 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-03-19 09:22:10.067 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2024-03-19 09:22:10.106 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:10.108 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:10.110 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:10.112 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:10.114 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:10.116 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:10.118 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:10.119 | + functions-common:time_stop:2407 : start_time=1710840128973 2024-03-19 09:22:10.121 | + functions-common:time_stop:2409 : [[ -z 1710840128973 ]] 2024-03-19 09:22:10.124 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:10.127 | + functions-common:time_stop:2412 : end_time=1710840130125 2024-03-19 09:22:10.129 | + functions-common:time_stop:2413 : elapsed_time=1152 2024-03-19 09:22:10.131 | + functions-common:time_stop:2414 : total=2806 2024-03-19 09:22:10.133 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:10.135 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3958 2024-03-19 09:22:10.137 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2024-03-19 09:22:10.139 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2024-03-19 09:22:10.154 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:10.156 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2024-03-19 09:22:10.158 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2024-03-19 09:22:10.159 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2024-03-19 09:22:10.160 | Waiting for Neutron to start... 2024-03-19 09:22:10.161 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-03-19 09:22:10.163 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-03-19 09:22:10.165 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-03-19 09:22:10.167 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2024-03-19 09:22:10.169 | + functions-common:test_with_retry:2340 : local until=60 2024-03-19 09:22:10.171 | + functions-common:test_with_retry:2341 : local sleep=0.5 2024-03-19 09:22:10.173 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2024-03-19 09:22:10.175 | + functions-common:time_start:2386 : local name=test_with_retry 2024-03-19 09:22:10.177 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:10.179 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:10.182 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:10.186 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840130184 2024-03-19 09:22:10.188 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-03-19 09:22:13.224 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2024-03-19 09:22:13.227 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:13.229 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:13.231 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:13.234 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:13.236 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:13.238 | + functions-common:time_stop:2406 : name=test_with_retry 2024-03-19 09:22:13.240 | + functions-common:time_stop:2407 : start_time=1710840130184 2024-03-19 09:22:13.242 | + functions-common:time_stop:2409 : [[ -z 1710840130184 ]] 2024-03-19 09:22:13.244 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:13.248 | + functions-common:time_stop:2412 : end_time=1710840133246 2024-03-19 09:22:13.250 | + functions-common:time_stop:2413 : elapsed_time=3062 2024-03-19 09:22:13.252 | + functions-common:time_stop:2414 : total=0 2024-03-19 09:22:13.254 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:13.256 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3062 2024-03-19 09:22:13.258 | + stack.sh:main:1329 : is_service_enabled placement 2024-03-19 09:22:13.272 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:13.274 | + stack.sh:main:1330 : echo_summary 'Starting Placement' 2024-03-19 09:22:13.276 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:13.278 | + stack.sh:echo_summary:470 : echo -e Starting Placement 2024-03-19 09:22:13.280 | + stack.sh:main:1331 : start_placement 2024-03-19 09:22:13.282 | + lib/placement:start_placement:173 : start_placement_api 2024-03-19 09:22:13.284 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-03-19 09:22:13.286 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-03-19 09:22:13.290 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-19 09:22:13.292 | + functions-common:run_process:1654 : local service=placement-api 2024-03-19 09:22:13.294 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-19 09:22:13.296 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:13.298 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:13.300 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:13.302 | + functions-common:run_process:1660 : local name=placement-api 2024-03-19 09:22:13.304 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:13.306 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:13.308 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:13.310 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:13.313 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:13.316 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840133314 2024-03-19 09:22:13.318 | + functions-common:run_process:1663 : is_service_enabled placement-api 2024-03-19 09:22:13.332 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:13.334 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-03-19 09:22:13.336 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2024-03-19 09:22:13.338 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-19 09:22:13.340 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-19 09:22:13.342 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-19 09:22:13.344 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-19 09:22:13.347 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-03-19 09:22:13.349 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-03-19 09:22:13.351 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2024-03-19 09:22:13.353 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:13.355 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:13.357 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:13.359 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:13.361 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-03-19 09:22:13.363 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-19 09:22:13.365 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:13.368 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-19 09:22:13.370 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2024-03-19 09:22:13.371 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:13.373 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-19 09:22:13.375 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-19 09:22:13.377 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-19 09:22:13.379 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-03-19 09:22:13.381 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-19 09:22:13.384 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-03-19 09:22:13.435 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:13.486 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-03-19 09:22:13.527 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-03-19 09:22:13.568 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:13.610 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:13.651 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-03-19 09:22:13.693 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-03-19 09:22:13.735 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-03-19 09:22:13.775 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-03-19 09:22:13.817 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-03-19 09:22:13.858 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-19 09:22:13.860 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-19 09:22:13.862 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-03-19 09:22:13.911 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-19 09:22:14.238 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2024-03-19 09:22:14.248 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-03-19 09:22:14.626 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2024-03-19 09:22:14.740 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:14.742 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:14.744 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:14.746 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:14.748 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:14.750 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:14.752 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:14.754 | + functions-common:time_stop:2407 : start_time=1710840133314 2024-03-19 09:22:14.756 | + functions-common:time_stop:2409 : [[ -z 1710840133314 ]] 2024-03-19 09:22:14.759 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:14.762 | + functions-common:time_stop:2412 : end_time=1710840134760 2024-03-19 09:22:14.764 | + functions-common:time_stop:2413 : elapsed_time=1446 2024-03-19 09:22:14.766 | + functions-common:time_stop:2414 : total=3958 2024-03-19 09:22:14.768 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:14.770 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5404 2024-03-19 09:22:14.772 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-03-19 09:22:14.772 | Waiting for placement-api to start... 2024-03-19 09:22:14.774 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-03-19 09:22:14.776 | + functions:wait_for_service:468 : local timeout=60 2024-03-19 09:22:14.778 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-03-19 09:22:14.780 | + functions:wait_for_service:470 : local rval=0 2024-03-19 09:22:14.782 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-19 09:22:14.784 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-19 09:22:14.786 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:14.788 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:14.790 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:14.794 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840134792 2024-03-19 09:22:14.796 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-19 09:22:14.801 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-03-19 09:22:15.981 | + :: : [[ 200 == 503 ]] 2024-03-19 09:22:15.982 | + :: : [[ 0 -eq 7 ]] 2024-03-19 09:22:15.985 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-19 09:22:15.987 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:15.989 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:15.991 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:15.993 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:15.995 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:15.997 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-19 09:22:15.999 | + functions-common:time_stop:2407 : start_time=1710840134792 2024-03-19 09:22:16.001 | + functions-common:time_stop:2409 : [[ -z 1710840134792 ]] 2024-03-19 09:22:16.003 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:16.007 | + functions-common:time_stop:2412 : end_time=1710840136005 2024-03-19 09:22:16.009 | + functions-common:time_stop:2413 : elapsed_time=1213 2024-03-19 09:22:16.011 | + functions-common:time_stop:2414 : total=5102 2024-03-19 09:22:16.013 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:16.015 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6315 2024-03-19 09:22:16.017 | + functions:wait_for_service:478 : return 0 2024-03-19 09:22:16.019 | + stack.sh:main:1334 : is_service_enabled neutron 2024-03-19 09:22:16.033 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:16.035 | + stack.sh:main:1335 : start_neutron 2024-03-19 09:22:16.037 | + lib/neutron:start_neutron:636 : start_l2_agent 2024-03-19 09:22:16.039 | + lib/neutron:start_l2_agent:643 : run_process q-agt ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:16.041 | + functions-common:run_process:1654 : local service=q-agt 2024-03-19 09:22:16.043 | + functions-common:run_process:1655 : local 'command= --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-19 09:22:16.045 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:16.047 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:16.050 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:16.052 | + functions-common:run_process:1660 : local name=q-agt 2024-03-19 09:22:16.054 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:16.056 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:16.058 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:16.060 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:16.062 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:16.066 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840136064 2024-03-19 09:22:16.068 | + functions-common:run_process:1663 : is_service_enabled q-agt 2024-03-19 09:22:16.082 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:16.084 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:16.086 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:16.088 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:16.090 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:16.092 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:16.094 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:16.096 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:16.098 | + functions-common:time_stop:2407 : start_time=1710840136064 2024-03-19 09:22:16.100 | + functions-common:time_stop:2409 : [[ -z 1710840136064 ]] 2024-03-19 09:22:16.103 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:16.107 | + functions-common:time_stop:2412 : end_time=1710840136104 2024-03-19 09:22:16.109 | + functions-common:time_stop:2413 : elapsed_time=40 2024-03-19 09:22:16.111 | + functions-common:time_stop:2414 : total=5404 2024-03-19 09:22:16.113 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:16.115 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5444 2024-03-19 09:22:16.117 | + lib/neutron:start_l2_agent:645 : is_provider_network 2024-03-19 09:22:16.119 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-03-19 09:22:16.121 | + functions-common:is_provider_network:2252 : return 1 2024-03-19 09:22:16.123 | + lib/neutron:start_neutron:637 : start_other_agents 2024-03-19 09:22:16.125 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-19 09:22:16.127 | + functions-common:run_process:1654 : local service=q-dhcp 2024-03-19 09:22:16.129 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-19 09:22:16.131 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:16.133 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:16.135 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:16.137 | + functions-common:run_process:1660 : local name=q-dhcp 2024-03-19 09:22:16.139 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:16.141 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:16.143 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:16.145 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:16.148 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:16.151 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840136149 2024-03-19 09:22:16.153 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2024-03-19 09:22:16.167 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:16.169 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:16.171 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:16.173 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:16.175 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:16.177 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:16.179 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:16.181 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:16.183 | + functions-common:time_stop:2407 : start_time=1710840136149 2024-03-19 09:22:16.186 | + functions-common:time_stop:2409 : [[ -z 1710840136149 ]] 2024-03-19 09:22:16.188 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:16.192 | + functions-common:time_stop:2412 : end_time=1710840136190 2024-03-19 09:22:16.194 | + functions-common:time_stop:2413 : elapsed_time=41 2024-03-19 09:22:16.196 | + functions-common:time_stop:2414 : total=5444 2024-03-19 09:22:16.198 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:16.200 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5485 2024-03-19 09:22:16.203 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2024-03-19 09:22:16.205 | ++ lib/neutron:determine_config_files:366 : local opts= 2024-03-19 09:22:16.207 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2024-03-19 09:22:16.209 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2024-03-19 09:22:16.212 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-19 09:22:16.214 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-19 09:22:16.216 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-19 09:22:16.218 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-03-19 09:22:16.220 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-19 09:22:16.223 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-19 09:22:16.225 | + functions-common:run_process:1654 : local service=q-l3 2024-03-19 09:22:16.227 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-19 09:22:16.229 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:16.231 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:16.233 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:16.235 | + functions-common:run_process:1660 : local name=q-l3 2024-03-19 09:22:16.237 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:16.239 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:16.241 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:16.243 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:16.245 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:16.248 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840136246 2024-03-19 09:22:16.250 | + functions-common:run_process:1663 : is_service_enabled q-l3 2024-03-19 09:22:16.264 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:16.266 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:16.268 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:16.270 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:16.272 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:16.274 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:16.276 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:16.278 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:16.280 | + functions-common:time_stop:2407 : start_time=1710840136246 2024-03-19 09:22:16.282 | + functions-common:time_stop:2409 : [[ -z 1710840136246 ]] 2024-03-19 09:22:16.284 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:16.287 | + functions-common:time_stop:2412 : end_time=1710840136285 2024-03-19 09:22:16.289 | + functions-common:time_stop:2413 : elapsed_time=39 2024-03-19 09:22:16.291 | + functions-common:time_stop:2414 : total=5485 2024-03-19 09:22:16.294 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:16.296 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5524 2024-03-19 09:22:16.298 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-19 09:22:16.300 | + functions-common:run_process:1654 : local service=q-meta 2024-03-19 09:22:16.302 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-19 09:22:16.304 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:16.306 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:16.308 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:16.310 | + functions-common:run_process:1660 : local name=q-meta 2024-03-19 09:22:16.312 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:16.314 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:16.316 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:16.318 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:16.320 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:16.324 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840136322 2024-03-19 09:22:16.326 | + functions-common:run_process:1663 : is_service_enabled q-meta 2024-03-19 09:22:16.339 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:16.341 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:16.343 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:16.345 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:16.347 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:16.349 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:16.351 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:16.353 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:16.355 | + functions-common:time_stop:2407 : start_time=1710840136322 2024-03-19 09:22:16.357 | + functions-common:time_stop:2409 : [[ -z 1710840136322 ]] 2024-03-19 09:22:16.360 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:16.363 | + functions-common:time_stop:2412 : end_time=1710840136361 2024-03-19 09:22:16.365 | + functions-common:time_stop:2413 : elapsed_time=39 2024-03-19 09:22:16.367 | + functions-common:time_stop:2414 : total=5524 2024-03-19 09:22:16.369 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:16.371 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5563 2024-03-19 09:22:16.373 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-03-19 09:22:16.375 | + functions-common:run_process:1654 : local service=q-metering 2024-03-19 09:22:16.377 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-03-19 09:22:16.379 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:16.381 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:16.383 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:16.385 | + functions-common:run_process:1660 : local name=q-metering 2024-03-19 09:22:16.387 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:16.389 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:16.391 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:16.393 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:16.396 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:16.399 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840136397 2024-03-19 09:22:16.401 | + functions-common:run_process:1663 : is_service_enabled q-metering 2024-03-19 09:22:16.415 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:16.417 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:16.419 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:16.421 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:16.423 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:16.425 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:16.427 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:16.429 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:16.431 | + functions-common:time_stop:2407 : start_time=1710840136397 2024-03-19 09:22:16.433 | + functions-common:time_stop:2409 : [[ -z 1710840136397 ]] 2024-03-19 09:22:16.436 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:16.439 | + functions-common:time_stop:2412 : end_time=1710840136437 2024-03-19 09:22:16.441 | + functions-common:time_stop:2413 : elapsed_time=40 2024-03-19 09:22:16.443 | + functions-common:time_stop:2414 : total=5563 2024-03-19 09:22:16.445 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:16.447 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5603 2024-03-19 09:22:16.449 | + stack.sh:main:1338 : is_service_enabled q-svc 2024-03-19 09:22:16.462 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:16.464 | + stack.sh:main:1338 : [[ False == \T\r\u\e ]] 2024-03-19 09:22:16.466 | + stack.sh:main:1350 : is_service_enabled nova 2024-03-19 09:22:16.479 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:16.481 | + stack.sh:main:1351 : echo_summary 'Starting Nova' 2024-03-19 09:22:16.483 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:16.485 | + stack.sh:echo_summary:470 : echo -e Starting Nova 2024-03-19 09:22:16.487 | + stack.sh:main:1352 : start_nova 2024-03-19 09:22:16.489 | + lib/nova:start_nova:1184 : start_nova_rest 2024-03-19 09:22:16.491 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:16.493 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:16.496 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:16.498 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2024-03-19 09:22:16.500 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-19 09:22:16.502 | + functions-common:run_process:1654 : local service=n-sch 2024-03-19 09:22:16.504 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-19 09:22:16.506 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:16.508 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:16.510 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:16.512 | + functions-common:run_process:1660 : local name=n-sch 2024-03-19 09:22:16.514 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:16.516 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:16.518 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:16.520 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:16.523 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:16.526 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840136524 2024-03-19 09:22:16.528 | + functions-common:run_process:1663 : is_service_enabled n-sch 2024-03-19 09:22:16.541 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:16.544 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-03-19 09:22:16.546 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2024-03-19 09:22:16.548 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-19 09:22:16.550 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-19 09:22:16.552 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-19 09:22:16.554 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-19 09:22:16.556 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-03-19 09:22:16.558 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-03-19 09:22:16.560 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2024-03-19 09:22:16.562 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:16.564 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:16.566 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:16.568 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:16.570 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-03-19 09:22:16.572 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-03-19 09:22:16.574 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2024-03-19 09:22:16.576 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-19 09:22:16.578 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-19 09:22:16.580 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-19 09:22:16.582 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-19 09:22:16.583 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-19 09:22:16.585 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-19 09:22:16.587 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-03-19 09:22:16.589 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-19 09:22:16.592 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-03-19 09:22:16.642 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:16.690 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-03-19 09:22:16.735 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-19 09:22:16.777 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-03-19 09:22:16.817 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-03-19 09:22:16.858 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:16.900 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-19 09:22:16.902 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-19 09:22:16.904 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-03-19 09:22:16.952 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-19 09:22:17.258 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2024-03-19 09:22:17.268 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-03-19 09:22:17.611 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2024-03-19 09:22:17.650 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:17.652 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:17.654 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:17.657 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:17.659 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:17.661 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:17.663 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:17.665 | + functions-common:time_stop:2407 : start_time=1710840136524 2024-03-19 09:22:17.667 | + functions-common:time_stop:2409 : [[ -z 1710840136524 ]] 2024-03-19 09:22:17.670 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:17.673 | + functions-common:time_stop:2412 : end_time=1710840137671 2024-03-19 09:22:17.675 | + functions-common:time_stop:2413 : elapsed_time=1147 2024-03-19 09:22:17.677 | + functions-common:time_stop:2414 : total=5603 2024-03-19 09:22:17.679 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:17.681 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6750 2024-03-19 09:22:17.683 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2024-03-19 09:22:17.686 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2024-03-19 09:22:17.690 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-19 09:22:17.692 | + functions-common:run_process:1654 : local service=n-api-meta 2024-03-19 09:22:17.694 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-19 09:22:17.696 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:17.698 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:17.700 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:17.702 | + functions-common:run_process:1660 : local name=n-api-meta 2024-03-19 09:22:17.704 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:17.706 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:17.708 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:17.710 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:17.712 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:17.716 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840137714 2024-03-19 09:22:17.718 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2024-03-19 09:22:17.732 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:17.734 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-03-19 09:22:17.736 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2024-03-19 09:22:17.738 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-19 09:22:17.740 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-19 09:22:17.743 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-19 09:22:17.745 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-19 09:22:17.747 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-03-19 09:22:17.749 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-03-19 09:22:17.751 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2024-03-19 09:22:17.753 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:17.755 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:17.757 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:17.759 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:17.761 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-03-19 09:22:17.763 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-19 09:22:17.765 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:17.767 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-19 09:22:17.769 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2024-03-19 09:22:17.771 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:17.772 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-19 09:22:17.774 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-19 09:22:17.776 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-19 09:22:17.778 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-03-19 09:22:17.780 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-19 09:22:17.784 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-03-19 09:22:17.833 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:17.883 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-03-19 09:22:17.925 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-03-19 09:22:17.967 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:18.011 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:18.057 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-03-19 09:22:18.101 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-03-19 09:22:18.144 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-03-19 09:22:18.185 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-03-19 09:22:18.227 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-03-19 09:22:18.269 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-19 09:22:18.271 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-19 09:22:18.272 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-03-19 09:22:18.323 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-19 09:22:18.641 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2024-03-19 09:22:18.651 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-03-19 09:22:18.965 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2024-03-19 09:22:19.080 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:19.082 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:19.084 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:19.086 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:19.088 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:19.090 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:19.092 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:19.094 | + functions-common:time_stop:2407 : start_time=1710840137714 2024-03-19 09:22:19.096 | + functions-common:time_stop:2409 : [[ -z 1710840137714 ]] 2024-03-19 09:22:19.099 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:19.102 | + functions-common:time_stop:2412 : end_time=1710840139100 2024-03-19 09:22:19.104 | + functions-common:time_stop:2413 : elapsed_time=1386 2024-03-19 09:22:19.107 | + functions-common:time_stop:2414 : total=6750 2024-03-19 09:22:19.109 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:19.111 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8136 2024-03-19 09:22:19.113 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:19.115 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:19.117 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2024-03-19 09:22:19.119 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:19.121 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:19.124 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:19.126 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2024-03-19 09:22:19.128 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:22:19.130 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-03-19 09:22:19.132 | + functions-common:run_process:1654 : local service=n-novnc 2024-03-19 09:22:19.134 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-03-19 09:22:19.136 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:19.138 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:19.140 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:19.142 | + functions-common:run_process:1660 : local name=n-novnc 2024-03-19 09:22:19.144 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:19.146 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:19.148 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:19.150 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:19.152 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:19.156 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840139153 2024-03-19 09:22:19.158 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2024-03-19 09:22:19.171 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:19.173 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:19.175 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:19.176 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:19.178 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:19.180 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:19.182 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:19.184 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:19.186 | + functions-common:time_stop:2407 : start_time=1710840139153 2024-03-19 09:22:19.188 | + functions-common:time_stop:2409 : [[ -z 1710840139153 ]] 2024-03-19 09:22:19.191 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:19.194 | + functions-common:time_stop:2412 : end_time=1710840139192 2024-03-19 09:22:19.196 | + functions-common:time_stop:2413 : elapsed_time=39 2024-03-19 09:22:19.198 | + functions-common:time_stop:2414 : total=8136 2024-03-19 09:22:19.200 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:19.202 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8175 2024-03-19 09:22:19.204 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-03-19 09:22:19.206 | + functions-common:run_process:1654 : local service=n-spice 2024-03-19 09:22:19.208 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-03-19 09:22:19.209 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:19.211 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:19.213 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:19.215 | + functions-common:run_process:1660 : local name=n-spice 2024-03-19 09:22:19.218 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:19.220 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:19.222 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:19.223 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:19.226 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:19.233 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840139227 2024-03-19 09:22:19.235 | + functions-common:run_process:1663 : is_service_enabled n-spice 2024-03-19 09:22:19.248 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:19.250 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:19.252 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:19.254 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:19.256 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:19.258 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:19.260 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:19.262 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:19.264 | + functions-common:time_stop:2407 : start_time=1710840139227 2024-03-19 09:22:19.266 | + functions-common:time_stop:2409 : [[ -z 1710840139227 ]] 2024-03-19 09:22:19.268 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:19.272 | + functions-common:time_stop:2412 : end_time=1710840139270 2024-03-19 09:22:19.274 | + functions-common:time_stop:2413 : elapsed_time=43 2024-03-19 09:22:19.275 | + functions-common:time_stop:2414 : total=8175 2024-03-19 09:22:19.277 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:19.279 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8218 2024-03-19 09:22:19.281 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.283 | + functions-common:run_process:1654 : local service=n-sproxy 2024-03-19 09:22:19.285 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.287 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:19.289 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:19.291 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:19.293 | + functions-common:run_process:1660 : local name=n-sproxy 2024-03-19 09:22:19.295 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:19.297 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:19.298 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:19.300 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:19.303 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:19.307 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840139305 2024-03-19 09:22:19.309 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2024-03-19 09:22:19.323 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:19.325 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:19.329 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:19.331 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:19.333 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:19.335 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:19.338 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:19.340 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:19.342 | + functions-common:time_stop:2407 : start_time=1710840139305 2024-03-19 09:22:19.344 | + functions-common:time_stop:2409 : [[ -z 1710840139305 ]] 2024-03-19 09:22:19.346 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:19.349 | + functions-common:time_stop:2412 : end_time=1710840139347 2024-03-19 09:22:19.352 | + functions-common:time_stop:2413 : elapsed_time=42 2024-03-19 09:22:19.353 | + functions-common:time_stop:2414 : total=8218 2024-03-19 09:22:19.356 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:19.358 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8260 2024-03-19 09:22:19.360 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:19.362 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:19.365 | + lib/nova:start_nova:1186 : start_nova_conductor 2024-03-19 09:22:19.367 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:22:19.369 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-03-19 09:22:19.369 | Starting nova-conductor in a cellsv1-compatible way 2024-03-19 09:22:19.371 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.373 | + functions-common:run_process:1654 : local service=n-cond 2024-03-19 09:22:19.375 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.378 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:19.380 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:19.382 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:19.384 | + functions-common:run_process:1660 : local name=n-cond 2024-03-19 09:22:19.386 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:19.388 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:19.391 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:19.397 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:19.400 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:19.403 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840139401 2024-03-19 09:22:19.406 | + functions-common:run_process:1663 : is_service_enabled n-cond 2024-03-19 09:22:19.419 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:19.421 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-03-19 09:22:19.423 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2024-03-19 09:22:19.425 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.427 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.429 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.431 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.433 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-03-19 09:22:19.435 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-03-19 09:22:19.438 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2024-03-19 09:22:19.440 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:19.442 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:19.444 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:19.446 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:19.448 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-03-19 09:22:19.450 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-03-19 09:22:19.452 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2024-03-19 09:22:19.454 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.456 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-19 09:22:19.458 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-19 09:22:19.460 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-19 09:22:19.461 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-19 09:22:19.463 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-19 09:22:19.465 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-03-19 09:22:19.467 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-19 09:22:19.470 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-03-19 09:22:19.522 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:19.578 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-03-19 09:22:19.622 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-19 09:22:19.665 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-03-19 09:22:19.709 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-03-19 09:22:19.751 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:19.792 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-19 09:22:19.794 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-19 09:22:19.796 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-03-19 09:22:19.845 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-19 09:22:20.166 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2024-03-19 09:22:20.176 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-03-19 09:22:20.465 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2024-03-19 09:22:20.514 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:20.516 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:20.519 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:20.521 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:20.523 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:20.526 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:20.528 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:20.530 | + functions-common:time_stop:2407 : start_time=1710840139401 2024-03-19 09:22:20.532 | + functions-common:time_stop:2409 : [[ -z 1710840139401 ]] 2024-03-19 09:22:20.534 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:20.538 | + functions-common:time_stop:2412 : end_time=1710840140535 2024-03-19 09:22:20.540 | + functions-common:time_stop:2413 : elapsed_time=1134 2024-03-19 09:22:20.542 | + functions-common:time_stop:2414 : total=8260 2024-03-19 09:22:20.544 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:20.546 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9394 2024-03-19 09:22:20.548 | + lib/nova:start_nova_conductor:1157 : return 2024-03-19 09:22:20.550 | + lib/nova:start_nova:1187 : start_nova_compute 2024-03-19 09:22:20.552 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:20.555 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:20.557 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:20.559 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2024-03-19 09:22:20.561 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-03-19 09:22:20.565 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-03-19 09:22:20.567 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:20.569 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-19 09:22:20.570 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-03-19 09:22:20.573 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-19 09:22:20.575 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-03-19 09:22:20.577 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-03-19 09:22:20.581 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-03-19 09:22:20.583 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-03-19 09:22:20.585 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-03-19 09:22:20.586 | + inc/meta-config:merge_config_file:164 : read a 2024-03-19 09:22:20.586 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-03-19 09:22:20.586 | BEGIN { 2024-03-19 09:22:20.586 | section = "" 2024-03-19 09:22:20.586 | last_section = "" 2024-03-19 09:22:20.586 | section_count = 0 2024-03-19 09:22:20.586 | } 2024-03-19 09:22:20.586 | /^\[.+\]/ { 2024-03-19 09:22:20.586 | gsub("[][]", "", $1); 2024-03-19 09:22:20.586 | section=$1 2024-03-19 09:22:20.586 | next 2024-03-19 09:22:20.586 | } 2024-03-19 09:22:20.586 | /^ *\#/ { 2024-03-19 09:22:20.586 | next 2024-03-19 09:22:20.586 | } 2024-03-19 09:22:20.586 | /^[^ \t]+/ { 2024-03-19 09:22:20.586 | # get offset of first = in $0 2024-03-19 09:22:20.586 | eq_idx = index($0, "=") 2024-03-19 09:22:20.586 | # extract attr & value from $0 2024-03-19 09:22:20.587 | attr = substr($0, 1, eq_idx - 1) 2024-03-19 09:22:20.587 | value = substr($0, eq_idx + 1) 2024-03-19 09:22:20.587 | # only need to strip trailing whitespace from attr 2024-03-19 09:22:20.587 | sub(/[ \t]*$/, "", attr) 2024-03-19 09:22:20.587 | # need to strip leading & trailing whitespace from value 2024-03-19 09:22:20.587 | sub(/^[ \t]*/, "", value) 2024-03-19 09:22:20.587 | sub(/[ \t]*$/, "", value) 2024-03-19 09:22:20.587 | 2024-03-19 09:22:20.587 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-19 09:22:20.587 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-19 09:22:20.587 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-19 09:22:20.587 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-19 09:22:20.587 | if (! (section, attr) in cfg_attr_count) { 2024-03-19 09:22:20.587 | if (section != last_section) { 2024-03-19 09:22:20.587 | cfg_section[section_count++] = section 2024-03-19 09:22:20.587 | last_section = section 2024-03-19 09:22:20.587 | } 2024-03-19 09:22:20.587 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-19 09:22:20.587 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-19 09:22:20.587 | 2024-03-19 09:22:20.587 | cfg_attr[section, attr, 0] = value 2024-03-19 09:22:20.587 | cfg_attr_count[section, attr] = 1 2024-03-19 09:22:20.587 | } else { 2024-03-19 09:22:20.587 | lno = cfg_attr_count[section, attr]++ 2024-03-19 09:22:20.587 | cfg_attr[section, attr, lno] = value 2024-03-19 09:22:20.587 | } 2024-03-19 09:22:20.587 | } 2024-03-19 09:22:20.587 | END { 2024-03-19 09:22:20.587 | # Process each section in order 2024-03-19 09:22:20.587 | for (sno = 0; sno < section_count; sno++) { 2024-03-19 09:22:20.587 | section = cfg_section[sno] 2024-03-19 09:22:20.587 | # The ini routines simply append a config item immediately 2024-03-19 09:22:20.587 | # after the section header. To keep the same order as defined 2024-03-19 09:22:20.587 | # in local.conf, invoke the ini routines in the reverse order 2024-03-19 09:22:20.587 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-19 09:22:20.587 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-19 09:22:20.587 | if (cfg_attr_count[section, attr] == 1) 2024-03-19 09:22:20.587 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-19 09:22:20.587 | else { 2024-03-19 09:22:20.587 | # For multiline, invoke the ini routines in the reverse order 2024-03-19 09:22:20.587 | count = cfg_attr_count[section, attr] 2024-03-19 09:22:20.587 | print "inidelete " configfile " " section " " attr 2024-03-19 09:22:20.587 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-19 09:22:20.587 | for (l = count -2; l >= 0; l--) 2024-03-19 09:22:20.587 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-19 09:22:20.587 | } 2024-03-19 09:22:20.587 | } 2024-03-19 09:22:20.587 | } 2024-03-19 09:22:20.587 | } 2024-03-19 09:22:20.588 | ' 2024-03-19 09:22:20.588 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:20.589 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-19 09:22:20.590 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-19 09:22:20.592 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-03-19 09:22:20.594 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:20.595 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-03-19 09:22:20.598 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-03-19 09:22:20.598 | BEGIN { group = "" } 2024-03-19 09:22:20.598 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:20.598 | gsub("[][]", "", $1); 2024-03-19 09:22:20.598 | split($1, a, "|"); 2024-03-19 09:22:20.598 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-19 09:22:20.598 | group=a[1] 2024-03-19 09:22:20.598 | } else { 2024-03-19 09:22:20.598 | group="" 2024-03-19 09:22:20.598 | } 2024-03-19 09:22:20.598 | next 2024-03-19 09:22:20.598 | } 2024-03-19 09:22:20.598 | { 2024-03-19 09:22:20.598 | if (group != "") 2024-03-19 09:22:20.598 | print $0 2024-03-19 09:22:20.598 | } 2024-03-19 09:22:20.598 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:20.604 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-19 09:22:20.606 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2024-03-19 09:22:20.606 | Skipping multi-cell conductor fleet setup 2024-03-19 09:22:20.608 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2024-03-19 09:22:20.624 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-03-19 09:22:20.641 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2024-03-19 09:22:20.642 | + lib/nova:configure_console_compute:672 : local offset 2024-03-19 09:22:20.644 | + lib/nova:configure_console_compute:673 : offset=0 2024-03-19 09:22:20.646 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2024-03-19 09:22:20.648 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-03-19 09:22:20.665 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2024-03-19 09:22:20.667 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2024-03-19 09:22:20.679 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:20.681 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2024-03-19 09:22:20.695 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:20.697 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2024-03-19 09:22:20.699 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-03-19 09:22:20.726 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2024-03-19 09:22:20.743 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:20.745 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2024-03-19 09:22:20.760 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:20.763 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-03-19 09:22:20.792 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2024-03-19 09:22:20.795 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-03-19 09:22:20.798 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-03-19 09:22:20.800 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2024-03-19 09:22:20.803 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2024-03-19 09:22:20.805 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2024-03-19 09:22:20.808 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2024-03-19 09:22:20.810 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2024-03-19 09:22:20.826 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:20.829 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-03-19 09:22:20.832 | + functions-common:run_process:1654 : local service=n-cpu 2024-03-19 09:22:20.834 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-03-19 09:22:20.836 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:20.838 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:20.841 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:20.843 | + functions-common:run_process:1660 : local name=n-cpu 2024-03-19 09:22:20.845 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:20.847 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:20.849 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:20.851 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:20.853 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:20.857 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840140855 2024-03-19 09:22:20.859 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2024-03-19 09:22:20.874 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:20.876 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:20.879 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:20.881 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:20.883 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:20.885 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:20.888 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:20.890 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:20.893 | + functions-common:time_stop:2407 : start_time=1710840140855 2024-03-19 09:22:20.895 | + functions-common:time_stop:2409 : [[ -z 1710840140855 ]] 2024-03-19 09:22:20.898 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:20.901 | + functions-common:time_stop:2412 : end_time=1710840140899 2024-03-19 09:22:20.903 | + functions-common:time_stop:2413 : elapsed_time=44 2024-03-19 09:22:20.906 | + functions-common:time_stop:2414 : total=9394 2024-03-19 09:22:20.908 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:20.911 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9438 2024-03-19 09:22:20.913 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:20.916 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-03-19 09:22:20.918 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2024-03-19 09:22:20.933 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:20.935 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2024-03-19 09:22:20.935 | Dumping cells_v2 mapping 2024-03-19 09:22:20.937 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2024-03-19 09:22:21.484 | 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-03-19 09:22:22.776 | INFO dbcounter [None req-308d94af-325b-4cc1-88a0-26003307cc8d None None] Registered counter for database nova_api 2024-03-19 09:22:22.788 | DEBUG dbcounter [-] [51120] Writer thread running {{(pid=51120) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:22.812 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-19 09:22:22.812 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-03-19 09:22:22.812 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-19 09:22:22.812 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2024-03-19 09:22:22.812 | | cell1 | 0cfaf333-aef8-4286-894d-a91f74a23cf6 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2024-03-19 09:22:22.812 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-19 09:22:23.122 | + stack.sh:main:1353 : async_runfunc create_flavors 2024-03-19 09:22:23.125 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-03-19 09:22:23.174 | + inc/async:async_inner:63 : create_flavors 2024-03-19 09:22:23.205 | [4768 Async create_flavors:51185]: running: create_flavors 2024-03-19 09:22:23.207 | + stack.sh:main:1355 : is_service_enabled cinder 2024-03-19 09:22:23.221 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:23.224 | + stack.sh:main:1356 : echo_summary 'Starting Cinder' 2024-03-19 09:22:23.226 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:23.228 | + stack.sh:echo_summary:470 : echo -e Starting Cinder 2024-03-19 09:22:23.230 | + stack.sh:main:1357 : start_cinder 2024-03-19 09:22:23.232 | + lib/cinder:start_cinder:595 : local service_port=8776 2024-03-19 09:22:23.234 | + lib/cinder:start_cinder:596 : local service_protocol=http 2024-03-19 09:22:23.236 | + lib/cinder:start_cinder:597 : local cinder_url 2024-03-19 09:22:23.238 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2024-03-19 09:22:23.251 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:23.253 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2024-03-19 09:22:23.255 | + lib/cinder:start_cinder:617 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,horizon,rabbit,tempest,mysql,etcd3 =~ c-api ]] 2024-03-19 09:22:23.257 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2024-03-19 09:22:23.260 | ++ lib/cinder:start_cinder:626 : which uwsgi 2024-03-19 09:22:23.263 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-19 09:22:23.265 | + functions-common:run_process:1654 : local service=c-api 2024-03-19 09:22:23.267 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-19 09:22:23.269 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:23.271 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:23.273 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:23.275 | + functions-common:run_process:1660 : local name=c-api 2024-03-19 09:22:23.277 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:23.279 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:23.281 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:23.283 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:23.286 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:23.289 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840143287 2024-03-19 09:22:23.291 | + functions-common:run_process:1663 : is_service_enabled c-api 2024-03-19 09:22:23.304 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:23.306 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-03-19 09:22:23.308 | + functions-common:_run_under_systemd:1611 : local service=c-api 2024-03-19 09:22:23.310 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-19 09:22:23.312 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-19 09:22:23.314 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-19 09:22:23.316 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-19 09:22:23.318 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-03-19 09:22:23.320 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-03-19 09:22:23.322 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2024-03-19 09:22:23.324 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:23.326 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:23.328 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:23.330 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:23.332 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-03-19 09:22:23.334 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-19 09:22:23.337 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:23.339 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-19 09:22:23.341 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2024-03-19 09:22:23.342 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:23.344 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-19 09:22:23.346 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-19 09:22:23.348 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-19 09:22:23.350 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-03-19 09:22:23.351 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-19 09:22:23.355 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-03-19 09:22:23.405 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:23.454 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-03-19 09:22:23.496 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-03-19 09:22:23.539 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:23.582 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:23.626 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-03-19 09:22:23.669 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-03-19 09:22:23.710 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-03-19 09:22:23.750 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-03-19 09:22:23.791 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-03-19 09:22:23.832 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-19 09:22:23.834 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-19 09:22:23.836 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-03-19 09:22:23.885 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-19 09:22:24.227 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2024-03-19 09:22:24.236 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-03-19 09:22:24.617 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2024-03-19 09:22:24.739 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:24.742 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:24.744 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:24.746 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:24.748 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:24.750 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:24.751 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:24.757 | + functions-common:time_stop:2407 : start_time=1710840143287 2024-03-19 09:22:24.759 | + functions-common:time_stop:2409 : [[ -z 1710840143287 ]] 2024-03-19 09:22:24.762 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:24.769 | + functions-common:time_stop:2412 : end_time=1710840144763 2024-03-19 09:22:24.773 | + functions-common:time_stop:2413 : elapsed_time=1476 2024-03-19 09:22:24.777 | + functions-common:time_stop:2414 : total=9438 2024-03-19 09:22:24.779 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:24.781 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10914 2024-03-19 09:22:24.783 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2024-03-19 09:22:24.785 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2024-03-19 09:22:24.785 | Waiting for Cinder API to start... 2024-03-19 09:22:24.788 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-03-19 09:22:24.790 | + functions:wait_for_service:468 : local timeout=60 2024-03-19 09:22:24.792 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-03-19 09:22:24.794 | + functions:wait_for_service:470 : local rval=0 2024-03-19 09:22:24.796 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-19 09:22:24.798 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-19 09:22:24.800 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:24.802 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:24.805 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:24.808 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840144806 2024-03-19 09:22:24.810 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-19 09:22:24.813 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-03-19 09:22:26.703 | + :: : [[ 401 == 503 ]] 2024-03-19 09:22:26.704 | + :: : [[ 0 -eq 7 ]] 2024-03-19 09:22:26.707 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-19 09:22:26.709 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:26.712 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:26.714 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:26.716 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:26.718 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:26.721 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-19 09:22:26.722 | + functions-common:time_stop:2407 : start_time=1710840144806 2024-03-19 09:22:26.724 | + functions-common:time_stop:2409 : [[ -z 1710840144806 ]] 2024-03-19 09:22:26.727 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:26.730 | + functions-common:time_stop:2412 : end_time=1710840146728 2024-03-19 09:22:26.732 | + functions-common:time_stop:2413 : elapsed_time=1922 2024-03-19 09:22:26.734 | + functions-common:time_stop:2414 : total=6315 2024-03-19 09:22:26.736 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:26.739 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8237 2024-03-19 09:22:26.741 | + functions:wait_for_service:478 : return 0 2024-03-19 09:22:26.743 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:26.745 | + functions-common:run_process:1654 : local service=c-sch 2024-03-19 09:22:26.747 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:26.749 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:26.751 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:26.753 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:26.755 | + functions-common:run_process:1660 : local name=c-sch 2024-03-19 09:22:26.757 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:26.759 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:26.761 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:26.763 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:26.765 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:26.769 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840146767 2024-03-19 09:22:26.771 | + functions-common:run_process:1663 : is_service_enabled c-sch 2024-03-19 09:22:26.784 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:26.786 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-03-19 09:22:26.788 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2024-03-19 09:22:26.790 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:26.792 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:26.794 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:26.796 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:26.798 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-03-19 09:22:26.800 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-03-19 09:22:26.802 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2024-03-19 09:22:26.804 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:26.806 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:26.808 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:26.810 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:26.812 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-03-19 09:22:26.814 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-03-19 09:22:26.816 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2024-03-19 09:22:26.818 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:26.819 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-19 09:22:26.821 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-19 09:22:26.823 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-19 09:22:26.825 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-19 09:22:26.827 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-19 09:22:26.829 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-03-19 09:22:26.831 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-19 09:22:26.834 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-03-19 09:22:26.885 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:26.937 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-03-19 09:22:26.982 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:27.026 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-03-19 09:22:27.071 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-03-19 09:22:27.115 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:27.156 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-19 09:22:27.158 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-19 09:22:27.160 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-03-19 09:22:27.211 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-19 09:22:27.568 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2024-03-19 09:22:27.578 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-03-19 09:22:27.895 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2024-03-19 09:22:27.947 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:27.949 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:27.950 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:27.954 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:27.956 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:27.958 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:27.960 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:27.961 | + functions-common:time_stop:2407 : start_time=1710840146767 2024-03-19 09:22:27.963 | + functions-common:time_stop:2409 : [[ -z 1710840146767 ]] 2024-03-19 09:22:27.966 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:27.969 | + functions-common:time_stop:2412 : end_time=1710840147967 2024-03-19 09:22:27.971 | + functions-common:time_stop:2413 : elapsed_time=1200 2024-03-19 09:22:27.973 | + functions-common:time_stop:2414 : total=10914 2024-03-19 09:22:27.975 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:27.977 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12114 2024-03-19 09:22:27.979 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:27.981 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:27.983 | + functions-common:run_process:1654 : local service=c-bak 2024-03-19 09:22:27.985 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:27.987 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:27.989 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:27.991 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:27.992 | + functions-common:run_process:1660 : local name=c-bak 2024-03-19 09:22:27.994 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:27.996 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:27.998 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:28.000 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:28.002 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:28.006 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840148004 2024-03-19 09:22:28.008 | + functions-common:run_process:1663 : is_service_enabled c-bak 2024-03-19 09:22:28.022 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:28.024 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:28.026 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:28.028 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:28.030 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:28.031 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:28.033 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:28.035 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:28.037 | + functions-common:time_stop:2407 : start_time=1710840148004 2024-03-19 09:22:28.039 | + functions-common:time_stop:2409 : [[ -z 1710840148004 ]] 2024-03-19 09:22:28.041 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:28.045 | + functions-common:time_stop:2412 : end_time=1710840148042 2024-03-19 09:22:28.047 | + functions-common:time_stop:2413 : elapsed_time=38 2024-03-19 09:22:28.049 | + functions-common:time_stop:2414 : total=12114 2024-03-19 09:22:28.051 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:28.053 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12152 2024-03-19 09:22:28.054 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:28.056 | + functions-common:run_process:1654 : local service=c-vol 2024-03-19 09:22:28.059 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:28.061 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:28.063 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:28.065 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:28.070 | + functions-common:run_process:1660 : local name=c-vol 2024-03-19 09:22:28.072 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:28.074 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:28.076 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:28.078 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:28.080 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:28.084 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840148081 2024-03-19 09:22:28.086 | + functions-common:run_process:1663 : is_service_enabled c-vol 2024-03-19 09:22:28.099 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:28.101 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:28.103 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2024-03-19 09:22:28.105 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:28.107 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:28.109 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:28.120 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:28.122 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-03-19 09:22:28.124 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-03-19 09:22:28.126 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2024-03-19 09:22:28.129 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:28.131 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:28.133 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:28.135 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:28.137 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-03-19 09:22:28.139 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:28.141 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2024-03-19 09:22:28.143 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:28.145 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-19 09:22:28.147 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-19 09:22:28.149 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:28.151 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-19 09:22:28.153 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-19 09:22:28.155 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-03-19 09:22:28.157 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-19 09:22:28.160 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-03-19 09:22:28.213 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:28.265 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-03-19 09:22:28.309 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-19 09:22:28.351 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-03-19 09:22:28.392 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-03-19 09:22:28.433 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:28.478 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-03-19 09:22:28.480 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-19 09:22:28.526 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-19 09:22:28.528 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-03-19 09:22:28.580 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-19 09:22:28.918 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2024-03-19 09:22:28.928 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-03-19 09:22:29.271 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2024-03-19 09:22:29.310 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:29.312 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:29.314 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:29.316 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:29.318 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:29.320 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:29.323 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:29.325 | + functions-common:time_stop:2407 : start_time=1710840148081 2024-03-19 09:22:29.329 | + functions-common:time_stop:2409 : [[ -z 1710840148081 ]] 2024-03-19 09:22:29.332 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:29.336 | + functions-common:time_stop:2412 : end_time=1710840149334 2024-03-19 09:22:29.338 | + functions-common:time_stop:2413 : elapsed_time=1253 2024-03-19 09:22:29.340 | + functions-common:time_stop:2414 : total=12152 2024-03-19 09:22:29.342 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:29.350 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13405 2024-03-19 09:22:29.350 | + stack.sh:main:1358 : create_volume_types 2024-03-19 09:22:29.350 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2024-03-19 09:22:29.363 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:29.365 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2024-03-19 09:22:29.367 | + lib/cinder:create_volume_types:679 : local be be_name 2024-03-19 09:22:29.369 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-19 09:22:29.371 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2024-03-19 09:22:29.373 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2024-03-19 09:22:29.375 | + lib/cinder:create_one_type:659 : type_name=vsphere 2024-03-19 09:22:29.377 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2024-03-19 09:22:29.379 | + lib/cinder:create_one_type:661 : property_value=vsphere 2024-03-19 09:22:29.381 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2024-03-19 09:22:29.396 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:29.398 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-03-19 09:22:31.348 | +-------------+--------------------------------------+ 2024-03-19 09:22:31.348 | | Field | Value | 2024-03-19 09:22:31.348 | +-------------+--------------------------------------+ 2024-03-19 09:22:31.348 | | description | None | 2024-03-19 09:22:31.348 | | id | 7d8dffda-5026-4321-bef9-508d6b2fb017 | 2024-03-19 09:22:31.348 | | is_public | True | 2024-03-19 09:22:31.348 | | name | vsphere | 2024-03-19 09:22:31.348 | | properties | volume_backend_name='vsphere' | 2024-03-19 09:22:31.348 | +-------------+--------------------------------------+ 2024-03-19 09:22:31.489 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2024-03-19 09:22:31.491 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2024-03-19 09:22:31.494 | + stack.sh:main:1363 : [[ False == \T\r\u\e ]] 2024-03-19 09:22:31.496 | + stack.sh:main:1371 : is_service_enabled glance 2024-03-19 09:22:31.510 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:31.512 | + stack.sh:main:1372 : echo_summary 'Starting Glance' 2024-03-19 09:22:31.514 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:31.516 | + stack.sh:echo_summary:470 : echo -e Starting Glance 2024-03-19 09:22:31.518 | + stack.sh:main:1373 : start_glance 2024-03-19 09:22:31.520 | + lib/glance:start_glance:609 : local service_protocol=http 2024-03-19 09:22:31.522 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2024-03-19 09:22:31.537 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:31.539 | + lib/glance:start_glance:616 : [[ False == False ]] 2024-03-19 09:22:31.542 | ++ lib/glance:start_glance:617 : which uwsgi 2024-03-19 09:22:31.547 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-19 09:22:31.549 | + functions-common:run_process:1654 : local service=g-api 2024-03-19 09:22:31.551 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-19 09:22:31.553 | + functions-common:run_process:1656 : local group= 2024-03-19 09:22:31.556 | + functions-common:run_process:1657 : local user= 2024-03-19 09:22:31.558 | + functions-common:run_process:1658 : local env_vars= 2024-03-19 09:22:31.560 | + functions-common:run_process:1660 : local name=g-api 2024-03-19 09:22:31.562 | + functions-common:run_process:1662 : time_start run_process 2024-03-19 09:22:31.564 | + functions-common:time_start:2386 : local name=run_process 2024-03-19 09:22:31.566 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:31.568 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:31.570 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:31.574 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840151572 2024-03-19 09:22:31.576 | + functions-common:run_process:1663 : is_service_enabled g-api 2024-03-19 09:22:31.590 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:31.592 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-03-19 09:22:31.594 | + functions-common:_run_under_systemd:1611 : local service=g-api 2024-03-19 09:22:31.596 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-19 09:22:31.598 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-19 09:22:31.600 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-19 09:22:31.603 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-19 09:22:31.605 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-03-19 09:22:31.607 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-03-19 09:22:31.609 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2024-03-19 09:22:31.611 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-19 09:22:31.613 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-19 09:22:31.615 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-19 09:22:31.618 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-19 09:22:31.620 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-03-19 09:22:31.622 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-19 09:22:31.624 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:31.626 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-19 09:22:31.628 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2024-03-19 09:22:31.630 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:31.632 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-19 09:22:31.634 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-19 09:22:31.636 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-19 09:22:31.638 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-03-19 09:22:31.640 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-19 09:22:31.643 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-03-19 09:22:31.694 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2024-03-19 09:22:31.745 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-03-19 09:22:31.789 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-03-19 09:22:31.835 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-19 09:22:31.880 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-19 09:22:31.927 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-03-19 09:22:31.970 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-03-19 09:22:32.012 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-03-19 09:22:32.055 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-03-19 09:22:32.099 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-03-19 09:22:32.144 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-19 09:22:32.146 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-19 09:22:32.148 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-03-19 09:22:32.203 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-19 09:22:32.524 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2024-03-19 09:22:32.534 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-03-19 09:22:32.878 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2024-03-19 09:22:32.991 | + functions-common:run_process:1666 : time_stop run_process 2024-03-19 09:22:32.993 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:32.995 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:32.997 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:32.999 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:33.001 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:33.003 | + functions-common:time_stop:2406 : name=run_process 2024-03-19 09:22:33.005 | + functions-common:time_stop:2407 : start_time=1710840151572 2024-03-19 09:22:33.007 | + functions-common:time_stop:2409 : [[ -z 1710840151572 ]] 2024-03-19 09:22:33.009 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:33.012 | + functions-common:time_stop:2412 : end_time=1710840153010 2024-03-19 09:22:33.014 | + functions-common:time_stop:2413 : elapsed_time=1438 2024-03-19 09:22:33.016 | + functions-common:time_stop:2414 : total=13405 2024-03-19 09:22:33.018 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:33.020 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14843 2024-03-19 09:22:33.022 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2024-03-19 09:22:33.036 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:33.038 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-03-19 09:22:33.038 | Waiting for g-api (10.180.1.21) to start... 2024-03-19 09:22:33.040 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2024-03-19 09:22:33.042 | + functions:wait_for_service:468 : local timeout=60 2024-03-19 09:22:33.044 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-03-19 09:22:33.046 | + functions:wait_for_service:470 : local rval=0 2024-03-19 09:22:33.048 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-19 09:22:33.050 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-19 09:22:33.052 | + functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:33.054 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:33.057 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:33.060 | + functions-common:time_start:2391 : _TIME_START[$name]=1710840153058 2024-03-19 09:22:33.062 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-19 09:22:33.065 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-03-19 09:22:35.021 | + :: : [[ 300 == 503 ]] 2024-03-19 09:22:35.023 | + :: : [[ 0 -eq 7 ]] 2024-03-19 09:22:35.025 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-19 09:22:35.028 | + functions-common:time_stop:2400 : local name 2024-03-19 09:22:35.030 | + functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:35.032 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:35.034 | + functions-common:time_stop:2403 : local total 2024-03-19 09:22:35.035 | + functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:35.037 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-19 09:22:35.040 | + functions-common:time_stop:2407 : start_time=1710840153058 2024-03-19 09:22:35.042 | + functions-common:time_stop:2409 : [[ -z 1710840153058 ]] 2024-03-19 09:22:35.044 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:35.047 | + functions-common:time_stop:2412 : end_time=1710840155045 2024-03-19 09:22:35.049 | + functions-common:time_stop:2413 : elapsed_time=1987 2024-03-19 09:22:35.051 | + functions-common:time_stop:2414 : total=8237 2024-03-19 09:22:35.053 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:35.055 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10224 2024-03-19 09:22:35.057 | + functions:wait_for_service:478 : return 0 2024-03-19 09:22:35.059 | + stack.sh:main:1387 : is_service_enabled mysql postgresql 2024-03-19 09:22:35.073 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:35.075 | + stack.sh:main:1387 : is_service_enabled glance 2024-03-19 09:22:35.089 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:35.090 | + stack.sh:main:1388 : echo_summary 'Uploading images' 2024-03-19 09:22:35.092 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:35.094 | + stack.sh:echo_summary:470 : echo -e Uploading images 2024-03-19 09:22:35.096 | + stack.sh:main:1390 : for image_url in ${IMAGE_URLS//,/ } 2024-03-19 09:22:35.098 | + stack.sh:main:1391 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.100 | + 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-03-19 09:22:35.102 | + functions:upload_image:134 : local image image_fname image_name 2024-03-19 09:22:35.103 | + functions:upload_image:136 : local max_attempts=5 2024-03-19 09:22:35.105 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-03-19 09:22:35.109 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.111 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.113 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-03-19 09:22:35.115 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-03-19 09:22:35.117 | ++ functions:upload_image:144 : seq 5 2024-03-19 09:22:35.120 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-03-19 09:22:35.121 | + functions:upload_image:145 : local rc=0 2024-03-19 09:22:35.123 | + 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-03-19 09:22:35.126 | --2024-03-19 09:22:35-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-03-19 09:22:35.131 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-03-19 09:22:35.132 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-03-19 09:22:35.166 | HTTP request sent, awaiting response... 200 OK 2024-03-19 09:22:35.166 | Length: 21318656 (20M) [application/octet-stream] 2024-03-19 09:22:35.166 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-03-19 09:22:35.174 | 2024-03-19 09:22:35.280 | 0K ........ ........ .... 100% 179M=0.1s 2024-03-19 09:22:35.280 | 2024-03-19 09:22:35.280 | 2024-03-19 09:22:35 (179 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-03-19 09:22:35.280 | 2024-03-19 09:22:35.283 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-03-19 09:22:35.285 | + functions:upload_image:155 : break 2024-03-19 09:22:35.287 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.289 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-03-19 09:22:35.291 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-03-19 09:22:35.292 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-19 09:22:35.294 | + functions:upload_image:194 : local vmdk_disktype= 2024-03-19 09:22:35.296 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-03-19 09:22:35.298 | + functions:upload_image:196 : local path_len 2024-03-19 09:22:35.299 | + functions:upload_image:199 : local vmdk_adapter_type 2024-03-19 09:22:35.302 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.302 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.306 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-03-19 09:22:35.307 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-03-19 09:22:35.309 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-03-19 09:22:35.311 | + functions:upload_image:205 : local vmdk_create_type 2024-03-19 09:22:35.314 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.314 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.318 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-03-19 09:22:35.319 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-03-19 09:22:35.321 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-03-19 09:22:35.323 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-03-19 09:22:35.325 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-03-19 09:22:35.327 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-03-19 09:22:35.328 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-03-19 09:22:35.330 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-03-19 09:22:35.332 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-03-19 09:22:35.334 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-19 09:22:35.335 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-03-19 09:22:35.339 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-03-19 09:22:35.341 | + functions:upload_image:284 : IFS=':;' 2024-03-19 09:22:35.342 | + functions:upload_image:284 : read -a props 2024-03-19 09:22:35.344 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-03-19 09:22:35.346 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-03-19 09:22:35.348 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-03-19 09:22:35.350 | + 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-03-19 09:22:35.352 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-19 09:22:35.354 | + functions:_upload_image:105 : shift 2024-03-19 09:22:35.356 | + functions:_upload_image:106 : local container=bare 2024-03-19 09:22:35.357 | + functions:_upload_image:107 : shift 2024-03-19 09:22:35.359 | + functions:_upload_image:108 : local disk=vmdk 2024-03-19 09:22:35.361 | + functions:_upload_image:109 : shift 2024-03-19 09:22:35.362 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-19 09:22:35.364 | + functions:_upload_image:111 : shift 2024-03-19 09:22:35.366 | + functions:_upload_image:112 : local properties 2024-03-19 09:22:35.368 | + functions:_upload_image:113 : local useimport 2024-03-19 09:22:35.369 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-03-19 09:22:35.371 | ++ functions:_image_properties_to_arg:87 : local result= 2024-03-19 09:22:35.373 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-19 09:22:35.375 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-03-19 09:22:35.377 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-19 09:22:35.378 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-03-19 09:22:35.380 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-19 09:22:35.382 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-03-19 09:22:35.384 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-03-19 09:22:35.386 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-03-19 09:22:35.387 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-03-19 09:22:35.389 | + 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-03-19 09:22:37.623 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-19 09:22:37.623 | | Field | Value | 2024-03-19 09:22:37.623 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-19 09:22:37.623 | | container_format | bare | 2024-03-19 09:22:37.623 | | created_at | 2024-03-19T09:22:36Z | 2024-03-19 09:22:37.623 | | disk_format | vmdk | 2024-03-19 09:22:37.623 | | file | /v2/images/66955cac-e388-47c0-a193-3580cbca8c05/file | 2024-03-19 09:22:37.623 | | id | 66955cac-e388-47c0-a193-3580cbca8c05 | 2024-03-19 09:22:37.623 | | min_disk | 0 | 2024-03-19 09:22:37.623 | | min_ram | 0 | 2024-03-19 09:22:37.623 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-03-19 09:22:37.623 | | owner | ceccc419c523485c9cfd4ecb6ebb0c9b | 2024-03-19 09:22:37.623 | | 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-03-19 09:22:37.623 | | protected | False | 2024-03-19 09:22:37.623 | | schema | /v2/schemas/image | 2024-03-19 09:22:37.623 | | status | queued | 2024-03-19 09:22:37.623 | | tags | | 2024-03-19 09:22:37.623 | | updated_at | 2024-03-19T09:22:36Z | 2024-03-19 09:22:37.623 | | visibility | public | 2024-03-19 09:22:37.623 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-19 09:22:37.761 | + functions:upload_image:291 : return 2024-03-19 09:22:37.763 | + stack.sh:main:1395 : async_wait create_flavors 2024-03-19 09:22:37.804 | [4768 Async create_flavors:51185]: Waiting for completion of create_flavors running on PID 51185 (2 other jobs running) 2024-03-19 09:22:37.823 | [4768 Async create_flavors:51185]: Signaling child to exit 2024-03-19 09:22:37.911 | + inc/async:async_inner:64 : rc=0 2024-03-19 09:22:37.930 | [51185 Async create_flavors:51185]: finished successfully 2024-03-19 09:22:37.946 | WAKEUP 2024-03-19 09:22:37.965 | [4768 Async create_flavors:51185]: Signaled 2024-03-19 09:22:37.965 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2024-03-19 09:22:37.965 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:37.965 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2024-03-19 09:22:37.965 | + lib/nova:create_flavors:1256 : grep -q ds512M 2024-03-19 09:22:37.965 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-03-19 09:22:37.965 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.965 | | Field | Value | 2024-03-19 09:22:37.965 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.965 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.965 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.965 | | description | None | 2024-03-19 09:22:37.965 | | disk | 1 | 2024-03-19 09:22:37.965 | | id | c1 | 2024-03-19 09:22:37.965 | | name | cirros256 | 2024-03-19 09:22:37.965 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.966 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.966 | | ram | 256 | 2024-03-19 09:22:37.966 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.966 | | swap | 0 | 2024-03-19 09:22:37.966 | | vcpus | 1 | 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | | Field | Value | 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.966 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.966 | | description | None | 2024-03-19 09:22:37.966 | | disk | 5 | 2024-03-19 09:22:37.966 | | id | d1 | 2024-03-19 09:22:37.966 | | name | ds512M | 2024-03-19 09:22:37.966 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.966 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.966 | | ram | 512 | 2024-03-19 09:22:37.966 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.966 | | swap | 0 | 2024-03-19 09:22:37.966 | | vcpus | 1 | 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | | Field | Value | 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.966 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.966 | | description | None | 2024-03-19 09:22:37.966 | | disk | 10 | 2024-03-19 09:22:37.966 | | id | d2 | 2024-03-19 09:22:37.966 | | name | ds1G | 2024-03-19 09:22:37.966 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.966 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.966 | | ram | 1024 | 2024-03-19 09:22:37.966 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.966 | | swap | 0 | 2024-03-19 09:22:37.966 | | vcpus | 1 | 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | | Field | Value | 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.966 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.966 | | description | None | 2024-03-19 09:22:37.966 | | disk | 10 | 2024-03-19 09:22:37.966 | | id | d3 | 2024-03-19 09:22:37.966 | | name | ds2G | 2024-03-19 09:22:37.966 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.966 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.966 | | ram | 2048 | 2024-03-19 09:22:37.966 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.966 | | swap | 0 | 2024-03-19 09:22:37.966 | | vcpus | 2 | 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.966 | | Field | Value | 2024-03-19 09:22:37.966 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.967 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.967 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.967 | | description | None | 2024-03-19 09:22:37.967 | | disk | 20 | 2024-03-19 09:22:37.967 | | id | d4 | 2024-03-19 09:22:37.967 | | name | ds4G | 2024-03-19 09:22:37.967 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.967 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.967 | | ram | 4096 | 2024-03-19 09:22:37.967 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.967 | | swap | 0 | 2024-03-19 09:22:37.967 | | vcpus | 4 | 2024-03-19 09:22:37.967 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.967 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2024-03-19 09:22:37.967 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2024-03-19 09:22:37.967 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-03-19 09:22:37.967 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.967 | | Field | Value | 2024-03-19 09:22:37.967 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.967 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.967 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.967 | | description | None | 2024-03-19 09:22:37.967 | | disk | 1 | 2024-03-19 09:22:37.967 | | id | 1 | 2024-03-19 09:22:37.967 | | name | m1.tiny | 2024-03-19 09:22:37.967 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.967 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.967 | | ram | 512 | 2024-03-19 09:22:37.967 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.967 | | swap | 0 | 2024-03-19 09:22:37.967 | | vcpus | 1 | 2024-03-19 09:22:37.967 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.967 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-03-19 09:22:37.967 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.967 | | Field | Value | 2024-03-19 09:22:37.967 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.967 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.967 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.967 | | description | None | 2024-03-19 09:22:37.967 | | disk | 20 | 2024-03-19 09:22:37.967 | | id | 2 | 2024-03-19 09:22:37.967 | | name | m1.small | 2024-03-19 09:22:37.967 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.967 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.967 | | ram | 2048 | 2024-03-19 09:22:37.967 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.967 | | swap | 0 | 2024-03-19 09:22:37.967 | | vcpus | 1 | 2024-03-19 09:22:37.967 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.967 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-03-19 09:22:37.967 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.968 | | Field | Value | 2024-03-19 09:22:37.968 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.968 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.968 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.968 | | description | None | 2024-03-19 09:22:37.968 | | disk | 40 | 2024-03-19 09:22:37.968 | | id | 3 | 2024-03-19 09:22:37.968 | | name | m1.medium | 2024-03-19 09:22:37.968 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.968 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.968 | | ram | 4096 | 2024-03-19 09:22:37.968 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.968 | | swap | 0 | 2024-03-19 09:22:37.968 | | vcpus | 2 | 2024-03-19 09:22:37.968 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.968 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-03-19 09:22:37.968 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.968 | | Field | Value | 2024-03-19 09:22:37.968 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.968 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.968 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.968 | | description | None | 2024-03-19 09:22:37.968 | | disk | 80 | 2024-03-19 09:22:37.968 | | id | 4 | 2024-03-19 09:22:37.968 | | name | m1.large | 2024-03-19 09:22:37.968 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.968 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.968 | | ram | 8192 | 2024-03-19 09:22:37.968 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.968 | | swap | 0 | 2024-03-19 09:22:37.968 | | vcpus | 4 | 2024-03-19 09:22:37.968 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.968 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-03-19 09:22:37.968 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.968 | | Field | Value | 2024-03-19 09:22:37.968 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.968 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:22:37.968 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:22:37.968 | | description | None | 2024-03-19 09:22:37.968 | | disk | 160 | 2024-03-19 09:22:37.968 | | id | 5 | 2024-03-19 09:22:37.968 | | name | m1.xlarge | 2024-03-19 09:22:37.968 | | os-flavor-access:is_public | True | 2024-03-19 09:22:37.968 | | properties | hw_rng:allowed='True' | 2024-03-19 09:22:37.968 | | ram | 16384 | 2024-03-19 09:22:37.968 | | rxtx_factor | 1.0 | 2024-03-19 09:22:37.968 | | swap | 0 | 2024-03-19 09:22:37.968 | | vcpus | 8 | 2024-03-19 09:22:37.968 | +----------------------------+-----------------------+ 2024-03-19 09:22:37.999 | [4768 Async create_flavors:51185]: finished create_flavors with result 0 in 14 seconds 2024-03-19 09:22:38.002 | + inc/async:async_wait:197 : return 0 2024-03-19 09:22:38.004 | + stack.sh:main:1397 : is_service_enabled horizon 2024-03-19 09:22:38.018 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:38.020 | + stack.sh:main:1398 : echo_summary 'Starting Horizon' 2024-03-19 09:22:38.022 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:38.023 | + stack.sh:echo_summary:470 : echo -e Starting Horizon 2024-03-19 09:22:38.025 | + stack.sh:main:1399 : init_horizon 2024-03-19 09:22:38.027 | + lib/horizon:init_horizon:151 : sudo rm -f '/var/log/apache2/horizon_*' 2024-03-19 09:22:38.037 | + lib/horizon:init_horizon:154 : local django_admin 2024-03-19 09:22:38.039 | + lib/horizon:init_horizon:155 : type -p django-admin 2024-03-19 09:22:38.040 | + lib/horizon:init_horizon:156 : django_admin=django-admin 2024-03-19 09:22:38.043 | + lib/horizon:init_horizon:162 : DJANGO_SETTINGS_MODULE=openstack_dashboard.settings 2024-03-19 09:22:38.045 | + lib/horizon:init_horizon:162 : django-admin collectstatic --noinput 2024-03-19 09:22:38.749 | /opt/stack/data/venv/lib/python3.10/site-packages/debreach/__init__.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2024-03-19 09:22:38.749 | version_info = version.StrictVersion(__version__).version 2024-03-19 09:22:39.193 | 2024-03-19 09:22:39.193 | 1891 static files copied to '/opt/stack/horizon/static'. 2024-03-19 09:22:39.306 | + lib/horizon:init_horizon:163 : DJANGO_SETTINGS_MODULE=openstack_dashboard.settings 2024-03-19 09:22:39.309 | + lib/horizon:init_horizon:163 : django-admin compress --force 2024-03-19 09:22:40.040 | /opt/stack/data/venv/lib/python3.10/site-packages/debreach/__init__.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2024-03-19 09:22:40.040 | version_info = version.StrictVersion(__version__).version 2024-03-19 09:22:47.854 | Compressing... done 2024-03-19 09:22:47.854 | Compressed 7 block(s) from 12 template(s) for 2 context(s). 2024-03-19 09:22:48.118 | + stack.sh:main:1400 : start_horizon 2024-03-19 09:22:48.120 | + lib/horizon:start_horizon:177 : restart_apache_server 2024-03-19 09:22:48.123 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-19 09:22:48.125 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-19 09:22:48.127 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-19 09:22:48.225 | + stack.sh:main:1411 : is_service_enabled nova 2024-03-19 09:22:48.239 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:48.241 | + stack.sh:main:1411 : is_service_enabled keystone 2024-03-19 09:22:48.255 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:48.257 | + stack.sh:main:1412 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-03-19 09:22:48.259 | + stack.sh:main:1414 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-19 09:22:48.261 | + stack.sh:main:1418 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-03-19 09:22:48.264 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-03-19 09:22:48.265 | ++ 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-03-19 09:22:48.268 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-03-19 09:22:48.269 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-03-19 09:22:48.270 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-03-19 09:22:48.271 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-03-19 09:22:48.272 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-03-19 09:22:48.273 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-03-19 09:22:48.274 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-03-19 09:22:48.274 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-03-19 09:22:48.275 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-03-19 09:22:48.277 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-03-19 09:22:48.278 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-03-19 09:22:48.279 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-19 09:22:48.279 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-03-19 09:22:48.280 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-19 09:22:48.281 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-03-19 09:22:48.282 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-19 09:22:48.283 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-03-19 09:22:48.284 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-19 09:22:48.285 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-03-19 09:22:48.286 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-19 09:22:48.287 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-03-19 09:22:48.289 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-03-19 09:22:48.290 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-19 09:22:48.291 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-03-19 09:22:48.292 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-19 09:22:48.293 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-03-19 09:22:48.294 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-03-19 09:22:48.295 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-03-19 09:22:48.296 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-19 09:22:48.297 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-03-19 09:22:48.298 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-19 09:22:48.299 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-03-19 09:22:48.300 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-03-19 09:22:48.301 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-03-19 09:22:48.302 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-03-19 09:22:48.303 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-03-19 09:22:48.304 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-03-19 09:22:48.305 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-03-19 09:22:48.306 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-03-19 09:22:48.308 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-03-19 09:22:48.309 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-03-19 09:22:48.310 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-03-19 09:22:48.311 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-03-19 09:22:48.312 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-03-19 09:22:48.313 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-03-19 09:22:48.314 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-03-19 09:22:48.315 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-03-19 09:22:48.316 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-03-19 09:22:48.317 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-03-19 09:22:48.318 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-03-19 09:22:48.319 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-03-19 09:22:48.320 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-03-19 09:22:48.322 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-03-19 09:22:48.323 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-03-19 09:22:48.323 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-03-19 09:22:48.323 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-03-19 09:22:48.323 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-03-19 09:22:48.324 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-03-19 09:22:49.169 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-03-19 09:22:49.170 | 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-03-19 09:22:49.282 | + stack.sh:main:1423 : save_stackenv 2024-03-19 09:22:49.285 | + functions-common:save_stackenv:60 : local tag= 2024-03-19 09:22:49.288 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-19 09:22:49.291 | + functions-common:save_stackenv:62 : time_stamp=2024-03-19-092249 2024-03-19 09:22:49.294 | + functions-common:save_stackenv:63 : echo '# 2024-03-19-092249 ' 2024-03-19 09:22:49.296 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.298 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-19 09:22:49.300 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.302 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-19 09:22:49.305 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.307 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-19 09:22:49.309 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.311 | + 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,horizon,rabbit,tempest,mysql,etcd3 2024-03-19 09:22:49.313 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.315 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-19 09:22:49.317 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.319 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-19 09:22:49.322 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.324 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-19-091554 2024-03-19 09:22:49.326 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.328 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-19 09:22:49.330 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.332 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-19 09:22:49.334 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.336 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-19 09:22:49.339 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.340 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-19 09:22:49.342 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.345 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-19 09:22:49.347 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.349 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-19 09:22:49.351 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.353 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-19 09:22:49.355 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-19 09:22:49.357 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-19 09:22:49.359 | + stack.sh:main:1434 : merge_config_group /opt/stack/devstack/local.conf extra 2024-03-19 09:22:49.362 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-19 09:22:49.364 | + inc/meta-config:merge_config_group:171 : shift 2024-03-19 09:22:49.366 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-03-19 09:22:49.368 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:49.370 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-19 09:22:49.372 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-19 09:22:49.375 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-03-19 09:22:49.377 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:49.379 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-03-19 09:22:49.381 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:49.383 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-03-19 09:22:49.383 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:49.383 | gsub("[][]", "", $1); 2024-03-19 09:22:49.383 | split($1, a, "|"); 2024-03-19 09:22:49.383 | if (a[1] == matchgroup) 2024-03-19 09:22:49.383 | print a[2] 2024-03-19 09:22:49.383 | } 2024-03-19 09:22:49.384 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:49.388 | + stack.sh:main:1441 : run_phase stack extra 2024-03-19 09:22:49.390 | + functions-common:run_phase:1828 : local mode=stack 2024-03-19 09:22:49.392 | + functions-common:run_phase:1829 : local phase=extra 2024-03-19 09:22:49.394 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-19 09:22:49.396 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-19 09:22:49.399 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-19 09:22:49.401 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-19 09:22:49.403 | + functions-common:run_phase:1838 : local extra 2024-03-19 09:22:49.406 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-19 09:22:49.409 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-19 09:22:49.411 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-19 09:22:49.413 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-19 09:22:49.415 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-03-19 09:22:49.417 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-19 09:22:49.430 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:49.432 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:22:49.434 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:49.436 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-03-19 09:22:49.438 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:49.440 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:22:49.442 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:49.444 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-03-19 09:22:49.446 | ++ extras.d/80-tempest.sh:source:15 : : 2024-03-19 09:22:49.448 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-19 09:22:49.450 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-19 09:22:49.452 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:22:49.454 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-19 09:22:49.456 | + functions-common:run_phase:1855 : run_plugins stack extra 2024-03-19 09:22:49.458 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-19 09:22:49.460 | + functions-common:run_plugins:1815 : local phase=extra 2024-03-19 09:22:49.462 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-19 09:22:49.465 | + functions-common:run_plugins:1818 : local plugin 2024-03-19 09:22:49.467 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-19 09:22:49.469 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-19 09:22:49.471 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-19 09:22:49.473 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-03-19 09:22:49.475 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:22:49.477 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:49.479 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-03-19 09:22:49.481 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:49.483 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:22:49.485 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:49.487 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-03-19 09:22:49.489 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-03-19 09:22:49.491 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:49.493 | ++ stack.sh:echo_summary:470 : echo -e Initializing Networking-NSX-T 2024-03-19 09:22:49.495 | + stack.sh:main:1449 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-03-19 09:22:49.497 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-19 09:22:49.499 | + inc/meta-config:merge_config_group:171 : shift 2024-03-19 09:22:49.501 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-03-19 09:22:49.504 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:49.506 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-19 09:22:49.508 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-19 09:22:49.510 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-03-19 09:22:49.513 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:22:49.515 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-03-19 09:22:49.517 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:22:49.519 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-03-19 09:22:49.519 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:22:49.519 | gsub("[][]", "", $1); 2024-03-19 09:22:49.519 | split($1, a, "|"); 2024-03-19 09:22:49.519 | if (a[1] == matchgroup) 2024-03-19 09:22:49.519 | print a[2] 2024-03-19 09:22:49.519 | } 2024-03-19 09:22:49.519 | ' /opt/stack/devstack/local.conf 2024-03-19 09:22:49.524 | + stack.sh:main:1458 : is_service_enabled n-cpu 2024-03-19 09:22:49.538 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:49.540 | + stack.sh:main:1463 : service_check 2024-03-19 09:22:49.542 | + functions-common:service_check:1693 : local service 2024-03-19 09:22:49.544 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.547 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2024-03-19 09:22:49.556 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-03-19 09:22:49.559 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.561 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2024-03-19 09:22:49.570 | enabled 2024-03-19 09:22:49.573 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2024-03-19 09:22:49.593 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-03-19 09:22:49.593 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.593 | Active: active (running) since Tue 2024-03-19 09:22:05 UTC; 43s ago 2024-03-19 09:22:49.593 | Main PID: 47080 (uwsgi) 2024-03-19 09:22:49.593 | Status: "uWSGI is ready" 2024-03-19 09:22:49.593 | Tasks: 3 (limit: 19115) 2024-03-19 09:22:49.593 | Memory: 226.8M 2024-03-19 09:22:49.593 | CPU: 6.280s 2024-03-19 09:22:49.593 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-03-19 09:22:49.593 | ├─47080 "nova-apiuWSGI master" 2024-03-19 09:22:49.593 | ├─47082 "nova-apiuWSGI worker 1" 2024-03-19 09:22:49.593 | └─47083 "nova-apiuWSGI worker 2" 2024-03-19 09:22:49.593 | 2024-03-19 09:22:49.593 | Mar 19 09:22:36 devstack devstack@n-api.service[47082]: [pid: 47082|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Mar 19 09:22:36 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-03-19 09:22:49.593 | Mar 19 09:22:37 devstack devstack@n-api.service[47083]: DEBUG nova.api.openstack.wsgi [None req-3c82c46b-eb36-48db-8d41-c34aafc41ff5 admin admin] Calling method '>' {{(pid=47083) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-03-19 09:22:49.593 | Mar 19 09:22:37 devstack devstack@n-api.service[47083]: INFO nova.api.openstack.requestlog [None req-3c82c46b-eb36-48db-8d41-c34aafc41ff5 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000912 2024-03-19 09:22:49.593 | Mar 19 09:22:37 devstack devstack@n-api.service[47083]: [pid: 47083|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Tue Mar 19 09:22:37 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-03-19 09:22:49.594 | Mar 19 09:22:37 devstack devstack@n-api.service[47082]: DEBUG nova.api.openstack.wsgi [None req-58854f43-6083-44f6-a5d1-21febc3fb651 admin admin] Action: 'create', calling method: >, body: {"flavor": {"disk": 160, "ram": 16384, "name": "m1.xlarge", "vcpus": 8, "rxtx_factor": 1.0, "id": "5", "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": true}} {{(pid=47082) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-03-19 09:22:49.594 | Mar 19 09:22:37 devstack devstack@n-api.service[47082]: INFO nova.api.openstack.requestlog [None req-58854f43-6083-44f6-a5d1-21febc3fb651 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.041454 2024-03-19 09:22:49.594 | Mar 19 09:22:37 devstack devstack@n-api.service[47082]: [pid: 47082|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Tue Mar 19 09:22:37 2024] POST /compute/v2.1/flavors => generated 408 bytes in 42 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-03-19 09:22:49.594 | Mar 19 09:22:37 devstack devstack@n-api.service[47083]: DEBUG nova.api.openstack.wsgi [None req-99fe1067-c42e-4f87-82b1-10268faa9fe0 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=47083) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-03-19 09:22:49.594 | Mar 19 09:22:37 devstack devstack@n-api.service[47083]: INFO nova.api.openstack.requestlog [None req-99fe1067-c42e-4f87-82b1-10268faa9fe0 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015630 2024-03-19 09:22:49.594 | Mar 19 09:22:37 devstack devstack@n-api.service[47083]: [pid: 47083|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Mar 19 09:22:37 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-03-19 09:22:49.597 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.599 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2024-03-19 09:22:49.609 | enabled 2024-03-19 09:22:49.611 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2024-03-19 09:22:49.623 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-03-19 09:22:49.623 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.623 | Active: active (running) since Tue 2024-03-19 09:22:20 UTC; 29s ago 2024-03-19 09:22:49.623 | Main PID: 50714 (nova-conductor) 2024-03-19 09:22:49.623 | Tasks: 3 (limit: 19115) 2024-03-19 09:22:49.623 | Memory: 142.2M 2024-03-19 09:22:49.623 | CPU: 2.201s 2024-03-19 09:22:49.623 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-03-19 09:22:49.623 | ├─50714 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-19 09:22:49.623 | ├─51133 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-19 09:22:49.623 | └─51134 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-19 09:22:49.623 | 2024-03-19 09:22:49.623 | Mar 19 09:22:22 devstack nova-conductor[50714]: DEBUG oslo_service.service [None req-e9a29e90-d132-472c-8d05-52500a37111b None None] oslo_limit.version = None {{(pid=50714) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.623 | Mar 19 09:22:22 devstack nova-conductor[50714]: DEBUG oslo_service.service [None req-e9a29e90-d132-472c-8d05-52500a37111b None None] oslo_reports.file_event_handler = None {{(pid=50714) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.623 | Mar 19 09:22:22 devstack nova-conductor[50714]: DEBUG oslo_service.service [None req-e9a29e90-d132-472c-8d05-52500a37111b None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50714) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.623 | Mar 19 09:22:22 devstack nova-conductor[50714]: DEBUG oslo_service.service [None req-e9a29e90-d132-472c-8d05-52500a37111b None None] oslo_reports.log_dir = None {{(pid=50714) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.623 | Mar 19 09:22:22 devstack nova-conductor[50714]: DEBUG oslo_service.service [None req-e9a29e90-d132-472c-8d05-52500a37111b None None] ******************************************************************************** {{(pid=50714) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-03-19 09:22:49.623 | Mar 19 09:22:32 devstack nova-conductor[50714]: DEBUG dbcounter [-] [50714] Writing DB stats nova_api:SELECT=3 {{(pid=50714) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.623 | Mar 19 09:22:32 devstack nova-conductor[50714]: DEBUG dbcounter [-] [50714] Writing DB stats nova_cell1:SELECT=3 {{(pid=50714) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.623 | Mar 19 09:22:32 devstack nova-conductor[50714]: DEBUG dbcounter [-] [50714] Writing DB stats nova_cell0:SELECT=3 {{(pid=50714) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.623 | Mar 19 09:22:37 devstack nova-conductor[51133]: DEBUG dbcounter [-] [51133] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=51133) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.623 | Mar 19 09:22:37 devstack nova-conductor[51134]: DEBUG dbcounter [-] [51134] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=51134) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.625 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.628 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2024-03-19 09:22:49.637 | enabled 2024-03-19 09:22:49.640 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2024-03-19 09:22:49.651 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-03-19 09:22:49.651 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.651 | Active: active (running) since Tue 2024-03-19 09:22:17 UTC; 32s ago 2024-03-19 09:22:49.651 | Main PID: 49473 (nova-scheduler) 2024-03-19 09:22:49.651 | Tasks: 3 (limit: 19115) 2024-03-19 09:22:49.651 | Memory: 142.5M 2024-03-19 09:22:49.651 | CPU: 2.159s 2024-03-19 09:22:49.651 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-03-19 09:22:49.651 | ├─49473 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-19 09:22:49.651 | ├─50276 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-19 09:22:49.651 | └─50281 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-19 09:22:49.651 | 2024-03-19 09:22:49.651 | Mar 19 09:22:19 devstack nova-scheduler[49473]: DEBUG oslo_service.service [None req-18a9c794-4071-4ecc-b0e4-d7ea21011cea None None] oslo_limit.version = None {{(pid=49473) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.651 | Mar 19 09:22:19 devstack nova-scheduler[49473]: DEBUG oslo_service.service [None req-18a9c794-4071-4ecc-b0e4-d7ea21011cea None None] oslo_reports.file_event_handler = None {{(pid=49473) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.651 | Mar 19 09:22:19 devstack nova-scheduler[49473]: DEBUG oslo_service.service [None req-18a9c794-4071-4ecc-b0e4-d7ea21011cea None None] oslo_reports.file_event_handler_interval = 1 {{(pid=49473) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.651 | Mar 19 09:22:19 devstack nova-scheduler[49473]: DEBUG oslo_service.service [None req-18a9c794-4071-4ecc-b0e4-d7ea21011cea None None] oslo_reports.log_dir = None {{(pid=49473) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.651 | Mar 19 09:22:19 devstack nova-scheduler[49473]: DEBUG oslo_service.service [None req-18a9c794-4071-4ecc-b0e4-d7ea21011cea None None] ******************************************************************************** {{(pid=49473) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-03-19 09:22:49.651 | Mar 19 09:22:29 devstack nova-scheduler[49473]: DEBUG dbcounter [-] [49473] Writing DB stats nova_api:SELECT=7 {{(pid=49473) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.651 | Mar 19 09:22:29 devstack nova-scheduler[49473]: DEBUG dbcounter [-] [49473] Writing DB stats nova_cell1:SELECT=5 {{(pid=49473) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.651 | Mar 19 09:22:29 devstack nova-scheduler[49473]: DEBUG dbcounter [-] [49473] Writing DB stats nova_cell0:SELECT=3 {{(pid=49473) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.651 | Mar 19 09:22:34 devstack nova-scheduler[50276]: DEBUG dbcounter [-] [50276] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=50276) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.651 | Mar 19 09:22:34 devstack nova-scheduler[50281]: DEBUG dbcounter [-] [50281] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=50281) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.654 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.656 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-03-19 09:22:49.665 | enabled 2024-03-19 09:22:49.668 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-03-19 09:22:49.679 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-03-19 09:22:49.679 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.679 | Active: active (running) since Tue 2024-03-19 09:22:19 UTC; 30s ago 2024-03-19 09:22:49.679 | Main PID: 50019 (uwsgi) 2024-03-19 09:22:49.679 | Status: "uWSGI is ready" 2024-03-19 09:22:49.679 | Tasks: 4 (limit: 19115) 2024-03-19 09:22:49.679 | Memory: 188.7M 2024-03-19 09:22:49.679 | CPU: 4.015s 2024-03-19 09:22:49.679 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-03-19 09:22:49.679 | ├─50019 "nova-api-metauWSGI master" 2024-03-19 09:22:49.679 | ├─50020 "nova-api-metauWSGI worker 1" 2024-03-19 09:22:49.679 | ├─50021 "nova-api-metauWSGI worker 2" 2024-03-19 09:22:49.679 | └─50022 "nova-api-metauWSGI http 1" 2024-03-19 09:22:49.679 | 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50020]: DEBUG oslo_db.sqlalchemy.engines [None req-bef549a8-35e9-4db1-85be-95b82ad2411d 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=50020) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50021]: WARNING nova.api.metadata.handler [None req-717892ea-0329-48a0-bda4-3ccfcbf30f1a None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50020]: DEBUG dbcounter [-] [50020] Writer thread running {{(pid=50020) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50020]: DEBUG dbcounter [-] [50020] Writer thread running {{(pid=50020) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50021]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5d96146c0100 pid: 50021 (default app) 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50020]: INFO dbcounter [None req-bef549a8-35e9-4db1-85be-95b82ad2411d None None] Registered counter for database nova_cell1 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50020]: DEBUG oslo_db.sqlalchemy.engines [None req-bef549a8-35e9-4db1-85be-95b82ad2411d 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=50020) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50020]: DEBUG dbcounter [-] [50020] Writer thread running {{(pid=50020) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50020]: WARNING nova.api.metadata.handler [None req-bef549a8-35e9-4db1-85be-95b82ad2411d None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-03-19 09:22:49.679 | Mar 19 09:22:21 devstack devstack@n-api-meta.service[50020]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5d96146c0100 pid: 50020 (default app) 2024-03-19 09:22:49.682 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.684 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2024-03-19 09:22:49.693 | enabled 2024-03-19 09:22:49.696 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2024-03-19 09:22:49.707 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-03-19 09:22:49.707 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.707 | Active: active (running) since Tue 2024-03-19 09:22:14 UTC; 34s ago 2024-03-19 09:22:49.707 | Main PID: 48488 (uwsgi) 2024-03-19 09:22:49.707 | Status: "uWSGI is ready" 2024-03-19 09:22:49.707 | Tasks: 5 (limit: 19115) 2024-03-19 09:22:49.707 | Memory: 137.4M 2024-03-19 09:22:49.707 | CPU: 2.523s 2024-03-19 09:22:49.707 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-03-19 09:22:49.707 | ├─48488 "placementuWSGI master" 2024-03-19 09:22:49.707 | ├─48489 "placementuWSGI worker 1" 2024-03-19 09:22:49.707 | └─48490 "placementuWSGI worker 2" 2024-03-19 09:22:49.707 | 2024-03-19 09:22:49.707 | Mar 19 09:22:16 devstack devstack@placement-api.service[48489]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=48489) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2024-03-19 09:22:49.707 | Mar 19 09:22:16 devstack devstack@placement-api.service[48489]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5c087be35b70 pid: 48489 (default app) 2024-03-19 09:22:49.707 | Mar 19 09:22:19 devstack devstack@placement-api.service[48490]: DEBUG placement.requestlog [None req-c7adb831-8f94-4a4e-b04b-ea9d267226d1 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48490) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-03-19 09:22:49.707 | Mar 19 09:22:19 devstack devstack@placement-api.service[48490]: INFO placement.requestlog [None req-c7adb831-8f94-4a4e-b04b-ea9d267226d1 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-03-19 09:22:49.707 | Mar 19 09:22:19 devstack devstack@placement-api.service[48490]: [pid: 48490|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Tue Mar 19 09:22:19 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-03-19 09:22:49.707 | Mar 19 09:22:22 devstack devstack@placement-api.service[48489]: DEBUG placement.requestlog [None req-406bbc1d-80f2-4acc-877e-3e0e4165c86a None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=48489) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-03-19 09:22:49.707 | Mar 19 09:22:22 devstack devstack@placement-api.service[48489]: INFO placement.requestlog [None req-406bbc1d-80f2-4acc-877e-3e0e4165c86a None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-03-19 09:22:49.707 | Mar 19 09:22:22 devstack devstack@placement-api.service[48489]: [pid: 48489|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Tue Mar 19 09:22:22 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-03-19 09:22:49.707 | Mar 19 09:22:25 devstack devstack@placement-api.service[48490]: DEBUG dbcounter [-] [48490] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=48490) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.707 | Mar 19 09:22:26 devstack devstack@placement-api.service[48489]: DEBUG dbcounter [-] [48489] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=48489) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.710 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.712 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2024-03-19 09:22:49.721 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-03-19 09:22:49.724 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.726 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2024-03-19 09:22:49.735 | enabled 2024-03-19 09:22:49.738 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2024-03-19 09:22:49.749 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-03-19 09:22:49.749 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.749 | Active: active (running) since Tue 2024-03-19 09:22:32 UTC; 16s ago 2024-03-19 09:22:49.749 | Main PID: 53603 (uwsgi) 2024-03-19 09:22:49.749 | Status: "uWSGI is ready" 2024-03-19 09:22:49.749 | Tasks: 9 (limit: 19115) 2024-03-19 09:22:49.749 | Memory: 223.9M 2024-03-19 09:22:49.749 | CPU: 4.561s 2024-03-19 09:22:49.749 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-03-19 09:22:49.749 | ├─53603 "glance-apiuWSGI master" 2024-03-19 09:22:49.749 | ├─53604 "glance-apiuWSGI worker 1" 2024-03-19 09:22:49.749 | └─53605 "glance-apiuWSGI worker 2" 2024-03-19 09:22:49.749 | 2024-03-19 09:22:49.749 | Mar 19 09:22:37 devstack devstack@g-api.service[53604]: DEBUG dbcounter [-] [53604] Writer thread running {{(pid=53604) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-19 09:22:49.749 | Mar 19 09:22:37 devstack devstack@g-api.service[53604]: INFO glance.api.v2.image_data [None req-228f5913-efaa-450b-ac34-b95e7a03480c admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-03-19 09:22:49.749 | Mar 19 09:22:37 devstack devstack@g-api.service[53604]: DEBUG glance.location [None req-228f5913-efaa-450b-ac34-b95e7a03480c admin admin] Enabling in-flight format inspection for vmdk {{(pid=53604) set_data /opt/stack/glance/glance/location.py:581}} 2024-03-19 09:22:49.749 | Mar 19 09:22:37 devstack devstack@g-api.service[53604]: DEBUG glance_store._drivers.filesystem [None req-228f5913-efaa-450b-ac34-b95e7a03480c admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/66955cac-e388-47c0-a193-3580cbca8c05 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=53604) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2024-03-19 09:22:49.749 | Mar 19 09:22:37 devstack devstack@g-api.service[53604]: WARNING glance.common.format_inspector [None req-228f5913-efaa-450b-ac34-b95e7a03480c admin admin] Unsupported VMDK format b'streamOptimized' 2024-03-19 09:22:49.749 | Mar 19 09:22:37 devstack devstack@g-api.service[53604]: INFO glance.location [None req-228f5913-efaa-450b-ac34-b95e7a03480c admin admin] Image format matched and virtual size computed: 0 2024-03-19 09:22:49.749 | Mar 19 09:22:37 devstack devstack@g-api.service[53604]: DEBUG glance_store.backend [None req-228f5913-efaa-450b-ac34-b95e7a03480c admin admin] Skipping store.set_acls... not implemented. {{(pid=53604) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2024-03-19 09:22:49.749 | Mar 19 09:22:37 devstack devstack@g-api.service[53604]: [pid: 53604|app: 0|req: 2/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Mar 19 09:22:36 2024] PUT /v2/images/66955cac-e388-47c0-a193-3580cbca8c05/file => generated 0 bytes in 732 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-03-19 09:22:49.749 | Mar 19 09:22:46 devstack devstack@g-api.service[53605]: DEBUG dbcounter [-] [53605] Writing DB stats glance:SELECT=9,glance:INSERT=7 {{(pid=53605) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.749 | Mar 19 09:22:47 devstack devstack@g-api.service[53604]: DEBUG dbcounter [-] [53604] Writing DB stats glance:SELECT=28,glance:UPDATE=2,glance:INSERT=1 {{(pid=53604) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.752 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.754 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2024-03-19 09:22:49.763 | enabled 2024-03-19 09:22:49.766 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2024-03-19 09:22:49.777 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-03-19 09:22:49.777 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.777 | Active: active (running) since Tue 2024-03-19 09:22:27 UTC; 21s ago 2024-03-19 09:22:49.777 | Main PID: 52338 (cinder-schedule) 2024-03-19 09:22:49.777 | Tasks: 1 (limit: 19115) 2024-03-19 09:22:49.777 | Memory: 93.9M 2024-03-19 09:22:49.777 | CPU: 1.779s 2024-03-19 09:22:49.777 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-03-19 09:22:49.777 | └─52338 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-03-19 09:22:49.777 | 2024-03-19 09:22:49.777 | Mar 19 09:22:29 devstack cinder-scheduler[52338]: DEBUG oslo_service.service [None req-bf0aea7f-7c82-440f-955b-4718d7ef58c3 None None] ******************************************************************************** {{(pid=52338) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-03-19 09:22:49.777 | Mar 19 09:22:29 devstack cinder-scheduler[52338]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-03-19 09:22:49.777 | Mar 19 09:22:29 devstack cinder-scheduler[52338]: INFO cinder.manager [None req-aacd4bbd-96f2-4b6f-a1ff-ce5683caaeca None None] Initiating service 1 cleanup 2024-03-19 09:22:49.777 | Mar 19 09:22:29 devstack cinder-scheduler[52338]: INFO cinder.manager [None req-aacd4bbd-96f2-4b6f-a1ff-ce5683caaeca None None] Service 1 cleanup completed. 2024-03-19 09:22:49.777 | Mar 19 09:22:29 devstack cinder-scheduler[52338]: DEBUG cinder.service [None req-aacd4bbd-96f2-4b6f-a1ff-ce5683caaeca None None] Creating RPC server for service cinder-scheduler {{(pid=52338) start /opt/stack/cinder/cinder/service.py:238}} 2024-03-19 09:22:49.777 | Mar 19 09:22:29 devstack cinder-scheduler[52338]: DEBUG cinder.service [None req-aacd4bbd-96f2-4b6f-a1ff-ce5683caaeca None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=52338) start /opt/stack/cinder/cinder/service.py:244}} 2024-03-19 09:22:49.777 | Mar 19 09:22:33 devstack cinder-scheduler[52338]: DEBUG cinder.scheduler.host_manager [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 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=52338) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-03-19 09:22:49.778 | Mar 19 09:22:33 devstack cinder-scheduler[52338]: DEBUG cinder.scheduler.host_manager [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 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, 3, 19, 9, 22, 33, 390825)} {{(pid=52338) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-03-19 09:22:49.778 | Mar 19 09:22:33 devstack cinder-scheduler[52338]: DEBUG cinder.utils [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=52338) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-03-19 09:22:49.778 | Mar 19 09:22:43 devstack cinder-scheduler[52338]: DEBUG dbcounter [-] [52338] Writing DB stats cinder:SELECT=24,cinder:INSERT=1 {{(pid=52338) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.780 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.782 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2024-03-19 09:22:49.792 | enabled 2024-03-19 09:22:49.794 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2024-03-19 09:22:49.805 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-03-19 09:22:49.805 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.805 | Active: active (running) since Tue 2024-03-19 09:22:24 UTC; 25s ago 2024-03-19 09:22:49.805 | Main PID: 51810 (uwsgi) 2024-03-19 09:22:49.805 | Status: "uWSGI is ready" 2024-03-19 09:22:49.805 | Tasks: 7 (limit: 19115) 2024-03-19 09:22:49.805 | Memory: 214.1M 2024-03-19 09:22:49.805 | CPU: 4.774s 2024-03-19 09:22:49.805 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-03-19 09:22:49.805 | ├─51810 "cinder-apiuWSGI master" 2024-03-19 09:22:49.805 | ├─51812 "cinder-apiuWSGI worker 1" 2024-03-19 09:22:49.805 | └─51813 "cinder-apiuWSGI worker 2" 2024-03-19 09:22:49.805 | 2024-03-19 09:22:49.805 | Mar 19 09:22:30 devstack devstack@c-api.service[51812]: DEBUG cinder.api.middleware.request_id [req-1da5a75d-45a5-401b-a364-6895134334dc req-5bab61ba-c5d9-4d0c-b08e-041063b59a75 None None] RequestId filter calling following filter/app {{(pid=51812) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-03-19 09:22:49.805 | Mar 19 09:22:31 devstack devstack@c-api.service[51812]: INFO cinder.api.openstack.wsgi [req-1da5a75d-45a5-401b-a364-6895134334dc req-5bab61ba-c5d9-4d0c-b08e-041063b59a75 admin admin] POST http://10.180.1.21/volume/v3/ceccc419c523485c9cfd4ecb6ebb0c9b/types/7d8dffda-5026-4321-bef9-508d6b2fb017/extra_specs 2024-03-19 09:22:49.805 | Mar 19 09:22:31 devstack devstack@c-api.service[51812]: DEBUG cinder.api.openstack.wsgi [req-1da5a75d-45a5-401b-a364-6895134334dc req-5bab61ba-c5d9-4d0c-b08e-041063b59a75 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=51812) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-03-19 09:22:49.805 | Mar 19 09:22:31 devstack devstack@c-api.service[51812]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2024-03-19 09:22:49.805 | Mar 19 09:22:31 devstack devstack@c-api.service[51812]: warnings.warn('Policy enforcement is depending on the value of ' 2024-03-19 09:22:49.805 | Mar 19 09:22:31 devstack devstack@c-api.service[51812]: DEBUG oslo_db.sqlalchemy.engines [req-1da5a75d-45a5-401b-a364-6895134334dc req-5bab61ba-c5d9-4d0c-b08e-041063b59a75 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=51812) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-19 09:22:49.805 | Mar 19 09:22:31 devstack devstack@c-api.service[51812]: INFO cinder.api.openstack.wsgi [req-1da5a75d-45a5-401b-a364-6895134334dc req-5bab61ba-c5d9-4d0c-b08e-041063b59a75 admin admin] http://10.180.1.21/volume/v3/ceccc419c523485c9cfd4ecb6ebb0c9b/types/7d8dffda-5026-4321-bef9-508d6b2fb017/extra_specs returned with HTTP 200 2024-03-19 09:22:49.805 | Mar 19 09:22:31 devstack devstack@c-api.service[51812]: [pid: 51812|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Tue Mar 19 09:22:30 2024] POST /volume/v3/ceccc419c523485c9cfd4ecb6ebb0c9b/types/7d8dffda-5026-4321-bef9-508d6b2fb017/extra_specs => generated 51 bytes in 410 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-03-19 09:22:49.805 | Mar 19 09:22:40 devstack devstack@c-api.service[51813]: DEBUG dbcounter [-] [51813] Writing DB stats cinder:SELECT=18,cinder:INSERT=1 {{(pid=51813) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.805 | Mar 19 09:22:41 devstack devstack@c-api.service[51812]: DEBUG dbcounter [-] [51812] Writing DB stats cinder:SELECT=25,cinder:INSERT=1 {{(pid=51812) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.808 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.810 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2024-03-19 09:22:49.819 | enabled 2024-03-19 09:22:49.822 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2024-03-19 09:22:49.833 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-03-19 09:22:49.833 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.833 | Active: active (running) since Tue 2024-03-19 09:22:29 UTC; 20s ago 2024-03-19 09:22:49.833 | Main PID: 52881 (cinder-volume) 2024-03-19 09:22:49.833 | Tasks: 2 (limit: 19115) 2024-03-19 09:22:49.833 | Memory: 243.2M 2024-03-19 09:22:49.833 | CPU: 4.199s 2024-03-19 09:22:49.833 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-03-19 09:22:49.833 | ├─52881 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-03-19 09:22:49.833 | └─52987 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-03-19 09:22:49.833 | 2024-03-19 09:22:49.833 | Mar 19 09:22:33 devstack cinder-volume[52987]: INFO cinder.volume.manager [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 None None] Driver initialization completed successfully. 2024-03-19 09:22:49.833 | Mar 19 09:22:33 devstack cinder-volume[52987]: INFO cinder.manager [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 None None] Initiating service 2 cleanup 2024-03-19 09:22:49.833 | Mar 19 09:22:33 devstack cinder-volume[52987]: INFO cinder.manager [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 None None] Service 2 cleanup completed. 2024-03-19 09:22:49.833 | Mar 19 09:22:33 devstack cinder-volume[52987]: DEBUG cinder.service [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 None None] Creating RPC server for service cinder-volume {{(pid=52987) start /opt/stack/cinder/cinder/service.py:238}} 2024-03-19 09:22:49.833 | Mar 19 09:22:33 devstack cinder-volume[52987]: DEBUG cinder.service [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=52987) start /opt/stack/cinder/cinder/service.py:244}} 2024-03-19 09:22:49.833 | Mar 19 09:22:33 devstack cinder-volume[52987]: INFO cinder.volume.manager [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-03-19 09:22:49.833 | Mar 19 09:22:33 devstack cinder-volume[52987]: INFO cinder.volume.manager [None req-38fa223a-21ab-4255-8b3a-5f5c534ec3e3 None None] Driver post RPC initialization completed successfully. 2024-03-19 09:22:49.833 | Mar 19 09:22:40 devstack cinder-volume[52881]: DEBUG dbcounter [-] [52881] Writing DB stats cinder:SELECT=16,cinder:INSERT=1 {{(pid=52881) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.833 | Mar 19 09:22:43 devstack cinder-volume[52987]: DEBUG dbcounter [-] [52987] Writing DB stats cinder:SELECT=7 {{(pid=52987) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.833 | Mar 19 09:22:43 devstack cinder-volume[52987]: DEBUG dbcounter [-] [52987] Writing DB stats cinder:SELECT=22,cinder:INSERT=1,cinder:UPDATE=1 {{(pid=52987) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.836 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.838 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-03-19 09:22:49.846 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-03-19 09:22:49.849 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.851 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-03-19 09:22:49.860 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-03-19 09:22:49.863 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.865 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2024-03-19 09:22:49.874 | enabled 2024-03-19 09:22:49.877 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2024-03-19 09:22:49.887 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-03-19 09:22:49.887 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-03-19 09:22:49.887 | Active: active (running) since Tue 2024-03-19 09:22:10 UTC; 39s ago 2024-03-19 09:22:49.888 | Main PID: 47806 (/opt/stack/data) 2024-03-19 09:22:49.888 | Tasks: 5 (limit: 19115) 2024-03-19 09:22:49.888 | Memory: 175.6M 2024-03-19 09:22:49.888 | CPU: 2.989s 2024-03-19 09:22:49.888 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-03-19 09:22:49.888 | ├─47806 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-03-19 09:22:49.888 | ├─47911 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-19 09:22:49.888 | ├─47912 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-19 09:22:49.888 | ├─47913 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-19 09:22:49.888 | └─47914 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-19 09:22:49.888 | 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47806]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=47806) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47806]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=47806) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47806]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=47806) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47806]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=47806) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47806]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=47806) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47806]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=47806) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47911]: DEBUG neutron.wsgi [-] (47911) accepted ('10.180.1.21', 46050) {{(pid=47911) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1004}} 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47911]: INFO neutron.wsgi [-] 10.180.1.21 "GET /networking HTTP/1.1" status: 302 len: 444 time: 0.0035708 2024-03-19 09:22:49.888 | Mar 19 09:22:13 devstack neutron-server[47911]: INFO neutron.wsgi [-] 10.180.1.21 "GET /networking/ HTTP/1.1" status: 200 len: 264 time: 0.0029581 2024-03-19 09:22:49.888 | Mar 19 09:22:22 devstack neutron-server[47806]: DEBUG dbcounter [-] [47806] Writing DB stats neutron:SELECT=4,neutron:INSERT=2 {{(pid=47806) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-19 09:22:49.890 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.892 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@horizon.service 2024-03-19 09:22:49.901 | Failed to get unit file state for devstack@horizon.service: No such file or directory 2024-03-19 09:22:49.904 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.906 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2024-03-19 09:22:49.914 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-03-19 09:22:49.917 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.919 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2024-03-19 09:22:49.927 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-03-19 09:22:49.930 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.933 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2024-03-19 09:22:49.941 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-03-19 09:22:49.944 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-19 09:22:49.946 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2024-03-19 09:22:49.954 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-03-19 09:22:49.957 | + stack.sh:main:1469 : is_service_enabled n-api 2024-03-19 09:22:49.971 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:49.973 | + stack.sh:main:1470 : is_service_enabled n-cpu 2024-03-19 09:22:49.987 | + functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:22:49.989 | + stack.sh:main:1477 : 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-03-19 09:22:49.991 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:49.993 | + stack.sh:echo_summary:470 : 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-03-19 09:22:49.995 | + stack.sh:main:1484 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-03-19 09:22:50.465 | 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-03-19 09:22:51.814 | +--------------------------------------------------------------------+ 2024-03-19 09:22:51.814 | | Upgrade Check Results | 2024-03-19 09:22:51.814 | +--------------------------------------------------------------------+ 2024-03-19 09:22:51.814 | | Check: Cells v2 | 2024-03-19 09:22:51.814 | | Result: Success | 2024-03-19 09:22:51.815 | | Details: No host mappings or compute nodes were found. Remember to | 2024-03-19 09:22:51.815 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-03-19 09:22:51.815 | | compute hosts are deployed. | 2024-03-19 09:22:51.815 | +--------------------------------------------------------------------+ 2024-03-19 09:22:51.815 | | Check: Placement API | 2024-03-19 09:22:51.815 | | Result: Success | 2024-03-19 09:22:51.815 | | Details: None | 2024-03-19 09:22:51.815 | +--------------------------------------------------------------------+ 2024-03-19 09:22:51.815 | | Check: Cinder API | 2024-03-19 09:22:51.815 | | Result: Success | 2024-03-19 09:22:51.815 | | Details: None | 2024-03-19 09:22:51.815 | +--------------------------------------------------------------------+ 2024-03-19 09:22:51.815 | | Check: Policy File JSON to YAML Migration | 2024-03-19 09:22:51.815 | | Result: Success | 2024-03-19 09:22:51.815 | | Details: None | 2024-03-19 09:22:51.815 | +--------------------------------------------------------------------+ 2024-03-19 09:22:51.815 | | Check: Older than N-1 computes | 2024-03-19 09:22:51.815 | | Result: Success | 2024-03-19 09:22:51.815 | | Details: None | 2024-03-19 09:22:51.815 | +--------------------------------------------------------------------+ 2024-03-19 09:22:51.815 | | Check: hw_machine_type unset | 2024-03-19 09:22:51.815 | | Result: Success | 2024-03-19 09:22:51.815 | | Details: None | 2024-03-19 09:22:51.815 | +--------------------------------------------------------------------+ 2024-03-19 09:22:51.815 | | Check: Service User Token Configuration | 2024-03-19 09:22:51.815 | | Result: Success | 2024-03-19 09:22:51.815 | | Details: None | 2024-03-19 09:22:51.815 | +--------------------------------------------------------------------+ 2024-03-19 09:22:52.137 | + stack.sh:main:1491 : [[ -x /opt/stack/devstack/local.sh ]] 2024-03-19 09:22:52.140 | + stack.sh:main:1502 : command openstack complete 2024-03-19 09:22:52.140 | + stack.sh:main:1503 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-03-19 09:22:53.499 | + stack.sh:main:1506 : is_service_enabled cinder 2024-03-19 09:22:53.514 | + functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:53.516 | + stack.sh:main:1507 : is_ubuntu 2024-03-19 09:22:53.518 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-19 09:22:53.520 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-19 09:22:53.522 | + stack.sh:main:1508 : echo_summary 'Configuring lvm.conf global device filter' 2024-03-19 09:22:53.524 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:53.526 | + stack.sh:echo_summary:470 : echo -e Configuring lvm.conf global device filter 2024-03-19 09:22:53.528 | + stack.sh:main:1509 : set_lvm_filter 2024-03-19 09:22:53.530 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-03-19 09:22:53.532 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2024-03-19 09:22:53.534 | + lib/lvm:set_lvm_filter:191 : local pv 2024-03-19 09:22:53.537 | + lib/lvm:set_lvm_filter:192 : local vg 2024-03-19 09:22:53.539 | + lib/lvm:set_lvm_filter:193 : local line 2024-03-19 09:22:53.541 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2024-03-19 09:22:53.650 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-03-19 09:22:53.652 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2024-03-19 09:22:53.654 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-03-19 09:22:53.666 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-03-19 09:22:53.677 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-03-19 09:22:53.679 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:53.681 | + stack.sh:echo_summary:470 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-03-19 09:22:53.684 | + stack.sh:main:1519 : run_phase stack test-config 2024-03-19 09:22:53.685 | + functions-common:run_phase:1828 : local mode=stack 2024-03-19 09:22:53.688 | + functions-common:run_phase:1829 : local phase=test-config 2024-03-19 09:22:53.690 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-19 09:22:53.692 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-19 09:22:53.694 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-19 09:22:53.696 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-19 09:22:53.699 | + functions-common:run_phase:1838 : local extra 2024-03-19 09:22:53.701 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-19 09:22:53.705 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-19 09:22:53.707 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-19 09:22:53.709 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-19 09:22:53.711 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-03-19 09:22:53.713 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-19 09:22:53.727 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:53.729 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:22:53.731 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:53.733 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-03-19 09:22:53.735 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:53.737 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:22:53.739 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:53.741 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-03-19 09:22:53.743 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:53.745 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-03-19 09:22:53.747 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:22:53.749 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:22:53.751 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-03-19 09:22:53.785 | [4768 Async install_tempest:27919]: Waiting for completion of install_tempest running on PID 27919 (1 other jobs running) 2024-03-19 09:22:53.802 | [4768 Async install_tempest:27919]: Signaling child to exit 2024-03-19 09:22:53.802 | WAKEUP 2024-03-19 09:22:53.817 | [4768 Async install_tempest:27919]: Signaled 2024-03-19 09:22:53.818 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:574 : local git_ref=master 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:575 : local orig_dir 2024-03-19 09:22:53.818 | +++ functions-common:git_clone:576 : pwd 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:577 : local git_clone_flags= 2024-03-19 09:22:53.818 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:579 : RECLONE=False 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:593 : echo master 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:680 : local count=0 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:681 : local timeout=0 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:684 : timeout=0 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:22:53.818 | ++ functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:22:53.818 | ++ functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:53.818 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:53.818 | +++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:53.818 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1710839984995 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-03-19 09:22:53.818 | Cloning into '/opt/stack//tempest'... 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2400 : local name 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2403 : local total 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2407 : start_time=1710839984995 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2409 : [[ -z 1710839984995 ]] 2024-03-19 09:22:53.818 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2412 : end_time=1710839987264 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2413 : elapsed_time=2269 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2414 : total=103731 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=106000 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2024-03-19 09:22:53.818 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:680 : local count=0 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:681 : local timeout=0 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:684 : timeout=0 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:22:53.818 | ++ functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:22:53.818 | ++ functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:53.818 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:53.818 | +++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:53.818 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1710839987294 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-03-19 09:22:53.818 | From https://opendev.org/openstack/tempest 2024-03-19 09:22:53.818 | * branch master -> FETCH_HEAD 2024-03-19 09:22:53.818 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:22:53.818 | ++ functions-common:time_stop:2400 : local name 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2403 : local total 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2407 : start_time=1710839987294 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2409 : [[ -z 1710839987294 ]] 2024-03-19 09:22:53.819 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2412 : end_time=1710839988220 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2413 : elapsed_time=926 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2414 : total=106000 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=106926 2024-03-19 09:22:53.819 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-19 09:22:53.819 | ++ functions-common:git_timed:680 : local count=0 2024-03-19 09:22:53.819 | ++ functions-common:git_timed:681 : local timeout=0 2024-03-19 09:22:53.819 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-19 09:22:53.819 | ++ functions-common:git_timed:684 : timeout=0 2024-03-19 09:22:53.819 | ++ functions-common:git_timed:687 : time_start git_timed 2024-03-19 09:22:53.819 | ++ functions-common:time_start:2386 : local name=git_timed 2024-03-19 09:22:53.819 | ++ functions-common:time_start:2387 : local start_time= 2024-03-19 09:22:53.819 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-03-19 09:22:53.819 | +++ functions-common:time_start:2391 : date +%s%3N 2024-03-19 09:22:53.819 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1710839988249 2024-03-19 09:22:53.819 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-19 09:22:53.819 | Note: switching to 'FETCH_HEAD'. 2024-03-19 09:22:53.819 | 2024-03-19 09:22:53.819 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-19 09:22:53.819 | changes and commit them, and you can discard any commits you make in this 2024-03-19 09:22:53.819 | state without impacting any branches by switching back to a branch. 2024-03-19 09:22:53.819 | 2024-03-19 09:22:53.819 | If you want to create a new branch to retain commits you create, you may 2024-03-19 09:22:53.819 | do so (now or later) by using -c with the switch command. Example: 2024-03-19 09:22:53.819 | 2024-03-19 09:22:53.819 | git switch -c 2024-03-19 09:22:53.819 | 2024-03-19 09:22:53.819 | Or undo this operation with: 2024-03-19 09:22:53.819 | 2024-03-19 09:22:53.819 | git switch - 2024-03-19 09:22:53.819 | 2024-03-19 09:22:53.819 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-19 09:22:53.819 | 2024-03-19 09:22:53.819 | HEAD is now at 905da97 Merge "Fix branch regex for unmaintained branch model" 2024-03-19 09:22:53.819 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2400 : local name 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:53.819 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2403 : local total 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2406 : name=git_timed 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2407 : start_time=1710839988249 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2409 : [[ -z 1710839988249 ]] 2024-03-19 09:22:53.820 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2412 : end_time=1710839988346 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2413 : elapsed_time=97 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2414 : total=106926 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:53.820 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=107023 2024-03-19 09:22:53.820 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-03-19 09:22:53.820 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2024-03-19 09:22:53.820 | ++ functions-common:git_clone:656 : git show --oneline 2024-03-19 09:22:53.820 | ++ functions-common:git_clone:656 : head -1 2024-03-19 09:22:53.820 | 905da97 Merge "Fix branch regex for unmaintained branch model" 2024-03-19 09:22:53.820 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-19 09:22:53.820 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2024-03-19 09:22:53.820 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-03-19 09:22:53.820 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-03-19 09:22:53.820 | Collecting tox!=2.8.0,<4.0.0 2024-03-19 09:22:53.820 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2024-03-19 09:22:53.820 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2024-03-19 09:22:53.820 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2024-03-19 09:22:53.820 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-03-19 09:22:53.820 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2024-03-19 09:22:53.820 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2024-03-19 09:22:53.820 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2024-03-19 09:22:53.820 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2024-03-19 09:22:53.820 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-03-19 09:22:53.820 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox!=2.8.0,<4.0.0) 2024-03-19 09:22:53.820 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2024-03-19 09:22:53.820 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2024-03-19 09:22:53.820 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-03-19 09:22:53.820 | Collecting distlib<1,>=0.3.6 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2024-03-19 09:22:53.820 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2024-03-19 09:22:53.820 | Collecting platformdirs<4,>=3.2 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2024-03-19 09:22:53.820 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2024-03-19 09:22:53.820 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-03-19 09:22:53.820 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2024-03-19 09:22:53.820 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-03-19 09:22:53.820 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-03-19 09:22:53.820 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-03-19 09:22:53.820 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2024-03-19 09:22:53.820 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-03-19 09:22:53.820 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2024-03-19 09:22:53.820 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-03-19 09:22:53.820 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2024-03-19 09:22:53.821 | ++ inc/python:pip_install:222 : result=0 2024-03-19 09:22:53.821 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2400 : local name 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2403 : local total 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2407 : start_time=1710839988389 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2409 : [[ -z 1710839988389 ]] 2024-03-19 09:22:53.821 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2412 : end_time=1710839991500 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2413 : elapsed_time=3111 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2414 : total=86758 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:53.821 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89869 2024-03-19 09:22:53.821 | ++ inc/python:pip_install:225 : return 0 2024-03-19 09:22:53.821 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2024-03-19 09:22:53.821 | ~/tempest ~/devstack 2024-03-19 09:22:53.821 | ++ lib/tempest:install_tempest:869 : git checkout master 2024-03-19 09:22:53.821 | Switched to branch 'master' 2024-03-19 09:22:53.821 | Your branch is up to date with 'origin/master'. 2024-03-19 09:22:53.821 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2024-03-19 09:22:53.821 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-03-19 09:22:53.821 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.Q3UNRoz6ZI 2024-03-19 09:22:53.821 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.Q3UNRoz6ZI 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.Q3UNRoz6ZI 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-19 09:22:53.821 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-19 09:22:53.821 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2024-03-19 09:22:53.821 | full create: /opt/stack/tempest/.tox/tempest 2024-03-19 09:22:53.821 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-03-19 09:22:53.821 | full develop-inst: /opt/stack/tempest 2024-03-19 09:22:53.821 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@905da972c9f5c8c78b656b50dfeaad6237c93551#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-19 09:22:53.821 | ___________________________________ summary ____________________________________ 2024-03-19 09:22:53.821 | full: skipped tests 2024-03-19 09:22:53.821 | congratulations :) 2024-03-19 09:22:53.821 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.Q3UNRoz6ZI -r requirements.txt 2024-03-19 09:22:53.821 | 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.0.0) 2024-03-19 09:22:53.821 | 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.6.0) 2024-03-19 09:22:53.821 | 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-03-19 09:22:53.822 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-03-19 09:22:53.822 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-03-19 09:22:53.822 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-03-19 09:22:53.822 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-03-19 09:22:53.822 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.0) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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.4.0) 2024-03-19 09:22:53.822 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-03-19 09:22:53.822 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-03-19 09:22:53.822 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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)) (23.2.0) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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.33.0) 2024-03-19 09:22:53.822 | 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.18.0) 2024-03-19 09:22:53.822 | 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.1.2) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-03-19 09:22:53.822 | 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.3.0) 2024-03-19 09:22:53.822 | 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.31.0) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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.5.0) 2024-03-19 09:22:53.822 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2024-03-19 09:22:53.822 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2024-03-19 09:22:53.822 | 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.14.2) 2024-03-19 09:22:53.822 | 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.12.3) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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.7) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.2) 2024-03-19 09:22:53.822 | 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.1) 2024-03-19 09:22:53.822 | 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-03-19 09:22:53.822 | 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-03-19 09:22:53.823 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2024-03-19 09:22:53.823 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2024-03-19 09:22:53.823 | 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-03-19 09:22:53.823 | 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-03-19 09:22:53.823 | 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.6) 2024-03-19 09:22:53.823 | 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.2.2) 2024-03-19 09:22:53.823 | WARNING: There was an error checking the latest version of pip. 2024-03-19 09:22:53.823 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-03-19 09:22:53.823 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.Q3UNRoz6ZI 2024-03-19 09:22:53.823 | ++ lib/tempest:install_tempest:882 : popd 2024-03-19 09:22:53.823 | ~/devstack 2024-03-19 09:22:53.848 | [4768 Async install_tempest:27919]: finished install_tempest with result 0 in 25 seconds 2024-03-19 09:22:53.851 | ++ inc/async:async_wait:197 : return 0 2024-03-19 09:22:53.853 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-03-19 09:22:53.855 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:22:53.857 | ++ stack.sh:echo_summary:470 : echo -e Initializing Tempest 2024-03-19 09:22:53.859 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-03-19 09:22:53.861 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2024-03-19 09:22:53.863 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2024-03-19 09:22:53.864 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2024-03-19 09:22:53.866 | ++ inc/python:pip_install_gr:95 : local clean_name 2024-03-19 09:22:53.868 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2024-03-19 09:22:53.870 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2024-03-19 09:22:53.872 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-19 09:22:53.874 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-03-19 09:22:53.875 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-19 09:22:53.878 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2024-03-19 09:22:53.880 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2024-03-19 09:22:53.882 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2024-03-19 09:22:53.884 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2024-03-19 09:22:53.885 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2024-03-19 09:22:53.900 | Using python 3.10 to install testrepository 2024-03-19 09:22:53.902 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-03-19 09:22:54.986 | Collecting testrepository 2024-03-19 09:22:54.986 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-03-19 09:22:55.018 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2024-03-19 09:22:55.018 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2024-03-19 09:22:55.019 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2024-03-19 09:22:55.025 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-03-19 09:22:55.029 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2024-03-19 09:22:56.127 | Installing collected packages: testrepository 2024-03-19 09:22:56.237 | Successfully installed testrepository-0.0.20 2024-03-19 09:22:56.336 | ++ inc/python:pip_install:222 : result=0 2024-03-19 09:22:56.338 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-03-19 09:22:56.340 | ++ functions-common:time_stop:2400 : local name 2024-03-19 09:22:56.342 | ++ functions-common:time_stop:2401 : local end_time 2024-03-19 09:22:56.343 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-19 09:22:56.345 | ++ functions-common:time_stop:2403 : local total 2024-03-19 09:22:56.347 | ++ functions-common:time_stop:2404 : local start_time 2024-03-19 09:22:56.349 | ++ functions-common:time_stop:2406 : name=pip_install 2024-03-19 09:22:56.351 | ++ functions-common:time_stop:2407 : start_time=1710840173896 2024-03-19 09:22:56.352 | ++ functions-common:time_stop:2409 : [[ -z 1710840173896 ]] 2024-03-19 09:22:56.354 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-19 09:22:56.358 | ++ functions-common:time_stop:2412 : end_time=1710840176356 2024-03-19 09:22:56.360 | ++ functions-common:time_stop:2413 : elapsed_time=2460 2024-03-19 09:22:56.361 | ++ functions-common:time_stop:2414 : total=104231 2024-03-19 09:22:56.363 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-19 09:22:56.365 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=106691 2024-03-19 09:22:56.366 | ++ inc/python:pip_install:225 : return 0 2024-03-19 09:22:56.368 | ++ lib/tempest:configure_tempest:196 : local image_lines 2024-03-19 09:22:56.370 | ++ lib/tempest:configure_tempest:197 : local images 2024-03-19 09:22:56.372 | ++ lib/tempest:configure_tempest:198 : local num_images 2024-03-19 09:22:56.373 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2024-03-19 09:22:56.375 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2024-03-19 09:22:56.377 | ++ lib/tempest:configure_tempest:201 : local password 2024-03-19 09:22:56.378 | ++ lib/tempest:configure_tempest:202 : local line 2024-03-19 09:22:56.380 | ++ lib/tempest:configure_tempest:203 : local flavors 2024-03-19 09:22:56.382 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2024-03-19 09:22:56.383 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2024-03-19 09:22:56.385 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2024-03-19 09:22:56.387 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2024-03-19 09:22:56.388 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2024-03-19 09:22:56.390 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2024-03-19 09:22:56.392 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2024-03-19 09:22:56.393 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2024-03-19 09:22:56.395 | ++ lib/tempest:configure_tempest:212 : local disk 2024-03-19 09:22:56.397 | ++ lib/tempest:configure_tempest:215 : ifs=' 2024-03-19 09:22:56.397 | ' 2024-03-19 09:22:56.398 | ++ lib/tempest:configure_tempest:225 : declare -a images 2024-03-19 09:22:56.400 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2024-03-19 09:22:56.412 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:56.414 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2024-03-19 09:22:56.415 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-03-19 09:22:56.417 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-03-19 09:22:56.419 | ++ lib/tempest:get_active_images:158 : img_array=() 2024-03-19 09:22:56.421 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2024-03-19 09:22:56.422 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-03-19 09:22:56.422 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-03-19 09:22:57.619 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:22:57.621 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-03-19 09:22:57.623 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2024-03-19 09:22:57.625 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2024-03-19 09:22:57.627 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2024-03-19 09:22:57.629 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2024-03-19 09:22:57.631 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2024-03-19 09:22:57.632 | ++ lib/tempest:configure_tempest:251 : image_uuid=66955cac-e388-47c0-a193-3580cbca8c05 2024-03-19 09:22:57.634 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=66955cac-e388-47c0-a193-3580cbca8c05 2024-03-19 09:22:57.636 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2024-03-19 09:22:57.646 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-03-19 09:22:57.648 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2024-03-19 09:22:57.650 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2024-03-19 09:22:57.652 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2024-03-19 09:22:57.654 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2024-03-19 09:22:57.655 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2024-03-19 09:22:57.657 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2024-03-19 09:22:57.659 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2024-03-19 09:22:57.661 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2024-03-19 09:22:57.662 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2024-03-19 09:22:58.766 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:22:58.768 | ++ lib/tempest:configure_tempest:287 : admin_project_id=ceccc419c523485c9cfd4ecb6ebb0c9b 2024-03-19 09:22:58.770 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2024-03-19 09:22:58.783 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:22:58.785 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2024-03-19 09:22:59.940 | +++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:22:59.942 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-03-19 09:22:59.942 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-19 09:22:59.942 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-19 09:22:59.942 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-19 09:22:59.942 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-19 09:22:59.942 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-19 09:22:59.942 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-19 09:22:59.942 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-19 09:22:59.942 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-19 09:22:59.942 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-19 09:22:59.942 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-19 09:22:59.942 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-19 09:22:59.942 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-19 09:22:59.942 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-03-19 09:22:59.944 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2024-03-19 09:22:59.946 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-19 09:22:59.946 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-19 09:22:59.946 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-19 09:22:59.946 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-19 09:22:59.946 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-19 09:22:59.946 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-19 09:22:59.946 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-19 09:22:59.946 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-19 09:22:59.946 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-19 09:22:59.946 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-19 09:22:59.946 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-19 09:22:59.946 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-19 09:22:59.946 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-19 09:22:59.946 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-03-19 09:22:59.948 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 66955cac-e388-47c0-a193-3580cbca8c05 2024-03-19 09:22:59.950 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-03-19 09:22:59.952 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 66955cac-e388-47c0-a193-3580cbca8c05 -c size -f value 2024-03-19 09:23:01.085 | ++++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:23:01.087 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-03-19 09:23:01.089 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-03-19 09:23:01.090 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-03-19 09:23:01.149 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-03-19 09:23:01.151 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-03-19 09:23:02.176 | +----------------------------+-----------------------+ 2024-03-19 09:23:02.176 | | Field | Value | 2024-03-19 09:23:02.176 | +----------------------------+-----------------------+ 2024-03-19 09:23:02.176 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:23:02.176 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:23:02.176 | | description | None | 2024-03-19 09:23:02.176 | | disk | 1 | 2024-03-19 09:23:02.176 | | id | 42 | 2024-03-19 09:23:02.176 | | name | m1.nano | 2024-03-19 09:23:02.176 | | os-flavor-access:is_public | True | 2024-03-19 09:23:02.176 | | properties | hw_rng:allowed='True' | 2024-03-19 09:23:02.176 | | ram | 128 | 2024-03-19 09:23:02.176 | | rxtx_factor | 1.0 | 2024-03-19 09:23:02.176 | | swap | 0 | 2024-03-19 09:23:02.176 | | vcpus | 1 | 2024-03-19 09:23:02.176 | +----------------------------+-----------------------+ 2024-03-19 09:23:02.306 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2024-03-19 09:23:02.308 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-19 09:23:02.308 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-19 09:23:02.308 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-19 09:23:02.308 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-19 09:23:02.308 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-19 09:23:02.308 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-19 09:23:02.308 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-19 09:23:02.308 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-19 09:23:02.309 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-19 09:23:02.309 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-19 09:23:02.309 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-19 09:23:02.309 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-19 09:23:02.309 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-19 09:23:02.309 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-03-19 09:23:02.310 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 66955cac-e388-47c0-a193-3580cbca8c05 2024-03-19 09:23:02.312 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-03-19 09:23:02.314 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 66955cac-e388-47c0-a193-3580cbca8c05 -c size -f value 2024-03-19 09:23:03.437 | ++++ functions-common:oscwrap:2440 : return 0 2024-03-19 09:23:03.439 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-03-19 09:23:03.441 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-03-19 09:23:03.442 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-03-19 09:23:03.500 | ++ lib/tempest:configure_tempest:302 : disk=1 2024-03-19 09:23:03.502 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-03-19 09:23:04.516 | +----------------------------+-----------------------+ 2024-03-19 09:23:04.516 | | Field | Value | 2024-03-19 09:23:04.516 | +----------------------------+-----------------------+ 2024-03-19 09:23:04.516 | | OS-FLV-DISABLED:disabled | False | 2024-03-19 09:23:04.516 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-19 09:23:04.516 | | description | None | 2024-03-19 09:23:04.516 | | disk | 1 | 2024-03-19 09:23:04.516 | | id | 84 | 2024-03-19 09:23:04.516 | | name | m1.micro | 2024-03-19 09:23:04.516 | | os-flavor-access:is_public | True | 2024-03-19 09:23:04.516 | | properties | hw_rng:allowed='True' | 2024-03-19 09:23:04.516 | | ram | 192 | 2024-03-19 09:23:04.516 | | rxtx_factor | 1.0 | 2024-03-19 09:23:04.516 | | swap | 0 | 2024-03-19 09:23:04.516 | | vcpus | 1 | 2024-03-19 09:23:04.516 | +----------------------------+-----------------------+ 2024-03-19 09:23:04.647 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2024-03-19 09:23:04.649 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-03-19 09:23:04.674 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2024-03-19 09:23:04.676 | ++ lib/tempest:configure_tempest:362 : [[ False == \T\r\u\e ]] 2024-03-19 09:23:04.677 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-03-19 09:23:04.702 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-03-19 09:23:04.728 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2024-03-19 09:23:04.731 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-03-19 09:23:04.754 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-03-19 09:23:04.776 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-03-19 09:23:04.799 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-03-19 09:23:04.822 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-03-19 09:23:04.847 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-03-19 09:23:04.870 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-03-19 09:23:04.893 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-03-19 09:23:04.916 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-03-19 09:23:04.939 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-03-19 09:23:04.961 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2024-03-19 09:23:04.963 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-03-19 09:23:04.987 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-03-19 09:23:05.009 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-03-19 09:23:05.031 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-03-19 09:23:05.053 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2024-03-19 09:23:05.055 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-03-19 09:23:05.079 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-03-19 09:23:05.101 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2024-03-19 09:23:05.103 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-03-19 09:23:05.135 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2024-03-19 09:23:05.148 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:23:05.150 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2024-03-19 09:23:05.152 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-03-19 09:23:05.176 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2024-03-19 09:23:05.188 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:23:05.190 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-03-19 09:23:05.212 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-03-19 09:23:05.234 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-03-19 09:23:05.256 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2024-03-19 09:23:05.258 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-03-19 09:23:05.282 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-03-19 09:23:05.304 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2024-03-19 09:23:05.317 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:23:05.318 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 66955cac-e388-47c0-a193-3580cbca8c05 2024-03-19 09:23:05.340 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 66955cac-e388-47c0-a193-3580cbca8c05 2024-03-19 09:23:05.363 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-03-19 09:23:05.385 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-03-19 09:23:05.407 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-03-19 09:23:05.432 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2024-03-19 09:23:05.444 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:23:05.446 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2024-03-19 09:23:05.448 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2024-03-19 09:23:05.449 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2024-03-19 09:23:05.451 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-03-19 09:23:05.453 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2024-03-19 09:23:05.454 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-03-19 09:23:05.468 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2024-03-19 09:23:05.470 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-03-19 09:23:05.492 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-03-19 09:23:05.516 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-03-19 09:23:05.539 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-03-19 09:23:05.561 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-03-19 09:23:05.583 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-03-19 09:23:05.605 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-03-19 09:23:05.628 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-03-19 09:23:05.650 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-03-19 09:23:05.671 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-03-19 09:23:05.673 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-03-19 09:23:05.695 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2024-03-19 09:23:05.697 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2024-03-19 09:23:05.709 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:23:05.711 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-03-19 09:23:05.734 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id '' 2024-03-19 09:23:05.759 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-03-19 09:23:05.781 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-03-19 09:23:05.804 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-03-19 09:23:05.828 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-03-19 09:23:05.850 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-03-19 09:23:05.873 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-03-19 09:23:05.897 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-03-19 09:23:05.899 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2024-03-19 09:23:05.901 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2024-03-19 09:23:05.903 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-03-19 09:23:05.927 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2024-03-19 09:23:05.930 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2024-03-19 09:23:05.930 | +++ lib/tempest:configure_tempest:534 : tr -d . 2024-03-19 09:23:05.934 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2024-03-19 09:23:05.936 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2024-03-19 09:23:05.958 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2024-03-19 09:23:05.960 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2024-03-19 09:23:05.962 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-03-19 09:23:05.964 | ++ functions-common:is_provider_network:2252 : return 1 2024-03-19 09:23:05.965 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-03-19 09:23:05.988 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-03-19 09:23:06.011 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-03-19 09:23:06.033 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-03-19 09:23:06.056 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-03-19 09:23:06.078 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-03-19 09:23:06.101 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-19 09:23:06.103 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-03-19 09:23:06.116 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-03-19 09:23:06.140 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-19 09:23:06.142 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-03-19 09:23:06.156 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-03-19 09:23:06.178 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-19 09:23:06.180 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-03-19 09:23:06.193 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-03-19 09:23:06.216 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-19 09:23:06.219 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-03-19 09:23:06.232 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-03-19 09:23:06.255 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2024-03-19 09:23:06.256 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2024-03-19 09:23:06.258 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2024-03-19 09:23:06.260 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-03-19 09:23:06.273 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2024-03-19 09:23:06.275 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-03-19 09:23:06.298 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2024-03-19 09:23:06.310 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:23:06.312 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-03-19 09:23:06.334 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2024-03-19 09:23:06.336 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2024-03-19 09:23:06.337 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-03-19 09:23:06.339 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-03-19 09:23:06.341 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2024-03-19 09:23:06.343 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2024-03-19 09:23:06.344 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2024-03-19 09:23:06.346 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2024-03-19 09:23:06.348 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-03-19 09:23:06.362 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2024-03-19 09:23:06.364 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-03-19 09:23:06.387 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2024-03-19 09:23:06.389 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2024-03-19 09:23:06.391 | ++ lib/tempest:configure_tempest:685 : local service 2024-03-19 09:23:06.393 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-03-19 09:23:06.395 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-19 09:23:06.396 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2024-03-19 09:23:06.409 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:23:06.411 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-03-19 09:23:06.435 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-19 09:23:06.437 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2024-03-19 09:23:06.449 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:23:06.451 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-03-19 09:23:06.474 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-19 09:23:06.475 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2024-03-19 09:23:06.488 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:23:06.489 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-03-19 09:23:06.512 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-19 09:23:06.514 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2024-03-19 09:23:06.526 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:23:06.528 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-03-19 09:23:06.552 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-19 09:23:06.553 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2024-03-19 09:23:06.566 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:23:06.568 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-03-19 09:23:06.590 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-19 09:23:06.592 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2024-03-19 09:23:06.604 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:23:06.606 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-03-19 09:23:06.628 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-19 09:23:06.630 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2024-03-19 09:23:06.643 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-19 09:23:06.644 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon True 2024-03-19 09:23:06.668 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2024-03-19 09:23:06.669 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2024-03-19 09:23:06.671 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2024-03-19 09:23:06.673 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2024-03-19 09:23:06.696 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2024-03-19 09:23:06.698 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2024-03-19 09:23:06.700 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2024-03-19 09:23:06.701 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2024-03-19 09:23:06.724 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2024-03-19 09:23:06.726 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2024-03-19 09:23:06.727 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2024-03-19 09:23:06.729 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2024-03-19 09:23:06.731 | +++ lib/tempest:configure_tempest:732 : mktemp 2024-03-19 09:23:06.735 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.OVyURf1vGa 2024-03-19 09:23:06.737 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2024-03-19 09:23:06.739 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2024-03-19 09:23:06.741 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-03-19 09:23:06.744 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.KiBzbsZwJq 2024-03-19 09:23:06.746 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.KiBzbsZwJq 2024-03-19 09:23:06.748 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-03-19 09:23:06.750 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.KiBzbsZwJq 2024-03-19 09:23:06.752 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-03-19 09:23:06.754 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-03-19 09:23:06.756 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-03-19 09:23:06.761 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-19 09:23:06.763 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-19 09:23:06.765 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-19 09:23:06.767 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-19 09:23:06.769 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2024-03-19 09:23:06.771 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2024-03-19 09:23:07.059 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-03-19 09:23:07.488 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-03-19 09:23:16.610 | venv-tempest develop-inst: /opt/stack/tempest 2024-03-19 09:23:19.360 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@905da972c9f5c8c78b656b50dfeaad6237c93551#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-19 09:23:19.360 | ___________________________________ summary ____________________________________ 2024-03-19 09:23:19.360 | venv-tempest: skipped tests 2024-03-19 09:23:19.360 | congratulations :) 2024-03-19 09:23:19.380 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.KiBzbsZwJq -r requirements.txt 2024-03-19 09:23:19.878 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2024-03-19 09:23:19.878 | dist.fetch_build_eggs(dist.setup_requires) 2024-03-19 09:23:19.943 | /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-03-19 09:23:19.943 | warnings.warn( 2024-03-19 09:23:19.944 | /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-03-19 09:23:19.944 | warnings.warn( 2024-03-19 09:23:20.006 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2024-03-19 09:23:22.115 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@905da972c9f5c8c78b656b50dfeaad6237c93551#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-19 09:23:22.115 | venv-tempest run-test-pre: PYTHONHASHSEED='1875867178' 2024-03-19 09:23:22.115 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.KiBzbsZwJq -r requirements.txt 2024-03-19 09:23:22.963 | 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.0.0) 2024-03-19 09:23:22.964 | 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.6.0) 2024-03-19 09:23:22.965 | 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-03-19 09:23:22.966 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-03-19 09:23:22.967 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-03-19 09:23:22.967 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-03-19 09:23:22.968 | 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-03-19 09:23:22.969 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-03-19 09:23:22.970 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-03-19 09:23:22.971 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.0) 2024-03-19 09:23:22.971 | 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-03-19 09:23:22.972 | 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.4.0) 2024-03-19 09:23:22.973 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-03-19 09:23:22.974 | 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-03-19 09:23:22.975 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-03-19 09:23:22.976 | 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-03-19 09:23:22.977 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-03-19 09:23:22.977 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-03-19 09:23:22.978 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-03-19 09:23:22.979 | 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-03-19 09:23:22.998 | 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-03-19 09:23:22.999 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-03-19 09:23:23.005 | 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-03-19 09:23:23.006 | 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-03-19 09:23:23.023 | 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)) (23.2.0) 2024-03-19 09:23:23.024 | 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-03-19 09:23:23.025 | 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.33.0) 2024-03-19 09:23:23.025 | 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.18.0) 2024-03-19 09:23:23.041 | 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.1.2) 2024-03-19 09:23:23.042 | 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-03-19 09:23:23.060 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-03-19 09:23:23.067 | 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.3.0) 2024-03-19 09:23:23.084 | 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.31.0) 2024-03-19 09:23:23.085 | 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-03-19 09:23:23.101 | 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.5.0) 2024-03-19 09:23:23.102 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2024-03-19 09:23:23.104 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2024-03-19 09:23:23.119 | 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.14.2) 2024-03-19 09:23:23.120 | 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.12.3) 2024-03-19 09:23:23.121 | 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-03-19 09:23:23.128 | 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.7) 2024-03-19 09:23:23.130 | 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-03-19 09:23:23.140 | 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-03-19 09:23:23.141 | 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-03-19 09:23:23.142 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.2) 2024-03-19 09:23:23.142 | 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.1) 2024-03-19 09:23:23.170 | 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-03-19 09:23:23.193 | 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-03-19 09:23:23.240 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2024-03-19 09:23:23.265 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2024-03-19 09:23:23.336 | 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-03-19 09:23:23.354 | 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-03-19 09:23:23.355 | 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.6) 2024-03-19 09:23:23.356 | 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.2.2) 2024-03-19 09:23:23.501 | WARNING: There was an error checking the latest version of pip. 2024-03-19 09:23:23.582 | ___________________________________ summary ____________________________________ 2024-03-19 09:23:23.582 | venv-tempest: commands succeeded 2024-03-19 09:23:23.582 | congratulations :) 2024-03-19 09:23:23.602 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.KiBzbsZwJq 2024-03-19 09:23:23.605 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2024-03-19 09:23:23.607 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2024-03-19 09:23:23.609 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-03-19 09:23:23.634 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.OVyURf1vGa 2024-03-19 09:23:23.930 | venv create: /opt/stack/tempest/.tox/venv 2024-03-19 09:23:24.247 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-03-19 09:23:37.880 | venv develop-inst: /opt/stack/tempest 2024-03-19 09:23:41.179 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.14.0,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.21.7,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.3,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.2.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,Pygments==2.17.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,reno==4.1.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.2.6,sphinxcontrib-applehelp==1.0.8,sphinxcontrib-devhelp==1.0.6,sphinxcontrib-htmlhelp==2.0.5,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.7,sphinxcontrib-serializinghtml==1.1.10,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@905da972c9f5c8c78b656b50dfeaad6237c93551#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-19 09:23:41.179 | venv run-test-pre: PYTHONHASHSEED='3598130051' 2024-03-19 09:23:41.179 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.OVyURf1vGa 2024-03-19 09:23:41.474 | /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-03-19 09:23:41.474 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-03-19 09:23:41.474 | /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-03-19 09:23:41.474 | @jsonschema.FormatChecker.cls_checks('base64') 2024-03-19 09:23:41.716 | /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-03-19 09:23:41.716 | warnings.warn( 2024-03-19 09:23:41.884 | /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-03-19 09:23:41.884 | for key, value in info.getheaders().items(): 2024-03-19 09:23:41.906 | /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-03-19 09:23:41.906 | for key, value in info.getheaders().items(): 2024-03-19 09:23:42.123 | /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-03-19 09:23:42.123 | for key, value in info.getheaders().items(): 2024-03-19 09:23:42.124 | /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-03-19 09:23:42.124 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-03-19 09:23:43.141 | ___________________________________ summary ____________________________________ 2024-03-19 09:23:43.141 | venv: commands succeeded 2024-03-19 09:23:43.141 | congratulations :) 2024-03-19 09:23:43.161 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2024-03-19 09:23:43.175 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:23:43.177 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-03-19 09:23:43.178 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2024-03-19 09:23:43.191 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-19 09:23:43.193 | ++ lib/tempest:configure_tempest:774 : DISABLE_NETWORK_API_EXTENSIONS+=', l3_agent_scheduler' 2024-03-19 09:23:43.195 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-03-19 09:23:43.197 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-03-19 09:23:43.199 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-03-19 09:23:43.200 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-03-19 09:23:43.202 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-03-19 09:23:43.204 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-03-19 09:23:43.206 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-03-19 09:23:43.208 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-03-19 09:23:43.210 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-03-19 09:23:43.211 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-03-19 09:23:43.213 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-03-19 09:23:43.215 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-03-19 09:23:43.217 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-03-19 09:23:43.219 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-03-19 09:23:43.220 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-03-19 09:23:43.222 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-03-19 09:23:43.224 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-03-19 09:23:43.226 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-03-19 09:23:43.228 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-03-19 09:23:43.229 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-03-19 09:23:43.231 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-03-19 09:23:43.233 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-03-19 09:23:43.235 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2024-03-19 09:23:43.237 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2024-03-19 09:23:43.239 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2024-03-19 09:23:43.241 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2024-03-19 09:23:43.242 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2024-03-19 09:23:43.244 | ++ lib/tempest:configure_tempest:808 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2024-03-19 09:23:43.246 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering, l3_agent_scheduler ]] 2024-03-19 09:23:43.249 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.OVyURf1vGa network-feature-enabled api_extensions 2024-03-19 09:23:43.249 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2024-03-19 09:23:43.265 | ++ lib/tempest:configure_tempest:811 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-03-19 09:23:43.268 | +++ lib/tempest:configure_tempest:813 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering, l3_agent_scheduler 2024-03-19 09:23:43.270 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-03-19 09:23:43.272 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-03-19 09:23:43.274 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering, l3_agent_scheduler' 2024-03-19 09:23:43.276 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering, l3_agent_scheduler' 2024-03-19 09:23:43.291 | +++ functions-common:remove_disabled_services:2087 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-03-19 09:23:43.306 | ++ lib/tempest:configure_tempest:813 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-03-19 09:23:43.308 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2024-03-19 09:23:43.310 | ++ lib/tempest:configure_tempest:818 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-03-19 09:23:43.333 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-03-19 09:23:43.335 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-03-19 09:23:43.337 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-03-19 09:23:43.339 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-03-19 09:23:43.341 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2024-03-19 09:23:43.343 | ++ lib/tempest:configure_tempest:830 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-03-19 09:23:43.368 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-03-19 09:23:43.369 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-03-19 09:23:43.371 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-03-19 09:23:43.373 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-03-19 09:23:43.375 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-03-19 09:23:43.377 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-03-19 09:23:43.379 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-03-19 09:23:43.381 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-03-19 09:23:43.383 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-03-19 09:23:43.385 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-03-19 09:23:43.387 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-03-19 09:23:43.388 | ++ lib/tempest:configure_tempest:843 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-03-19 09:23:43.390 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2024-03-19 09:23:43.392 | ++ lib/tempest:configure_tempest:850 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-03-19 09:23:43.416 | ++ lib/tempest:configure_tempest:853 : IFS=' 2024-03-19 09:23:43.416 | ' 2024-03-19 09:23:43.417 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-03-19 09:23:43.419 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-19 09:23:43.421 | ++ stack.sh:echo_summary:470 : echo -e Installing Tempest Plugins 2024-03-19 09:23:43.423 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-03-19 09:23:43.425 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2024-03-19 09:23:43.425 | ~/tempest ~/tempest 2024-03-19 09:23:43.427 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2024-03-19 09:23:43.429 | ++ lib/tempest:install_tempest_plugins:897 : popd 2024-03-19 09:23:43.429 | ~/tempest 2024-03-19 09:23:43.431 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-19 09:23:43.432 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-19 09:23:43.435 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:23:43.437 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-19 09:23:43.439 | + functions-common:run_phase:1855 : run_plugins stack test-config 2024-03-19 09:23:43.441 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-19 09:23:43.443 | + functions-common:run_plugins:1815 : local phase=test-config 2024-03-19 09:23:43.445 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-19 09:23:43.447 | + functions-common:run_plugins:1818 : local plugin 2024-03-19 09:23:43.449 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-19 09:23:43.451 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-19 09:23:43.453 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-19 09:23:43.455 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-03-19 09:23:43.457 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-19 09:23:43.459 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:23:43.461 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-03-19 09:23:43.463 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:23:43.465 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-19 09:23:43.467 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-19 09:23:43.469 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-03-19 09:23:43.472 | + stack.sh:main:1523 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-03-19 09:23:43.474 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-19 09:23:43.476 | + inc/meta-config:merge_config_group:171 : shift 2024-03-19 09:23:43.478 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-03-19 09:23:43.480 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:23:43.482 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-19 09:23:43.484 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-19 09:23:43.487 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-03-19 09:23:43.490 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-19 09:23:43.492 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-03-19 09:23:43.494 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-19 09:23:43.496 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-03-19 09:23:43.496 | /^\[\[.+\|.*\]\]/ { 2024-03-19 09:23:43.496 | gsub("[][]", "", $1); 2024-03-19 09:23:43.496 | split($1, a, "|"); 2024-03-19 09:23:43.496 | if (a[1] == matchgroup) 2024-03-19 09:23:43.496 | print a[2] 2024-03-19 09:23:43.496 | } 2024-03-19 09:23:43.496 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 42 osc 133 apt-get 4 test_with_retry 3 dbsync 2 pip_install 106 apt-get-update 5 run_process 14 git_timed 103 ------------------------- Unaccounted time 48 ========================= Total runtime 470 ================= Async summary ================= Time spent in the background minus waits: 194 sec Elapsed time: 470 sec Time if we did everything serially: 664 sec Speedup: 1.41277 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36030 | | keystone | INSERT | 93 | | neutron | SELECT | 28 | | neutron | INSERT | 8 | | nova_cell1 | SELECT | 70 | | nova_cell0 | SELECT | 12 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 6 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | nova_cell1 | UPDATE | 2 | | cinder | SELECT | 115 | | cinder | INSERT | 5 | | cinder | UPDATE | 1 | | glance | SELECT | 47 | | glance | INSERT | 8 | | glance | UPDATE | 2 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | cinder | DELETE | 1 | +------------+-----------+-------+ This is your host IP address: 10.180.1.21 Horizon is now available at http://10.180.1.21/dashboard Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.2 Change: 8ed5e01b1a3e4daeec5747b16aa1f46c7d506a24 Drop the devstack-single-node-centos-7 nodeset 2024-03-04 18:49:51 +0000 OS Version: Ubuntu 22.04 jammy