2024-07-30 06:53:18.452 | + stack.sh:main:513 : exec 2024-07-30 06:53:18.453 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-07-30-065318' 2024-07-30 06:53:18.453 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-07-30-065318.summary.2024-07-30-065318 2024-07-30 06:53:18.453 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:53:18.453 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-07-30-065318 2024-07-30 06:53:18.453 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-07-30-065318 /opt/stack//logs/stack.sh.log 2024-07-30 06:53:18.453 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-07-30-065318.summary.2024-07-30-065318 /opt/stack//logs/stack.sh.log.summary 2024-07-30 06:53:18.453 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-07-30 06:53:18.453 | + functions:check_path_perm_sanity:607 : local real_path 2024-07-30 06:53:18.453 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-07-30 06:53:18.453 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-07-30 06:53:18.453 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-07-30 06:53:18.453 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-07-30 06:53:18.453 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-07-30 06:53:18.453 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-07-30 06:53:18.453 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-07-30 06:53:18.453 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-07-30 06:53:18.453 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-07-30 06:53:18.453 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-07-30 06:53:18.455 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-07-30 06:53:18.456 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-07-30 06:53:18.459 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-07-30 06:53:18.460 | + stack.sh:main:545 : trap exit_trap EXIT 2024-07-30 06:53:18.462 | + stack.sh:main:586 : trap err_trap ERR 2024-07-30 06:53:18.463 | + stack.sh:main:599 : set -o errexit 2024-07-30 06:53:18.464 | + stack.sh:main:602 : uname -a 2024-07-30 06:53:18.465 | Linux devstack 6.5.0-44-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-07-30 06:53:18.467 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-07-30 06:53:18.468 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-07-30 06:53:18.470 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-07-30 06:53:18.494 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-07-30 06:53:18.505 | + stack.sh:main:616 : fetch_plugins 2024-07-30 06:53:18.506 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-07-30 06:53:18.507 | + functions-common:fetch_plugins:1782 : local plugin 2024-07-30 06:53:18.509 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-07-30 06:53:18.510 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-07-30 06:53:18.510 | Fetching DevStack plugins 2024-07-30 06:53:18.511 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-07-30 06:53:18.513 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-07-30 06:53:18.514 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-07-30 06:53:18.515 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-07-30 06:53:18.517 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-07-30 06:53:18.518 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-07-30 06:53:18.519 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-07-30 06:53:18.521 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-07-30 06:53:18.522 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-07-30 06:53:18.523 | + functions-common:git_clone:614 : local git_ref=devstack 2024-07-30 06:53:18.525 | + functions-common:git_clone:615 : local orig_dir 2024-07-30 06:53:18.527 | ++ functions-common:git_clone:616 : pwd 2024-07-30 06:53:18.528 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-30 06:53:18.530 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-30 06:53:18.532 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-30 06:53:18.541 | + functions-common:git_clone:619 : RECLONE=False 2024-07-30 06:53:18.542 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-30 06:53:18.544 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-30 06:53:18.545 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:18.547 | + functions-common:git_clone:633 : echo devstack 2024-07-30 06:53:18.547 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-30 06:53:18.550 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-07-30 06:53:18.551 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:18.552 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-07-30 06:53:18.554 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:53:18.555 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:53:18.556 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:53:18.558 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:53:18.559 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:53:18.560 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:53:18.562 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:53:18.563 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:53:18.565 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:53:18.567 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322398566 2024-07-30 06:53:18.569 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-07-30 06:53:18.572 | Cloning into '/opt/stack/networking-nsx-t'... 2024-07-30 06:53:19.482 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:53:19.484 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:19.485 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:19.486 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:19.488 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:19.489 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:19.490 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:53:19.492 | + functions-common:time_stop:2442 : start_time=1722322398566 2024-07-30 06:53:19.493 | + functions-common:time_stop:2444 : [[ -z 1722322398566 ]] 2024-07-30 06:53:19.495 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:19.497 | + functions-common:time_stop:2447 : end_time=1722322399496 2024-07-30 06:53:19.499 | + functions-common:time_stop:2448 : elapsed_time=930 2024-07-30 06:53:19.500 | + functions-common:time_stop:2449 : total=0 2024-07-30 06:53:19.501 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:19.502 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=930 2024-07-30 06:53:19.504 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-07-30 06:53:19.505 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-07-30 06:53:19.506 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:53:19.508 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:53:19.509 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:53:19.511 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:53:19.512 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:53:19.513 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:53:19.515 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:53:19.516 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:53:19.518 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:53:19.520 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322399518 2024-07-30 06:53:19.521 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-07-30 06:53:20.385 | From https://github.com/sapcc/networking-nsx-t 2024-07-30 06:53:20.385 | * branch devstack -> FETCH_HEAD 2024-07-30 06:53:20.389 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:53:20.390 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:20.391 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:20.393 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:20.394 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:20.396 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:20.397 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:53:20.398 | + functions-common:time_stop:2442 : start_time=1722322399518 2024-07-30 06:53:20.399 | + functions-common:time_stop:2444 : [[ -z 1722322399518 ]] 2024-07-30 06:53:20.401 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:20.403 | + functions-common:time_stop:2447 : end_time=1722322400402 2024-07-30 06:53:20.405 | + functions-common:time_stop:2448 : elapsed_time=884 2024-07-30 06:53:20.406 | + functions-common:time_stop:2449 : total=930 2024-07-30 06:53:20.407 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:20.409 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1814 2024-07-30 06:53:20.410 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-30 06:53:20.411 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:53:20.413 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:53:20.414 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:53:20.415 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:53:20.417 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:53:20.418 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:53:20.419 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:53:20.421 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:53:20.422 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:53:20.425 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322400423 2024-07-30 06:53:20.426 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-30 06:53:20.436 | Note: switching to 'FETCH_HEAD'. 2024-07-30 06:53:20.436 | 2024-07-30 06:53:20.436 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-30 06:53:20.436 | changes and commit them, and you can discard any commits you make in this 2024-07-30 06:53:20.436 | state without impacting any branches by switching back to a branch. 2024-07-30 06:53:20.436 | 2024-07-30 06:53:20.436 | If you want to create a new branch to retain commits you create, you may 2024-07-30 06:53:20.436 | do so (now or later) by using -c with the switch command. Example: 2024-07-30 06:53:20.436 | 2024-07-30 06:53:20.436 | git switch -c 2024-07-30 06:53:20.436 | 2024-07-30 06:53:20.436 | Or undo this operation with: 2024-07-30 06:53:20.436 | 2024-07-30 06:53:20.436 | git switch - 2024-07-30 06:53:20.436 | 2024-07-30 06:53:20.436 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-30 06:53:20.436 | 2024-07-30 06:53:20.436 | HEAD is now at 1719da7 The Controller-class moved to neutron.api.wsgi 2024-07-30 06:53:20.438 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:53:20.439 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:20.441 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:20.442 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:20.443 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:20.445 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:20.446 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:53:20.447 | + functions-common:time_stop:2442 : start_time=1722322400423 2024-07-30 06:53:20.449 | + functions-common:time_stop:2444 : [[ -z 1722322400423 ]] 2024-07-30 06:53:20.450 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:20.453 | + functions-common:time_stop:2447 : end_time=1722322400451 2024-07-30 06:53:20.454 | + functions-common:time_stop:2448 : elapsed_time=28 2024-07-30 06:53:20.455 | + functions-common:time_stop:2449 : total=1814 2024-07-30 06:53:20.456 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:20.458 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1842 2024-07-30 06:53:20.459 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-07-30 06:53:20.469 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-07-30 06:53:20.470 | + functions-common:git_clone:696 : git show --oneline 2024-07-30 06:53:20.471 | + functions-common:git_clone:696 : head -1 2024-07-30 06:53:20.472 | 1719da7 The Controller-class moved to neutron.api.wsgi 2024-07-30 06:53:20.474 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-30 06:53:20.476 | + stack.sh:main:620 : run_phase override_defaults 2024-07-30 06:53:20.477 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-07-30 06:53:20.478 | + functions-common:run_phase:1864 : local phase= 2024-07-30 06:53:20.480 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-07-30 06:53:20.481 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-07-30 06:53:20.483 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-07-30 06:53:20.484 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-07-30 06:53:20.485 | + functions-common:run_phase:1873 : local extra 2024-07-30 06:53:20.487 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-07-30 06:53:20.489 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-07-30 06:53:20.491 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-07-30 06:53:20.492 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-07-30 06:53:20.494 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-07-30 06:53:20.495 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-07-30 06:53:20.504 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:20.505 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-07-30 06:53:20.507 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-30 06:53:20.508 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-30 06:53:20.509 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-30 06:53:20.511 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-30 06:53:20.512 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-07-30 06:53:20.513 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-07-30 06:53:20.515 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-07-30 06:53:20.516 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-07-30 06:53:20.517 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-07-30 06:53:20.519 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-07-30 06:53:20.520 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-07-30 06:53:20.522 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-07-30 06:53:20.523 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-07-30 06:53:20.524 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-07-30 06:53:20.524 | Overriding Configuration Defaults 2024-07-30 06:53:20.526 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-07-30 06:53:20.527 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-07-30 06:53:20.528 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-07-30 06:53:20.541 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-07-30 06:53:20.552 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-07-30 06:53:20.553 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-07-30 06:53:20.562 | ++ functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:53:20.564 | +++ lib/tls:source:43 : hostname -f 2024-07-30 06:53:20.567 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-07-30 06:53:20.568 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-07-30 06:53:20.569 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-07-30 06:53:20.571 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-07-30 06:53:20.572 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-07-30 06:53:20.574 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-07-30 06:53:20.575 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-07-30 06:53:20.576 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-07-30 06:53:20.578 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-07-30 06:53:20.580 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-07-30 06:53:20.582 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-07-30 06:53:20.590 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-07-30 06:53:20.601 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-07-30 06:53:20.610 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-07-30 06:53:20.625 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-07-30 06:53:20.651 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-07-30 06:53:20.691 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-07-30 06:53:20.737 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-07-30 06:53:20.755 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-07-30 06:53:20.789 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-07-30 06:53:20.821 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-07-30 06:53:20.823 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-07-30 06:53:20.833 | ++ functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:53:20.834 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-07-30 06:53:20.836 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-07-30 06:53:20.838 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-07-30 06:53:20.839 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-07-30 06:53:20.841 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-07-30 06:53:20.851 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-07-30 06:53:20.853 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-07-30 06:53:20.854 | +++ functions-common:is_suse:544 : is_opensuse 2024-07-30 06:53:20.856 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-30 06:53:20.857 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-30 06:53:20.859 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-30 06:53:20.861 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-30 06:53:20.862 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-30 06:53:20.864 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-07-30 06:53:20.866 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-07-30 06:53:20.867 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-07-30 06:53:20.869 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-07-30 06:53:20.870 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-07-30 06:53:20.872 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-07-30 06:53:20.874 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-07-30 06:53:20.885 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-07-30 06:53:20.887 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-07-30 06:53:20.889 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-07-30 06:53:20.899 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-07-30 06:53:20.901 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-07-30 06:53:20.903 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-07-30 06:53:20.904 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-07-30 06:53:20.906 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-07-30 06:53:20.908 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-07-30 06:53:20.909 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-07-30 06:53:20.911 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-07-30 06:53:20.912 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-07-30 06:53:20.914 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-07-30 06:53:20.916 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-07-30 06:53:20.917 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-07-30 06:53:20.919 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-07-30 06:53:20.920 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-07-30 06:53:20.922 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-07-30 06:53:20.924 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-07-30 06:53:20.926 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-07-30 06:53:20.926 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-07-30 06:53:20.929 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-07-30 06:53:20.931 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-07-30 06:53:20.932 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-07-30 06:53:20.934 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-07-30 06:53:20.935 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-07-30 06:53:20.937 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-07-30 06:53:20.948 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-07-30 06:53:20.950 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-07-30 06:53:20.952 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-07-30 06:53:20.952 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-07-30 06:53:20.955 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-07-30 06:53:20.957 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-07-30 06:53:20.958 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-07-30 06:53:20.960 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-07-30 06:53:20.961 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-07-30 06:53:20.963 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-07-30 06:53:20.964 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-07-30 06:53:20.966 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-07-30 06:53:20.967 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-07-30 06:53:20.969 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-07-30 06:53:20.970 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-07-30 06:53:20.972 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-07-30 06:53:20.973 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-07-30 06:53:20.975 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-07-30 06:53:20.977 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-07-30 06:53:20.978 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-07-30 06:53:20.980 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-07-30 06:53:20.990 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-07-30 06:53:20.992 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-07-30 06:53:20.993 | ++++ functions-common:is_suse:544 : is_opensuse 2024-07-30 06:53:20.995 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-30 06:53:20.996 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-30 06:53:20.998 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-30 06:53:20.999 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-30 06:53:21.001 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-30 06:53:21.002 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-07-30 06:53:21.004 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-07-30 06:53:21.006 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-07-30 06:53:21.008 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-07-30 06:53:21.009 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-07-30 06:53:21.010 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-30 06:53:21.012 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-07-30 06:53:21.014 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-07-30 06:53:21.015 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-07-30 06:53:21.017 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-07-30 06:53:21.018 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-07-30 06:53:21.020 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-07-30 06:53:21.021 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-07-30 06:53:21.023 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-07-30 06:53:21.024 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-07-30 06:53:21.026 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-07-30 06:53:21.027 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-07-30 06:53:21.029 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-07-30 06:53:21.030 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-07-30 06:53:21.032 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-07-30 06:53:21.053 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-07-30 06:53:21.061 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-07-30 06:53:21.063 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-07-30 06:53:21.065 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-07-30 06:53:21.066 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-07-30 06:53:21.068 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-07-30 06:53:21.069 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-07-30 06:53:21.071 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-07-30 06:53:21.073 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-07-30 06:53:21.074 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-07-30 06:53:21.076 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-07-30 06:53:21.077 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-07-30 06:53:21.079 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-07-30 06:53:21.080 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-07-30 06:53:21.082 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-07-30 06:53:21.084 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-07-30 06:53:21.085 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-07-30 06:53:21.087 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-07-30 06:53:21.088 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-07-30 06:53:21.091 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-07-30 06:53:21.092 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-07-30 06:53:21.092 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-07-30 06:53:21.092 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-07-30 06:53:21.096 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=7e:8473:06c3 2024-07-30 06:53:21.097 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-07-30 06:53:21.099 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-07-30 06:53:21.100 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-07-30 06:53:21.102 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-07-30 06:53:21.104 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd7e:8473:06c3::/56 2024-07-30 06:53:21.106 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd7e:8473:06c3::/56 2024-07-30 06:53:21.106 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-07-30 06:53:21.110 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd7e:8473:06c3::/64 2024-07-30 06:53:21.112 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-07-30 06:53:21.113 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-07-30 06:53:21.115 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-07-30 06:53:21.116 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-07-30 06:53:21.118 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-07-30 06:53:21.119 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-07-30 06:53:21.121 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-07-30 06:53:21.123 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-07-30 06:53:21.124 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-07-30 06:53:21.126 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-07-30 06:53:21.127 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-07-30 06:53:21.129 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-07-30 06:53:21.130 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd7e:8473:06c3::/56 2024-07-30 06:53:21.132 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-07-30 06:53:21.133 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-07-30 06:53:21.136 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-07-30 06:53:21.136 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-07-30 06:53:21.136 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-07-30 06:53:21.140 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-07-30 06:53:21.143 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-07-30 06:53:21.143 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-07-30 06:53:21.143 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-07-30 06:53:21.147 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-07-30 06:53:21.149 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-07-30 06:53:21.151 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-07-30 06:53:21.153 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-07-30 06:53:21.154 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-07-30 06:53:21.156 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-07-30 06:53:21.158 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-07-30 06:53:21.169 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-07-30 06:53:21.179 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-07-30 06:53:21.188 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-07-30 06:53:21.198 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-07-30 06:53:21.245 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-07-30 06:53:21.247 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-07-30 06:53:21.249 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-07-30 06:53:21.251 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-07-30 06:53:21.253 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-07-30 06:53:21.255 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-07-30 06:53:21.255 | False' 2024-07-30 06:53:21.257 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-07-30 06:53:21.268 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-07-30 06:53:21.270 | + stack.sh:main:650 : run_phase source 2024-07-30 06:53:21.272 | + functions-common:run_phase:1863 : local mode=source 2024-07-30 06:53:21.273 | + functions-common:run_phase:1864 : local phase= 2024-07-30 06:53:21.275 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-07-30 06:53:21.277 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-07-30 06:53:21.278 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-07-30 06:53:21.280 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-07-30 06:53:21.281 | + functions-common:run_phase:1873 : local extra 2024-07-30 06:53:21.283 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-07-30 06:53:21.286 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-07-30 06:53:21.288 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-07-30 06:53:21.289 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-07-30 06:53:21.291 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-07-30 06:53:21.293 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-07-30 06:53:21.303 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:21.305 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-07-30 06:53:21.307 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-07-30 06:53:21.333 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-07-30 06:53:21.335 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-07-30 06:53:21.337 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-07-30 06:53:21.338 | + functions-common:run_phase:1885 : load_plugin_settings 2024-07-30 06:53:21.340 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-07-30 06:53:21.342 | + functions-common:load_plugin_settings:1800 : local plugin 2024-07-30 06:53:21.343 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-07-30 06:53:21.345 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-07-30 06:53:21.345 | Loading plugin settings 2024-07-30 06:53:21.347 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-07-30 06:53:21.349 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-07-30 06:53:21.350 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-07-30 06:53:21.352 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-07-30 06:53:21.354 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-07-30 06:53:21.356 | ++ functions-common:define_plugin:1907 : : 2024-07-30 06:53:21.357 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-07-30 06:53:21.359 | + functions-common:run_phase:1886 : verify_disabled_services 2024-07-30 06:53:21.361 | + functions-common:verify_disabled_services:2146 : local service 2024-07-30 06:53:21.363 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.364 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-07-30 06:53:21.366 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.368 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-07-30 06:53:21.370 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.372 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-07-30 06:53:21.374 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.376 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-07-30 06:53:21.377 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.379 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-07-30 06:53:21.381 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.383 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-07-30 06:53:21.384 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.386 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-07-30 06:53:21.388 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.390 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-07-30 06:53:21.392 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.393 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-07-30 06:53:21.395 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.397 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-07-30 06:53:21.399 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.400 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-07-30 06:53:21.402 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.404 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-07-30 06:53:21.405 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.407 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-07-30 06:53:21.409 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.410 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-07-30 06:53:21.412 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.414 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-07-30 06:53:21.416 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.417 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-07-30 06:53:21.419 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.421 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-07-30 06:53:21.423 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.424 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-07-30 06:53:21.426 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.428 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-07-30 06:53:21.430 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.432 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-07-30 06:53:21.434 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.436 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-07-30 06:53:21.437 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-07-30 06:53:21.439 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-07-30 06:53:21.441 | + stack.sh:main:721 : initialize_database_backends 2024-07-30 06:53:21.443 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-07-30 06:53:21.445 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-07-30 06:53:21.456 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:21.458 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-07-30 06:53:21.460 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-07-30 06:53:21.462 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-07-30 06:53:21.474 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:53:21.475 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-07-30 06:53:21.477 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-07-30 06:53:21.479 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-07-30 06:53:21.481 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-07-30 06:53:21.483 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-07-30 06:53:21.484 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-07-30 06:53:21.486 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-07-30 06:53:21.488 | + lib/database:initialize_database_backends:92 : return 0 2024-07-30 06:53:21.490 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-07-30 06:53:21.490 | Using mysql database backend 2024-07-30 06:53:21.492 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-07-30 06:53:21.504 | + stack.sh:main:727 : define_database_baseurl 2024-07-30 06:53:21.506 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-07-30 06:53:21.508 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-07-30 06:53:21.510 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-07-30 06:53:21.512 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-07-30 06:53:21.514 | + stack.sh:main:739 : is_service_enabled rabbit 2024-07-30 06:53:21.527 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:21.539 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-07-30 06:53:21.551 | + stack.sh:main:747 : is_service_enabled keystone 2024-07-30 06:53:21.563 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:21.565 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-07-30 06:53:21.577 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-07-30 06:53:21.590 | + stack.sh:main:762 : is_service_enabled ldap 2024-07-30 06:53:21.602 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:53:21.604 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-07-30 06:53:21.616 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:53:21.618 | + stack.sh:main:783 : save_stackenv 783 2024-07-30 06:53:21.620 | + functions-common:save_stackenv:60 : local tag=783 2024-07-30 06:53:21.622 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-07-30 06:53:21.625 | + functions-common:save_stackenv:62 : time_stamp=2024-07-30-065321 2024-07-30 06:53:21.627 | + functions-common:save_stackenv:63 : echo '# 2024-07-30-065321 783' 2024-07-30 06:53:21.629 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.631 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-07-30 06:53:21.633 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.635 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-07-30 06:53:21.636 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.638 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-07-30 06:53:21.640 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.642 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-07-30 06:53:21.644 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.646 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-07-30 06:53:21.648 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.649 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-07-30 06:53:21.651 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.653 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-07-30-065318 2024-07-30 06:53:21.655 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.657 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-07-30 06:53:21.659 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.661 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-07-30 06:53:21.663 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.664 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-07-30 06:53:21.666 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.668 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-07-30 06:53:21.670 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.672 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-07-30 06:53:21.674 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.676 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-07-30 06:53:21.677 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.679 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-07-30 06:53:21.681 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:53:21.683 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-07-30 06:53:21.685 | + stack.sh:main:796 : GIT_DEPTH=0 2024-07-30 06:53:21.687 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-07-30 06:53:21.688 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-07-30 06:53:21.690 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-07-30 06:53:21.692 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-30 06:53:21.693 | + functions-common:git_clone:615 : local orig_dir 2024-07-30 06:53:21.695 | ++ functions-common:git_clone:616 : pwd 2024-07-30 06:53:21.697 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-30 06:53:21.699 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-30 06:53:21.701 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-30 06:53:21.713 | + functions-common:git_clone:619 : RECLONE=False 2024-07-30 06:53:21.715 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-07-30 06:53:21.716 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:21.718 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-30 06:53:21.719 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-30 06:53:21.722 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-07-30 06:53:21.724 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:21.725 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-07-30 06:53:21.727 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:53:21.729 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:53:21.730 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:53:21.732 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:53:21.733 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:53:21.735 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:53:21.737 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:53:21.738 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:53:21.740 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:53:21.743 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322401741 2024-07-30 06:53:21.745 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-07-30 06:53:21.747 | Cloning into '/opt/stack//requirements'... 2024-07-30 06:53:25.036 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:53:25.038 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:25.040 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:25.042 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:25.043 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:25.045 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:25.047 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:53:25.048 | + functions-common:time_stop:2442 : start_time=1722322401741 2024-07-30 06:53:25.050 | + functions-common:time_stop:2444 : [[ -z 1722322401741 ]] 2024-07-30 06:53:25.052 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:25.055 | + functions-common:time_stop:2447 : end_time=1722322405053 2024-07-30 06:53:25.057 | + functions-common:time_stop:2448 : elapsed_time=3312 2024-07-30 06:53:25.058 | + functions-common:time_stop:2449 : total=1842 2024-07-30 06:53:25.060 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:25.061 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5154 2024-07-30 06:53:25.063 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-07-30 06:53:25.065 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-07-30 06:53:25.067 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:53:25.068 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:53:25.070 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:53:25.071 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:53:25.073 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:53:25.075 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:53:25.076 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:53:25.078 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:53:25.080 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:53:25.084 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322405082 2024-07-30 06:53:25.085 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-07-30 06:53:25.756 | From https://opendev.org/openstack/requirements 2024-07-30 06:53:25.756 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-30 06:53:25.764 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:53:25.766 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:25.768 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:25.770 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:25.771 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:25.773 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:25.774 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:53:25.776 | + functions-common:time_stop:2442 : start_time=1722322405082 2024-07-30 06:53:25.778 | + functions-common:time_stop:2444 : [[ -z 1722322405082 ]] 2024-07-30 06:53:25.779 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:25.783 | + functions-common:time_stop:2447 : end_time=1722322405781 2024-07-30 06:53:25.784 | + functions-common:time_stop:2448 : elapsed_time=699 2024-07-30 06:53:25.786 | + functions-common:time_stop:2449 : total=5154 2024-07-30 06:53:25.787 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:25.789 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5853 2024-07-30 06:53:25.791 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-30 06:53:25.792 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:53:25.794 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:53:25.796 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:53:25.797 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:53:25.799 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:53:25.801 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:53:25.802 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:53:25.804 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:53:25.806 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:53:25.809 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322405807 2024-07-30 06:53:25.810 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-30 06:53:25.819 | Note: switching to 'FETCH_HEAD'. 2024-07-30 06:53:25.819 | 2024-07-30 06:53:25.819 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-30 06:53:25.819 | changes and commit them, and you can discard any commits you make in this 2024-07-30 06:53:25.819 | state without impacting any branches by switching back to a branch. 2024-07-30 06:53:25.819 | 2024-07-30 06:53:25.819 | If you want to create a new branch to retain commits you create, you may 2024-07-30 06:53:25.819 | do so (now or later) by using -c with the switch command. Example: 2024-07-30 06:53:25.819 | 2024-07-30 06:53:25.819 | git switch -c 2024-07-30 06:53:25.819 | 2024-07-30 06:53:25.819 | Or undo this operation with: 2024-07-30 06:53:25.819 | 2024-07-30 06:53:25.819 | git switch - 2024-07-30 06:53:25.819 | 2024-07-30 06:53:25.819 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-30 06:53:25.819 | 2024-07-30 06:53:25.819 | HEAD is now at 487812fc Update packaging constraint to match 2023.2 2024-07-30 06:53:25.822 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:53:25.823 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:25.825 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:25.827 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:25.828 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:25.830 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:25.832 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:53:25.833 | + functions-common:time_stop:2442 : start_time=1722322405807 2024-07-30 06:53:25.835 | + functions-common:time_stop:2444 : [[ -z 1722322405807 ]] 2024-07-30 06:53:25.837 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:25.840 | + functions-common:time_stop:2447 : end_time=1722322405838 2024-07-30 06:53:25.841 | + functions-common:time_stop:2448 : elapsed_time=31 2024-07-30 06:53:25.843 | + functions-common:time_stop:2449 : total=5853 2024-07-30 06:53:25.845 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:25.846 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5884 2024-07-30 06:53:25.848 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-07-30 06:53:25.859 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-07-30 06:53:25.861 | + functions-common:git_clone:696 : git show --oneline 2024-07-30 06:53:25.861 | + functions-common:git_clone:696 : head -1 2024-07-30 06:53:25.863 | 487812fc Update packaging constraint to match 2023.2 2024-07-30 06:53:25.866 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-30 06:53:25.868 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-07-30 06:53:25.870 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:53:25.872 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-07-30 06:53:25.874 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-07-30 06:53:25.876 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-07-30 06:53:25.878 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-07-30 06:53:25.880 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-07-30 06:53:25.882 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-07-30 06:53:25.883 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-07-30 06:53:25.885 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-07-30 06:53:25.888 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-07-30 06:53:25.891 | ++ tools/install_prereqs.sh:source:47 : NOW=1722322405 2024-07-30 06:53:25.893 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-07-30 06:53:25.896 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-07-30 06:53:25.899 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-07-30 06:53:25.901 | ++ tools/install_prereqs.sh:source:49 : DELTA=1722322405 2024-07-30 06:53:25.903 | ++ tools/install_prereqs.sh:source:50 : [[ 1722322405 -lt 7200 ]] 2024-07-30 06:53:25.905 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-07-30 06:53:25.906 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-07-30 06:53:25.908 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-07-30 06:53:25.910 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-07-30 06:53:25.912 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-07-30 06:53:25.914 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-07-30 06:53:25.915 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-07-30 06:53:25.918 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-07-30 06:53:25.945 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-07-30 06:53:25.945 | apache2-dev 2024-07-30 06:53:25.945 | bc 2024-07-30 06:53:25.945 | bsdmainutils 2024-07-30 06:53:25.945 | curl 2024-07-30 06:53:25.945 | g++ 2024-07-30 06:53:25.945 | gawk 2024-07-30 06:53:25.945 | gcc 2024-07-30 06:53:25.945 | gettext 2024-07-30 06:53:25.945 | git 2024-07-30 06:53:25.945 | graphviz 2024-07-30 06:53:25.945 | iputils-ping 2024-07-30 06:53:25.945 | libapache2-mod-proxy-uwsgi 2024-07-30 06:53:25.945 | libffi-dev 2024-07-30 06:53:25.945 | libjpeg-dev 2024-07-30 06:53:25.945 | libpcre3-dev 2024-07-30 06:53:25.945 | libpq-dev 2024-07-30 06:53:25.945 | libssl-dev 2024-07-30 06:53:25.945 | libsystemd-dev 2024-07-30 06:53:25.945 | libxml2-dev 2024-07-30 06:53:25.945 | libxslt1-dev 2024-07-30 06:53:25.945 | libyaml-dev 2024-07-30 06:53:25.945 | lsof 2024-07-30 06:53:25.945 | openssh-server 2024-07-30 06:53:25.945 | openssl 2024-07-30 06:53:25.945 | pkg-config 2024-07-30 06:53:25.945 | psmisc 2024-07-30 06:53:25.945 | python3-dev 2024-07-30 06:53:25.945 | python3-pip 2024-07-30 06:53:25.945 | python3-systemd 2024-07-30 06:53:25.945 | python3-venv 2024-07-30 06:53:25.945 | tar 2024-07-30 06:53:25.945 | tcpdump 2024-07-30 06:53:25.945 | unzip 2024-07-30 06:53:25.945 | uuid-runtime 2024-07-30 06:53:25.945 | wget 2024-07-30 06:53:25.945 | wget 2024-07-30 06:53:25.945 | zlib1g-dev 2024-07-30 06:53:25.945 | libkrb5-dev 2024-07-30 06:53:25.946 | libldap2-dev 2024-07-30 06:53:25.946 | libsasl2-dev 2024-07-30 06:53:25.946 | memcached 2024-07-30 06:53:25.946 | python3-mysqldb 2024-07-30 06:53:25.946 | sqlite3 2024-07-30 06:53:25.946 | conntrack 2024-07-30 06:53:25.946 | curl 2024-07-30 06:53:25.946 | ebtables 2024-07-30 06:53:25.946 | genisoimage 2024-07-30 06:53:25.946 | iptables 2024-07-30 06:53:25.946 | iputils-arping 2024-07-30 06:53:25.946 | kpartx 2024-07-30 06:53:25.946 | libjs-jquery-tablesorter 2024-07-30 06:53:25.946 | parted 2024-07-30 06:53:25.946 | pm-utils 2024-07-30 06:53:25.946 | python3-mysqldb 2024-07-30 06:53:25.946 | socat 2024-07-30 06:53:25.946 | sqlite3 2024-07-30 06:53:25.946 | sudo 2024-07-30 06:53:25.946 | vlan 2024-07-30 06:53:25.946 | lsscsi 2024-07-30 06:53:25.946 | open-iscsi 2024-07-30 06:53:25.946 | lvm2 2024-07-30 06:53:25.946 | qemu-utils 2024-07-30 06:53:25.946 | thin-provisioning-tools 2024-07-30 06:53:25.946 | acl 2024-07-30 06:53:25.946 | dnsmasq-base 2024-07-30 06:53:25.946 | dnsmasq-utils 2024-07-30 06:53:25.946 | ebtables 2024-07-30 06:53:25.946 | haproxy 2024-07-30 06:53:25.946 | iptables 2024-07-30 06:53:25.946 | iputils-arping 2024-07-30 06:53:25.946 | iputils-ping 2024-07-30 06:53:25.946 | postgresql-server-dev-all 2024-07-30 06:53:25.946 | python3-mysqldb 2024-07-30 06:53:25.946 | sqlite3 2024-07-30 06:53:25.946 | sudo 2024-07-30 06:53:25.946 | vlan 2024-07-30 06:53:25.946 | ipset 2024-07-30 06:53:25.946 | conntrack 2024-07-30 06:53:25.946 | conntrackd 2024-07-30 06:53:25.946 | keepalived' 2024-07-30 06:53:25.947 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-07-30 06:53:25.962 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-07-30 06:53:25.962 | apache2-dev 2024-07-30 06:53:25.962 | bc 2024-07-30 06:53:25.962 | bsdmainutils 2024-07-30 06:53:25.962 | curl 2024-07-30 06:53:25.962 | g++ 2024-07-30 06:53:25.962 | gawk 2024-07-30 06:53:25.962 | gcc 2024-07-30 06:53:25.962 | gettext 2024-07-30 06:53:25.962 | git 2024-07-30 06:53:25.962 | graphviz 2024-07-30 06:53:25.962 | iputils-ping 2024-07-30 06:53:25.962 | libapache2-mod-proxy-uwsgi 2024-07-30 06:53:25.962 | libffi-dev 2024-07-30 06:53:25.962 | libjpeg-dev 2024-07-30 06:53:25.962 | libpcre3-dev 2024-07-30 06:53:25.962 | libpq-dev 2024-07-30 06:53:25.962 | libssl-dev 2024-07-30 06:53:25.962 | libsystemd-dev 2024-07-30 06:53:25.962 | libxml2-dev 2024-07-30 06:53:25.962 | libxslt1-dev 2024-07-30 06:53:25.962 | libyaml-dev 2024-07-30 06:53:25.962 | lsof 2024-07-30 06:53:25.962 | openssh-server 2024-07-30 06:53:25.962 | openssl 2024-07-30 06:53:25.962 | pkg-config 2024-07-30 06:53:25.962 | psmisc 2024-07-30 06:53:25.962 | python3-dev 2024-07-30 06:53:25.962 | python3-pip 2024-07-30 06:53:25.962 | python3-systemd 2024-07-30 06:53:25.962 | python3-venv 2024-07-30 06:53:25.962 | tar 2024-07-30 06:53:25.962 | tcpdump 2024-07-30 06:53:25.962 | unzip 2024-07-30 06:53:25.963 | uuid-runtime 2024-07-30 06:53:25.963 | wget 2024-07-30 06:53:25.963 | wget 2024-07-30 06:53:25.963 | zlib1g-dev 2024-07-30 06:53:25.963 | libkrb5-dev 2024-07-30 06:53:25.963 | libldap2-dev 2024-07-30 06:53:25.963 | libsasl2-dev 2024-07-30 06:53:25.963 | memcached 2024-07-30 06:53:25.963 | python3-mysqldb 2024-07-30 06:53:25.963 | sqlite3 2024-07-30 06:53:25.963 | conntrack 2024-07-30 06:53:25.963 | curl 2024-07-30 06:53:25.963 | ebtables 2024-07-30 06:53:25.963 | genisoimage 2024-07-30 06:53:25.963 | iptables 2024-07-30 06:53:25.963 | iputils-arping 2024-07-30 06:53:25.963 | kpartx 2024-07-30 06:53:25.963 | libjs-jquery-tablesorter 2024-07-30 06:53:25.963 | parted 2024-07-30 06:53:25.963 | pm-utils 2024-07-30 06:53:25.963 | python3-mysqldb 2024-07-30 06:53:25.963 | socat 2024-07-30 06:53:25.963 | sqlite3 2024-07-30 06:53:25.963 | sudo 2024-07-30 06:53:25.963 | vlan 2024-07-30 06:53:25.963 | lsscsi 2024-07-30 06:53:25.963 | open-iscsi 2024-07-30 06:53:25.963 | lvm2 2024-07-30 06:53:25.963 | qemu-utils 2024-07-30 06:53:25.963 | thin-provisioning-tools 2024-07-30 06:53:25.963 | acl 2024-07-30 06:53:25.963 | dnsmasq-base 2024-07-30 06:53:25.963 | dnsmasq-utils 2024-07-30 06:53:25.964 | ebtables 2024-07-30 06:53:25.964 | haproxy 2024-07-30 06:53:25.964 | iptables 2024-07-30 06:53:25.964 | iputils-arping 2024-07-30 06:53:25.964 | iputils-ping 2024-07-30 06:53:25.964 | postgresql-server-dev-all 2024-07-30 06:53:25.964 | python3-mysqldb 2024-07-30 06:53:25.964 | sqlite3 2024-07-30 06:53:25.964 | sudo 2024-07-30 06:53:25.964 | vlan 2024-07-30 06:53:25.964 | ipset 2024-07-30 06:53:25.964 | conntrack 2024-07-30 06:53:25.964 | conntrackd 2024-07-30 06:53:25.964 | keepalived ' 2024-07-30 06:53:25.964 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-07-30 06:53:25.965 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:25.967 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:25.969 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-07-30 06:53:25.969 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-07-30 06:53:25.973 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-07-30 06:53:25.975 | ++ functions-common:install_package:1459 : update_package_repo 2024-07-30 06:53:25.976 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:53:25.978 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-07-30 06:53:25.980 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-30 06:53:25.981 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:25.983 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:53:25.985 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:25.986 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:25.988 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:53:25.990 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-07-30 06:53:25.991 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:25.993 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-07-30 06:53:25.995 | +++ functions-common:apt_get_update:1193 : id -u 2024-07-30 06:53:25.998 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-07-30 06:53:26.000 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-07-30 06:53:26.001 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-07-30 06:53:26.003 | ++ functions-common:time_start:2422 : local start_time= 2024-07-30 06:53:26.004 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:53:26.007 | +++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:53:26.009 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722322406007 2024-07-30 06:53:26.011 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-07-30 06:53:26.013 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-07-30 06:53:26.014 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-07-30 06:53:26.220 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-07-30 06:53:26.231 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-07-30 06:53:26.249 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-07-30 06:53:26.311 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-07-30 06:53:26.405 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,897 kB] 2024-07-30 06:53:26.450 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [338 kB] 2024-07-30 06:53:26.471 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,253 kB] 2024-07-30 06:53:26.492 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [387 kB] 2024-07-30 06:53:26.495 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,109 kB] 2024-07-30 06:53:26.513 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [259 kB] 2024-07-30 06:53:26.790 | Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,679 kB] 2024-07-30 06:53:27.429 | Get:12 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [280 kB] 2024-07-30 06:53:27.441 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,178 kB] 2024-07-30 06:53:27.584 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [374 kB] 2024-07-30 06:53:27.587 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [887 kB] 2024-07-30 06:53:27.614 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB] 2024-07-30 06:53:31.047 | Fetched 12.2 MB in 2s (5,806 kB/s) 2024-07-30 06:53:32.039 | Reading package lists... 2024-07-30 06:53:32.063 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-07-30 06:53:32.065 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-07-30 06:53:32.067 | ++ functions-common:time_stop:2435 : local name 2024-07-30 06:53:32.069 | ++ functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:32.070 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:32.072 | ++ functions-common:time_stop:2438 : local total 2024-07-30 06:53:32.074 | ++ functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:32.075 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-07-30 06:53:32.077 | ++ functions-common:time_stop:2442 : start_time=1722322406007 2024-07-30 06:53:32.079 | ++ functions-common:time_stop:2444 : [[ -z 1722322406007 ]] 2024-07-30 06:53:32.080 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:32.084 | ++ functions-common:time_stop:2447 : end_time=1722322412082 2024-07-30 06:53:32.086 | ++ functions-common:time_stop:2448 : elapsed_time=6075 2024-07-30 06:53:32.087 | ++ functions-common:time_stop:2449 : total=0 2024-07-30 06:53:32.089 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:32.091 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6075 2024-07-30 06:53:32.093 | ++ functions-common:install_package:1460 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-07-30 06:53:32.095 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:53:32.096 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:32.098 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:32.100 | ++ functions-common:real_install_package:1446 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-07-30 06:53:32.115 | ++ functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-07-30 06:53:32.174 | Reading package lists... 2024-07-30 06:53:32.365 | Building dependency tree... 2024-07-30 06:53:32.366 | Reading state information... 2024-07-30 06:53:32.384 | acl is already the newest version (2.3.1-1). 2024-07-30 06:53:32.384 | bc is already the newest version (1.07.1-3build1). 2024-07-30 06:53:32.384 | bc set to manually installed. 2024-07-30 06:53:32.384 | conntrack is already the newest version (1:1.4.6-2build2). 2024-07-30 06:53:32.384 | ebtables is already the newest version (2.0.11-4build2). 2024-07-30 06:53:32.384 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-07-30 06:53:32.384 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-07-30 06:53:32.384 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-07-30 06:53:32.384 | gettext is already the newest version (0.21-4ubuntu4). 2024-07-30 06:53:32.384 | ipset is already the newest version (7.15-1build1). 2024-07-30 06:53:32.384 | iputils-arping is already the newest version (3:20211215-1). 2024-07-30 06:53:32.384 | iputils-ping is already the newest version (3:20211215-1). 2024-07-30 06:53:32.384 | iputils-ping set to manually installed. 2024-07-30 06:53:32.384 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-07-30 06:53:32.384 | libffi-dev is already the newest version (3.4.2-4). 2024-07-30 06:53:32.384 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-07-30 06:53:32.384 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-07-30 06:53:32.384 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-07-30 06:53:32.384 | lsof set to manually installed. 2024-07-30 06:53:32.384 | lsscsi is already the newest version (0.31-1build2). 2024-07-30 06:53:32.384 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-07-30 06:53:32.384 | lvm2 set to manually installed. 2024-07-30 06:53:32.384 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-07-30 06:53:32.384 | open-iscsi set to manually installed. 2024-07-30 06:53:32.384 | parted is already the newest version (3.4-2build1). 2024-07-30 06:53:32.384 | parted set to manually installed. 2024-07-30 06:53:32.384 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-07-30 06:53:32.384 | psmisc is already the newest version (23.4-2build3). 2024-07-30 06:53:32.384 | psmisc set to manually installed. 2024-07-30 06:53:32.384 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-07-30 06:53:32.384 | python3-systemd is already the newest version (234-3ubuntu2). 2024-07-30 06:53:32.384 | python3-systemd set to manually installed. 2024-07-30 06:53:32.384 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-07-30 06:53:32.384 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-07-30 06:53:32.384 | thin-provisioning-tools set to manually installed. 2024-07-30 06:53:32.384 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-07-30 06:53:32.384 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-07-30 06:53:32.384 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-07-30 06:53:32.384 | pm-utils is already the newest version (1.4.1-19). 2024-07-30 06:53:32.384 | postgresql-server-dev-all is already the newest version (238). 2024-07-30 06:53:32.384 | vlan is already the newest version (2.0.5ubuntu5). 2024-07-30 06:53:32.384 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-07-30 06:53:32.384 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-07-30 06:53:32.384 | curl is already the newest version (7.81.0-1ubuntu1.16). 2024-07-30 06:53:32.384 | curl set to manually installed. 2024-07-30 06:53:32.384 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-07-30 06:53:32.384 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-07-30 06:53:32.384 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-07-30 06:53:32.384 | gawk set to manually installed. 2024-07-30 06:53:32.384 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-07-30 06:53:32.384 | git set to manually installed. 2024-07-30 06:53:32.384 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-07-30 06:53:32.384 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-07-30 06:53:32.384 | iptables set to manually installed. 2024-07-30 06:53:32.384 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-07-30 06:53:32.384 | kpartx set to manually installed. 2024-07-30 06:53:32.384 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-07-30 06:53:32.384 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-07-30 06:53:32.384 | libpq-dev is already the newest version (14.12-0ubuntu0.22.04.1). 2024-07-30 06:53:32.384 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-07-30 06:53:32.384 | libssl-dev is already the newest version (3.0.2-0ubuntu1.16). 2024-07-30 06:53:32.384 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-07-30 06:53:32.384 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-07-30 06:53:32.385 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-07-30 06:53:32.385 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-07-30 06:53:32.385 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-07-30 06:53:32.385 | openssl is already the newest version (3.0.2-0ubuntu1.16). 2024-07-30 06:53:32.385 | openssl set to manually installed. 2024-07-30 06:53:32.385 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-07-30 06:53:32.385 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.21). 2024-07-30 06:53:32.385 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-07-30 06:53:32.385 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-07-30 06:53:32.385 | sudo set to manually installed. 2024-07-30 06:53:32.385 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-07-30 06:53:32.554 | tar set to manually installed. 2024-07-30 06:53:32.554 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-07-30 06:53:32.554 | tcpdump set to manually installed. 2024-07-30 06:53:32.554 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-07-30 06:53:32.554 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-07-30 06:53:32.554 | uuid-runtime set to manually installed. 2024-07-30 06:53:32.554 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-07-30 06:53:32.554 | wget set to manually installed. 2024-07-30 06:53:32.554 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-07-30 06:53:32.554 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-07-30 06:53:32.554 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-07-30 06:53:32.554 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-07-30 06:53:32.554 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-07-30 06:53:32.554 | The following packages were automatically installed and are no longer required: 2024-07-30 06:53:32.554 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-30 06:53:32.554 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-30 06:53:32.554 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-30 06:53:32.554 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-30 06:53:32.554 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-30 06:53:32.554 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-30 06:53:32.555 | linux-modules-extra-5.15.0-105-generic 2024-07-30 06:53:32.555 | Use 'sudo apt autoremove' to remove them. 2024-07-30 06:53:32.568 | The following packages will be upgraded: 2024-07-30 06:53:32.568 | libldap2-dev 2024-07-30 06:53:32.964 | 1 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 2024-07-30 06:53:32.964 | Need to get 0 B/7,114 B of archives. 2024-07-30 06:53:32.964 | After this operation, 0 B of additional disk space will be used. 2024-07-30 06:53:33.494 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 263261 files and directories currently installed.) 2024-07-30 06:53:33.507 | Preparing to unpack .../libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb ... 2024-07-30 06:53:33.522 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) over (2.5.18+dfsg-0ubuntu0.22.04.1) ... 2024-07-30 06:53:33.596 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2024-07-30 06:53:33.925 | NEEDRESTART-VER: 3.5 2024-07-30 06:53:34.270 | NEEDRESTART-KCUR: 6.5.0-44-generic 2024-07-30 06:53:34.270 | NEEDRESTART-KEXP: 6.5.0-44-generic 2024-07-30 06:53:34.270 | NEEDRESTART-KSTA: 1 2024-07-30 06:53:35.731 | ++ functions-common:apt_get:1230 : result=0 2024-07-30 06:53:35.733 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:53:35.735 | ++ functions-common:time_stop:2435 : local name 2024-07-30 06:53:35.737 | ++ functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:35.739 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:35.740 | ++ functions-common:time_stop:2438 : local total 2024-07-30 06:53:35.742 | ++ functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:35.744 | ++ functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:53:35.745 | ++ functions-common:time_stop:2442 : start_time=1722322412113 2024-07-30 06:53:35.747 | ++ functions-common:time_stop:2444 : [[ -z 1722322412113 ]] 2024-07-30 06:53:35.749 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:35.752 | ++ functions-common:time_stop:2447 : end_time=1722322415750 2024-07-30 06:53:35.754 | ++ functions-common:time_stop:2448 : elapsed_time=3637 2024-07-30 06:53:35.756 | ++ functions-common:time_stop:2449 : total=647 2024-07-30 06:53:35.757 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:35.759 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4284 2024-07-30 06:53:35.761 | ++ functions-common:apt_get:1234 : return 0 2024-07-30 06:53:35.763 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-07-30 06:53:35.765 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-07-30 06:53:35.766 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-07-30 06:53:35.769 | ++ tools/install_prereqs.sh:source:89 : date 2024-07-30 06:53:35.772 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-07-30 06:53:35.774 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-07-30 06:53:35.776 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-07-30 06:53:36.096 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-07-30 06:53:36.098 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-07-30 06:53:36.099 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-07-30 06:53:36.101 | + tools/install_pip.sh:main:43 : GetDistro 2024-07-30 06:53:36.102 | + functions-common:GetDistro:449 : GetOSVersion 2024-07-30 06:53:36.103 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-07-30 06:53:36.104 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-07-30 06:53:36.106 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-07-30 06:53:36.107 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-07-30 06:53:36.108 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-07-30 06:53:36.110 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-07-30 06:53:36.111 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-07-30 06:53:36.112 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-07-30 06:53:36.113 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-07-30 06:53:36.115 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-07-30 06:53:36.116 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-07-30 06:53:36.117 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-07-30 06:53:36.119 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-07-30 06:53:36.120 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-07-30 06:53:36.121 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-07-30 06:53:36.123 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-07-30 06:53:36.124 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-07-30 06:53:36.126 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-07-30 06:53:36.128 | + functions-common:_ensure_lsb_release:394 : return 2024-07-30 06:53:36.129 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-07-30 06:53:36.166 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-07-30 06:53:36.168 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-07-30 06:53:36.201 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-07-30 06:53:36.202 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-07-30 06:53:36.235 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-07-30 06:53:36.237 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-07-30 06:53:36.238 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-07-30 06:53:36.240 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-07-30 06:53:36.241 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-07-30 06:53:36.242 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-07-30 06:53:36.244 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-07-30 06:53:36.245 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-07-30 06:53:36.246 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-07-30 06:53:36.248 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-07-30 06:53:36.249 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-07-30 06:53:36.249 | Distro: jammy 2024-07-30 06:53:36.251 | + tools/install_pip.sh:main:124 : get_versions 2024-07-30 06:53:36.252 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-07-30 06:53:36.255 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-07-30 06:53:36.256 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-07-30 06:53:36.258 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-07-30 06:53:36.259 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-07-30 06:53:36.317 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-07-30 06:53:36.318 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-07-30 06:53:36.318 | pip: 0.1.15 2024-07-30 06:53:36.320 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-07-30 06:53:36.321 | + tools/install_pip.sh:main:130 : is_fedora 2024-07-30 06:53:36.322 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-30 06:53:36.324 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-30 06:53:36.325 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-30 06:53:36.326 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-30 06:53:36.327 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-30 06:53:36.329 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-30 06:53:36.330 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-30 06:53:36.331 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-30 06:53:36.332 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-30 06:53:36.334 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-30 06:53:36.335 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-30 06:53:36.336 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-30 06:53:36.338 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-07-30 06:53:36.339 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:36.340 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:36.341 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-07-30 06:53:36.344 | + tools/install_pip.sh:main:153 : set -x 2024-07-30 06:53:36.346 | + tools/install_pip.sh:main:156 : get_versions 2024-07-30 06:53:36.347 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-07-30 06:53:36.350 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-07-30 06:53:36.352 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-07-30 06:53:36.354 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-07-30 06:53:36.354 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-07-30 06:53:36.362 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-07-30 06:53:36.364 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-07-30 06:53:36.364 | pip: 0.1.15 2024-07-30 06:53:36.367 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-07-30 06:53:36.369 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-07-30 06:53:36.371 | + stack.sh:main:822 : fixup_all 2024-07-30 06:53:36.373 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-07-30 06:53:36.374 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-07-30 06:53:36.376 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:36.378 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:36.380 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-07-30 06:53:36.389 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-07-30 06:53:36.398 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-07-30 06:53:36.407 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-07-30 06:53:36.409 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-07-30 06:53:36.411 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-30 06:53:36.412 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-30 06:53:36.414 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-30 06:53:36.415 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-30 06:53:36.417 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-30 06:53:36.419 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-30 06:53:36.420 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-30 06:53:36.422 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-30 06:53:36.424 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-30 06:53:36.425 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-30 06:53:36.427 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-30 06:53:36.428 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-30 06:53:36.430 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-07-30 06:53:36.432 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-07-30 06:53:36.434 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-07-30 06:53:36.435 | + functions-common:is_suse:544 : is_opensuse 2024-07-30 06:53:36.437 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-30 06:53:36.439 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-30 06:53:36.440 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-30 06:53:36.442 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-30 06:53:36.444 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-30 06:53:36.445 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-07-30 06:53:36.447 | + stack.sh:main:825 : pip_install -U os-testr 2024-07-30 06:53:36.463 | Using python 3.10 to install os-testr 2024-07-30 06:53:36.465 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-07-30 06:53:37.485 | Collecting os-testr 2024-07-30 06:53:37.487 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-07-30 06:53:37.537 | Collecting pbr!=2.1.0,>=2.0.0 2024-07-30 06:53:37.540 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-07-30 06:53:37.563 | Collecting python-subunit>=1.0.0 2024-07-30 06:53:37.565 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-07-30 06:53:37.568 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-07-30 06:53:37.574 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-07-30 06:53:37.768 | Installing collected packages: python-subunit, pbr, os-testr 2024-07-30 06:53:37.768 | Attempting uninstall: python-subunit 2024-07-30 06:53:37.770 | Found existing installation: python-subunit 1.4.0 2024-07-30 06:53:37.776 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:53:37.777 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-07-30 06:53:37.861 | Attempting uninstall: pbr 2024-07-30 06:53:37.862 | Found existing installation: pbr 5.8.0 2024-07-30 06:53:37.863 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:53:37.864 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-07-30 06:53:37.923 | Attempting uninstall: os-testr 2024-07-30 06:53:37.924 | Found existing installation: os-testr 2.0.1 2024-07-30 06:53:37.925 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:53:37.925 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-07-30 06:53:37.948 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-07-30 06:53:37.949 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:53:38.027 | + inc/python:pip_install:196 : result=0 2024-07-30 06:53:38.029 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:53:38.030 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:38.032 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:38.034 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:38.035 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:38.037 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:38.038 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:53:38.040 | + functions-common:time_stop:2442 : start_time=1722322416459 2024-07-30 06:53:38.041 | + functions-common:time_stop:2444 : [[ -z 1722322416459 ]] 2024-07-30 06:53:38.043 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:38.046 | + functions-common:time_stop:2447 : end_time=1722322418045 2024-07-30 06:53:38.048 | + functions-common:time_stop:2448 : elapsed_time=1586 2024-07-30 06:53:38.050 | + functions-common:time_stop:2449 : total=0 2024-07-30 06:53:38.052 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:38.053 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1586 2024-07-30 06:53:38.055 | + inc/python:pip_install:199 : return 0 2024-07-30 06:53:38.057 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-07-30 06:53:38.098 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-07-30 06:53:38.167 | + stack.sh:main:836 : install_infra 2024-07-30 06:53:38.169 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-07-30 06:53:38.171 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-07-30 06:53:38.173 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-07-30 06:53:41.333 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-07-30 06:53:41.335 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-07-30 06:53:41.352 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-07-30 06:53:42.287 | Collecting pbr 2024-07-30 06:53:42.290 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-07-30 06:53:42.315 | Installing collected packages: pbr 2024-07-30 06:53:42.381 | Successfully installed pbr-5.11.1 2024-07-30 06:53:42.452 | + inc/python:pip_install:196 : result=0 2024-07-30 06:53:42.454 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:53:42.455 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:42.457 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:42.459 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:42.460 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:42.462 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:42.463 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:53:42.465 | + functions-common:time_stop:2442 : start_time=1722322421346 2024-07-30 06:53:42.466 | + functions-common:time_stop:2444 : [[ -z 1722322421346 ]] 2024-07-30 06:53:42.468 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:42.471 | + functions-common:time_stop:2447 : end_time=1722322422469 2024-07-30 06:53:42.472 | + functions-common:time_stop:2448 : elapsed_time=1123 2024-07-30 06:53:42.474 | + functions-common:time_stop:2449 : total=1586 2024-07-30 06:53:42.475 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:42.477 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2709 2024-07-30 06:53:42.479 | + inc/python:pip_install:199 : return 0 2024-07-30 06:53:42.480 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-07-30 06:53:42.482 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-07-30 06:53:42.498 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-07-30 06:53:43.337 | Processing /opt/stack/requirements 2024-07-30 06:53:43.338 | Preparing metadata (setup.py): started 2024-07-30 06:53:43.998 | Preparing metadata (setup.py): finished with status 'done' 2024-07-30 06:53:44.084 | Collecting Parsley>=1.2 2024-07-30 06:53:44.087 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-07-30 06:53:44.170 | Collecting PyYAML>=3.12 2024-07-30 06:53:44.176 | 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-07-30 06:53:44.198 | Collecting beagle>=0.2.1 2024-07-30 06:53:44.200 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-07-30 06:53:44.222 | Collecting fixtures>=3.0.0 2024-07-30 06:53:44.223 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-07-30 06:53:44.261 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-07-30 06:53:44.263 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-07-30 06:53:44.315 | Collecting requests>=2.14.2 2024-07-30 06:53:44.317 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-07-30 06:53:44.341 | Collecting six>=1.10.0 2024-07-30 06:53:44.343 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-07-30 06:53:44.352 | 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.dev6080) (5.11.1) 2024-07-30 06:53:44.389 | Collecting cliff>=2.11.0 2024-07-30 06:53:44.391 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-07-30 06:53:44.450 | Collecting certifi>=2017.4.17 2024-07-30 06:53:44.453 | Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-07-30 06:53:44.617 | Collecting charset-normalizer<3,>=2 2024-07-30 06:53:44.619 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-07-30 06:53:44.681 | Collecting urllib3<1.27,>=1.21.1 2024-07-30 06:53:44.684 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-07-30 06:53:44.709 | Collecting idna<4,>=2.5 2024-07-30 06:53:44.711 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-07-30 06:53:44.800 | Collecting importlib-metadata>=4.4 2024-07-30 06:53:44.802 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-07-30 06:53:44.826 | Collecting autopage>=0.4.0 2024-07-30 06:53:44.828 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-07-30 06:53:44.891 | Collecting stevedore>=2.0.1 2024-07-30 06:53:44.894 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-07-30 06:53:44.922 | Collecting PrettyTable>=0.7.2 2024-07-30 06:53:44.924 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-07-30 06:53:44.981 | Collecting cmd2>=1.0.0 2024-07-30 06:53:44.983 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-07-30 06:53:45.056 | Collecting attrs>=16.3.0 2024-07-30 06:53:45.058 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-07-30 06:53:45.080 | Collecting wcwidth>=0.1.7 2024-07-30 06:53:45.082 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-07-30 06:53:45.103 | Collecting pyperclip>=1.6 2024-07-30 06:53:45.103 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-07-30 06:53:45.162 | Collecting zipp>=0.5 2024-07-30 06:53:45.164 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-07-30 06:53:45.223 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-07-30 06:53:45.366 | 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-07-30 06:53:46.161 | Running setup.py install for openstack-requirements: started 2024-07-30 06:53:47.513 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-07-30 06:53:47.521 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2024.7.4 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6080 packaging-23.1 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-07-30 06:53:47.627 | + inc/python:pip_install:196 : result=0 2024-07-30 06:53:47.629 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:53:47.630 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:47.632 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:47.633 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:47.635 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:47.636 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:47.638 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:53:47.640 | + functions-common:time_stop:2442 : start_time=1722322422493 2024-07-30 06:53:47.641 | + functions-common:time_stop:2444 : [[ -z 1722322422493 ]] 2024-07-30 06:53:47.643 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:47.646 | + functions-common:time_stop:2447 : end_time=1722322427644 2024-07-30 06:53:47.647 | + functions-common:time_stop:2448 : elapsed_time=5151 2024-07-30 06:53:47.649 | + functions-common:time_stop:2449 : total=2709 2024-07-30 06:53:47.651 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:47.652 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7860 2024-07-30 06:53:47.654 | + inc/python:pip_install:199 : return 0 2024-07-30 06:53:47.656 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-07-30 06:53:47.657 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-07-30 06:53:47.659 | + inc/python:use_library_from_git:246 : local name=pbr 2024-07-30 06:53:47.661 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:53:47.662 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:53:47.664 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-07-30 06:53:47.666 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:53:47.668 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-07-30 06:53:47.682 | Using python 3.10 to install pbr 2024-07-30 06:53:47.684 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-07-30 06:53:48.565 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-07-30 06:53:48.828 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:53:48.902 | + inc/python:pip_install:196 : result=0 2024-07-30 06:53:48.904 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:53:48.906 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:48.907 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:48.909 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:48.911 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:48.912 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:48.914 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:53:48.915 | + functions-common:time_stop:2442 : start_time=1722322427678 2024-07-30 06:53:48.917 | + functions-common:time_stop:2444 : [[ -z 1722322427678 ]] 2024-07-30 06:53:48.919 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:48.922 | + functions-common:time_stop:2447 : end_time=1722322428920 2024-07-30 06:53:48.923 | + functions-common:time_stop:2448 : elapsed_time=1242 2024-07-30 06:53:48.925 | + functions-common:time_stop:2449 : total=7860 2024-07-30 06:53:48.926 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:48.928 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9102 2024-07-30 06:53:48.930 | + inc/python:pip_install:199 : return 0 2024-07-30 06:53:48.932 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-07-30 06:53:52.002 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-07-30 06:53:52.491 | Collecting bindep 2024-07-30 06:53:52.493 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-07-30 06:53:52.545 | Collecting pbr>=2.0.0 2024-07-30 06:53:52.548 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-07-30 06:53:52.586 | Collecting packaging 2024-07-30 06:53:52.588 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-07-30 06:53:52.608 | Collecting distro>=1.7.0 2024-07-30 06:53:52.609 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-07-30 06:53:52.625 | Collecting Parsley 2024-07-30 06:53:52.626 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-07-30 06:53:52.663 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-07-30 06:53:52.911 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.0.0 2024-07-30 06:53:52.978 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-07-30 06:53:52.980 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-07-30 06:53:52.983 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-07-30 06:53:52.995 | + stack.sh:main:845 : pkgs= 2024-07-30 06:53:52.997 | + stack.sh:main:846 : [[ -n '' ]] 2024-07-30 06:53:52.999 | + stack.sh:main:853 : run_phase stack pre-install 2024-07-30 06:53:53.000 | + functions-common:run_phase:1863 : local mode=stack 2024-07-30 06:53:53.002 | + functions-common:run_phase:1864 : local phase=pre-install 2024-07-30 06:53:53.004 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-07-30 06:53:53.005 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-07-30 06:53:53.007 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-07-30 06:53:53.008 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-07-30 06:53:53.010 | + functions-common:run_phase:1873 : local extra 2024-07-30 06:53:53.012 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-07-30 06:53:53.015 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-07-30 06:53:53.017 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-07-30 06:53:53.018 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-07-30 06:53:53.020 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-07-30 06:53:53.022 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-07-30 06:53:53.032 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:53.034 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-07-30 06:53:53.036 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:53:53.037 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-07-30 06:53:53.039 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:53:53.040 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-07-30 06:53:53.042 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:53:53.043 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-07-30 06:53:53.044 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:53:53.046 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-07-30 06:53:53.047 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:53:53.049 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-07-30 06:53:53.050 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-07-30 06:53:53.052 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-07-30 06:53:53.053 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-07-30 06:53:53.055 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-07-30 06:53:53.057 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-07-30 06:53:53.059 | + functions-common:run_plugins:1849 : local mode=stack 2024-07-30 06:53:53.060 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-07-30 06:53:53.062 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-07-30 06:53:53.063 | + functions-common:run_plugins:1853 : local plugin 2024-07-30 06:53:53.065 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-07-30 06:53:53.067 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-07-30 06:53:53.068 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-07-30 06:53:53.070 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-07-30 06:53:53.071 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-07-30 06:53:53.073 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:53:53.075 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-07-30 06:53:53.076 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:53:53.078 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-07-30 06:53:53.079 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:53:53.081 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-07-30 06:53:53.083 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-07-30 06:53:53.084 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-07-30 06:53:53.086 | + functions:set_systemd_override:832 : local value=2048 2024-07-30 06:53:53.087 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-07-30 06:53:53.089 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-07-30 06:53:53.131 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-07-30 06:53:53.131 | Set systemd system override for DefaultLimitNOFILE=2048 2024-07-30 06:53:53.132 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-07-30 06:53:53.473 | + stack.sh:main:858 : install_rpc_backend 2024-07-30 06:53:53.475 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-07-30 06:53:53.486 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:53.488 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-07-30 06:53:53.490 | + functions-common:install_package:1459 : update_package_repo 2024-07-30 06:53:53.492 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:53:53.493 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-30 06:53:53.495 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-30 06:53:53.496 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:53.498 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:53:53.500 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:53.501 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:53.504 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:53:53.505 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-30 06:53:53.507 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-30 06:53:53.508 | + functions-common:apt_get_update:1186 : return 2024-07-30 06:53:53.510 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-07-30 06:53:53.512 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:53:53.514 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:53.515 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:53.517 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-07-30 06:53:53.532 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-07-30 06:53:53.576 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 9804 (apt-get) 2024-07-30 06:53:53.576 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2024-07-30 06:53:53.580 | + functions-common:apt_get:1230 : result=100 2024-07-30 06:53:53.582 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:53:53.583 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:53.585 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:53.586 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:53.588 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:53.590 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:53.591 | + functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:53:53.593 | + functions-common:time_stop:2442 : start_time=1722322433530 2024-07-30 06:53:53.594 | + functions-common:time_stop:2444 : [[ -z 1722322433530 ]] 2024-07-30 06:53:53.596 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:53.599 | + functions-common:time_stop:2447 : end_time=1722322433597 2024-07-30 06:53:53.601 | + functions-common:time_stop:2448 : elapsed_time=67 2024-07-30 06:53:53.602 | + functions-common:time_stop:2449 : total=4284 2024-07-30 06:53:53.604 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:53.606 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4351 2024-07-30 06:53:53.607 | + functions-common:apt_get:1234 : return 100 2024-07-30 06:53:53.609 | + functions-common:install_package:1461 : RETRY_UPDATE=True 2024-07-30 06:53:53.611 | + functions-common:install_package:1461 : update_package_repo 2024-07-30 06:53:53.613 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:53:53.614 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-30 06:53:53.616 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=True 2024-07-30 06:53:53.618 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:53.619 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:53:53.621 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:53.623 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:53.624 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:53:53.626 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-30 06:53:53.628 | + functions-common:apt_get_update:1185 : [[ True != \T\r\u\e ]] 2024-07-30 06:53:53.634 | + functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:53.636 | + functions-common:apt_get_update:1192 : local sudo=sudo 2024-07-30 06:53:53.638 | ++ functions-common:apt_get_update:1193 : id -u 2024-07-30 06:53:53.641 | + functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-07-30 06:53:53.643 | + functions-common:apt_get_update:1196 : time_start apt-get-update 2024-07-30 06:53:53.645 | + functions-common:time_start:2421 : local name=apt-get-update 2024-07-30 06:53:53.646 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:53:53.648 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:53:53.650 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:53:53.653 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322433651 2024-07-30 06:53:53.655 | + functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-07-30 06:53:53.657 | + functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-07-30 06:53:53.658 | + functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-07-30 06:53:53.861 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-07-30 06:53:53.864 | Hit:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease 2024-07-30 06:53:53.875 | Hit:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease 2024-07-30 06:53:54.041 | Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-07-30 06:53:55.259 | Reading package lists... 2024-07-30 06:53:55.283 | + functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-07-30 06:53:55.284 | + functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-07-30 06:53:55.286 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:55.288 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:55.290 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:55.291 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:55.293 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:55.294 | + functions-common:time_stop:2441 : name=apt-get-update 2024-07-30 06:53:55.296 | + functions-common:time_stop:2442 : start_time=1722322433651 2024-07-30 06:53:55.297 | + functions-common:time_stop:2444 : [[ -z 1722322433651 ]] 2024-07-30 06:53:55.299 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:55.303 | + functions-common:time_stop:2447 : end_time=1722322435301 2024-07-30 06:53:55.304 | + functions-common:time_stop:2448 : elapsed_time=1650 2024-07-30 06:53:55.306 | + functions-common:time_stop:2449 : total=6075 2024-07-30 06:53:55.307 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:55.309 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7725 2024-07-30 06:53:55.311 | + functions-common:install_package:1461 : real_install_package rabbitmq-server 2024-07-30 06:53:55.312 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:53:55.314 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:55.316 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:55.317 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-07-30 06:53:55.332 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-07-30 06:53:55.392 | Reading package lists... 2024-07-30 06:53:55.588 | Building dependency tree... 2024-07-30 06:53:55.589 | Reading state information... 2024-07-30 06:53:55.772 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-07-30 06:53:55.772 | The following packages were automatically installed and are no longer required: 2024-07-30 06:53:55.772 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-30 06:53:55.772 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-30 06:53:55.772 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-30 06:53:55.772 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-30 06:53:55.772 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-30 06:53:55.772 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-30 06:53:55.773 | linux-modules-extra-5.15.0-105-generic 2024-07-30 06:53:55.773 | Use 'sudo apt autoremove' to remove them. 2024-07-30 06:53:55.794 | 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 2024-07-30 06:53:55.799 | + functions-common:apt_get:1230 : result=0 2024-07-30 06:53:55.801 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:53:55.803 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:55.804 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:55.806 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:55.808 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:55.809 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:55.811 | + functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:53:55.812 | + functions-common:time_stop:2442 : start_time=1722322435330 2024-07-30 06:53:55.814 | + functions-common:time_stop:2444 : [[ -z 1722322435330 ]] 2024-07-30 06:53:55.816 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:55.819 | + functions-common:time_stop:2447 : end_time=1722322435817 2024-07-30 06:53:55.821 | + functions-common:time_stop:2448 : elapsed_time=487 2024-07-30 06:53:55.822 | + functions-common:time_stop:2449 : total=4351 2024-07-30 06:53:55.824 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:55.825 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4838 2024-07-30 06:53:55.827 | + functions-common:apt_get:1234 : return 0 2024-07-30 06:53:55.828 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-07-30 06:53:55.830 | + functions-common:is_suse:544 : is_opensuse 2024-07-30 06:53:55.832 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-30 06:53:55.833 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-30 06:53:55.835 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-30 06:53:55.837 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-30 06:53:55.838 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-30 06:53:55.840 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-07-30 06:53:55.841 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-30 06:53:55.843 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-30 06:53:55.845 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-30 06:53:55.846 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-30 06:53:55.848 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-30 06:53:55.850 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-30 06:53:55.851 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-30 06:53:55.853 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-30 06:53:55.855 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-30 06:53:55.856 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-30 06:53:55.858 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-30 06:53:55.860 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-30 06:53:55.861 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-07-30 06:53:55.863 | + functions-common:is_suse:544 : is_opensuse 2024-07-30 06:53:55.865 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-30 06:53:55.866 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-30 06:53:55.868 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-30 06:53:55.870 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-30 06:53:55.871 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-30 06:53:55.873 | + stack.sh:main:859 : restart_rpc_backend 2024-07-30 06:53:55.875 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-07-30 06:53:55.886 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:55.888 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-07-30 06:53:55.890 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:53:55.891 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-07-30 06:53:55.893 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-07-30 06:53:55.895 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-07-30 06:53:55.899 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-07-30 06:53:55.901 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-07-30 06:53:55.902 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-07-30 06:53:55.904 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-07-30 06:53:55.906 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-07-30 06:53:55.908 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-07-30 06:53:55.910 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-07-30 06:53:56.369 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-07-30 06:53:56.369 | user tags 2024-07-30 06:53:56.369 | guest [administrator]' 2024-07-30 06:53:56.371 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-07-30 06:53:56.371 | user tags 2024-07-30 06:53:56.371 | guest [administrator]' 2024-07-30 06:53:56.372 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-07-30 06:53:56.376 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-07-30 06:53:56.378 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-07-30 06:53:56.380 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-07-30 06:53:56.801 | Adding user "stackrabbit" ... 2024-07-30 06:53:56.810 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-07-30 06:53:56.823 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-07-30 06:53:57.243 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-07-30 06:53:57.260 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-07-30 06:53:57.262 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-07-30 06:53:57.686 | Changing password for user "stackrabbit" ... 2024-07-30 06:53:57.705 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-07-30 06:53:57.707 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-07-30 06:53:57.709 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-07-30 06:53:58.125 | Deleting user "guest" ... 2024-07-30 06:53:58.143 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-07-30 06:53:58.155 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:58.157 | + stack.sh:main:862 : install_database 2024-07-30 06:53:58.158 | + lib/database:install_database:118 : install_database_mysql 2024-07-30 06:53:58.160 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-07-30 06:53:58.162 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:58.164 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:58.165 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-07-30 06:53:58.287 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-07-30 06:53:58.289 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-07-30 06:53:58.292 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-07-30 06:53:58.293 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:58.295 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:58.296 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-07-30 06:53:58.298 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-07-30 06:53:58.301 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-07-30 06:53:58.303 | + stack.sh:main:864 : '[' -n mysql ']' 2024-07-30 06:53:58.304 | + stack.sh:main:865 : install_database_python 2024-07-30 06:53:58.306 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-07-30 06:53:58.308 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-07-30 06:53:58.309 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-07-30 06:53:58.311 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-30 06:53:58.313 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-07-30 06:53:58.315 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-07-30 06:53:58.317 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-30 06:53:58.320 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-07-30 06:53:58.320 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-30 06:53:58.324 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-07-30 06:53:58.325 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-07-30 06:53:58.327 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-07-30 06:53:58.329 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-07-30 06:53:58.331 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-07-30 06:53:58.347 | Using python 3.10 to install PyMySQL 2024-07-30 06:53:58.348 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-07-30 06:53:59.330 | Collecting PyMySQL 2024-07-30 06:53:59.333 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-07-30 06:53:59.496 | Installing collected packages: PyMySQL 2024-07-30 06:53:59.541 | Successfully installed PyMySQL-1.0.2 2024-07-30 06:53:59.542 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:53:59.616 | + inc/python:pip_install:196 : result=0 2024-07-30 06:53:59.618 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:53:59.620 | + functions-common:time_stop:2435 : local name 2024-07-30 06:53:59.622 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:53:59.623 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:53:59.625 | + functions-common:time_stop:2438 : local total 2024-07-30 06:53:59.626 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:53:59.628 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:53:59.630 | + functions-common:time_stop:2442 : start_time=1722322438342 2024-07-30 06:53:59.631 | + functions-common:time_stop:2444 : [[ -z 1722322438342 ]] 2024-07-30 06:53:59.633 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:53:59.637 | + functions-common:time_stop:2447 : end_time=1722322439634 2024-07-30 06:53:59.638 | + functions-common:time_stop:2448 : elapsed_time=1292 2024-07-30 06:53:59.640 | + functions-common:time_stop:2449 : total=9102 2024-07-30 06:53:59.641 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:53:59.643 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10394 2024-07-30 06:53:59.645 | + inc/python:pip_install:199 : return 0 2024-07-30 06:53:59.646 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-07-30 06:53:59.648 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-07-30 06:53:59.650 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-07-30 06:53:59.651 | + stack.sh:main:868 : is_service_enabled neutron 2024-07-30 06:53:59.663 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:59.665 | + stack.sh:main:869 : install_neutron_agent_packages 2024-07-30 06:53:59.666 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-07-30 06:53:59.678 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:53:59.680 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-07-30 06:53:59.681 | + functions-common:install_package:1459 : update_package_repo 2024-07-30 06:53:59.683 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:53:59.685 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-30 06:53:59.686 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-30 06:53:59.688 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:53:59.689 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:53:59.691 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:59.693 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:59.694 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:53:59.696 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-30 06:53:59.698 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-30 06:53:59.700 | + functions-common:apt_get_update:1186 : return 2024-07-30 06:53:59.701 | + functions-common:install_package:1460 : real_install_package radvd 2024-07-30 06:53:59.703 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:53:59.705 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:53:59.706 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:53:59.708 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-07-30 06:53:59.723 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-07-30 06:53:59.781 | Reading package lists... 2024-07-30 06:53:59.976 | Building dependency tree... 2024-07-30 06:53:59.977 | Reading state information... 2024-07-30 06:54:00.161 | radvd is already the newest version (1:2.18-3build2). 2024-07-30 06:54:00.161 | The following packages were automatically installed and are no longer required: 2024-07-30 06:54:00.161 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-30 06:54:00.161 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-30 06:54:00.161 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-30 06:54:00.161 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-30 06:54:00.161 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-30 06:54:00.161 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-30 06:54:00.162 | linux-modules-extra-5.15.0-105-generic 2024-07-30 06:54:00.162 | Use 'sudo apt autoremove' to remove them. 2024-07-30 06:54:00.183 | 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 2024-07-30 06:54:00.188 | + functions-common:apt_get:1230 : result=0 2024-07-30 06:54:00.190 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:54:00.191 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:00.193 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:00.195 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:00.196 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:00.198 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:00.200 | + functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:54:00.202 | + functions-common:time_stop:2442 : start_time=1722322439721 2024-07-30 06:54:00.203 | + functions-common:time_stop:2444 : [[ -z 1722322439721 ]] 2024-07-30 06:54:00.205 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:00.208 | + functions-common:time_stop:2447 : end_time=1722322440206 2024-07-30 06:54:00.210 | + functions-common:time_stop:2448 : elapsed_time=485 2024-07-30 06:54:00.211 | + functions-common:time_stop:2449 : total=4838 2024-07-30 06:54:00.213 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:00.215 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5323 2024-07-30 06:54:00.216 | + functions-common:apt_get:1234 : return 0 2024-07-30 06:54:00.218 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-07-30 06:54:00.230 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:00.232 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-07-30 06:54:00.234 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-07-30 06:54:00.235 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-07-30 06:54:00.238 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-07-30 06:54:00.252 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-07-30 06:54:00.254 | + functions-common:install_package:1459 : update_package_repo 2024-07-30 06:54:00.256 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:54:00.257 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-30 06:54:00.259 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-30 06:54:00.260 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:54:00.262 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:54:00.263 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:00.265 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:00.267 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:54:00.268 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-30 06:54:00.270 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-30 06:54:00.271 | + functions-common:apt_get_update:1186 : return 2024-07-30 06:54:00.273 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-07-30 06:54:00.275 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:54:00.276 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:00.278 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:00.280 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-07-30 06:54:00.294 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-07-30 06:54:00.353 | Reading package lists... 2024-07-30 06:54:00.557 | Building dependency tree... 2024-07-30 06:54:00.558 | Reading state information... 2024-07-30 06:54:00.752 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-07-30 06:54:00.753 | fakeroot set to manually installed. 2024-07-30 06:54:00.753 | make is already the newest version (4.3-4.1build1). 2024-07-30 06:54:00.753 | make set to manually installed. 2024-07-30 06:54:00.753 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-07-30 06:54:00.753 | The following packages were automatically installed and are no longer required: 2024-07-30 06:54:00.753 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-30 06:54:00.753 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-30 06:54:00.753 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-30 06:54:00.753 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-30 06:54:00.753 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-30 06:54:00.753 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-30 06:54:00.753 | linux-modules-extra-5.15.0-105-generic 2024-07-30 06:54:00.753 | Use 'sudo apt autoremove' to remove them. 2024-07-30 06:54:00.786 | 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 2024-07-30 06:54:00.791 | + functions-common:apt_get:1230 : result=0 2024-07-30 06:54:00.793 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:54:00.794 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:00.796 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:00.798 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:00.800 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:00.801 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:00.803 | + functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:54:00.804 | + functions-common:time_stop:2442 : start_time=1722322440292 2024-07-30 06:54:00.806 | + functions-common:time_stop:2444 : [[ -z 1722322440292 ]] 2024-07-30 06:54:00.808 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:00.811 | + functions-common:time_stop:2447 : end_time=1722322440809 2024-07-30 06:54:00.812 | + functions-common:time_stop:2448 : elapsed_time=517 2024-07-30 06:54:00.814 | + functions-common:time_stop:2449 : total=5323 2024-07-30 06:54:00.816 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:00.817 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5840 2024-07-30 06:54:00.819 | + functions-common:apt_get:1234 : return 0 2024-07-30 06:54:00.820 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-07-30 06:54:00.822 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:00.824 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:00.825 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-07-30 06:54:00.827 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-07-30 06:54:00.829 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-07-30 06:54:00.832 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-44-generic 2024-07-30 06:54:00.834 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-07-30 06:54:00.837 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-44-generic 2024-07-30 06:54:00.837 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-07-30 06:54:00.840 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-07-30 06:54:00.842 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-07-30 06:54:00.844 | + functions:vercmp:639 : local v1=6.5 2024-07-30 06:54:00.845 | + functions:vercmp:640 : local 'op=<' 2024-07-30 06:54:00.847 | + functions:vercmp:641 : local v2=3.13 2024-07-30 06:54:00.848 | + functions:vercmp:642 : local result 2024-07-30 06:54:00.851 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-07-30 06:54:00.851 | ++ functions:vercmp:646 : sort -V 2024-07-30 06:54:00.852 | ++ functions:vercmp:646 : head -1 2024-07-30 06:54:00.855 | + functions:vercmp:646 : result=3.13 2024-07-30 06:54:00.857 | + functions:vercmp:648 : case $op in 2024-07-30 06:54:00.858 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-07-30 06:54:00.860 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-07-30 06:54:00.861 | + functions:vercmp:659 : return 2024-07-30 06:54:00.863 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-07-30 06:54:00.865 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:54:00.866 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-07-30 06:54:01.272 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-07-30 06:54:01.274 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-07-30 06:54:01.275 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:01.277 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:01.279 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-07-30 06:54:01.281 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:01.282 | + stack.sh:main:872 : is_service_enabled etcd3 2024-07-30 06:54:01.295 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:01.297 | + stack.sh:main:873 : install_etcd3 2024-07-30 06:54:01.298 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-07-30 06:54:01.298 | Installing etcd 2024-07-30 06:54:01.300 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-07-30 06:54:01.310 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-07-30 06:54:01.319 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-07-30 06:54:01.321 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-07-30 06:54:01.331 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-07-30 06:54:01.333 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-30 06:54:01.335 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-30 06:54:01.337 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-30 06:54:01.340 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-07-30 06:54:01.342 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2024-07-30 06:54:01.344 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-07-30 06:54:01.346 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-30 06:54:01.352 | --2024-07-30 06:54:01-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-30 06:54:01.357 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-07-30 06:54:01.358 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-07-30 06:54:01.385 | HTTP request sent, awaiting response... 200 OK 2024-07-30 06:54:01.385 | Length: 11350736 (11M) [application/gzip] 2024-07-30 06:54:01.385 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-07-30 06:54:01.393 | 2024-07-30 06:54:01.443 | 0K ........ .. 100% 190M=0.06s 2024-07-30 06:54:01.443 | 2024-07-30 06:54:01.443 | 2024-07-30 06:54:01 (190 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-07-30 06:54:01.443 | 2024-07-30 06:54:01.446 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-07-30 06:54:01.448 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-30 06:54:01.450 | ++ functions:get_extra_file:74 : return 2024-07-30 06:54:01.452 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-07-30 06:54:01.454 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-07-30 06:54:01.456 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-07-30 06:54:01.458 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-07-30 06:54:01.523 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-07-30 06:54:01.525 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-07-30 06:54:01.529 | etcd-v3.3.12-linux-amd64/ 2024-07-30 06:54:01.529 | etcd-v3.3.12-linux-amd64/README.md 2024-07-30 06:54:01.529 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-07-30 06:54:01.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-07-30 06:54:01.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-07-30 06:54:01.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-07-30 06:54:01.529 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-07-30 06:54:01.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-07-30 06:54:01.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-07-30 06:54:01.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-07-30 06:54:01.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-07-30 06:54:01.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-07-30 06:54:01.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-07-30 06:54:01.530 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-07-30 06:54:01.531 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-07-30 06:54:01.531 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-07-30 06:54:01.531 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-07-30 06:54:01.531 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-07-30 06:54:01.531 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-07-30 06:54:01.531 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-07-30 06:54:01.532 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-07-30 06:54:01.533 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-07-30 06:54:01.534 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-07-30 06:54:01.535 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-07-30 06:54:01.536 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-07-30 06:54:01.536 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-07-30 06:54:01.536 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-07-30 06:54:01.536 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-07-30 06:54:01.536 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-07-30 06:54:01.536 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-07-30 06:54:01.536 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-07-30 06:54:01.536 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-07-30 06:54:01.537 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-07-30 06:54:01.537 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-07-30 06:54:01.537 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-07-30 06:54:01.537 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-07-30 06:54:01.537 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-07-30 06:54:01.537 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-07-30 06:54:01.537 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-07-30 06:54:01.537 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-07-30 06:54:01.538 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-07-30 06:54:01.539 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-07-30 06:54:01.540 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-07-30 06:54:01.541 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-07-30 06:54:01.541 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-07-30 06:54:01.541 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-07-30 06:54:01.542 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-07-30 06:54:01.542 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-07-30 06:54:01.542 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-07-30 06:54:01.542 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-07-30 06:54:01.542 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-07-30 06:54:01.542 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-07-30 06:54:01.542 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-07-30 06:54:01.542 | etcd-v3.3.12-linux-amd64/etcdctl 2024-07-30 06:54:01.662 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-07-30 06:54:01.662 | etcd-v3.3.12-linux-amd64/etcd 2024-07-30 06:54:01.809 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-07-30 06:54:01.835 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-07-30 06:54:01.857 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-07-30 06:54:01.859 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-07-30 06:54:01.871 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:01.873 | + stack.sh:main:892 : install_dstat 2024-07-30 06:54:01.875 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-07-30 06:54:01.887 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:01.888 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-07-30 06:54:01.890 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:54:01.891 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-07-30 06:54:01.893 | + stack.sh:main:901 : install_libs 2024-07-30 06:54:01.895 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-07-30 06:54:01.897 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-07-30 06:54:01.898 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-07-30 06:54:01.900 | + inc/python:use_library_from_git:246 : local name=automaton 2024-07-30 06:54:01.902 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:01.904 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:01.905 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-07-30 06:54:01.907 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:01.909 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-07-30 06:54:01.910 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-07-30 06:54:01.912 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-07-30 06:54:01.914 | + inc/python:use_library_from_git:246 : local name=castellan 2024-07-30 06:54:01.916 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:01.917 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:01.919 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-07-30 06:54:01.921 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:01.923 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-07-30 06:54:01.925 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-07-30 06:54:01.926 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-07-30 06:54:01.928 | + inc/python:use_library_from_git:246 : local name=cliff 2024-07-30 06:54:01.930 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:01.932 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:01.933 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-07-30 06:54:01.935 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:01.937 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-07-30 06:54:01.939 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-07-30 06:54:01.940 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-07-30 06:54:01.942 | + inc/python:use_library_from_git:246 : local name=cursive 2024-07-30 06:54:01.944 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:01.946 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:01.948 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-07-30 06:54:01.949 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:01.951 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-07-30 06:54:01.953 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-07-30 06:54:01.955 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-07-30 06:54:01.956 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-07-30 06:54:01.958 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:01.960 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:01.961 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-07-30 06:54:01.963 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:01.965 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-07-30 06:54:01.967 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-07-30 06:54:01.969 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-07-30 06:54:01.970 | + inc/python:use_library_from_git:246 : local name=futurist 2024-07-30 06:54:01.972 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:01.974 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:01.976 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-07-30 06:54:01.977 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:01.979 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-07-30 06:54:01.981 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-07-30 06:54:01.983 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-07-30 06:54:01.984 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-07-30 06:54:01.986 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:01.988 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:01.990 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-07-30 06:54:01.992 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:01.993 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-07-30 06:54:01.995 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-07-30 06:54:01.997 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-07-30 06:54:01.999 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-07-30 06:54:02.000 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.002 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.004 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-07-30 06:54:02.006 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.007 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-07-30 06:54:02.009 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-07-30 06:54:02.011 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-07-30 06:54:02.013 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-07-30 06:54:02.014 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.016 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.018 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-07-30 06:54:02.020 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.021 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-07-30 06:54:02.023 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-07-30 06:54:02.025 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-07-30 06:54:02.027 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-07-30 06:54:02.028 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.030 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.032 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-07-30 06:54:02.034 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.036 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-07-30 06:54:02.038 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-07-30 06:54:02.040 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-07-30 06:54:02.042 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-07-30 06:54:02.044 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.045 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.047 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-07-30 06:54:02.049 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.051 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-07-30 06:54:02.052 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-07-30 06:54:02.054 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-07-30 06:54:02.056 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-07-30 06:54:02.058 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.060 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.062 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-07-30 06:54:02.063 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.065 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-07-30 06:54:02.067 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-07-30 06:54:02.069 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-07-30 06:54:02.071 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-07-30 06:54:02.073 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.074 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.076 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-07-30 06:54:02.078 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.080 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-07-30 06:54:02.082 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-07-30 06:54:02.084 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-07-30 06:54:02.085 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-07-30 06:54:02.087 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.089 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.091 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-07-30 06:54:02.092 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.094 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-07-30 06:54:02.096 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-07-30 06:54:02.098 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-07-30 06:54:02.100 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-07-30 06:54:02.101 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.103 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.105 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-07-30 06:54:02.107 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.108 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-07-30 06:54:02.110 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-07-30 06:54:02.112 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-07-30 06:54:02.114 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-07-30 06:54:02.116 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.118 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.120 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-07-30 06:54:02.121 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.123 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-07-30 06:54:02.125 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-07-30 06:54:02.127 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-07-30 06:54:02.128 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-07-30 06:54:02.130 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.132 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.134 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-07-30 06:54:02.136 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.137 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-07-30 06:54:02.139 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-07-30 06:54:02.141 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-07-30 06:54:02.143 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-07-30 06:54:02.145 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.146 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.148 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-07-30 06:54:02.150 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.152 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-07-30 06:54:02.153 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-07-30 06:54:02.155 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-07-30 06:54:02.157 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-07-30 06:54:02.159 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.161 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.162 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-07-30 06:54:02.164 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.166 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-07-30 06:54:02.168 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-07-30 06:54:02.170 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-07-30 06:54:02.171 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-07-30 06:54:02.173 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.175 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.177 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-07-30 06:54:02.178 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.180 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-07-30 06:54:02.182 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-07-30 06:54:02.184 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-07-30 06:54:02.186 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-07-30 06:54:02.187 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.189 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.191 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-07-30 06:54:02.193 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.195 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-07-30 06:54:02.196 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-07-30 06:54:02.198 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-07-30 06:54:02.200 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-07-30 06:54:02.202 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.203 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.205 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-07-30 06:54:02.207 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.209 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-07-30 06:54:02.211 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-07-30 06:54:02.213 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-07-30 06:54:02.214 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-07-30 06:54:02.216 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.218 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.220 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-07-30 06:54:02.222 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.223 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-07-30 06:54:02.225 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-07-30 06:54:02.227 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-07-30 06:54:02.229 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-07-30 06:54:02.231 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.233 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.234 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-07-30 06:54:02.236 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.238 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-07-30 06:54:02.240 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-07-30 06:54:02.242 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-07-30 06:54:02.244 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-07-30 06:54:02.246 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.247 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.249 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-07-30 06:54:02.251 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.253 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-07-30 06:54:02.255 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-07-30 06:54:02.256 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-07-30 06:54:02.258 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-07-30 06:54:02.260 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.262 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.264 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-07-30 06:54:02.265 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.267 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-07-30 06:54:02.269 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-07-30 06:54:02.271 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-07-30 06:54:02.273 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-07-30 06:54:02.274 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.276 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.278 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-07-30 06:54:02.280 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.282 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-07-30 06:54:02.283 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-07-30 06:54:02.285 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-07-30 06:54:02.287 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-07-30 06:54:02.289 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.291 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.292 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-07-30 06:54:02.294 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.296 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-07-30 06:54:02.298 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-07-30 06:54:02.300 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-07-30 06:54:02.301 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-07-30 06:54:02.303 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.305 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.307 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-07-30 06:54:02.309 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.310 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-07-30 06:54:02.312 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-07-30 06:54:02.314 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-07-30 06:54:02.316 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-07-30 06:54:02.318 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.319 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.321 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-07-30 06:54:02.323 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.325 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-07-30 06:54:02.327 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-07-30 06:54:02.328 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-07-30 06:54:02.330 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-07-30 06:54:02.332 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.334 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.336 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-07-30 06:54:02.337 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.339 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-07-30 06:54:02.341 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-07-30 06:54:02.343 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-07-30 06:54:02.344 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-07-30 06:54:02.346 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.348 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.350 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-07-30 06:54:02.352 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.353 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-07-30 06:54:02.355 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-07-30 06:54:02.357 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-07-30 06:54:02.359 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-07-30 06:54:02.361 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.363 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.365 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-07-30 06:54:02.366 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.368 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-07-30 06:54:02.370 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-07-30 06:54:02.372 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-07-30 06:54:02.374 | + inc/python:use_library_from_git:246 : local name=tooz 2024-07-30 06:54:02.375 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.377 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.379 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-07-30 06:54:02.381 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.383 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-07-30 06:54:02.384 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-07-30 06:54:02.386 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-07-30 06:54:02.388 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-07-30 06:54:02.390 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.392 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.394 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-07-30 06:54:02.395 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.397 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-07-30 06:54:02.399 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-07-30 06:54:02.401 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-07-30 06:54:02.403 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-07-30 06:54:02.404 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.406 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.408 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-07-30 06:54:02.410 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.411 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-07-30 06:54:02.413 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-07-30 06:54:02.415 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-07-30 06:54:02.417 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-07-30 06:54:02.419 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.420 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.422 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-07-30 06:54:02.424 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.426 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-07-30 06:54:02.428 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-07-30 06:54:02.429 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-07-30 06:54:02.431 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-07-30 06:54:02.433 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:02.435 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:02.436 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-07-30 06:54:02.438 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:02.440 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-07-30 06:54:02.455 | Using python 3.10 to install etcd3 2024-07-30 06:54:02.457 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-07-30 06:54:03.426 | Collecting etcd3 2024-07-30 06:54:03.426 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-07-30 06:54:03.804 | Collecting protobuf>=3.6.1 2024-07-30 06:54:03.809 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-07-30 06:54:04.935 | Collecting grpcio>=1.27.1 2024-07-30 06:54:04.964 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-07-30 06:54:04.986 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-07-30 06:54:05.016 | Collecting tenacity>=6.1.0 2024-07-30 06:54:05.019 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-07-30 06:54:05.192 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-07-30 06:54:05.601 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-07-30 06:54:05.601 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:54:05.728 | + inc/python:pip_install:196 : result=0 2024-07-30 06:54:05.730 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:54:05.732 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:05.733 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:05.735 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:05.737 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:05.739 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:05.740 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:54:05.742 | + functions-common:time_stop:2442 : start_time=1722322442452 2024-07-30 06:54:05.744 | + functions-common:time_stop:2444 : [[ -z 1722322442452 ]] 2024-07-30 06:54:05.746 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:05.749 | + functions-common:time_stop:2447 : end_time=1722322445747 2024-07-30 06:54:05.751 | + functions-common:time_stop:2448 : elapsed_time=3295 2024-07-30 06:54:05.752 | + functions-common:time_stop:2449 : total=10394 2024-07-30 06:54:05.754 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:05.756 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13689 2024-07-30 06:54:05.758 | + inc/python:pip_install:199 : return 0 2024-07-30 06:54:05.759 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-07-30 06:54:05.776 | Using python 3.10 to install etcd3gw 2024-07-30 06:54:05.777 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-07-30 06:54:06.827 | Collecting etcd3gw 2024-07-30 06:54:06.830 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-07-30 06:54:06.955 | Collecting futurist>=0.16.0 2024-07-30 06:54:06.957 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-07-30 06:54:07.007 | Collecting requests>=2.20.0 2024-07-30 06:54:07.009 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-07-30 06:54:07.011 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-07-30 06:54:07.176 | Collecting charset-normalizer<3,>=2 2024-07-30 06:54:07.178 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-07-30 06:54:07.240 | Collecting urllib3<1.27,>=1.21.1 2024-07-30 06:54:07.243 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-07-30 06:54:07.246 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-07-30 06:54:07.269 | Collecting idna<4,>=2.5 2024-07-30 06:54:07.271 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-07-30 06:54:07.487 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-07-30 06:54:07.488 | Attempting uninstall: urllib3 2024-07-30 06:54:07.489 | Found existing installation: urllib3 1.26.5 2024-07-30 06:54:07.492 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:07.493 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-07-30 06:54:07.564 | Attempting uninstall: idna 2024-07-30 06:54:07.566 | Found existing installation: idna 3.3 2024-07-30 06:54:07.567 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:07.568 | Can't uninstall 'idna'. No files were found to uninstall. 2024-07-30 06:54:07.703 | Attempting uninstall: requests 2024-07-30 06:54:07.704 | Found existing installation: requests 2.25.1 2024-07-30 06:54:07.705 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:07.706 | Can't uninstall 'requests'. No files were found to uninstall. 2024-07-30 06:54:07.762 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2024-07-30 06:54:07.762 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:54:07.851 | + inc/python:pip_install:196 : result=0 2024-07-30 06:54:07.853 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:54:07.854 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:07.856 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:07.858 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:07.860 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:07.861 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:07.863 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:54:07.864 | + functions-common:time_stop:2442 : start_time=1722322445771 2024-07-30 06:54:07.866 | + functions-common:time_stop:2444 : [[ -z 1722322445771 ]] 2024-07-30 06:54:07.868 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:07.871 | + functions-common:time_stop:2447 : end_time=1722322447869 2024-07-30 06:54:07.873 | + functions-common:time_stop:2448 : elapsed_time=2098 2024-07-30 06:54:07.874 | + functions-common:time_stop:2449 : total=13689 2024-07-30 06:54:07.876 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:07.878 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15787 2024-07-30 06:54:07.880 | + inc/python:pip_install:199 : return 0 2024-07-30 06:54:07.882 | + stack.sh:main:904 : install_apache_uwsgi 2024-07-30 06:54:07.884 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-07-30 06:54:07.886 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-07-30 06:54:07.888 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-30 06:54:07.890 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-30 06:54:07.892 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-30 06:54:07.893 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-30 06:54:07.895 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-30 06:54:07.897 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-30 06:54:07.898 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-30 06:54:07.900 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-30 06:54:07.902 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-30 06:54:07.904 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-30 06:54:07.906 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-30 06:54:07.907 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-30 06:54:07.909 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-07-30 06:54:07.911 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:07.913 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:07.914 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-07-30 06:54:07.916 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-07-30 06:54:07.918 | + functions-common:install_package:1459 : update_package_repo 2024-07-30 06:54:07.920 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:54:07.921 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-30 06:54:07.923 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-30 06:54:07.925 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:54:07.927 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:54:07.928 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:07.930 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:07.932 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:54:07.933 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-30 06:54:07.935 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-30 06:54:07.937 | + functions-common:apt_get_update:1186 : return 2024-07-30 06:54:07.939 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-07-30 06:54:07.941 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:54:07.942 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:07.944 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:07.946 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-07-30 06:54:07.962 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-07-30 06:54:08.020 | Reading package lists... 2024-07-30 06:54:08.214 | Building dependency tree... 2024-07-30 06:54:08.215 | Reading state information... 2024-07-30 06:54:08.408 | uwsgi is already the newest version (2.0.20-4). 2024-07-30 06:54:08.409 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-07-30 06:54:08.409 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-07-30 06:54:08.409 | The following packages were automatically installed and are no longer required: 2024-07-30 06:54:08.409 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-30 06:54:08.409 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-30 06:54:08.409 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-30 06:54:08.409 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-30 06:54:08.409 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-30 06:54:08.409 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-30 06:54:08.409 | linux-modules-extra-5.15.0-105-generic 2024-07-30 06:54:08.409 | Use 'sudo apt autoremove' to remove them. 2024-07-30 06:54:08.430 | 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 2024-07-30 06:54:08.434 | + functions-common:apt_get:1230 : result=0 2024-07-30 06:54:08.436 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:54:08.438 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:08.440 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:08.442 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:08.444 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:08.445 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:08.447 | + functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:54:08.449 | + functions-common:time_stop:2442 : start_time=1722322447960 2024-07-30 06:54:08.451 | + functions-common:time_stop:2444 : [[ -z 1722322447960 ]] 2024-07-30 06:54:08.453 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:08.457 | + functions-common:time_stop:2447 : end_time=1722322448455 2024-07-30 06:54:08.458 | + functions-common:time_stop:2448 : elapsed_time=495 2024-07-30 06:54:08.460 | + functions-common:time_stop:2449 : total=5840 2024-07-30 06:54:08.462 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:08.464 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6335 2024-07-30 06:54:08.466 | + functions-common:apt_get:1234 : return 0 2024-07-30 06:54:08.468 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-07-30 06:54:08.470 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:08.472 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:08.473 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-07-30 06:54:08.509 | Enabling module proxy. 2024-07-30 06:54:08.513 | To activate the new configuration, you need to run: 2024-07-30 06:54:08.513 | systemctl restart apache2 2024-07-30 06:54:08.516 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-07-30 06:54:08.548 | Considering dependency proxy for proxy_uwsgi: 2024-07-30 06:54:08.548 | Module proxy already enabled 2024-07-30 06:54:08.549 | Enabling module proxy_uwsgi. 2024-07-30 06:54:08.552 | To activate the new configuration, you need to run: 2024-07-30 06:54:08.552 | systemctl restart apache2 2024-07-30 06:54:08.555 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-07-30 06:54:08.557 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-30 06:54:08.559 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:54:08.561 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-30 06:54:08.667 | + stack.sh:main:907 : install_keystoneauth 2024-07-30 06:54:08.669 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-07-30 06:54:08.670 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-07-30 06:54:08.672 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.674 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.676 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-07-30 06:54:08.677 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.679 | + stack.sh:main:908 : install_keystoneclient 2024-07-30 06:54:08.681 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-07-30 06:54:08.683 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-07-30 06:54:08.684 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.687 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.689 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-07-30 06:54:08.691 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.693 | + stack.sh:main:909 : install_glanceclient 2024-07-30 06:54:08.695 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-07-30 06:54:08.697 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-07-30 06:54:08.698 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.700 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.702 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-07-30 06:54:08.704 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.706 | + stack.sh:main:910 : install_cinderclient 2024-07-30 06:54:08.708 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-07-30 06:54:08.710 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-07-30 06:54:08.712 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.713 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.715 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-07-30 06:54:08.717 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.719 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-07-30 06:54:08.721 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-07-30 06:54:08.723 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.724 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.726 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-07-30 06:54:08.728 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.730 | + stack.sh:main:911 : install_novaclient 2024-07-30 06:54:08.732 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-07-30 06:54:08.734 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-07-30 06:54:08.735 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.737 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.739 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-07-30 06:54:08.741 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.743 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-07-30 06:54:08.759 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:08.761 | + stack.sh:main:913 : install_swiftclient 2024-07-30 06:54:08.762 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-07-30 06:54:08.764 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-07-30 06:54:08.766 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.768 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.770 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-07-30 06:54:08.772 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.774 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-07-30 06:54:08.786 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:08.788 | + stack.sh:main:916 : install_neutronclient 2024-07-30 06:54:08.790 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-07-30 06:54:08.792 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-07-30 06:54:08.794 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.796 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.798 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-07-30 06:54:08.800 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.802 | + stack.sh:main:920 : install_keystonemiddleware 2024-07-30 06:54:08.804 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-07-30 06:54:08.806 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-07-30 06:54:08.808 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:08.809 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:08.811 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-07-30 06:54:08.813 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:08.815 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-07-30 06:54:08.817 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-07-30 06:54:08.819 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-30 06:54:08.821 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-07-30 06:54:08.823 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-07-30 06:54:08.825 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-30 06:54:08.828 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-30 06:54:08.828 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-07-30 06:54:08.832 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-07-30 06:54:08.834 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-07-30 06:54:08.836 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-07-30 06:54:08.838 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-07-30 06:54:08.840 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-07-30 06:54:08.855 | Using python 3.10 to install keystonemiddleware 2024-07-30 06:54:08.857 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-07-30 06:54:09.931 | Collecting keystonemiddleware 2024-07-30 06:54:09.934 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-07-30 06:54:10.011 | Collecting oslo.log>=3.36.0 2024-07-30 06:54:10.014 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-07-30 06:54:10.056 | Collecting python-keystoneclient>=3.20.0 2024-07-30 06:54:10.060 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-07-30 06:54:10.088 | Collecting pycadf!=2.0.0,>=1.1.0 2024-07-30 06:54:10.091 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-07-30 06:54:10.133 | Collecting keystoneauth1>=3.12.0 2024-07-30 06:54:10.137 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-07-30 06:54:10.204 | Collecting oslo.utils>=3.33.0 2024-07-30 06:54:10.206 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-07-30 06:54:10.208 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-07-30 06:54:10.247 | Collecting oslo.context>=2.19.2 2024-07-30 06:54:10.249 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-07-30 06:54:10.291 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-07-30 06:54:10.294 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-07-30 06:54:10.330 | Collecting oslo.i18n>=3.15.3 2024-07-30 06:54:10.332 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-07-30 06:54:10.467 | Collecting oslo.cache>=1.26.0 2024-07-30 06:54:10.469 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-07-30 06:54:10.472 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-07-30 06:54:10.526 | Collecting WebOb>=1.7.1 2024-07-30 06:54:10.529 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-07-30 06:54:10.589 | Collecting oslo.config>=5.2.0 2024-07-30 06:54:10.591 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-07-30 06:54:10.594 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-07-30 06:54:10.641 | Collecting os-service-types>=1.2.0 2024-07-30 06:54:10.643 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-07-30 06:54:10.680 | Collecting stevedore>=1.20.0 2024-07-30 06:54:10.682 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-07-30 06:54:10.705 | Collecting iso8601>=0.1.11 2024-07-30 06:54:10.708 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-07-30 06:54:10.760 | Collecting dogpile.cache>=1.1.5 2024-07-30 06:54:10.762 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-07-30 06:54:10.818 | Collecting rfc3986>=1.2.0 2024-07-30 06:54:10.820 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-07-30 06:54:10.849 | Collecting debtcollector>=1.2.0 2024-07-30 06:54:10.850 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-07-30 06:54:10.930 | Collecting PyYAML>=5.1 2024-07-30 06:54:10.935 | 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-07-30 06:54:10.967 | Collecting netaddr>=0.7.18 2024-07-30 06:54:10.980 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-07-30 06:54:11.034 | Collecting pyinotify>=0.9.6 2024-07-30 06:54:11.034 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-07-30 06:54:11.069 | Collecting python-dateutil>=2.7.0 2024-07-30 06:54:11.072 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-07-30 06:54:11.232 | Collecting msgpack>=0.5.2 2024-07-30 06:54:11.236 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-07-30 06:54:11.311 | Collecting pytz>=2013.6 2024-07-30 06:54:11.315 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-07-30 06:54:11.374 | Collecting pyparsing>=2.1.0 2024-07-30 06:54:11.377 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-07-30 06:54:11.379 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-07-30 06:54:11.413 | Collecting packaging>=20.4 2024-07-30 06:54:11.415 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-07-30 06:54:11.441 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-07-30 06:54:11.442 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2024-07-30 06:54:11.443 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-07-30 06:54:11.443 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-07-30 06:54:11.647 | Collecting wrapt>=1.7.0 2024-07-30 06:54:11.649 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2024-07-30 06:54:11.682 | Collecting decorator>=4.0.0 2024-07-30 06:54:11.684 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-07-30 06:54:12.089 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-07-30 06:54:12.117 | Attempting uninstall: pytz 2024-07-30 06:54:12.118 | Found existing installation: pytz 2022.1 2024-07-30 06:54:12.120 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:12.121 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-07-30 06:54:12.432 | Attempting uninstall: stevedore 2024-07-30 06:54:12.433 | Found existing installation: stevedore 3.5.0 2024-07-30 06:54:12.434 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:12.435 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-07-30 06:54:12.573 | Attempting uninstall: pyparsing 2024-07-30 06:54:12.573 | Found existing installation: pyparsing 2.4.7 2024-07-30 06:54:12.575 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:12.575 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-07-30 06:54:13.607 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.2 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.0 oslo.serialization-5.1.1 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-07-30 06:54:13.608 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:54:13.739 | + inc/python:pip_install:196 : result=0 2024-07-30 06:54:13.740 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:54:13.742 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:13.744 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:13.745 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:13.747 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:13.749 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:13.750 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:54:13.752 | + functions-common:time_stop:2442 : start_time=1722322448851 2024-07-30 06:54:13.753 | + functions-common:time_stop:2444 : [[ -z 1722322448851 ]] 2024-07-30 06:54:13.755 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:13.758 | + functions-common:time_stop:2447 : end_time=1722322453756 2024-07-30 06:54:13.760 | + functions-common:time_stop:2448 : elapsed_time=4905 2024-07-30 06:54:13.762 | + functions-common:time_stop:2449 : total=15787 2024-07-30 06:54:13.763 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:13.765 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20692 2024-07-30 06:54:13.766 | + inc/python:pip_install:199 : return 0 2024-07-30 06:54:13.768 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-07-30 06:54:13.770 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-07-30 06:54:13.772 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-30 06:54:13.774 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-07-30 06:54:13.776 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-07-30 06:54:13.778 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-30 06:54:13.781 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-07-30 06:54:13.781 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-30 06:54:13.785 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-07-30 06:54:13.787 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-07-30 06:54:13.788 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-07-30 06:54:13.791 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-07-30 06:54:13.792 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-07-30 06:54:13.807 | Using python 3.10 to install python-memcached 2024-07-30 06:54:13.809 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-07-30 06:54:14.774 | Collecting python-memcached 2024-07-30 06:54:14.776 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-07-30 06:54:14.779 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-07-30 06:54:15.071 | Installing collected packages: python-memcached 2024-07-30 06:54:15.100 | Successfully installed python-memcached-1.59 2024-07-30 06:54:15.100 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:54:15.180 | + inc/python:pip_install:196 : result=0 2024-07-30 06:54:15.182 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:54:15.184 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:15.186 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:15.187 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:15.189 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:15.191 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:15.192 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:54:15.194 | + functions-common:time_stop:2442 : start_time=1722322453803 2024-07-30 06:54:15.196 | + functions-common:time_stop:2444 : [[ -z 1722322453803 ]] 2024-07-30 06:54:15.197 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:15.201 | + functions-common:time_stop:2447 : end_time=1722322455199 2024-07-30 06:54:15.203 | + functions-common:time_stop:2448 : elapsed_time=1396 2024-07-30 06:54:15.204 | + functions-common:time_stop:2449 : total=20692 2024-07-30 06:54:15.206 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:15.208 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22088 2024-07-30 06:54:15.210 | + inc/python:pip_install:199 : return 0 2024-07-30 06:54:15.212 | + stack.sh:main:922 : is_service_enabled keystone 2024-07-30 06:54:15.225 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:15.226 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-07-30 06:54:15.228 | + stack.sh:main:924 : stack_install_service keystone 2024-07-30 06:54:15.230 | + lib/stack:stack_install_service:20 : local service=keystone 2024-07-30 06:54:15.232 | + lib/stack:stack_install_service:21 : type install_keystone 2024-07-30 06:54:15.234 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-30 06:54:15.236 | + lib/stack:stack_install_service:32 : install_keystone 2024-07-30 06:54:15.238 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-07-30 06:54:15.250 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:15.252 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-07-30 06:54:15.253 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-07-30 06:54:15.255 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-07-30 06:54:15.256 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-30 06:54:15.258 | + functions-common:git_clone:615 : local orig_dir 2024-07-30 06:54:15.260 | ++ functions-common:git_clone:616 : pwd 2024-07-30 06:54:15.262 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-30 06:54:15.264 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-30 06:54:15.266 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-30 06:54:15.278 | + functions-common:git_clone:619 : RECLONE=False 2024-07-30 06:54:15.280 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-30 06:54:15.282 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-30 06:54:15.283 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-30 06:54:15.285 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-30 06:54:15.286 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-30 06:54:15.289 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-07-30 06:54:15.291 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-30 06:54:15.293 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-07-30 06:54:15.294 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:15.296 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:15.297 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:15.299 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:15.300 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:15.302 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:15.304 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:15.305 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:15.307 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:15.310 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322455308 2024-07-30 06:54:15.312 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-07-30 06:54:15.314 | Cloning into '/opt/stack//keystone'... 2024-07-30 06:54:17.608 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:54:17.611 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:17.612 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:17.614 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:17.616 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:17.618 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:17.620 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:54:17.621 | + functions-common:time_stop:2442 : start_time=1722322455308 2024-07-30 06:54:17.623 | + functions-common:time_stop:2444 : [[ -z 1722322455308 ]] 2024-07-30 06:54:17.625 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:17.628 | + functions-common:time_stop:2447 : end_time=1722322457626 2024-07-30 06:54:17.630 | + functions-common:time_stop:2448 : elapsed_time=2318 2024-07-30 06:54:17.632 | + functions-common:time_stop:2449 : total=5884 2024-07-30 06:54:17.634 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:17.635 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8202 2024-07-30 06:54:17.637 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-07-30 06:54:17.639 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-30 06:54:17.641 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:17.642 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:17.644 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:17.646 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:17.648 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:17.649 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:17.651 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:17.653 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:17.655 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:17.658 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322457656 2024-07-30 06:54:17.660 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-30 06:54:19.483 | From https://opendev.org/openstack/keystone 2024-07-30 06:54:19.483 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-30 06:54:19.487 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:54:19.489 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:19.491 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:19.492 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:19.494 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:19.496 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:19.497 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:54:19.499 | + functions-common:time_stop:2442 : start_time=1722322457656 2024-07-30 06:54:19.500 | + functions-common:time_stop:2444 : [[ -z 1722322457656 ]] 2024-07-30 06:54:19.502 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:19.505 | + functions-common:time_stop:2447 : end_time=1722322459503 2024-07-30 06:54:19.506 | + functions-common:time_stop:2448 : elapsed_time=1847 2024-07-30 06:54:19.508 | + functions-common:time_stop:2449 : total=8202 2024-07-30 06:54:19.510 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:19.511 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10049 2024-07-30 06:54:19.513 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-30 06:54:19.514 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:19.516 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:19.517 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:19.519 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:19.520 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:19.522 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:19.523 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:19.525 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:19.527 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:19.533 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322459528 2024-07-30 06:54:19.535 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-30 06:54:19.624 | Note: switching to 'FETCH_HEAD'. 2024-07-30 06:54:19.625 | 2024-07-30 06:54:19.625 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-30 06:54:19.625 | changes and commit them, and you can discard any commits you make in this 2024-07-30 06:54:19.625 | state without impacting any branches by switching back to a branch. 2024-07-30 06:54:19.625 | 2024-07-30 06:54:19.625 | If you want to create a new branch to retain commits you create, you may 2024-07-30 06:54:19.625 | do so (now or later) by using -c with the switch command. Example: 2024-07-30 06:54:19.625 | 2024-07-30 06:54:19.625 | git switch -c 2024-07-30 06:54:19.625 | 2024-07-30 06:54:19.625 | Or undo this operation with: 2024-07-30 06:54:19.625 | 2024-07-30 06:54:19.625 | git switch - 2024-07-30 06:54:19.625 | 2024-07-30 06:54:19.625 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-30 06:54:19.625 | 2024-07-30 06:54:19.625 | HEAD is now at c725173 Remove reference to devstack-gate 2024-07-30 06:54:19.628 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:54:19.630 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:19.632 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:19.633 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:19.635 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:19.636 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:19.638 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:54:19.639 | + functions-common:time_stop:2442 : start_time=1722322459528 2024-07-30 06:54:19.641 | + functions-common:time_stop:2444 : [[ -z 1722322459528 ]] 2024-07-30 06:54:19.643 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:19.646 | + functions-common:time_stop:2447 : end_time=1722322459644 2024-07-30 06:54:19.647 | + functions-common:time_stop:2448 : elapsed_time=116 2024-07-30 06:54:19.649 | + functions-common:time_stop:2449 : total=10049 2024-07-30 06:54:19.651 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:19.652 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10165 2024-07-30 06:54:19.654 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-07-30 06:54:19.664 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-07-30 06:54:19.666 | + functions-common:git_clone:696 : git show --oneline 2024-07-30 06:54:19.666 | + functions-common:git_clone:696 : head -1 2024-07-30 06:54:19.669 | c725173 Remove reference to devstack-gate 2024-07-30 06:54:19.671 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-30 06:54:19.673 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-07-30 06:54:19.675 | + inc/python:setup_develop:334 : local bindep 2024-07-30 06:54:19.677 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-07-30 06:54:19.678 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-07-30 06:54:19.680 | + inc/python:setup_develop:340 : local extras= 2024-07-30 06:54:19.682 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-07-30 06:54:19.684 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-30 06:54:19.685 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-07-30 06:54:19.687 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-07-30 06:54:19.689 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-30 06:54:19.691 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-30 06:54:19.693 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-07-30 06:54:19.694 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-30 06:54:19.697 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-07-30 06:54:19.699 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-30 06:54:19.700 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-30 06:54:19.703 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-07-30 06:54:19.707 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-07-30 06:54:19.708 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-07-30 06:54:20.021 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-07-30 06:54:20.023 | + inc/python:setup_package:414 : local bindep=0 2024-07-30 06:54:20.024 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-30 06:54:20.026 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-30 06:54:20.028 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-07-30 06:54:20.029 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-07-30 06:54:20.031 | + inc/python:setup_package:423 : local flags=-e 2024-07-30 06:54:20.033 | + inc/python:setup_package:424 : local extras= 2024-07-30 06:54:20.034 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-30 06:54:20.036 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-30 06:54:20.038 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-30 06:54:20.039 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-30 06:54:20.041 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-30 06:54:20.043 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-07-30 06:54:20.057 | Using python 3.10 to install /opt/stack/keystone 2024-07-30 06:54:20.059 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-07-30 06:54:20.947 | Obtaining file:///opt/stack/keystone 2024-07-30 06:54:20.947 | Preparing metadata (setup.py): started 2024-07-30 06:54:21.431 | Preparing metadata (setup.py): finished with status 'done' 2024-07-30 06:54:21.582 | Collecting Flask!=0.11,>=1.0.2 2024-07-30 06:54:21.585 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-07-30 06:54:21.608 | Collecting Flask-RESTful>=0.3.5 2024-07-30 06:54:21.610 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-07-30 06:54:21.640 | Collecting PyJWT>=1.6.1 2024-07-30 06:54:21.642 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-07-30 06:54:22.348 | Collecting SQLAlchemy>=1.3.0 2024-07-30 06:54:22.359 | 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-07-30 06:54:22.371 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2024-07-30 06:54:22.457 | Collecting bcrypt>=3.1.3 2024-07-30 06:54:22.462 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-07-30 06:54:22.866 | Collecting cryptography>=2.7 2024-07-30 06:54:22.890 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-07-30 06:54:22.911 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2024-07-30 06:54:22.963 | Collecting jsonschema>=3.2.0 2024-07-30 06:54:22.965 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-07-30 06:54:22.968 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2024-07-30 06:54:22.968 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2024-07-30 06:54:22.991 | Collecting oauthlib>=0.6.2 2024-07-30 06:54:22.994 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-07-30 06:54:22.997 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2024-07-30 06:54:22.998 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2024-07-30 06:54:22.999 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-07-30 06:54:23.055 | Collecting oslo.db>=6.0.0 2024-07-30 06:54:23.058 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-07-30 06:54:23.061 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2024-07-30 06:54:23.062 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.0) 2024-07-30 06:54:23.146 | Collecting oslo.messaging>=5.29.0 2024-07-30 06:54:23.149 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-07-30 06:54:23.194 | Collecting oslo.middleware>=3.31.0 2024-07-30 06:54:23.197 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-07-30 06:54:23.253 | Collecting oslo.policy>=3.10.0 2024-07-30 06:54:23.255 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-07-30 06:54:23.258 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-07-30 06:54:23.282 | Collecting oslo.upgradecheck>=1.3.0 2024-07-30 06:54:23.284 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-07-30 06:54:23.286 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2024-07-30 06:54:23.316 | Collecting osprofiler>=1.4.0 2024-07-30 06:54:23.319 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-07-30 06:54:23.340 | Collecting passlib>=1.7.0 2024-07-30 06:54:23.344 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-07-30 06:54:23.349 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2024-07-30 06:54:23.350 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2024-07-30 06:54:23.382 | Collecting pysaml2>=5.0.0 2024-07-30 06:54:23.386 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-07-30 06:54:23.391 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2024-07-30 06:54:23.392 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-07-30 06:54:23.486 | Collecting scrypt>=0.8.0 2024-07-30 06:54:23.494 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-07-30 06:54:23.609 | Collecting sqlalchemy-migrate>=0.13.0 2024-07-30 06:54:23.611 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-07-30 06:54:23.614 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2024-07-30 06:54:23.881 | Collecting cffi>=1.12 2024-07-30 06:54:23.885 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-07-30 06:54:23.891 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev12) (5.1.1) 2024-07-30 06:54:23.939 | Collecting Werkzeug>=2.2.2 2024-07-30 06:54:23.942 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-07-30 06:54:23.972 | Collecting Jinja2>=3.0 2024-07-30 06:54:23.974 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-07-30 06:54:24.009 | Collecting click>=8.0 2024-07-30 06:54:24.011 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-07-30 06:54:24.032 | Collecting itsdangerous>=2.0 2024-07-30 06:54:24.034 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-07-30 06:54:24.060 | Collecting aniso8601>=0.82 2024-07-30 06:54:24.062 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-07-30 06:54:24.064 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2024-07-30 06:54:24.111 | Collecting attrs>=17.4.0 2024-07-30 06:54:24.113 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-07-30 06:54:24.115 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev12) (0.18.1) 2024-07-30 06:54:24.136 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2024-07-30 06:54:24.138 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.2) 2024-07-30 06:54:24.215 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.5.0) 2024-07-30 06:54:24.216 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (2.5.0) 2024-07-30 06:54:24.217 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (0.8.0) 2024-07-30 06:54:24.218 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2024-07-30 06:54:24.292 | Collecting alembic>=0.9.6 2024-07-30 06:54:24.296 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-07-30 06:54:24.317 | Collecting testscenarios>=0.4 2024-07-30 06:54:24.319 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-07-30 06:54:24.339 | Collecting testresources>=2.0.0 2024-07-30 06:54:24.340 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-07-30 06:54:24.481 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (0.9.6) 2024-07-30 06:54:24.502 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (2.8.2) 2024-07-30 06:54:24.523 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev12) (2.4.1) 2024-07-30 06:54:24.659 | Collecting oslo.metrics>=0.2.1 2024-07-30 06:54:24.661 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-07-30 06:54:24.699 | Collecting amqp>=2.5.2 2024-07-30 06:54:24.701 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-07-30 06:54:24.748 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-07-30 06:54:24.750 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-07-30 06:54:24.781 | Collecting cachetools>=2.0.0 2024-07-30 06:54:24.783 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-07-30 06:54:24.843 | Collecting kombu>=4.6.6 2024-07-30 06:54:24.847 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-07-30 06:54:24.875 | Collecting statsd>=3.2.1 2024-07-30 06:54:24.877 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-07-30 06:54:24.927 | Collecting PrettyTable>=0.7.1 2024-07-30 06:54:24.928 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-07-30 06:54:24.948 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (3.0.9) 2024-07-30 06:54:24.949 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (23.1) 2024-07-30 06:54:24.949 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2024-07-30 06:54:24.950 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (1.1.0) 2024-07-30 06:54:25.011 | Collecting oslo.concurrency>=3.26.0 2024-07-30 06:54:25.013 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-07-30 06:54:25.115 | Collecting xmlschema>=1.2.1 2024-07-30 06:54:25.119 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-07-30 06:54:25.143 | Collecting defusedxml 2024-07-30 06:54:25.145 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-07-30 06:54:25.146 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-07-30 06:54:25.173 | Collecting pyOpenSSL 2024-07-30 06:54:25.175 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-07-30 06:54:25.554 | Collecting greenlet!=0.4.17 2024-07-30 06:54:25.556 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-07-30 06:54:25.584 | Collecting Tempita>=0.4 2024-07-30 06:54:25.586 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-07-30 06:54:25.616 | Collecting sqlparse 2024-07-30 06:54:25.617 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-07-30 06:54:25.672 | Collecting Mako 2024-07-30 06:54:25.674 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-07-30 06:54:25.702 | Collecting vine>=5.0.0 2024-07-30 06:54:25.704 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-07-30 06:54:25.822 | Collecting pycparser 2024-07-30 06:54:25.825 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-07-30 06:54:25.843 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.14.1) 2024-07-30 06:54:25.985 | Collecting MarkupSafe>=2.0 2024-07-30 06:54:25.987 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-07-30 06:54:26.019 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.7.0) 2024-07-30 06:54:26.094 | Collecting fasteners>=0.7.0 2024-07-30 06:54:26.095 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-07-30 06:54:26.134 | Collecting prometheus-client>=0.6.0 2024-07-30 06:54:26.136 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-07-30 06:54:26.174 | Collecting Routes>=2.3.1 2024-07-30 06:54:26.176 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-07-30 06:54:26.209 | Collecting Paste>=2.0.2 2024-07-30 06:54:26.213 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-07-30 06:54:26.349 | Collecting Yappi>=1.0 2024-07-30 06:54:26.351 | 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-07-30 06:54:26.376 | Collecting fixtures>=3.0.0 2024-07-30 06:54:26.376 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-07-30 06:54:26.402 | Collecting PasteDeploy>=1.5.0 2024-07-30 06:54:26.404 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-07-30 06:54:26.442 | Collecting eventlet>=0.25.2 2024-07-30 06:54:26.444 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-07-30 06:54:26.467 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2024-07-30 06:54:26.518 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.1.1) 2024-07-30 06:54:26.519 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2020.6.20) 2024-07-30 06:54:26.520 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (3.4) 2024-07-30 06:54:26.520 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.26.12) 2024-07-30 06:54:26.574 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2024-07-30 06:54:26.646 | Collecting elementpath<4.0.0,>=3.0.0 2024-07-30 06:54:26.649 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-07-30 06:54:26.769 | Collecting dnspython>=1.15.0 2024-07-30 06:54:26.772 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-07-30 06:54:26.894 | Collecting repoze.lru>=0.3 2024-07-30 06:54:26.896 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-07-30 06:54:27.044 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2024-07-30 06:54:27.044 | Reason for being yanked: Regression in OpenSSL. 2024-07-30 06:54:27.561 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-07-30 06:54:28.050 | Attempting uninstall: PyJWT 2024-07-30 06:54:28.051 | Found existing installation: PyJWT 2.3.0 2024-07-30 06:54:28.052 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:28.053 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-07-30 06:54:28.233 | Attempting uninstall: PrettyTable 2024-07-30 06:54:28.235 | Found existing installation: prettytable 2.5.0 2024-07-30 06:54:28.237 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:28.237 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-07-30 06:54:28.429 | Attempting uninstall: oauthlib 2024-07-30 06:54:28.430 | Found existing installation: oauthlib 3.2.0 2024-07-30 06:54:28.432 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:28.432 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-07-30 06:54:28.501 | Attempting uninstall: MarkupSafe 2024-07-30 06:54:28.502 | Found existing installation: MarkupSafe 2.0.1 2024-07-30 06:54:28.503 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:28.504 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-07-30 06:54:28.560 | Attempting uninstall: fixtures 2024-07-30 06:54:28.561 | Found existing installation: fixtures 3.0.0 2024-07-30 06:54:28.563 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:28.564 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-07-30 06:54:28.938 | Attempting uninstall: click 2024-07-30 06:54:28.939 | Found existing installation: click 8.0.3 2024-07-30 06:54:28.940 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:28.940 | Can't uninstall 'click'. No files were found to uninstall. 2024-07-30 06:54:29.008 | Attempting uninstall: bcrypt 2024-07-30 06:54:29.009 | Found existing installation: bcrypt 3.2.0 2024-07-30 06:54:29.010 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:29.011 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-07-30 06:54:29.031 | Attempting uninstall: attrs 2024-07-30 06:54:29.032 | Found existing installation: attrs 21.2.0 2024-07-30 06:54:29.033 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:29.034 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-07-30 06:54:30.091 | Attempting uninstall: jsonschema 2024-07-30 06:54:30.092 | Found existing installation: jsonschema 3.2.0 2024-07-30 06:54:30.093 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:30.094 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-07-30 06:54:30.154 | Attempting uninstall: Jinja2 2024-07-30 06:54:30.155 | Found existing installation: Jinja2 3.0.3 2024-07-30 06:54:30.157 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:30.157 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-07-30 06:54:30.773 | Attempting uninstall: cryptography 2024-07-30 06:54:30.774 | Found existing installation: cryptography 3.4.8 2024-07-30 06:54:30.776 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:30.776 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-07-30 06:54:31.099 | Attempting uninstall: pyOpenSSL 2024-07-30 06:54:31.101 | Found existing installation: pyOpenSSL 21.0.0 2024-07-30 06:54:31.102 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:31.102 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-07-30 06:54:31.887 | Running setup.py develop for keystone 2024-07-30 06:54:32.850 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.4 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-07-30 06:54:32.851 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:54:33.060 | + inc/python:pip_install:196 : result=0 2024-07-30 06:54:33.062 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:54:33.063 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:33.065 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:33.067 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:33.068 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:33.070 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:33.071 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:54:33.073 | + functions-common:time_stop:2442 : start_time=1722322460053 2024-07-30 06:54:33.074 | + functions-common:time_stop:2444 : [[ -z 1722322460053 ]] 2024-07-30 06:54:33.076 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:33.079 | + functions-common:time_stop:2447 : end_time=1722322473077 2024-07-30 06:54:33.081 | + functions-common:time_stop:2448 : elapsed_time=13024 2024-07-30 06:54:33.082 | + functions-common:time_stop:2449 : total=22088 2024-07-30 06:54:33.083 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:33.085 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35112 2024-07-30 06:54:33.087 | + inc/python:pip_install:199 : return 0 2024-07-30 06:54:33.088 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-30 06:54:33.090 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-07-30 06:54:33.092 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-07-30 06:54:33.105 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-07-30 06:54:33.114 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-07-30 06:54:33.116 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-07-30 06:54:33.118 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:33.119 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:33.121 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-07-30 06:54:33.123 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:33.124 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-07-30 06:54:33.136 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:33.138 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-07-30 06:54:33.140 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-30 06:54:33.141 | + stack.sh:main:925 : configure_keystone 2024-07-30 06:54:33.143 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-07-30 06:54:33.153 | + 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-07-30 06:54:33.155 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-07-30 06:54:33.158 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-07-30 06:54:33.169 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:33.171 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-07-30 06:54:33.195 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-07-30 06:54:33.217 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-07-30 06:54:33.241 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-07-30 06:54:33.265 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-07-30 06:54:33.288 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-07-30 06:54:33.312 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-07-30 06:54:33.334 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-07-30 06:54:33.356 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-07-30 06:54:33.358 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-07-30 06:54:33.360 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-07-30 06:54:33.361 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-07-30 06:54:33.363 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-30 06:54:33.365 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-30 06:54:33.377 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:33.379 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-30 06:54:33.381 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-30 06:54:33.383 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-30 06:54:33.395 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:33.396 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:54:33.399 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:54:33.423 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-30 06:54:33.425 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-30 06:54:33.427 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-07-30 06:54:33.429 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-07-30 06:54:33.441 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:33.443 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-07-30 06:54:33.467 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-07-30 06:54:33.469 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-07-30 06:54:33.493 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-07-30 06:54:33.495 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-07-30 06:54:33.497 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-07-30 06:54:33.499 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-07-30 06:54:33.501 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-30 06:54:33.503 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-30 06:54:33.505 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-07-30 06:54:33.507 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-07-30 06:54:33.532 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-07-30 06:54:33.534 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-07-30 06:54:33.536 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-07-30 06:54:33.538 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-07-30 06:54:33.540 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-30 06:54:33.554 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-30 06:54:33.556 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-30 06:54:33.558 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-30 06:54:33.560 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-30 06:54:33.562 | + 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-07-30 06:54:33.584 | + 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-07-30 06:54:33.607 | + 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-07-30 06:54:33.629 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-30 06:54:33.652 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-07-30 06:54:33.675 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-07-30 06:54:33.677 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-07-30 06:54:33.678 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-07-30 06:54:33.680 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-07-30 06:54:33.682 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-07-30 06:54:33.684 | + lib/apache:write_uwsgi_config:257 : local http= 2024-07-30 06:54:33.686 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-30 06:54:33.688 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-07-30 06:54:33.691 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-07-30 06:54:33.693 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-30 06:54:33.695 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-30 06:54:33.705 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-30 06:54:33.705 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:54:33.712 | d /var/run/uwsgi 0755 stack root 2024-07-30 06:54:33.715 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:54:33.723 | /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-07-30 06:54:33.726 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-07-30 06:54:33.728 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-07-30 06:54:33.731 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-07-30 06:54:33.754 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-07-30 06:54:33.776 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-07-30 06:54:33.798 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-07-30 06:54:33.821 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-07-30 06:54:33.843 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-07-30 06:54:33.866 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-07-30 06:54:33.888 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-07-30 06:54:33.909 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-07-30 06:54:33.932 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-07-30 06:54:33.955 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-07-30 06:54:33.977 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-07-30 06:54:34.000 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-07-30 06:54:34.021 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-07-30 06:54:34.023 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-07-30 06:54:34.025 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-07-30 06:54:34.027 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-07-30 06:54:34.029 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-30 06:54:34.031 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:34.033 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:34.035 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-07-30 06:54:34.037 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-07-30 06:54:34.039 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-07-30 06:54:34.061 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-07-30 06:54:34.084 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2024-07-30 06:54:34.084 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-07-30 06:54:34.091 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-07-30 06:54:34.094 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-07-30 06:54:34.096 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-07-30 06:54:34.098 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-30 06:54:34.100 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-30 06:54:34.101 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-30 06:54:34.103 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:34.105 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:34.107 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-30 06:54:34.109 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-30 06:54:34.110 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:34.112 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:34.114 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-07-30 06:54:34.146 | Enabling site keystone-wsgi-public. 2024-07-30 06:54:34.150 | To activate the new configuration, you need to run: 2024-07-30 06:54:34.150 | systemctl reload apache2 2024-07-30 06:54:34.153 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-07-30 06:54:34.155 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-30 06:54:34.157 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:54:34.159 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-30 06:54:34.260 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-07-30 06:54:34.284 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-07-30 06:54:34.310 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-07-30 06:54:34.335 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-07-30 06:54:34.337 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-07-30 06:54:34.363 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-07-30 06:54:34.386 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-07-30 06:54:34.409 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-07-30 06:54:34.434 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-07-30 06:54:34.436 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-07-30 06:54:34.437 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-07-30 06:54:34.460 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-07-30 06:54:34.486 | + stack.sh:main:929 : is_service_enabled swift 2024-07-30 06:54:34.499 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:34.501 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-07-30 06:54:34.514 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:34.516 | + stack.sh:main:945 : stack_install_service glance 2024-07-30 06:54:34.518 | + lib/stack:stack_install_service:20 : local service=glance 2024-07-30 06:54:34.520 | + lib/stack:stack_install_service:21 : type install_glance 2024-07-30 06:54:34.522 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-30 06:54:34.524 | + lib/stack:stack_install_service:32 : install_glance 2024-07-30 06:54:34.526 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-07-30 06:54:34.528 | + lib/glance:install_glance:511 : local glance_store_extras 2024-07-30 06:54:34.530 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-07-30 06:54:34.543 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:34.545 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-07-30 06:54:34.547 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-07-30 06:54:34.559 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:34.560 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-07-30 06:54:34.562 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-07-30 06:54:34.564 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:34.566 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:34.568 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-07-30 06:54:34.570 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:34.572 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-07-30 06:54:34.574 | ++ inc/python:join_extras:29 : local IFS=, 2024-07-30 06:54:34.576 | ++ inc/python:join_extras:30 : echo cinder 2024-07-30 06:54:34.578 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-07-30 06:54:34.580 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-07-30 06:54:34.582 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-07-30 06:54:34.584 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-07-30 06:54:34.586 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-07-30 06:54:34.588 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-07-30 06:54:34.590 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-07-30 06:54:34.593 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-07-30 06:54:34.593 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-07-30 06:54:34.597 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-07-30 06:54:34.599 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-07-30 06:54:34.601 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-07-30 06:54:34.603 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-07-30 06:54:34.605 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-07-30 06:54:34.621 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-07-30 06:54:34.623 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-07-30 06:54:35.732 | Collecting glance-store[cinder]!=0.29.0 2024-07-30 06:54:35.735 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-07-30 06:54:35.772 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-07-30 06:54:35.773 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-07-30 06:54:35.774 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2024-07-30 06:54:35.775 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2024-07-30 06:54:35.775 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2024-07-30 06:54:35.776 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2024-07-30 06:54:35.777 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-07-30 06:54:35.778 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2024-07-30 06:54:35.779 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2024-07-30 06:54:35.779 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2024-07-30 06:54:35.780 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2024-07-30 06:54:35.908 | Collecting oslo.privsep>=1.23.0 2024-07-30 06:54:35.910 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-07-30 06:54:35.949 | Collecting python-cinderclient>=4.1.0 2024-07-30 06:54:35.953 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-07-30 06:54:36.101 | Collecting os-brick>=6.2.2 2024-07-30 06:54:36.105 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-07-30 06:54:36.234 | Collecting oslo.rootwrap>=5.8.0 2024-07-30 06:54:36.237 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-07-30 06:54:36.242 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2024-07-30 06:54:36.243 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2024-07-30 06:54:36.244 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2024-07-30 06:54:36.283 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2024-07-30 06:54:36.284 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2024-07-30 06:54:36.307 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-07-30 06:54:36.308 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-07-30 06:54:36.309 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-07-30 06:54:36.319 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.0) 2024-07-30 06:54:36.320 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.2) 2024-07-30 06:54:36.442 | Collecting os-win>=5.7.0 2024-07-30 06:54:36.445 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-07-30 06:54:36.450 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2024-07-30 06:54:36.451 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2024-07-30 06:54:36.459 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2024-07-30 06:54:36.477 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2024-07-30 06:54:36.477 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2024-07-30 06:54:36.478 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-07-30 06:54:36.479 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-07-30 06:54:36.488 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-07-30 06:54:36.488 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2024-07-30 06:54:36.495 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2024-07-30 06:54:36.501 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-07-30 06:54:36.502 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-07-30 06:54:36.503 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (23.1) 2024-07-30 06:54:36.511 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2024-07-30 06:54:36.527 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-07-30 06:54:36.527 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2024-07-30 06:54:36.528 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2024-07-30 06:54:36.529 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2024-07-30 06:54:36.568 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-07-30 06:54:36.576 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2024-07-30 06:54:36.649 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2024-07-30 06:54:36.651 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2024-07-30 06:54:36.664 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-07-30 06:54:36.665 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2024-07-30 06:54:36.666 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2024-07-30 06:54:36.667 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2024-07-30 06:54:36.667 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2024-07-30 06:54:36.669 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2024-07-30 06:54:36.686 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2024-07-30 06:54:36.758 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2024-07-30 06:54:36.785 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2024-07-30 06:54:37.299 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-07-30 06:54:38.050 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-07-30 06:54:38.051 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:54:38.157 | + inc/python:pip_install:196 : result=0 2024-07-30 06:54:38.159 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:54:38.161 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:38.163 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:38.164 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:38.166 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:38.168 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:38.170 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:54:38.172 | + functions-common:time_stop:2442 : start_time=1722322474617 2024-07-30 06:54:38.173 | + functions-common:time_stop:2444 : [[ -z 1722322474617 ]] 2024-07-30 06:54:38.175 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:38.179 | + functions-common:time_stop:2447 : end_time=1722322478176 2024-07-30 06:54:38.180 | + functions-common:time_stop:2448 : elapsed_time=3559 2024-07-30 06:54:38.182 | + functions-common:time_stop:2449 : total=35112 2024-07-30 06:54:38.184 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:38.186 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38671 2024-07-30 06:54:38.188 | + inc/python:pip_install:199 : return 0 2024-07-30 06:54:38.189 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-07-30 06:54:38.191 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-07-30 06:54:38.193 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-07-30 06:54:38.203 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-07-30 06:54:38.207 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-07-30 06:54:38.208 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-07-30 06:54:38.210 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-07-30 06:54:38.212 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-30 06:54:38.213 | + functions-common:git_clone:615 : local orig_dir 2024-07-30 06:54:38.216 | ++ functions-common:git_clone:616 : pwd 2024-07-30 06:54:38.218 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-30 06:54:38.220 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-30 06:54:38.222 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-30 06:54:38.234 | + functions-common:git_clone:619 : RECLONE=False 2024-07-30 06:54:38.236 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-30 06:54:38.238 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-30 06:54:38.239 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-30 06:54:38.241 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-30 06:54:38.242 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-30 06:54:38.246 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-07-30 06:54:38.247 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-30 06:54:38.249 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-07-30 06:54:38.251 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:38.252 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:38.254 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:38.256 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:38.257 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:38.259 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:38.261 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:38.262 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:38.264 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:38.267 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322478265 2024-07-30 06:54:38.269 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-07-30 06:54:38.271 | Cloning into '/opt/stack//glance'... 2024-07-30 06:54:40.491 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:54:40.493 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:40.495 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:40.497 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:40.498 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:40.500 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:40.502 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:54:40.504 | + functions-common:time_stop:2442 : start_time=1722322478265 2024-07-30 06:54:40.505 | + functions-common:time_stop:2444 : [[ -z 1722322478265 ]] 2024-07-30 06:54:40.507 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:40.511 | + functions-common:time_stop:2447 : end_time=1722322480509 2024-07-30 06:54:40.512 | + functions-common:time_stop:2448 : elapsed_time=2244 2024-07-30 06:54:40.514 | + functions-common:time_stop:2449 : total=10165 2024-07-30 06:54:40.516 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:40.517 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12409 2024-07-30 06:54:40.519 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-07-30 06:54:40.521 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-30 06:54:40.523 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:40.524 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:40.526 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:40.528 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:40.529 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:40.531 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:40.533 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:40.534 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:40.536 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:40.540 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322480538 2024-07-30 06:54:40.542 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-30 06:54:42.212 | From https://opendev.org/openstack/glance 2024-07-30 06:54:42.212 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-30 06:54:42.216 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:54:42.218 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:42.220 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:42.221 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:42.223 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:42.225 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:42.226 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:54:42.228 | + functions-common:time_stop:2442 : start_time=1722322480538 2024-07-30 06:54:42.229 | + functions-common:time_stop:2444 : [[ -z 1722322480538 ]] 2024-07-30 06:54:42.231 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:42.234 | + functions-common:time_stop:2447 : end_time=1722322482232 2024-07-30 06:54:42.236 | + functions-common:time_stop:2448 : elapsed_time=1694 2024-07-30 06:54:42.238 | + functions-common:time_stop:2449 : total=12409 2024-07-30 06:54:42.239 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:42.241 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14103 2024-07-30 06:54:42.242 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-30 06:54:42.244 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:42.246 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:42.247 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:42.249 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:42.251 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:42.252 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:42.254 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:42.255 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:42.257 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:42.260 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322482258 2024-07-30 06:54:42.262 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-30 06:54:42.330 | Note: switching to 'FETCH_HEAD'. 2024-07-30 06:54:42.330 | 2024-07-30 06:54:42.330 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-30 06:54:42.330 | changes and commit them, and you can discard any commits you make in this 2024-07-30 06:54:42.330 | state without impacting any branches by switching back to a branch. 2024-07-30 06:54:42.330 | 2024-07-30 06:54:42.330 | If you want to create a new branch to retain commits you create, you may 2024-07-30 06:54:42.330 | do so (now or later) by using -c with the switch command. Example: 2024-07-30 06:54:42.330 | 2024-07-30 06:54:42.330 | git switch -c 2024-07-30 06:54:42.330 | 2024-07-30 06:54:42.330 | Or undo this operation with: 2024-07-30 06:54:42.330 | 2024-07-30 06:54:42.330 | git switch - 2024-07-30 06:54:42.330 | 2024-07-30 06:54:42.330 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-30 06:54:42.330 | 2024-07-30 06:54:42.330 | HEAD is now at edd75b7 Add releasenote for CVE-2024-32498 fix 2024-07-30 06:54:42.333 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:54:42.335 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:42.337 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:42.338 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:42.340 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:42.342 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:42.343 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:54:42.345 | + functions-common:time_stop:2442 : start_time=1722322482258 2024-07-30 06:54:42.346 | + functions-common:time_stop:2444 : [[ -z 1722322482258 ]] 2024-07-30 06:54:42.348 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:42.351 | + functions-common:time_stop:2447 : end_time=1722322482349 2024-07-30 06:54:42.353 | + functions-common:time_stop:2448 : elapsed_time=91 2024-07-30 06:54:42.355 | + functions-common:time_stop:2449 : total=14103 2024-07-30 06:54:42.356 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:42.358 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14194 2024-07-30 06:54:42.360 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-07-30 06:54:42.371 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-07-30 06:54:42.373 | + functions-common:git_clone:696 : git show --oneline 2024-07-30 06:54:42.373 | + functions-common:git_clone:696 : head -1 2024-07-30 06:54:42.376 | edd75b7 Add releasenote for CVE-2024-32498 fix 2024-07-30 06:54:42.378 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-30 06:54:42.380 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-07-30 06:54:42.381 | + inc/python:setup_develop:334 : local bindep 2024-07-30 06:54:42.383 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-07-30 06:54:42.385 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-07-30 06:54:42.387 | + inc/python:setup_develop:340 : local extras= 2024-07-30 06:54:42.389 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-07-30 06:54:42.390 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-30 06:54:42.392 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-07-30 06:54:42.394 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-07-30 06:54:42.395 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-30 06:54:42.397 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-30 06:54:42.399 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-07-30 06:54:42.401 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-30 06:54:42.403 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-07-30 06:54:42.405 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-30 06:54:42.407 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-30 06:54:42.409 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-07-30 06:54:42.413 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-07-30 06:54:42.415 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-07-30 06:54:42.732 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-07-30 06:54:42.733 | + inc/python:setup_package:414 : local bindep=0 2024-07-30 06:54:42.735 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-30 06:54:42.737 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-30 06:54:42.739 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-07-30 06:54:42.740 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-07-30 06:54:42.742 | + inc/python:setup_package:423 : local flags=-e 2024-07-30 06:54:42.744 | + inc/python:setup_package:424 : local extras= 2024-07-30 06:54:42.745 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-30 06:54:42.747 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-30 06:54:42.749 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-30 06:54:42.750 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-30 06:54:42.752 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-30 06:54:42.754 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-07-30 06:54:42.769 | Using python 3.10 to install /opt/stack/glance 2024-07-30 06:54:42.771 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-07-30 06:54:43.669 | Obtaining file:///opt/stack/glance 2024-07-30 06:54:43.670 | Preparing metadata (setup.py): started 2024-07-30 06:54:44.078 | Preparing metadata (setup.py): finished with status 'done' 2024-07-30 06:54:44.137 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.5.2) 2024-07-30 06:54:44.137 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.1.1) 2024-07-30 06:54:44.138 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.4.1) 2024-07-30 06:54:44.139 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.5.1) 2024-07-30 06:54:44.139 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.4.41) 2024-07-30 06:54:44.314 | Collecting WSME>=0.8.0 2024-07-30 06:54:44.316 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-07-30 06:54:44.319 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.8.7) 2024-07-30 06:54:44.320 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.8.1) 2024-07-30 06:54:44.448 | Collecting castellan>=0.17.0 2024-07-30 06:54:44.450 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-07-30 06:54:44.453 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (38.0.2) 2024-07-30 06:54:44.559 | Collecting cursive>=0.2.1 2024-07-30 06:54:44.561 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-07-30 06:54:44.563 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.5.0) 2024-07-30 06:54:44.564 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.7.1) 2024-07-30 06:54:44.565 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.33.1) 2024-07-30 06:54:44.566 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.4.1) 2024-07-30 06:54:44.566 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.3.3) 2024-07-30 06:54:44.591 | Collecting httplib2>=0.9.1 2024-07-30 06:54:44.594 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-07-30 06:54:44.596 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.1.0) 2024-07-30 06:54:44.597 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.16.0) 2024-07-30 06:54:44.597 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.2) 2024-07-30 06:54:44.598 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (10.2.0) 2024-07-30 06:54:44.599 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.9.0) 2024-07-30 06:54:44.599 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-07-30 06:54:44.600 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (9.1.1) 2024-07-30 06:54:44.601 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-07-30 06:54:44.602 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (12.3.2) 2024-07-30 06:54:44.603 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (6.0.0) 2024-07-30 06:54:44.715 | Collecting oslo.limit>=1.6.0 2024-07-30 06:54:44.717 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-07-30 06:54:44.719 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.2.0) 2024-07-30 06:54:44.720 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (14.2.4) 2024-07-30 06:54:44.721 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-07-30 06:54:44.721 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.1.1) 2024-07-30 06:54:44.758 | Collecting oslo.reports>=1.18.0 2024-07-30 06:54:44.760 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-07-30 06:54:44.762 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.1.1) 2024-07-30 06:54:44.763 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (6.1.0) 2024-07-30 06:54:44.763 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.4.3) 2024-07-30 06:54:44.764 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.11.1) 2024-07-30 06:54:44.765 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (22.1.0) 2024-07-30 06:54:44.766 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.0) 2024-07-30 06:54:44.783 | Collecting retrying!=1.3.0,>=1.2.3 2024-07-30 06:54:44.783 | Using cached retrying-1.3.3-py3-none-any.whl 2024-07-30 06:54:44.789 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.4.3) 2024-07-30 06:54:44.790 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.0.0) 2024-07-30 06:54:44.945 | Collecting taskflow>=4.0.0 2024-07-30 06:54:44.950 | Using cached taskflow-5.1.0-py3-none-any.whl (491 kB) 2024-07-30 06:54:44.961 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev24) (1.2.3) 2024-07-30 06:54:44.970 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev24) (2.28.1) 2024-07-30 06:54:44.998 | Collecting python-barbicanclient>=4.5.2 2024-07-30 06:54:45.000 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-07-30 06:54:45.020 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev24) (1.15.1) 2024-07-30 06:54:45.035 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev24) (5.1.1) 2024-07-30 06:54:45.039 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev24) (1.14.1) 2024-07-30 06:54:45.045 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (2.2.1) 2024-07-30 06:54:45.046 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (1.16.0) 2024-07-30 06:54:45.047 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (1.1.3) 2024-07-30 06:54:45.084 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev24) (3.0.9) 2024-07-30 06:54:45.103 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev24) (0.18.1) 2024-07-30 06:54:45.104 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev24) (22.1.0) 2024-07-30 06:54:45.128 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev24) (1.7.0) 2024-07-30 06:54:45.151 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev24) (3.1.1) 2024-07-30 06:54:45.152 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev24) (3.3.1) 2024-07-30 06:54:45.165 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev24) (0.18) 2024-07-30 06:54:45.183 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev24) (0.8.0) 2024-07-30 06:54:45.184 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev24) (6.0) 2024-07-30 06:54:45.185 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev24) (1.5.0) 2024-07-30 06:54:45.209 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev24) (0.13.0) 2024-07-30 06:54:45.209 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev24) (2.0.1) 2024-07-30 06:54:45.211 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev24) (0.5.0) 2024-07-30 06:54:45.274 | Collecting openstacksdk>=0.31.1 2024-07-30 06:54:45.285 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-07-30 06:54:45.321 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev24) (0.9.6) 2024-07-30 06:54:45.322 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev24) (2.8.2) 2024-07-30 06:54:45.355 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (5.2.0) 2024-07-30 06:54:45.355 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (5.1.1) 2024-07-30 06:54:45.355 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (5.2.4) 2024-07-30 06:54:45.355 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (3.1.2) 2024-07-30 06:54:45.355 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (0.6.0) 2024-07-30 06:54:45.369 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev24) (4.0.0) 2024-07-30 06:54:45.369 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev24) (3.1.2) 2024-07-30 06:54:45.369 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev24) (3.3.0) 2024-07-30 06:54:45.601 | Collecting psutil>=3.2.2 2024-07-30 06:54:45.605 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-07-30 06:54:45.623 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (0.11.0) 2024-07-30 06:54:45.625 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (2022.4) 2024-07-30 06:54:45.625 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (23.1) 2024-07-30 06:54:45.653 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev24) (59.6.0) 2024-07-30 06:54:45.674 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev24) (0.2.5) 2024-07-30 06:54:45.740 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev24) (0.7) 2024-07-30 06:54:45.884 | Collecting networkx>=2.1.0 2024-07-30 06:54:45.898 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-07-30 06:54:46.029 | Collecting automaton>=1.9.0 2024-07-30 06:54:46.032 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-07-30 06:54:46.034 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev24) (6.3.1) 2024-07-30 06:54:46.054 | Collecting pydot>=1.2.4 2024-07-30 06:54:46.056 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-07-30 06:54:46.093 | Collecting simplegeneric 2024-07-30 06:54:46.094 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-07-30 06:54:46.104 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (5.0.0) 2024-07-30 06:54:46.163 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev24) (2.21) 2024-07-30 06:54:46.203 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev24) (2.1.1) 2024-07-30 06:54:46.301 | Collecting requestsexceptions>=1.2.0 2024-07-30 06:54:46.303 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-07-30 06:54:46.323 | Collecting jmespath>=0.9.0 2024-07-30 06:54:46.325 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-07-30 06:54:46.327 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev24) (1.32) 2024-07-30 06:54:46.328 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev24) (5.1.1) 2024-07-30 06:54:46.329 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev24) (1.1.8) 2024-07-30 06:54:46.345 | Collecting appdirs>=1.3.0 2024-07-30 06:54:46.347 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-07-30 06:54:46.394 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (0.14.1) 2024-07-30 06:54:46.404 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev24) (1.0.4) 2024-07-30 06:54:46.422 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (1.4.0) 2024-07-30 06:54:46.423 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev24) (4.0.1) 2024-07-30 06:54:46.548 | Collecting cliff!=2.9.0,>=2.8.0 2024-07-30 06:54:46.550 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-07-30 06:54:46.610 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev24) (1.26.12) 2024-07-30 06:54:46.611 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev24) (2.1.1) 2024-07-30 06:54:46.612 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev24) (3.4) 2024-07-30 06:54:46.613 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev24) (2020.6.20) 2024-07-30 06:54:46.648 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev24) (0.5.2) 2024-07-30 06:54:46.699 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev24) (2.5.0) 2024-07-30 06:54:46.847 | Collecting cmd2>=1.0.0 2024-07-30 06:54:46.850 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-07-30 06:54:46.925 | Collecting importlib-metadata>=4.4 2024-07-30 06:54:46.927 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-07-30 06:54:46.949 | Collecting autopage>=0.4.0 2024-07-30 06:54:46.951 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-07-30 06:54:47.195 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev24) (1.8.2) 2024-07-30 06:54:47.260 | Collecting zipp>=0.5 2024-07-30 06:54:47.274 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-07-30 06:54:47.751 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-07-30 06:54:47.778 | Attempting uninstall: zipp 2024-07-30 06:54:47.779 | Found existing installation: zipp 1.0.0 2024-07-30 06:54:47.780 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:47.781 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-07-30 06:54:48.960 | Attempting uninstall: httplib2 2024-07-30 06:54:48.961 | Found existing installation: httplib2 0.20.2 2024-07-30 06:54:48.962 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:48.963 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-07-30 06:54:48.987 | Attempting uninstall: cmd2 2024-07-30 06:54:48.988 | Found existing installation: cmd2 0.0.0 2024-07-30 06:54:48.990 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:48.990 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-07-30 06:54:49.062 | Attempting uninstall: autopage 2024-07-30 06:54:49.064 | Found existing installation: autopage 0.4.0 2024-07-30 06:54:49.065 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:49.066 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-07-30 06:54:49.091 | Attempting uninstall: importlib-metadata 2024-07-30 06:54:49.092 | Found existing installation: importlib-metadata 4.6.4 2024-07-30 06:54:49.093 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:49.094 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-07-30 06:54:50.149 | Attempting uninstall: cliff 2024-07-30 06:54:50.151 | Found existing installation: cliff 3.10.0 2024-07-30 06:54:50.152 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:54:50.152 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-07-30 06:54:50.707 | Running setup.py develop for glance 2024-07-30 06:54:51.654 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.0 zipp-3.8.1 2024-07-30 06:54:51.655 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:54:51.793 | + inc/python:pip_install:196 : result=0 2024-07-30 06:54:51.795 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:54:51.797 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:51.798 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:51.800 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:51.802 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:51.803 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:51.805 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:54:51.807 | + functions-common:time_stop:2442 : start_time=1722322482765 2024-07-30 06:54:51.808 | + functions-common:time_stop:2444 : [[ -z 1722322482765 ]] 2024-07-30 06:54:51.811 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:51.813 | + functions-common:time_stop:2447 : end_time=1722322491811 2024-07-30 06:54:51.815 | + functions-common:time_stop:2448 : elapsed_time=9046 2024-07-30 06:54:51.817 | + functions-common:time_stop:2449 : total=38671 2024-07-30 06:54:51.818 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:51.820 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47717 2024-07-30 06:54:51.821 | + inc/python:pip_install:199 : return 0 2024-07-30 06:54:51.823 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-30 06:54:51.825 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-07-30 06:54:51.826 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-07-30 06:54:51.840 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-07-30 06:54:51.849 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-07-30 06:54:51.851 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-07-30 06:54:51.852 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:54:51.854 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:54:51.856 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-07-30 06:54:51.857 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:54:51.859 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-30 06:54:51.861 | + stack.sh:main:946 : configure_glance 2024-07-30 06:54:51.863 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-07-30 06:54:51.872 | + lib/glance:configure_glance:326 : local dburl 2024-07-30 06:54:51.874 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-07-30 06:54:51.875 | ++ lib/database:database_connection_url:134 : local db=glance 2024-07-30 06:54:51.877 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-07-30 06:54:51.879 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-07-30 06:54:51.881 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-30 06:54:51.883 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-30 06:54:51.884 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-07-30 06:54:51.886 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-07-30 06:54:51.888 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-07-30 06:54:51.911 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-07-30 06:54:51.934 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-07-30 06:54:51.955 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-07-30 06:54:51.976 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-07-30 06:54:52.000 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-07-30 06:54:52.023 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-07-30 06:54:52.024 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-07-30 06:54:52.026 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-07-30 06:54:52.028 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-30 06:54:52.029 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-07-30 06:54:52.053 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-07-30 06:54:52.074 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-30 06:54:52.096 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-07-30 06:54:52.118 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-07-30 06:54:52.141 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-07-30 06:54:52.164 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-07-30 06:54:52.186 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-07-30 06:54:52.208 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-30 06:54:52.230 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-07-30 06:54:52.251 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-07-30 06:54:52.275 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-07-30 06:54:52.277 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-07-30 06:54:52.278 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-07-30 06:54:52.280 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-30 06:54:52.282 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-30 06:54:52.283 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-30 06:54:52.295 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:52.296 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-30 06:54:52.298 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-30 06:54:52.300 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-30 06:54:52.312 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:52.314 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:54:52.316 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:54:52.338 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-30 06:54:52.340 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-30 06:54:52.342 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-07-30 06:54:52.343 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-07-30 06:54:52.367 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-07-30 06:54:52.389 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-07-30 06:54:52.391 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-07-30 06:54:52.393 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-07-30 06:54:52.395 | + lib/glance:configure_glance_store:254 : local be 2024-07-30 06:54:52.396 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-07-30 06:54:52.398 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-07-30 06:54:52.400 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-07-30 06:54:52.424 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-07-30 06:54:52.426 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-07-30 06:54:52.449 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-07-30 06:54:52.451 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-07-30 06:54:52.463 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:52.465 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-07-30 06:54:52.487 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-07-30 06:54:52.499 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:52.500 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-07-30 06:54:52.502 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-07-30 06:54:52.504 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-07-30 06:54:52.506 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-30 06:54:52.519 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-30 06:54:52.521 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-30 06:54:52.522 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-30 06:54:52.524 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-30 06:54:52.526 | + 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-07-30 06:54:52.548 | + 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-07-30 06:54:52.571 | + 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-07-30 06:54:52.593 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-30 06:54:52.614 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-07-30 06:54:52.618 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-07-30 06:54:52.641 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-07-30 06:54:52.664 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-07-30 06:54:52.686 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-07-30 06:54:52.709 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-07-30 06:54:52.732 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-07-30 06:54:52.754 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-07-30 06:54:52.776 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-07-30 06:54:52.801 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-07-30 06:54:52.825 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-07-30 06:54:52.849 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-07-30 06:54:52.872 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-07-30 06:54:52.875 | + lib/glance:configure_glance:411 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2024-07-30 06:54:52.879 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-07-30 06:54:52.892 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:54:52.893 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-07-30 06:54:52.895 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-07-30 06:54:52.897 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-07-30 06:54:52.899 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-07-30 06:54:52.900 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-07-30 06:54:52.902 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-07-30 06:54:52.905 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-07-30 06:54:52.907 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-07-30 06:54:52.910 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-07-30 06:54:52.933 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-07-30 06:54:52.935 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-07-30 06:54:52.937 | ++ functions:get_random_port:848 : true 2024-07-30 06:54:52.939 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-07-30 06:54:52.940 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-07-30 06:54:52.942 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-07-30 06:54:52.997 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-07-30 06:54:52.999 | ++ functions:get_random_port:852 : break 2 2024-07-30 06:54:53.001 | ++ functions:get_random_port:856 : echo 60999 2024-07-30 06:54:53.003 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-07-30 06:54:53.005 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-07-30 06:54:53.028 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-07-30 06:54:53.049 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-07-30 06:54:53.071 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-07-30 06:54:53.093 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-07-30 06:54:53.115 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-07-30 06:54:53.136 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-07-30 06:54:53.158 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-07-30 06:54:53.180 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-07-30 06:54:53.201 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-30 06:54:53.223 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-07-30 06:54:53.244 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-30 06:54:53.266 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-07-30 06:54:53.287 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-07-30 06:54:53.309 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-07-30 06:54:53.330 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-07-30 06:54:53.352 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-07-30 06:54:53.375 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-07-30 06:54:53.397 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-07-30 06:54:53.418 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-07-30 06:54:53.420 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-07-30 06:54:53.422 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-30 06:54:53.424 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:53.425 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:53.427 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-07-30 06:54:53.429 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-07-30 06:54:53.457 | proxy (enabled by site administrator) 2024-07-30 06:54:53.460 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-07-30 06:54:53.461 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-07-30 06:54:53.463 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-30 06:54:53.465 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:53.467 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:53.468 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-07-30 06:54:53.470 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-07-30 06:54:53.497 | No module matches proxy_http 2024-07-30 06:54:53.500 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-07-30 06:54:53.534 | Considering dependency proxy for proxy_http: 2024-07-30 06:54:53.534 | Module proxy already enabled 2024-07-30 06:54:53.534 | Enabling module proxy_http. 2024-07-30 06:54:53.538 | To activate the new configuration, you need to run: 2024-07-30 06:54:53.538 | systemctl restart apache2 2024-07-30 06:54:53.541 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-07-30 06:54:53.543 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-30 06:54:53.545 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:54:53.547 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-30 06:54:53.640 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-07-30 06:54:53.643 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-07-30 06:54:53.645 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-07-30 06:54:53.646 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-30 06:54:53.648 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:53.650 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:53.651 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-30 06:54:53.654 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-30 06:54:53.656 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-07-30 06:54:53.656 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-30 06:54:53.663 | KeepAlive Off 2024-07-30 06:54:53.666 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-07-30 06:54:53.667 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-30 06:54:53.673 | SetEnv proxy-sendchunked 1 2024-07-30 06:54:53.677 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-07-30 06:54:53.678 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-07-30 06:54:53.684 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-07-30 06:54:53.686 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-07-30 06:54:53.688 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-07-30 06:54:53.690 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-30 06:54:53.692 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-30 06:54:53.693 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-30 06:54:53.695 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:53.697 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:53.699 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-30 06:54:53.701 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-30 06:54:53.702 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:54:53.704 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:54:53.706 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-07-30 06:54:53.738 | Enabling site glance-wsgi-api. 2024-07-30 06:54:53.741 | To activate the new configuration, you need to run: 2024-07-30 06:54:53.741 | systemctl reload apache2 2024-07-30 06:54:53.745 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-07-30 06:54:53.747 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-30 06:54:53.749 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:54:53.750 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-30 06:54:53.865 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-07-30 06:54:53.870 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-07-30 06:54:53.893 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-07-30 06:54:53.894 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-07-30 06:54:53.896 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-07-30 06:54:53.921 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-07-30 06:54:53.943 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-07-30 06:54:53.966 | + stack.sh:main:949 : is_service_enabled cinder 2024-07-30 06:54:53.979 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:54:53.980 | + stack.sh:main:951 : stack_install_service cinder 2024-07-30 06:54:53.982 | + lib/stack:stack_install_service:20 : local service=cinder 2024-07-30 06:54:53.984 | + lib/stack:stack_install_service:21 : type install_cinder 2024-07-30 06:54:53.986 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-30 06:54:53.988 | + lib/stack:stack_install_service:32 : install_cinder 2024-07-30 06:54:53.990 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-07-30 06:54:53.992 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-07-30 06:54:53.993 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-07-30 06:54:53.995 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-30 06:54:53.996 | + functions-common:git_clone:615 : local orig_dir 2024-07-30 06:54:53.998 | ++ functions-common:git_clone:616 : pwd 2024-07-30 06:54:54.001 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-30 06:54:54.002 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-30 06:54:54.005 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-30 06:54:54.017 | + functions-common:git_clone:619 : RECLONE=False 2024-07-30 06:54:54.018 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-30 06:54:54.020 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-30 06:54:54.022 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-30 06:54:54.024 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-30 06:54:54.024 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-30 06:54:54.028 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-07-30 06:54:54.030 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-30 06:54:54.032 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-07-30 06:54:54.033 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:54.035 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:54.037 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:54.038 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:54.040 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:54.042 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:54.043 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:54.045 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:54.047 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:54.050 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322494048 2024-07-30 06:54:54.052 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-07-30 06:54:54.054 | Cloning into '/opt/stack//cinder'... 2024-07-30 06:54:57.096 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:54:57.098 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:57.099 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:57.101 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:57.103 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:57.104 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:57.106 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:54:57.107 | + functions-common:time_stop:2442 : start_time=1722322494048 2024-07-30 06:54:57.109 | + functions-common:time_stop:2444 : [[ -z 1722322494048 ]] 2024-07-30 06:54:57.111 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:57.114 | + functions-common:time_stop:2447 : end_time=1722322497112 2024-07-30 06:54:57.115 | + functions-common:time_stop:2448 : elapsed_time=3064 2024-07-30 06:54:57.117 | + functions-common:time_stop:2449 : total=14194 2024-07-30 06:54:57.119 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:57.120 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17258 2024-07-30 06:54:57.122 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-07-30 06:54:57.124 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-30 06:54:57.125 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:57.127 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:57.128 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:57.130 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:57.132 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:57.133 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:57.135 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:57.136 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:57.138 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:57.142 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322497139 2024-07-30 06:54:57.143 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-30 06:54:59.917 | From https://opendev.org/openstack/cinder 2024-07-30 06:54:59.917 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-30 06:54:59.921 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:54:59.923 | + functions-common:time_stop:2435 : local name 2024-07-30 06:54:59.925 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:54:59.926 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:54:59.928 | + functions-common:time_stop:2438 : local total 2024-07-30 06:54:59.930 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:54:59.931 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:54:59.933 | + functions-common:time_stop:2442 : start_time=1722322497139 2024-07-30 06:54:59.935 | + functions-common:time_stop:2444 : [[ -z 1722322497139 ]] 2024-07-30 06:54:59.936 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:54:59.940 | + functions-common:time_stop:2447 : end_time=1722322499938 2024-07-30 06:54:59.941 | + functions-common:time_stop:2448 : elapsed_time=2799 2024-07-30 06:54:59.943 | + functions-common:time_stop:2449 : total=17258 2024-07-30 06:54:59.944 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:54:59.946 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20057 2024-07-30 06:54:59.948 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-30 06:54:59.949 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:54:59.951 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:54:59.953 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:54:59.955 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:54:59.956 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:54:59.958 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:54:59.959 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:54:59.961 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:54:59.963 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:54:59.966 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322499964 2024-07-30 06:54:59.968 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-30 06:55:00.206 | Note: switching to 'FETCH_HEAD'. 2024-07-30 06:55:00.206 | 2024-07-30 06:55:00.206 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-30 06:55:00.206 | changes and commit them, and you can discard any commits you make in this 2024-07-30 06:55:00.206 | state without impacting any branches by switching back to a branch. 2024-07-30 06:55:00.206 | 2024-07-30 06:55:00.206 | If you want to create a new branch to retain commits you create, you may 2024-07-30 06:55:00.206 | do so (now or later) by using -c with the switch command. Example: 2024-07-30 06:55:00.206 | 2024-07-30 06:55:00.206 | git switch -c 2024-07-30 06:55:00.206 | 2024-07-30 06:55:00.206 | Or undo this operation with: 2024-07-30 06:55:00.206 | 2024-07-30 06:55:00.206 | git switch - 2024-07-30 06:55:00.206 | 2024-07-30 06:55:00.206 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-30 06:55:00.206 | 2024-07-30 06:55:00.206 | HEAD is now at 5f5e86e CVE-2024-32498: Check for external qcow2 data file 2024-07-30 06:55:00.211 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:55:00.212 | + functions-common:time_stop:2435 : local name 2024-07-30 06:55:00.214 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:55:00.216 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:55:00.217 | + functions-common:time_stop:2438 : local total 2024-07-30 06:55:00.219 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:55:00.221 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:55:00.222 | + functions-common:time_stop:2442 : start_time=1722322499964 2024-07-30 06:55:00.224 | + functions-common:time_stop:2444 : [[ -z 1722322499964 ]] 2024-07-30 06:55:00.226 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:55:00.229 | + functions-common:time_stop:2447 : end_time=1722322500227 2024-07-30 06:55:00.231 | + functions-common:time_stop:2448 : elapsed_time=263 2024-07-30 06:55:00.232 | + functions-common:time_stop:2449 : total=20057 2024-07-30 06:55:00.234 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:55:00.236 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20320 2024-07-30 06:55:00.237 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-07-30 06:55:00.247 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-07-30 06:55:00.249 | + functions-common:git_clone:696 : git show --oneline 2024-07-30 06:55:00.250 | + functions-common:git_clone:696 : head -1 2024-07-30 06:55:00.254 | 5f5e86e CVE-2024-32498: Check for external qcow2 data file 2024-07-30 06:55:00.256 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-30 06:55:00.258 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-07-30 06:55:00.259 | + inc/python:setup_develop:334 : local bindep 2024-07-30 06:55:00.261 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-07-30 06:55:00.263 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-07-30 06:55:00.264 | + inc/python:setup_develop:340 : local extras= 2024-07-30 06:55:00.266 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-07-30 06:55:00.268 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-30 06:55:00.269 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-07-30 06:55:00.271 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-07-30 06:55:00.273 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-30 06:55:00.275 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-30 06:55:00.276 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-07-30 06:55:00.278 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-30 06:55:00.281 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-07-30 06:55:00.283 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-30 06:55:00.284 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-30 06:55:00.286 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-07-30 06:55:00.291 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-07-30 06:55:00.292 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-07-30 06:55:00.626 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-07-30 06:55:00.628 | + inc/python:setup_package:414 : local bindep=0 2024-07-30 06:55:00.630 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-30 06:55:00.632 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-30 06:55:00.634 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-07-30 06:55:00.635 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-07-30 06:55:00.637 | + inc/python:setup_package:423 : local flags=-e 2024-07-30 06:55:00.639 | + inc/python:setup_package:424 : local extras= 2024-07-30 06:55:00.641 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-30 06:55:00.642 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-30 06:55:00.644 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-30 06:55:00.646 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-30 06:55:00.648 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-30 06:55:00.649 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-07-30 06:55:00.664 | Using python 3.10 to install /opt/stack/cinder 2024-07-30 06:55:00.666 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-07-30 06:55:01.607 | Obtaining file:///opt/stack/cinder 2024-07-30 06:55:01.608 | Preparing metadata (setup.py): started 2024-07-30 06:55:02.209 | Preparing metadata (setup.py): finished with status 'done' 2024-07-30 06:55:02.297 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.5.2) 2024-07-30 06:55:02.297 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.1.1) 2024-07-30 06:55:02.298 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.5.1) 2024-07-30 06:55:02.299 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.4.41) 2024-07-30 06:55:02.300 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.8.7) 2024-07-30 06:55:02.968 | Collecting boto3>=1.18.49 2024-07-30 06:55:02.971 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-07-30 06:55:02.974 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.1.0) 2024-07-30 06:55:02.975 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (38.0.2) 2024-07-30 06:55:02.976 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.2.3) 2024-07-30 06:55:02.976 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-30 06:55:02.977 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.33.1) 2024-07-30 06:55:03.091 | Collecting google-api-python-client>=1.11.0 2024-07-30 06:55:03.146 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-07-30 06:55:03.196 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.1.3) 2024-07-30 06:55:03.196 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.20.4) 2024-07-30 06:55:03.197 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.0.0) 2024-07-30 06:55:03.199 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.1.0) 2024-07-30 06:55:03.199 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.16.0) 2024-07-30 06:55:03.200 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.2) 2024-07-30 06:55:03.201 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (10.2.0) 2024-07-30 06:55:03.613 | Collecting lxml>=4.5.2 2024-07-30 06:55:03.650 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2024-07-30 06:55:03.710 | Collecting oauth2client>=4.1.3 2024-07-30 06:55:03.713 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-07-30 06:55:03.715 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.2.3) 2024-07-30 06:55:03.716 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.9.0) 2024-07-30 06:55:03.716 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-30 06:55:03.717 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (9.1.1) 2024-07-30 06:55:03.718 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-30 06:55:03.719 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (12.3.2) 2024-07-30 06:55:03.720 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.0.0) 2024-07-30 06:55:03.720 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.2.0) 2024-07-30 06:55:03.721 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (14.2.4) 2024-07-30 06:55:03.722 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-30 06:55:03.723 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.1.1) 2024-07-30 06:55:03.723 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.1.0) 2024-07-30 06:55:03.724 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.0.0) 2024-07-30 06:55:03.725 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (7.0.1) 2024-07-30 06:55:03.726 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-07-30 06:55:03.726 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.1.2) 2024-07-30 06:55:03.727 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.1.1) 2024-07-30 06:55:03.728 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.1.0) 2024-07-30 06:55:03.770 | Collecting oslo.versionedobjects>=2.4.0 2024-07-30 06:55:03.772 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-07-30 06:55:03.907 | Collecting oslo.vmware>=3.10.0 2024-07-30 06:55:03.911 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-07-30 06:55:03.916 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.4.3) 2024-07-30 06:55:03.917 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (23.1) 2024-07-30 06:55:03.964 | Collecting paramiko>=2.7.2 2024-07-30 06:55:03.968 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-07-30 06:55:03.971 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.11.1) 2024-07-30 06:55:03.971 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.9.2) 2024-07-30 06:55:03.972 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.0.9) 2024-07-30 06:55:03.974 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.5.0) 2024-07-30 06:55:04.011 | Collecting python-glanceclient>=3.2.2 2024-07-30 06:55:04.014 | Using cached python_glanceclient-4.3.1-py3-none-any.whl (205 kB) 2024-07-30 06:55:04.017 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.0) 2024-07-30 06:55:04.063 | Collecting python-novaclient>=17.2.1 2024-07-30 06:55:04.066 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-07-30 06:55:04.098 | Collecting python-swiftclient>=3.10.1 2024-07-30 06:55:04.100 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-07-30 06:55:04.102 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2022.4) 2024-07-30 06:55:04.103 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.28.1) 2024-07-30 06:55:04.121 | Collecting rtslib-fb>=2.1.74 2024-07-30 06:55:04.121 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-07-30 06:55:04.127 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev36) (1.16.0) 2024-07-30 06:55:04.128 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.13.0) 2024-07-30 06:55:04.128 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.0.0) 2024-07-30 06:55:04.148 | Collecting tabulate>=0.8.7 2024-07-30 06:55:04.150 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-07-30 06:55:04.152 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.0) 2024-07-30 06:55:04.153 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.3.1) 2024-07-30 06:55:04.295 | Collecting tooz>=2.8.0 2024-07-30 06:55:04.298 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-07-30 06:55:04.394 | Collecting zstd>=1.4.5.1 2024-07-30 06:55:04.405 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-07-30 06:55:05.172 | Collecting botocore<1.28.0,>=1.27.89 2024-07-30 06:55:05.235 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-07-30 06:55:05.312 | Collecting s3transfer<0.7.0,>=0.6.0 2024-07-30 06:55:05.315 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-07-30 06:55:05.318 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev36) (1.0.1) 2024-07-30 06:55:05.345 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev36) (1.15.1) 2024-07-30 06:55:05.358 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev36) (2.2.1) 2024-07-30 06:55:05.383 | Collecting google-auth-httplib2>=0.1.0 2024-07-30 06:55:05.384 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-07-30 06:55:05.404 | Collecting uritemplate<5,>=3.0.1 2024-07-30 06:55:05.406 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-07-30 06:55:05.487 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-07-30 06:55:05.489 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-07-30 06:55:05.605 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-07-30 06:55:05.608 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-07-30 06:55:05.636 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev36) (3.8.1) 2024-07-30 06:55:05.656 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev36) (0.18.1) 2024-07-30 06:55:05.656 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev36) (22.1.0) 2024-07-30 06:55:05.681 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev36) (1.7.0) 2024-07-30 06:55:05.704 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev36) (3.1.1) 2024-07-30 06:55:05.705 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev36) (3.3.1) 2024-07-30 06:55:05.752 | Collecting pyasn1-modules>=0.0.5 2024-07-30 06:55:05.755 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-07-30 06:55:05.758 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev36) (0.4.8) 2024-07-30 06:55:05.784 | Collecting rsa>=3.1.4 2024-07-30 06:55:05.786 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-07-30 06:55:05.812 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev36) (0.18) 2024-07-30 06:55:05.831 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (2.5.0) 2024-07-30 06:55:05.832 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (6.0) 2024-07-30 06:55:05.833 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (0.8.0) 2024-07-30 06:55:05.834 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (1.5.0) 2024-07-30 06:55:05.858 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev36) (2.0.1) 2024-07-30 06:55:05.859 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev36) (1.8.1) 2024-07-30 06:55:05.860 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev36) (0.5.0) 2024-07-30 06:55:05.884 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev36) (0.9.6) 2024-07-30 06:55:05.885 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev36) (2.8.2) 2024-07-30 06:55:05.910 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (5.1.1) 2024-07-30 06:55:05.911 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (5.2.4) 2024-07-30 06:55:05.912 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (5.2.0) 2024-07-30 06:55:05.913 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (2.4.1) 2024-07-30 06:55:05.915 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (0.6.0) 2024-07-30 06:55:05.924 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (4.0.0) 2024-07-30 06:55:05.925 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (3.3.0) 2024-07-30 06:55:05.926 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (3.1.2) 2024-07-30 06:55:05.944 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev36) (1.0.4) 2024-07-30 06:55:06.026 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev36) (1.4.0) 2024-07-30 06:55:06.027 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev36) (4.0.1) 2024-07-30 06:55:06.036 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev36) (3.4.1) 2024-07-30 06:55:06.047 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev36) (0.11.0) 2024-07-30 06:55:06.096 | Collecting suds-community>=0.6 2024-07-30 06:55:06.103 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-07-30 06:55:06.108 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev36) (1.26.12) 2024-07-30 06:55:06.213 | Collecting pynacl>=1.0.1 2024-07-30 06:55:06.220 | 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-07-30 06:55:06.235 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev36) (59.6.0) 2024-07-30 06:55:06.283 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev36) (4.2.0) 2024-07-30 06:55:06.296 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev36) (1.14.1) 2024-07-30 06:55:06.297 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev36) (22.1.0) 2024-07-30 06:55:06.318 | Collecting warlock>=1.2.0 2024-07-30 06:55:06.320 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-07-30 06:55:06.385 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (3.4) 2024-07-30 06:55:06.386 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (2.1.1) 2024-07-30 06:55:06.386 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (2020.6.20) 2024-07-30 06:55:06.399 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev36) (0.7) 2024-07-30 06:55:06.430 | Collecting pyudev>=0.16.1 2024-07-30 06:55:06.432 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-07-30 06:55:06.519 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev36) (0.4.3) 2024-07-30 06:55:06.520 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev36) (0.5.2) 2024-07-30 06:55:06.572 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (1.4.2) 2024-07-30 06:55:06.573 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (3.1.0) 2024-07-30 06:55:06.575 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (2.8.7) 2024-07-30 06:55:06.648 | Collecting voluptuous>=0.8.9 2024-07-30 06:55:06.650 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-07-30 06:55:06.692 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev36) (1.2.3) 2024-07-30 06:55:06.703 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (5.0.0) 2024-07-30 06:55:06.807 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev36) (2.21) 2024-07-30 06:55:06.834 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev36) (0.5.1) 2024-07-30 06:55:06.834 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev36) (2.4.2) 2024-07-30 06:55:06.959 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-07-30 06:55:06.962 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-07-30 06:55:06.966 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /usr/local/lib/python3.10/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev36) (4.21.7) 2024-07-30 06:55:07.047 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (2.1.1) 2024-07-30 06:55:07.191 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev36) (1.1.8) 2024-07-30 06:55:07.209 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev36) (0.14.1) 2024-07-30 06:55:07.226 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev36) (0.2.5) 2024-07-30 06:55:07.661 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev36) (2.5.0) 2024-07-30 06:55:07.733 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev36) (1.32) 2024-07-30 06:55:07.850 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev36) (1.8.2) 2024-07-30 06:55:08.453 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-07-30 06:55:08.500 | Attempting uninstall: voluptuous 2024-07-30 06:55:08.502 | Found existing installation: voluptuous 0.12.2 2024-07-30 06:55:08.504 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:55:08.505 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-07-30 06:55:08.662 | Attempting uninstall: pyudev 2024-07-30 06:55:08.663 | Found existing installation: pyudev 0.22.0 2024-07-30 06:55:08.664 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:55:08.665 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-07-30 06:55:11.152 | Running setup.py develop for cinder 2024-07-30 06:55:12.066 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.1 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-07-30 06:55:12.067 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:55:12.303 | + inc/python:pip_install:196 : result=0 2024-07-30 06:55:12.305 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:55:12.307 | + functions-common:time_stop:2435 : local name 2024-07-30 06:55:12.308 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:55:12.310 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:55:12.312 | + functions-common:time_stop:2438 : local total 2024-07-30 06:55:12.313 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:55:12.315 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:55:12.316 | + functions-common:time_stop:2442 : start_time=1722322500660 2024-07-30 06:55:12.318 | + functions-common:time_stop:2444 : [[ -z 1722322500660 ]] 2024-07-30 06:55:12.320 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:55:12.323 | + functions-common:time_stop:2447 : end_time=1722322512321 2024-07-30 06:55:12.325 | + functions-common:time_stop:2448 : elapsed_time=11661 2024-07-30 06:55:12.327 | + functions-common:time_stop:2449 : total=47717 2024-07-30 06:55:12.328 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:55:12.330 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59378 2024-07-30 06:55:12.331 | + inc/python:pip_install:199 : return 0 2024-07-30 06:55:12.333 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-30 06:55:12.335 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-07-30 06:55:12.337 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-07-30 06:55:12.350 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-07-30 06:55:12.360 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-07-30 06:55:12.362 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-07-30 06:55:12.364 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:55:12.365 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:55:12.367 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-07-30 06:55:12.369 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:55:12.371 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-07-30 06:55:12.372 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-07-30 06:55:12.374 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-07-30 06:55:12.376 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:55:12.378 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:55:12.380 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-07-30 06:55:12.389 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-07-30 06:55:12.391 | + functions-common:install_package:1459 : update_package_repo 2024-07-30 06:55:12.393 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:55:12.394 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-30 06:55:12.396 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-30 06:55:12.398 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:55:12.399 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:55:12.401 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:55:12.402 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:55:12.404 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:55:12.406 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-30 06:55:12.408 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-30 06:55:12.409 | + functions-common:apt_get_update:1186 : return 2024-07-30 06:55:12.411 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-07-30 06:55:12.413 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:55:12.414 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:55:12.416 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:55:12.418 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-07-30 06:55:12.433 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-07-30 06:55:12.492 | Reading package lists... 2024-07-30 06:55:12.680 | Building dependency tree... 2024-07-30 06:55:12.682 | Reading state information... 2024-07-30 06:55:12.864 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-07-30 06:55:12.864 | The following packages were automatically installed and are no longer required: 2024-07-30 06:55:12.864 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-30 06:55:12.864 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-30 06:55:12.864 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-30 06:55:12.864 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-30 06:55:12.864 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-30 06:55:12.864 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-30 06:55:12.865 | linux-modules-extra-5.15.0-105-generic 2024-07-30 06:55:12.865 | Use 'sudo apt autoremove' to remove them. 2024-07-30 06:55:12.886 | 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 2024-07-30 06:55:12.891 | + functions-common:apt_get:1230 : result=0 2024-07-30 06:55:12.892 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:55:12.894 | + functions-common:time_stop:2435 : local name 2024-07-30 06:55:12.896 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:55:12.898 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:55:12.900 | + functions-common:time_stop:2438 : local total 2024-07-30 06:55:12.902 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:55:12.903 | + functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:55:12.905 | + functions-common:time_stop:2442 : start_time=1722322512431 2024-07-30 06:55:12.907 | + functions-common:time_stop:2444 : [[ -z 1722322512431 ]] 2024-07-30 06:55:12.909 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:55:12.912 | + functions-common:time_stop:2447 : end_time=1722322512910 2024-07-30 06:55:12.914 | + functions-common:time_stop:2448 : elapsed_time=479 2024-07-30 06:55:12.916 | + functions-common:time_stop:2449 : total=6335 2024-07-30 06:55:12.917 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:55:12.919 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6814 2024-07-30 06:55:12.921 | + functions-common:apt_get:1234 : return 0 2024-07-30 06:55:12.923 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-30 06:55:12.924 | + stack.sh:main:952 : configure_cinder 2024-07-30 06:55:12.926 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-07-30 06:55:12.936 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-07-30 06:55:12.939 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-07-30 06:55:12.940 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-07-30 06:55:12.942 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-07-30 06:55:12.944 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-07-30 06:55:12.945 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-07-30 06:55:12.948 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-07-30 06:55:12.950 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-07-30 06:55:12.951 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-07-30 06:55:12.953 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-07-30 06:55:12.954 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-07-30 06:55:12.956 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-07-30 06:55:12.957 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-07-30 06:55:12.959 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-07-30 06:55:12.968 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-07-30 06:55:12.977 | + 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-07-30 06:55:12.985 | + 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-07-30 06:55:12.995 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-07-30 06:55:13.004 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-07-30 06:55:13.006 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-07-30 06:55:13.009 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.UmMWugSUaV 2024-07-30 06:55:13.010 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-07-30 06:55:13.012 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-07-30 06:55:13.013 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-07-30 06:55:13.015 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.UmMWugSUaV 2024-07-30 06:55:13.017 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.UmMWugSUaV 2024-07-30 06:55:13.026 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.UmMWugSUaV /etc/sudoers.d/cinder-rootwrap 2024-07-30 06:55:13.035 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-07-30 06:55:13.038 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-07-30 06:55:13.040 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-07-30 06:55:13.041 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-07-30 06:55:13.043 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-07-30 06:55:13.045 | + 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-07-30 06:55:13.046 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-07-30 06:55:13.048 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-07-30 06:55:13.049 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-07-30 06:55:13.052 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-07-30 06:55:13.055 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-07-30 06:55:13.069 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-07-30 06:55:13.082 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-07-30 06:55:13.095 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-07-30 06:55:13.109 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-07-30 06:55:13.122 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-07-30 06:55:13.135 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-07-30 06:55:13.148 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-07-30 06:55:13.162 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-07-30 06:55:13.164 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-07-30 06:55:13.166 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-07-30 06:55:13.167 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-30 06:55:13.169 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-07-30 06:55:13.194 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-07-30 06:55:13.217 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-30 06:55:13.241 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-07-30 06:55:13.265 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-07-30 06:55:13.288 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-07-30 06:55:13.310 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-07-30 06:55:13.332 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-07-30 06:55:13.355 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-30 06:55:13.377 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-07-30 06:55:13.400 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-07-30 06:55:13.426 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-07-30 06:55:13.449 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-07-30 06:55:13.451 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-07-30 06:55:13.454 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-07-30 06:55:13.456 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-07-30 06:55:13.457 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-30 06:55:13.459 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-30 06:55:13.461 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-07-30 06:55:13.463 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-07-30 06:55:13.489 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-07-30 06:55:13.512 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-07-30 06:55:13.536 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-07-30 06:55:13.559 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-07-30 06:55:13.583 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-07-30 06:55:13.606 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-07-30 06:55:13.631 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-07-30 06:55:13.654 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-07-30 06:55:13.679 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-07-30 06:55:13.692 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 6017ec1171300c53effac779fb0fac91 2024-07-30 06:55:13.715 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-07-30 06:55:13.717 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-07-30 06:55:13.739 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-07-30 06:55:13.762 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-07-30 06:55:13.784 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-07-30 06:55:13.806 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-07-30 06:55:13.818 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:55:13.820 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-07-30 06:55:13.821 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-07-30 06:55:13.823 | + lib/cinder:configure_cinder:330 : local default_name= 2024-07-30 06:55:13.825 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-07-30 06:55:13.827 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-07-30 06:55:13.829 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-07-30 06:55:13.830 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-07-30 06:55:13.832 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-07-30 06:55:13.834 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-07-30 06:55:13.836 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-07-30 06:55:13.838 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-07-30 06:55:13.862 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-07-30 06:55:13.884 | + 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-07-30 06:55:13.906 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-07-30 06:55:13.929 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-07-30 06:55:13.952 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-07-30 06:55:13.953 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-07-30 06:55:13.955 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-07-30 06:55:13.957 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-07-30 06:55:13.979 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-07-30 06:55:13.981 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-07-30 06:55:14.003 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-07-30 06:55:14.005 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-07-30 06:55:14.007 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-07-30 06:55:14.009 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-07-30 06:55:14.031 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-07-30 06:55:14.033 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-07-30 06:55:14.035 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-07-30 06:55:14.047 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:55:14.049 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-07-30 06:55:14.062 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:55:14.064 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-07-30 06:55:14.076 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:55:14.077 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-07-30 06:55:14.079 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-07-30 06:55:14.081 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-07-30 06:55:14.083 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-07-30 06:55:14.084 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-30 06:55:14.086 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-30 06:55:14.088 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-30 06:55:14.100 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:55:14.102 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-30 06:55:14.104 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-30 06:55:14.106 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-30 06:55:14.118 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:55:14.120 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:55:14.122 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:55:14.144 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-30 06:55:14.146 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-30 06:55:14.148 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-07-30 06:55:14.150 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-07-30 06:55:14.152 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-07-30 06:55:14.154 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-30 06:55:14.167 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-30 06:55:14.169 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-30 06:55:14.170 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-30 06:55:14.172 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-30 06:55:14.174 | + 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-07-30 06:55:14.196 | + 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-07-30 06:55:14.219 | + 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-07-30 06:55:14.241 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-30 06:55:14.263 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-07-30 06:55:14.275 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:55:14.277 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-07-30 06:55:14.279 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-07-30 06:55:14.281 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-07-30 06:55:14.283 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-07-30 06:55:14.284 | + lib/apache:write_uwsgi_config:257 : local http= 2024-07-30 06:55:14.286 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-30 06:55:14.288 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-07-30 06:55:14.292 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-07-30 06:55:14.293 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-30 06:55:14.295 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-30 06:55:14.304 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-30 06:55:14.305 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:55:14.311 | d /var/run/uwsgi 0755 stack root 2024-07-30 06:55:14.314 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:55:14.322 | /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-07-30 06:55:14.325 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-07-30 06:55:14.327 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-07-30 06:55:14.330 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-07-30 06:55:14.353 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-07-30 06:55:14.377 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-07-30 06:55:14.399 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-07-30 06:55:14.421 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-07-30 06:55:14.443 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-30 06:55:14.465 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-07-30 06:55:14.487 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-07-30 06:55:14.509 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-07-30 06:55:14.531 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-07-30 06:55:14.553 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-07-30 06:55:14.575 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-30 06:55:14.597 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-07-30 06:55:14.620 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-07-30 06:55:14.621 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-07-30 06:55:14.624 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-07-30 06:55:14.626 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-07-30 06:55:14.627 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-30 06:55:14.629 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:55:14.631 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:55:14.633 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-07-30 06:55:14.635 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-07-30 06:55:14.637 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-07-30 06:55:14.658 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-07-30 06:55:14.681 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-07-30 06:55:14.682 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-07-30 06:55:14.688 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-07-30 06:55:14.691 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-07-30 06:55:14.693 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-07-30 06:55:14.695 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-30 06:55:14.696 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-30 06:55:14.698 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-30 06:55:14.700 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:55:14.702 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:55:14.704 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-30 06:55:14.706 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-30 06:55:14.708 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:55:14.710 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:55:14.712 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-07-30 06:55:14.743 | Enabling site cinder-wsgi. 2024-07-30 06:55:14.746 | To activate the new configuration, you need to run: 2024-07-30 06:55:14.746 | systemctl reload apache2 2024-07-30 06:55:14.750 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-07-30 06:55:14.752 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-30 06:55:14.754 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:55:14.756 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-30 06:55:14.863 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-07-30 06:55:14.865 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-07-30 06:55:14.868 | + 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-07-30 06:55:14.891 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-07-30 06:55:14.914 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-07-30 06:55:14.937 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-07-30 06:55:14.959 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-07-30 06:55:14.982 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-07-30 06:55:15.005 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-07-30 06:55:15.017 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:55:15.019 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-07-30 06:55:15.021 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-07-30 06:55:15.023 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-07-30 06:55:15.025 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-07-30 06:55:15.026 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-07-30 06:55:15.051 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-07-30 06:55:15.073 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-07-30 06:55:15.096 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-07-30 06:55:15.118 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-07-30 06:55:15.141 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-07-30 06:55:15.164 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-07-30 06:55:15.187 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-07-30 06:55:15.209 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-07-30 06:55:15.233 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-07-30 06:55:15.256 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-07-30 06:55:15.278 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-07-30 06:55:15.307 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-07-30 06:55:15.309 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-07-30 06:55:15.322 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:55:15.324 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-07-30 06:55:15.348 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-07-30 06:55:15.350 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-07-30 06:55:15.353 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-07-30 06:55:15.378 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-07-30 06:55:15.401 | + stack.sh:main:955 : is_service_enabled neutron 2024-07-30 06:55:15.414 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:55:15.416 | + stack.sh:main:957 : stack_install_service neutron 2024-07-30 06:55:15.417 | + lib/stack:stack_install_service:20 : local service=neutron 2024-07-30 06:55:15.419 | + lib/stack:stack_install_service:21 : type install_neutron 2024-07-30 06:55:15.421 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-30 06:55:15.423 | + lib/stack:stack_install_service:32 : install_neutron 2024-07-30 06:55:15.425 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-07-30 06:55:15.427 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-07-30 06:55:15.429 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:55:15.431 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:55:15.433 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-07-30 06:55:15.435 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:55:15.437 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-07-30 06:55:15.439 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-07-30 06:55:15.440 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-07-30 06:55:15.442 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-30 06:55:15.444 | + functions-common:git_clone:615 : local orig_dir 2024-07-30 06:55:15.447 | ++ functions-common:git_clone:616 : pwd 2024-07-30 06:55:15.449 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-30 06:55:15.451 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-30 06:55:15.453 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-30 06:55:15.465 | + functions-common:git_clone:619 : RECLONE=False 2024-07-30 06:55:15.467 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-30 06:55:15.469 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-30 06:55:15.471 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-30 06:55:15.473 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-30 06:55:15.473 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-30 06:55:15.477 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-07-30 06:55:15.479 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-30 06:55:15.480 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-07-30 06:55:15.482 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:55:15.484 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:55:15.486 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:55:15.488 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:55:15.489 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:55:15.491 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:55:15.493 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:55:15.495 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:55:15.497 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:55:15.500 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322515498 2024-07-30 06:55:15.502 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-07-30 06:55:15.504 | Cloning into '/opt/stack//neutron'... 2024-07-30 06:55:18.739 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:55:18.741 | + functions-common:time_stop:2435 : local name 2024-07-30 06:55:18.743 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:55:18.745 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:55:18.747 | + functions-common:time_stop:2438 : local total 2024-07-30 06:55:18.748 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:55:18.750 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:55:18.752 | + functions-common:time_stop:2442 : start_time=1722322515498 2024-07-30 06:55:18.754 | + functions-common:time_stop:2444 : [[ -z 1722322515498 ]] 2024-07-30 06:55:18.756 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:55:18.759 | + functions-common:time_stop:2447 : end_time=1722322518757 2024-07-30 06:55:18.761 | + functions-common:time_stop:2448 : elapsed_time=3259 2024-07-30 06:55:18.762 | + functions-common:time_stop:2449 : total=20320 2024-07-30 06:55:18.764 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:55:18.766 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23579 2024-07-30 06:55:18.768 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-07-30 06:55:18.769 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-30 06:55:18.771 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:55:18.773 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:55:18.775 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:55:18.776 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:55:18.778 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:55:18.780 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:55:18.782 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:55:18.783 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:55:18.785 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:55:18.789 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322518787 2024-07-30 06:55:18.790 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-30 06:55:21.614 | From https://opendev.org/openstack/neutron 2024-07-30 06:55:21.614 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-30 06:55:21.618 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:55:21.620 | + functions-common:time_stop:2435 : local name 2024-07-30 06:55:21.622 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:55:21.624 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:55:21.626 | + functions-common:time_stop:2438 : local total 2024-07-30 06:55:21.627 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:55:21.629 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:55:21.631 | + functions-common:time_stop:2442 : start_time=1722322518787 2024-07-30 06:55:21.633 | + functions-common:time_stop:2444 : [[ -z 1722322518787 ]] 2024-07-30 06:55:21.635 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:55:21.638 | + functions-common:time_stop:2447 : end_time=1722322521636 2024-07-30 06:55:21.640 | + functions-common:time_stop:2448 : elapsed_time=2849 2024-07-30 06:55:21.642 | + functions-common:time_stop:2449 : total=23579 2024-07-30 06:55:21.644 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:55:21.646 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26428 2024-07-30 06:55:21.648 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-30 06:55:21.649 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:55:21.651 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:55:21.653 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:55:21.655 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:55:21.657 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:55:21.658 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:55:21.660 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:55:21.662 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:55:21.664 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:55:21.667 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322521666 2024-07-30 06:55:21.669 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-30 06:55:21.927 | Note: switching to 'FETCH_HEAD'. 2024-07-30 06:55:21.927 | 2024-07-30 06:55:21.927 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-30 06:55:21.927 | changes and commit them, and you can discard any commits you make in this 2024-07-30 06:55:21.927 | state without impacting any branches by switching back to a branch. 2024-07-30 06:55:21.927 | 2024-07-30 06:55:21.927 | If you want to create a new branch to retain commits you create, you may 2024-07-30 06:55:21.927 | do so (now or later) by using -c with the switch command. Example: 2024-07-30 06:55:21.927 | 2024-07-30 06:55:21.927 | git switch -c 2024-07-30 06:55:21.927 | 2024-07-30 06:55:21.927 | Or undo this operation with: 2024-07-30 06:55:21.927 | 2024-07-30 06:55:21.927 | git switch - 2024-07-30 06:55:21.927 | 2024-07-30 06:55:21.927 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-30 06:55:21.927 | 2024-07-30 06:55:21.927 | HEAD is now at 82ece4f Merge "[2023.1 Only][OVN] Add the bridge name and datapath type to the port VIF details" into stable/2023.1 2024-07-30 06:55:21.931 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:55:21.933 | + functions-common:time_stop:2435 : local name 2024-07-30 06:55:21.935 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:55:21.937 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:55:21.939 | + functions-common:time_stop:2438 : local total 2024-07-30 06:55:21.941 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:55:21.943 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:55:21.945 | + functions-common:time_stop:2442 : start_time=1722322521666 2024-07-30 06:55:21.947 | + functions-common:time_stop:2444 : [[ -z 1722322521666 ]] 2024-07-30 06:55:21.949 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:55:21.952 | + functions-common:time_stop:2447 : end_time=1722322521950 2024-07-30 06:55:21.954 | + functions-common:time_stop:2448 : elapsed_time=284 2024-07-30 06:55:21.956 | + functions-common:time_stop:2449 : total=26428 2024-07-30 06:55:21.958 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:55:21.960 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26712 2024-07-30 06:55:21.962 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-07-30 06:55:21.972 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-07-30 06:55:21.974 | + functions-common:git_clone:696 : git show --oneline 2024-07-30 06:55:21.975 | + functions-common:git_clone:696 : head -1 2024-07-30 06:55:21.987 | 82ece4f Merge "[2023.1 Only][OVN] Add the bridge name and datapath type to the port VIF details" into stable/2023.1 2024-07-30 06:55:21.989 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-30 06:55:21.991 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-07-30 06:55:21.993 | + inc/python:setup_develop:334 : local bindep 2024-07-30 06:55:21.995 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-07-30 06:55:21.997 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-07-30 06:55:21.999 | + inc/python:setup_develop:340 : local extras= 2024-07-30 06:55:22.001 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-07-30 06:55:22.003 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-30 06:55:22.005 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-07-30 06:55:22.007 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-07-30 06:55:22.008 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-30 06:55:22.010 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-30 06:55:22.013 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-07-30 06:55:22.015 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-30 06:55:22.017 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-07-30 06:55:22.019 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-30 06:55:22.021 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-30 06:55:22.023 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-07-30 06:55:22.028 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-07-30 06:55:22.030 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-07-30 06:55:22.346 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-07-30 06:55:22.348 | + inc/python:setup_package:414 : local bindep=0 2024-07-30 06:55:22.350 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-30 06:55:22.352 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-30 06:55:22.354 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-07-30 06:55:22.356 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-07-30 06:55:22.358 | + inc/python:setup_package:423 : local flags=-e 2024-07-30 06:55:22.360 | + inc/python:setup_package:424 : local extras= 2024-07-30 06:55:22.362 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-30 06:55:22.364 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-30 06:55:22.365 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-30 06:55:22.367 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-30 06:55:22.369 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-30 06:55:22.371 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-07-30 06:55:22.387 | Using python 3.10 to install /opt/stack/neutron 2024-07-30 06:55:22.389 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-07-30 06:55:23.315 | Obtaining file:///opt/stack/neutron 2024-07-30 06:55:23.316 | Preparing metadata (setup.py): started 2024-07-30 06:55:23.901 | Preparing metadata (setup.py): finished with status 'done' 2024-07-30 06:55:23.974 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.1.2) 2024-07-30 06:55:23.975 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.5.2) 2024-07-30 06:55:23.976 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (2.1.1) 2024-07-30 06:55:23.976 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (2.5.1) 2024-07-30 06:55:23.977 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (1.4.41) 2024-07-30 06:55:23.978 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (1.8.7) 2024-07-30 06:55:23.978 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (1.8.1) 2024-07-30 06:55:23.979 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (2.5.0) 2024-07-30 06:55:23.980 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.1.1) 2024-07-30 06:55:23.981 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (0.33.1) 2024-07-30 06:55:23.981 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (2.4.1) 2024-07-30 06:55:23.982 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (0.20.4) 2024-07-30 06:55:23.983 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.1.2) 2024-07-30 06:55:23.983 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (10.2.0) 2024-07-30 06:55:23.984 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (0.8.0) 2024-07-30 06:55:23.985 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev57) (0.11.0) 2024-07-30 06:55:24.102 | Collecting neutron-lib>=3.4.2 2024-07-30 06:55:24.108 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-07-30 06:55:24.116 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (1.0.1) 2024-07-30 06:55:24.146 | Collecting os-ken>=2.2.0 2024-07-30 06:55:24.160 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-07-30 06:55:24.288 | Collecting os-resource-classes>=1.1.0 2024-07-30 06:55:24.290 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-07-30 06:55:24.326 | Collecting os-vif>=3.1.0 2024-07-30 06:55:24.328 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-07-30 06:55:24.331 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.3.1) 2024-07-30 06:55:24.332 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.1.1) 2024-07-30 06:55:24.333 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (9.1.1) 2024-07-30 06:55:24.358 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.1.1) 2024-07-30 06:55:24.359 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (12.3.2) 2024-07-30 06:55:24.359 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (6.0.0) 2024-07-30 06:55:24.360 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.2.0) 2024-07-30 06:55:24.361 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (14.2.4) 2024-07-30 06:55:24.362 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.1.1) 2024-07-30 06:55:24.363 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (4.1.1) 2024-07-30 06:55:24.364 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.1.0) 2024-07-30 06:55:24.364 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.0.0) 2024-07-30 06:55:24.365 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (7.0.1) 2024-07-30 06:55:24.366 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.1.1) 2024-07-30 06:55:24.367 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.1.2) 2024-07-30 06:55:24.367 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (2.1.1) 2024-07-30 06:55:24.368 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (6.1.0) 2024-07-30 06:55:24.369 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.1.0) 2024-07-30 06:55:24.370 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.4.3) 2024-07-30 06:55:24.393 | Collecting ovs>=2.10.0 2024-07-30 06:55:24.393 | Using cached ovs-2.17.7-py3-none-any.whl 2024-07-30 06:55:24.446 | Collecting ovsdbapp>=2.2.1 2024-07-30 06:55:24.449 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-07-30 06:55:24.452 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (23.1) 2024-07-30 06:55:24.452 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.11.1) 2024-07-30 06:55:24.478 | Collecting pecan>=1.4.0 2024-07-30 06:55:24.478 | Using cached pecan-1.4.2-py3-none-any.whl 2024-07-30 06:55:24.482 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.9.2) 2024-07-30 06:55:24.483 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (22.1.0) 2024-07-30 06:55:24.511 | Collecting pyroute2>=0.7.3 2024-07-30 06:55:24.515 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-07-30 06:55:24.549 | Collecting python-designateclient>=2.7.0 2024-07-30 06:55:24.551 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-07-30 06:55:24.592 | Collecting python-neutronclient>=7.8.0 2024-07-30 06:55:24.597 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-07-30 06:55:24.602 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (18.3.0) 2024-07-30 06:55:24.603 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (2.28.1) 2024-07-30 06:55:24.604 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (5.0.0) 2024-07-30 06:55:24.605 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (6.3.1) 2024-07-30 06:55:24.606 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev57) (3.2.0) 2024-07-30 06:55:24.612 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev57) (1.2.3) 2024-07-30 06:55:24.615 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev57) (1.14.1) 2024-07-30 06:55:24.620 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev57) (1.1.3) 2024-07-30 06:55:24.621 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev57) (1.16.0) 2024-07-30 06:55:24.622 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev57) (2.2.1) 2024-07-30 06:55:24.629 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev57) (3.0.9) 2024-07-30 06:55:24.633 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev57) (2.1.1) 2024-07-30 06:55:24.658 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev57) (1.1.0) 2024-07-30 06:55:24.659 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev57) (1.7.0) 2024-07-30 06:55:24.684 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev57) (5.1.0) 2024-07-30 06:55:24.685 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev57) (3.1.1) 2024-07-30 06:55:24.787 | Collecting setproctitle>=1.1.10 2024-07-30 06:55:24.789 | 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-07-30 06:55:24.820 | Collecting os-traits>=0.9.0 2024-07-30 06:55:24.822 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-07-30 06:55:24.835 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev57) (38.0.2) 2024-07-30 06:55:24.836 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev57) (1.4.4) 2024-07-30 06:55:24.837 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev57) (1.0.1) 2024-07-30 06:55:24.839 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev57) (1.4.0) 2024-07-30 06:55:24.840 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev57) (1.1.8) 2024-07-30 06:55:24.840 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev57) (6.0) 2024-07-30 06:55:24.841 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev57) (1.32) 2024-07-30 06:55:24.849 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev57) (1.0.4) 2024-07-30 06:55:24.871 | Collecting ncclient>=0.6.13 2024-07-30 06:55:24.872 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-07-30 06:55:24.925 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev57) (0.18) 2024-07-30 06:55:24.945 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev57) (1.5.0) 2024-07-30 06:55:24.970 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev57) (0.13.0) 2024-07-30 06:55:24.972 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev57) (2.0.1) 2024-07-30 06:55:24.973 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev57) (0.5.0) 2024-07-30 06:55:24.996 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev57) (2.8.2) 2024-07-30 06:55:24.998 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev57) (0.9.6) 2024-07-30 06:55:25.023 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev57) (0.6.0) 2024-07-30 06:55:25.024 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev57) (5.2.0) 2024-07-30 06:55:25.025 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev57) (5.2.4) 2024-07-30 06:55:25.026 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev57) (5.1.1) 2024-07-30 06:55:25.036 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev57) (4.0.0) 2024-07-30 06:55:25.037 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev57) (3.3.0) 2024-07-30 06:55:25.055 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev57) (1.15.1) 2024-07-30 06:55:25.102 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev57) (2022.4) 2024-07-30 06:55:25.115 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev57) (4.0.1) 2024-07-30 06:55:25.116 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev57) (1.4.0) 2024-07-30 06:55:25.125 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev57) (3.4.1) 2024-07-30 06:55:25.201 | Collecting sortedcontainers 2024-07-30 06:55:25.203 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-07-30 06:55:25.227 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev57) (59.6.0) 2024-07-30 06:55:25.270 | Collecting logutils>=0.3 2024-07-30 06:55:25.270 | Using cached logutils-0.3.5-py3-none-any.whl 2024-07-30 06:55:25.352 | Collecting osc-lib>=1.8.0 2024-07-30 06:55:25.354 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-07-30 06:55:25.358 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev57) (4.16.0) 2024-07-30 06:55:25.359 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev57) (4.2.0) 2024-07-30 06:55:25.410 | Collecting os-client-config>=1.28.0 2024-07-30 06:55:25.412 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-07-30 06:55:25.590 | Collecting simplejson>=3.5.1 2024-07-30 06:55:25.592 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2024-07-30 06:55:25.623 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev57) (2020.6.20) 2024-07-30 06:55:25.624 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev57) (1.26.12) 2024-07-30 06:55:25.624 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev57) (2.1.1) 2024-07-30 06:55:25.625 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev57) (3.4) 2024-07-30 06:55:25.637 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev57) (0.7) 2024-07-30 06:55:25.760 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev57) (0.13.1) 2024-07-30 06:55:25.785 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev57) (5.0.0) 2024-07-30 06:55:25.832 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev57) (2.21) 2024-07-30 06:55:25.855 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev57) (0.5.1) 2024-07-30 06:55:25.856 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev57) (2.4.2) 2024-07-30 06:55:25.857 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev57) (5.0.0) 2024-07-30 06:55:26.012 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev57) (22.1.0) 2024-07-30 06:55:26.013 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev57) (0.18.1) 2024-07-30 06:55:26.099 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev57) (2.11.0) 2024-07-30 06:55:26.100 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev57) (4.9.1) 2024-07-30 06:55:26.167 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev57) (0.14.1) 2024-07-30 06:55:26.183 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev57) (0.2.5) 2024-07-30 06:55:26.371 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev57) (0.4.3) 2024-07-30 06:55:26.372 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev57) (0.5.2) 2024-07-30 06:55:26.416 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev57) (2.5.0) 2024-07-30 06:55:26.577 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev57) (1.8.2) 2024-07-30 06:55:26.608 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev57) (3.8.1) 2024-07-30 06:55:26.658 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev57) (1.5.0) 2024-07-30 06:55:27.336 | 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-07-30 06:55:27.337 | Attempting uninstall: sortedcontainers 2024-07-30 06:55:27.338 | Found existing installation: sortedcontainers 2.1.0 2024-07-30 06:55:27.340 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:55:27.341 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-07-30 06:55:27.734 | Attempting uninstall: ovs 2024-07-30 06:55:27.736 | Found existing installation: ovs 2.17.9 2024-07-30 06:55:27.736 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:55:27.737 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-07-30 06:55:30.028 | Running setup.py develop for neutron 2024-07-30 06:55:31.130 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.2 os-client-config-2.1.0 os-ken-2.6.0 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-07-30 06:55:31.131 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:55:31.264 | + inc/python:pip_install:196 : result=0 2024-07-30 06:55:31.266 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:55:31.268 | + functions-common:time_stop:2435 : local name 2024-07-30 06:55:31.270 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:55:31.271 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:55:31.273 | + functions-common:time_stop:2438 : local total 2024-07-30 06:55:31.275 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:55:31.276 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:55:31.278 | + functions-common:time_stop:2442 : start_time=1722322522383 2024-07-30 06:55:31.280 | + functions-common:time_stop:2444 : [[ -z 1722322522383 ]] 2024-07-30 06:55:31.282 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:55:31.285 | + functions-common:time_stop:2447 : end_time=1722322531283 2024-07-30 06:55:31.287 | + functions-common:time_stop:2448 : elapsed_time=8900 2024-07-30 06:55:31.289 | + functions-common:time_stop:2449 : total=59378 2024-07-30 06:55:31.290 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:55:31.292 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68278 2024-07-30 06:55:31.294 | + inc/python:pip_install:199 : return 0 2024-07-30 06:55:31.296 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-30 06:55:31.298 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-07-30 06:55:31.300 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-07-30 06:55:31.315 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-07-30 06:55:31.324 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-07-30 06:55:31.326 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-07-30 06:55:31.328 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:55:31.330 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:55:31.332 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-07-30 06:55:31.334 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:55:31.336 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-07-30 06:55:31.337 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-30 06:55:31.339 | + stack.sh:main:960 : is_service_enabled nova 2024-07-30 06:55:31.352 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:55:31.354 | + stack.sh:main:962 : stack_install_service nova 2024-07-30 06:55:31.356 | + lib/stack:stack_install_service:20 : local service=nova 2024-07-30 06:55:31.358 | + lib/stack:stack_install_service:21 : type install_nova 2024-07-30 06:55:31.359 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-30 06:55:31.361 | + lib/stack:stack_install_service:32 : install_nova 2024-07-30 06:55:31.363 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-07-30 06:55:31.365 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-07-30 06:55:31.367 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:55:31.369 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:55:31.371 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-07-30 06:55:31.373 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:55:31.375 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-07-30 06:55:31.387 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:55:31.389 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-07-30 06:55:31.401 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:55:31.403 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-07-30 06:55:31.415 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:55:31.417 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/00/925000/1 2024-07-30 06:55:31.419 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-07-30 06:55:31.420 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-07-30 06:55:31.422 | + functions-common:git_clone:614 : local git_ref=refs/changes/00/925000/1 2024-07-30 06:55:31.424 | + functions-common:git_clone:615 : local orig_dir 2024-07-30 06:55:31.426 | ++ functions-common:git_clone:616 : pwd 2024-07-30 06:55:31.428 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-30 06:55:31.430 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-30 06:55:31.432 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-30 06:55:31.445 | + functions-common:git_clone:619 : RECLONE=False 2024-07-30 06:55:31.447 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-30 06:55:31.448 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-30 06:55:31.450 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-30 06:55:31.452 | + functions-common:git_clone:633 : echo refs/changes/00/925000/1 2024-07-30 06:55:31.452 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-30 06:55:31.456 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-07-30 06:55:31.458 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-07-30 06:55:31.460 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-07-30 06:55:31.461 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:55:31.463 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:55:31.465 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:55:31.466 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:55:31.468 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:55:31.470 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:55:31.471 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:55:31.473 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:55:31.475 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:55:31.478 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322531476 2024-07-30 06:55:31.480 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-07-30 06:55:31.482 | Cloning into '/opt/stack//nova'... 2024-07-30 06:55:35.606 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:55:35.608 | + functions-common:time_stop:2435 : local name 2024-07-30 06:55:35.610 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:55:35.612 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:55:35.614 | + functions-common:time_stop:2438 : local total 2024-07-30 06:55:35.616 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:55:35.617 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:55:35.619 | + functions-common:time_stop:2442 : start_time=1722322531476 2024-07-30 06:55:35.621 | + functions-common:time_stop:2444 : [[ -z 1722322531476 ]] 2024-07-30 06:55:35.623 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:55:35.626 | + functions-common:time_stop:2447 : end_time=1722322535624 2024-07-30 06:55:35.628 | + functions-common:time_stop:2448 : elapsed_time=4148 2024-07-30 06:55:35.629 | + functions-common:time_stop:2449 : total=26712 2024-07-30 06:55:35.631 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:55:35.633 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30860 2024-07-30 06:55:35.635 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-07-30 06:55:35.637 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/00/925000/1 2024-07-30 06:55:35.638 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:55:35.640 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:55:35.642 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:55:35.643 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:55:35.645 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:55:35.647 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:55:35.648 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:55:35.650 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:55:35.652 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:55:35.656 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322535653 2024-07-30 06:55:35.657 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/00/925000/1 2024-07-30 06:56:32.988 | From https://opendev.org/openstack/nova 2024-07-30 06:56:32.988 | * branch refs/changes/00/925000/1 -> FETCH_HEAD 2024-07-30 06:56:32.993 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:56:32.995 | + functions-common:time_stop:2435 : local name 2024-07-30 06:56:32.997 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:56:32.998 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:56:33.000 | + functions-common:time_stop:2438 : local total 2024-07-30 06:56:33.002 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:56:33.004 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:56:33.005 | + functions-common:time_stop:2442 : start_time=1722322535653 2024-07-30 06:56:33.007 | + functions-common:time_stop:2444 : [[ -z 1722322535653 ]] 2024-07-30 06:56:33.009 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:56:33.012 | + functions-common:time_stop:2447 : end_time=1722322593010 2024-07-30 06:56:33.014 | + functions-common:time_stop:2448 : elapsed_time=57357 2024-07-30 06:56:33.016 | + functions-common:time_stop:2449 : total=30860 2024-07-30 06:56:33.018 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:56:33.019 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88217 2024-07-30 06:56:33.021 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-07-30 06:56:33.355 | Note: switching to 'FETCH_HEAD'. 2024-07-30 06:56:33.355 | 2024-07-30 06:56:33.355 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-30 06:56:33.355 | changes and commit them, and you can discard any commits you make in this 2024-07-30 06:56:33.355 | state without impacting any branches by switching back to a branch. 2024-07-30 06:56:33.355 | 2024-07-30 06:56:33.355 | If you want to create a new branch to retain commits you create, you may 2024-07-30 06:56:33.355 | do so (now or later) by using -c with the switch command. Example: 2024-07-30 06:56:33.355 | 2024-07-30 06:56:33.355 | git switch -c 2024-07-30 06:56:33.355 | 2024-07-30 06:56:33.355 | Or undo this operation with: 2024-07-30 06:56:33.355 | 2024-07-30 06:56:33.355 | git switch - 2024-07-30 06:56:33.355 | 2024-07-30 06:56:33.355 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-30 06:56:33.355 | 2024-07-30 06:56:33.355 | HEAD is now at 77dfa4f6f3 Remove AMI snapshot format special case 2024-07-30 06:56:33.361 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-07-30 06:56:33.372 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-07-30 06:56:33.374 | + functions-common:git_clone:696 : git show --oneline 2024-07-30 06:56:33.375 | + functions-common:git_clone:696 : head -1 2024-07-30 06:56:33.399 | 77dfa4f6f3 Remove AMI snapshot format special case 2024-07-30 06:56:33.401 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-30 06:56:33.403 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-07-30 06:56:33.405 | + inc/python:setup_develop:334 : local bindep 2024-07-30 06:56:33.407 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-07-30 06:56:33.409 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-07-30 06:56:33.411 | + inc/python:setup_develop:340 : local extras= 2024-07-30 06:56:33.413 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-07-30 06:56:33.415 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-30 06:56:33.416 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-07-30 06:56:33.418 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-07-30 06:56:33.420 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-30 06:56:33.421 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-30 06:56:33.424 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-07-30 06:56:33.426 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-30 06:56:33.428 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-07-30 06:56:33.430 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-30 06:56:33.432 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-30 06:56:33.434 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-07-30 06:56:33.439 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-07-30 06:56:33.441 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-07-30 06:56:33.754 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-07-30 06:56:33.756 | + inc/python:setup_package:414 : local bindep=0 2024-07-30 06:56:33.758 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-30 06:56:33.760 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-30 06:56:33.762 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-07-30 06:56:33.764 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-07-30 06:56:33.766 | + inc/python:setup_package:423 : local flags=-e 2024-07-30 06:56:33.768 | + inc/python:setup_package:424 : local extras= 2024-07-30 06:56:33.770 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-30 06:56:33.771 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-30 06:56:33.773 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-30 06:56:33.775 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-30 06:56:33.777 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-30 06:56:33.779 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-07-30 06:56:33.795 | Using python 3.10 to install /opt/stack/nova 2024-07-30 06:56:33.797 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-07-30 06:56:34.730 | Obtaining file:///opt/stack/nova 2024-07-30 06:56:34.731 | Preparing metadata (setup.py): started 2024-07-30 06:56:37.629 | Preparing metadata (setup.py): finished with status 'done' 2024-07-30 06:56:37.717 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.1.2) 2024-07-30 06:56:37.718 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.5.2) 2024-07-30 06:56:37.719 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.1.1) 2024-07-30 06:56:37.720 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.4.1) 2024-07-30 06:56:37.720 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (6.0) 2024-07-30 06:56:37.721 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.5.1) 2024-07-30 06:56:37.722 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.4.41) 2024-07-30 06:56:37.723 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.8.7) 2024-07-30 06:56:37.723 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.8.1) 2024-07-30 06:56:37.724 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (4.1.0) 2024-07-30 06:56:37.725 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (38.0.2) 2024-07-30 06:56:37.726 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (0.2.3) 2024-07-30 06:56:37.726 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.1.1) 2024-07-30 06:56:37.727 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (0.33.1) 2024-07-30 06:56:37.728 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.4.1) 2024-07-30 06:56:37.729 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.1.3) 2024-07-30 06:56:37.729 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.1.0) 2024-07-30 06:56:37.730 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (4.16.0) 2024-07-30 06:56:37.731 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.1.2) 2024-07-30 06:56:37.732 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (10.2.0) 2024-07-30 06:56:37.732 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (4.9.1) 2024-07-30 06:56:37.906 | Collecting microversion-parse>=0.2.1 2024-07-30 06:56:37.908 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-07-30 06:56:37.911 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (0.8.0) 2024-07-30 06:56:37.912 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60272) (0.11.0) 2024-07-30 06:56:37.912 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.0.1) 2024-07-30 06:56:37.913 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (6.2.3) 2024-07-30 06:56:37.914 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.1.0) 2024-07-30 06:56:37.915 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.7.0) 2024-07-30 06:56:37.916 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.10.0) 2024-07-30 06:56:37.916 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.1.1) 2024-07-30 06:56:37.917 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.3.1) 2024-07-30 06:56:37.918 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.1.1) 2024-07-30 06:56:37.919 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (9.1.1) 2024-07-30 06:56:37.920 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.1.1) 2024-07-30 06:56:37.920 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (12.3.2) 2024-07-30 06:56:37.921 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (6.0.0) 2024-07-30 06:56:37.922 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.1.0) 2024-07-30 06:56:37.923 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.2.0) 2024-07-30 06:56:37.924 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (14.2.4) 2024-07-30 06:56:37.925 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.1.1) 2024-07-30 06:56:37.925 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (4.1.1) 2024-07-30 06:56:37.947 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.1.0) 2024-07-30 06:56:37.948 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.0.0) 2024-07-30 06:56:37.949 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (7.0.1) 2024-07-30 06:56:37.950 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.1.1) 2024-07-30 06:56:37.950 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.1.2) 2024-07-30 06:56:37.951 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.1.1) 2024-07-30 06:56:37.952 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (6.1.0) 2024-07-30 06:56:37.953 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.1.0) 2024-07-30 06:56:37.953 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (23.1) 2024-07-30 06:56:37.954 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.11.0) 2024-07-30 06:56:37.955 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.11.1) 2024-07-30 06:56:37.956 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.9.2) 2024-07-30 06:56:37.957 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (9.3.0) 2024-07-30 06:56:37.957 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.8.2) 2024-07-30 06:56:37.958 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (4.3.1) 2024-07-30 06:56:37.959 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (9.0.0) 2024-07-30 06:56:37.960 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (2.28.1) 2024-07-30 06:56:37.961 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.3.3) 2024-07-30 06:56:37.961 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (1.5.0) 2024-07-30 06:56:37.962 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (0.13.0) 2024-07-30 06:56:37.963 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (5.0.0) 2024-07-30 06:56:37.964 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60272) (3.2.0) 2024-07-30 06:56:37.983 | Collecting websockify>=0.9.0 2024-07-30 06:56:37.983 | Using cached websockify-0.10.0-py3-none-any.whl 2024-07-30 06:56:37.994 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60272) (1.2.3) 2024-07-30 06:56:38.004 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.1.0.dev60272) (5.5.0) 2024-07-30 06:56:38.021 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60272) (1.15.1) 2024-07-30 06:56:38.034 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60272) (1.16.0) 2024-07-30 06:56:38.035 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60272) (2.2.1) 2024-07-30 06:56:38.043 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60272) (2.1.1) 2024-07-30 06:56:38.061 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60272) (22.1.0) 2024-07-30 06:56:38.062 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60272) (0.18.1) 2024-07-30 06:56:38.108 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60272) (3.1.1) 2024-07-30 06:56:38.109 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60272) (5.1.0) 2024-07-30 06:56:38.133 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60272) (1.1.8) 2024-07-30 06:56:38.134 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60272) (1.32) 2024-07-30 06:56:38.134 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60272) (1.4.4) 2024-07-30 06:56:38.135 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60272) (1.0.1) 2024-07-30 06:56:38.137 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60272) (1.4.0) 2024-07-30 06:56:38.147 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60272) (5.9.0) 2024-07-30 06:56:38.148 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60272) (6.3.1) 2024-07-30 06:56:38.169 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60272) (2.5.0) 2024-07-30 06:56:38.169 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60272) (2.2.2) 2024-07-30 06:56:38.171 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60272) (0.7.3) 2024-07-30 06:56:38.196 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60272) (0.18) 2024-07-30 06:56:38.241 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60272) (0.5.0) 2024-07-30 06:56:38.242 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60272) (2.0.1) 2024-07-30 06:56:38.274 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60272) (0.9.6) 2024-07-30 06:56:38.299 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60272) (5.1.1) 2024-07-30 06:56:38.301 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60272) (5.2.4) 2024-07-30 06:56:38.302 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60272) (0.6.0) 2024-07-30 06:56:38.303 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60272) (5.2.0) 2024-07-30 06:56:38.314 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60272) (3.3.0) 2024-07-30 06:56:38.315 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60272) (4.0.0) 2024-07-30 06:56:38.334 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60272) (1.0.4) 2024-07-30 06:56:38.354 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60272) (2022.4) 2024-07-30 06:56:38.367 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60272) (1.4.0) 2024-07-30 06:56:38.368 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60272) (4.0.1) 2024-07-30 06:56:38.387 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60272) (3.0.9) 2024-07-30 06:56:38.427 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60272) (1.5.0) 2024-07-30 06:56:38.436 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60272) (59.6.0) 2024-07-30 06:56:38.489 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60272) (0.2.5) 2024-07-30 06:56:38.537 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60272) (22.1.0) 2024-07-30 06:56:38.538 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60272) (1.14.1) 2024-07-30 06:56:38.538 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60272) (2.0.1) 2024-07-30 06:56:38.556 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (4.2.0) 2024-07-30 06:56:38.557 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (2.1.0) 2024-07-30 06:56:38.557 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (2.7.0) 2024-07-30 06:56:38.559 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (3.17.6) 2024-07-30 06:56:38.581 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60272) (2020.6.20) 2024-07-30 06:56:38.582 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60272) (2.1.1) 2024-07-30 06:56:38.583 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60272) (3.4) 2024-07-30 06:56:38.583 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60272) (1.26.12) 2024-07-30 06:56:38.614 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60272) (0.7) 2024-07-30 06:56:38.693 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60272) (0.4.3) 2024-07-30 06:56:38.694 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60272) (0.5.2) 2024-07-30 06:56:38.737 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60272) (0.13.1) 2024-07-30 06:56:39.187 | Collecting numpy 2024-07-30 06:56:39.270 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-07-30 06:56:39.362 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.1.0.dev60272) (5.0.0) 2024-07-30 06:56:39.445 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60272) (2.21) 2024-07-30 06:56:39.470 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (5.0.0) 2024-07-30 06:56:39.470 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (0.5.1) 2024-07-30 06:56:39.471 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (2.4.2) 2024-07-30 06:56:39.679 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.1.0.dev60272) (0.14.1) 2024-07-30 06:56:39.694 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60272) (2.17.7) 2024-07-30 06:56:39.965 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60272) (2.5.0) 2024-07-30 06:56:40.152 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (1.8.2) 2024-07-30 06:56:40.183 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60272) (3.8.1) 2024-07-30 06:56:40.198 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60272) (2.4.0) 2024-07-30 06:56:40.785 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-07-30 06:56:42.587 | Running setup.py develop for nova 2024-07-30 06:56:46.027 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-07-30 06:56:46.028 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:56:46.160 | + inc/python:pip_install:196 : result=0 2024-07-30 06:56:46.162 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:56:46.164 | + functions-common:time_stop:2435 : local name 2024-07-30 06:56:46.166 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:56:46.168 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:56:46.170 | + functions-common:time_stop:2438 : local total 2024-07-30 06:56:46.171 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:56:46.173 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:56:46.175 | + functions-common:time_stop:2442 : start_time=1722322593791 2024-07-30 06:56:46.177 | + functions-common:time_stop:2444 : [[ -z 1722322593791 ]] 2024-07-30 06:56:46.179 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:56:46.182 | + functions-common:time_stop:2447 : end_time=1722322606180 2024-07-30 06:56:46.184 | + functions-common:time_stop:2448 : elapsed_time=12389 2024-07-30 06:56:46.185 | + functions-common:time_stop:2449 : total=68278 2024-07-30 06:56:46.187 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:56:46.189 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80667 2024-07-30 06:56:46.191 | + inc/python:pip_install:199 : return 0 2024-07-30 06:56:46.192 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-30 06:56:46.194 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-07-30 06:56:46.196 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-07-30 06:56:46.210 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-07-30 06:56:46.220 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-07-30 06:56:46.222 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-07-30 06:56:46.224 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:56:46.225 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:56:46.227 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-07-30 06:56:46.229 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:56:46.231 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-07-30 06:56:46.242 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-30 06:56:46.244 | + stack.sh:main:963 : configure_nova 2024-07-30 06:56:46.246 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-07-30 06:56:46.255 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-07-30 06:56:46.257 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-07-30 06:56:46.259 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-07-30 06:56:46.262 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-07-30 06:56:46.263 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-07-30 06:56:46.267 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-07-30 06:56:46.268 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-07-30 06:56:46.270 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-07-30 06:56:46.272 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-07-30 06:56:46.274 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-07-30 06:56:46.276 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-07-30 06:56:46.278 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-07-30 06:56:46.279 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-07-30 06:56:46.288 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-07-30 06:56:46.297 | + 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-07-30 06:56:46.307 | + 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-07-30 06:56:46.316 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-07-30 06:56:46.325 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-07-30 06:56:46.328 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-07-30 06:56:46.331 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.dYJBezIwos 2024-07-30 06:56:46.333 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-07-30 06:56:46.335 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-07-30 06:56:46.337 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-07-30 06:56:46.339 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-07-30 06:56:46.341 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-07-30 06:56:46.343 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.dYJBezIwos 2024-07-30 06:56:46.346 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.dYJBezIwos 2024-07-30 06:56:46.356 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.dYJBezIwos /etc/sudoers.d/nova-rootwrap 2024-07-30 06:56:46.366 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-07-30 06:56:46.369 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-07-30 06:56:46.371 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-07-30 06:56:46.374 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-07-30 06:56:46.376 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-07-30 06:56:46.378 | + 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-07-30 06:56:46.380 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-07-30 06:56:46.382 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-07-30 06:56:46.384 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-07-30 06:56:46.388 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-07-30 06:56:46.401 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:46.403 | + lib/nova:configure_nova:356 : create_nova_conf 2024-07-30 06:56:46.405 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-07-30 06:56:46.408 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-07-30 06:56:46.411 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-07-30 06:56:46.436 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-07-30 06:56:46.438 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-07-30 06:56:46.461 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-07-30 06:56:46.488 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-07-30 06:56:46.509 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-07-30 06:56:46.533 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-07-30 06:56:46.557 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-07-30 06:56:46.582 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-07-30 06:56:46.604 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-07-30 06:56:46.626 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-07-30 06:56:46.648 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-07-30 06:56:46.670 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-07-30 06:56:46.692 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-07-30 06:56:46.717 | + lib/nova:create_nova_conf:451 : is_fedora 2024-07-30 06:56:46.719 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-30 06:56:46.720 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-30 06:56:46.722 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-30 06:56:46.724 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-30 06:56:46.726 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-30 06:56:46.727 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-30 06:56:46.729 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-30 06:56:46.731 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-30 06:56:46.732 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-30 06:56:46.734 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-30 06:56:46.736 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-30 06:56:46.738 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-30 06:56:46.739 | + lib/nova:create_nova_conf:451 : is_suse 2024-07-30 06:56:46.741 | + functions-common:is_suse:544 : is_opensuse 2024-07-30 06:56:46.743 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-30 06:56:46.744 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-30 06:56:46.746 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-30 06:56:46.748 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-30 06:56:46.750 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-30 06:56:46.752 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-07-30 06:56:46.764 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:46.766 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-07-30 06:56:46.767 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-07-30 06:56:46.769 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-07-30 06:56:46.771 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-07-30 06:56:46.773 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-07-30 06:56:46.775 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-07-30 06:56:46.777 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-30 06:56:46.779 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-30 06:56:46.780 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-07-30 06:56:46.782 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-07-30 06:56:46.806 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-07-30 06:56:46.808 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-07-30 06:56:46.810 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-07-30 06:56:46.812 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-07-30 06:56:46.814 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-30 06:56:46.816 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-30 06:56:46.817 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-07-30 06:56:46.820 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-07-30 06:56:46.843 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-07-30 06:56:46.867 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-07-30 06:56:46.888 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-07-30 06:56:46.910 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-07-30 06:56:46.922 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:46.924 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-07-30 06:56:46.936 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:46.938 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-07-30 06:56:46.939 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-07-30 06:56:46.943 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-07-30 06:56:46.944 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-07-30 06:56:46.967 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-07-30 06:56:46.968 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-07-30 06:56:46.970 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-07-30 06:56:46.994 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-07-30 06:56:47.016 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-07-30 06:56:47.028 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:47.030 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-07-30 06:56:47.032 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-07-30 06:56:47.034 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-07-30 06:56:47.035 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-30 06:56:47.037 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-07-30 06:56:47.061 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-07-30 06:56:47.083 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-30 06:56:47.105 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-07-30 06:56:47.128 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-07-30 06:56:47.151 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-07-30 06:56:47.173 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-07-30 06:56:47.194 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-07-30 06:56:47.217 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-30 06:56:47.240 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-07-30 06:56:47.262 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-07-30 06:56:47.274 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:47.276 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-07-30 06:56:47.277 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-07-30 06:56:47.302 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-07-30 06:56:47.324 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-07-30 06:56:47.347 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-07-30 06:56:47.370 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-07-30 06:56:47.393 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-07-30 06:56:47.415 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-07-30 06:56:47.438 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-07-30 06:56:47.461 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-07-30 06:56:47.473 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:47.474 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-07-30 06:56:47.476 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-07-30 06:56:47.499 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-07-30 06:56:47.524 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-07-30 06:56:47.525 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-07-30 06:56:47.549 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-07-30 06:56:47.550 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-07-30 06:56:47.552 | + lib/nova:create_nova_conf:526 : is_suse 2024-07-30 06:56:47.554 | + functions-common:is_suse:544 : is_opensuse 2024-07-30 06:56:47.556 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-30 06:56:47.557 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-30 06:56:47.559 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-30 06:56:47.561 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-30 06:56:47.563 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-30 06:56:47.564 | + lib/nova:create_nova_conf:526 : is_fedora 2024-07-30 06:56:47.566 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-30 06:56:47.568 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-30 06:56:47.570 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-30 06:56:47.572 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-30 06:56:47.573 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-30 06:56:47.575 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-30 06:56:47.577 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-30 06:56:47.579 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-30 06:56:47.580 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-30 06:56:47.582 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-30 06:56:47.584 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-30 06:56:47.586 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-30 06:56:47.587 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-07-30 06:56:47.589 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-07-30 06:56:47.591 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-07-30 06:56:47.593 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-30 06:56:47.606 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-30 06:56:47.607 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-30 06:56:47.609 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-30 06:56:47.611 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-30 06:56:47.613 | + 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-07-30 06:56:47.636 | + 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-07-30 06:56:47.658 | + 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-07-30 06:56:47.680 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-30 06:56:47.702 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-07-30 06:56:47.727 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-07-30 06:56:47.739 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:47.741 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-07-30 06:56:47.743 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-07-30 06:56:47.745 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-07-30 06:56:47.747 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-07-30 06:56:47.749 | + lib/apache:write_uwsgi_config:257 : local http= 2024-07-30 06:56:47.750 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-30 06:56:47.753 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-07-30 06:56:47.756 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-07-30 06:56:47.757 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-30 06:56:47.759 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-30 06:56:47.769 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-30 06:56:47.770 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:56:47.776 | d /var/run/uwsgi 0755 stack root 2024-07-30 06:56:47.779 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:56:47.787 | /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-07-30 06:56:47.790 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-07-30 06:56:47.792 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-07-30 06:56:47.795 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-07-30 06:56:47.819 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-07-30 06:56:47.841 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-07-30 06:56:47.863 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-07-30 06:56:47.886 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-07-30 06:56:47.908 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-30 06:56:47.930 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-07-30 06:56:47.952 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-07-30 06:56:47.974 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-07-30 06:56:47.996 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-07-30 06:56:48.018 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-07-30 06:56:48.040 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-30 06:56:48.062 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-07-30 06:56:48.084 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-07-30 06:56:48.086 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-07-30 06:56:48.088 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-07-30 06:56:48.090 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-07-30 06:56:48.092 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-30 06:56:48.094 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:48.095 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:48.097 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-07-30 06:56:48.099 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-07-30 06:56:48.101 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-07-30 06:56:48.123 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-07-30 06:56:48.146 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2024-07-30 06:56:48.147 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-07-30 06:56:48.154 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-07-30 06:56:48.156 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-07-30 06:56:48.158 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-07-30 06:56:48.160 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-30 06:56:48.162 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-30 06:56:48.164 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-30 06:56:48.166 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:48.168 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:48.170 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-30 06:56:48.172 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-30 06:56:48.174 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:48.176 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:48.178 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-07-30 06:56:48.209 | Enabling site nova-api-wsgi. 2024-07-30 06:56:48.212 | To activate the new configuration, you need to run: 2024-07-30 06:56:48.212 | systemctl reload apache2 2024-07-30 06:56:48.216 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-07-30 06:56:48.218 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-30 06:56:48.220 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:56:48.221 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-30 06:56:48.317 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-07-30 06:56:48.330 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:48.332 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-07-30 06:56:48.334 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-07-30 06:56:48.336 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-07-30 06:56:48.337 | + lib/apache:write_uwsgi_config:256 : local url= 2024-07-30 06:56:48.339 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-07-30 06:56:48.341 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-30 06:56:48.344 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-07-30 06:56:48.347 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-07-30 06:56:48.349 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-30 06:56:48.351 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-30 06:56:48.362 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-30 06:56:48.362 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:56:48.369 | d /var/run/uwsgi 0755 stack root 2024-07-30 06:56:48.372 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:56:48.381 | /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-07-30 06:56:48.384 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-07-30 06:56:48.386 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-07-30 06:56:48.388 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-07-30 06:56:48.413 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-07-30 06:56:48.436 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-07-30 06:56:48.458 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-07-30 06:56:48.480 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-07-30 06:56:48.502 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-30 06:56:48.524 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-07-30 06:56:48.547 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-07-30 06:56:48.569 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-07-30 06:56:48.591 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-07-30 06:56:48.613 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-07-30 06:56:48.634 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-30 06:56:48.657 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-07-30 06:56:48.679 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-07-30 06:56:48.681 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-07-30 06:56:48.704 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-07-30 06:56:48.717 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:48.719 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-07-30 06:56:48.745 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-07-30 06:56:48.747 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-07-30 06:56:48.748 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-07-30 06:56:48.761 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:48.763 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:56:48.765 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:56:48.788 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-07-30 06:56:48.812 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-07-30 06:56:48.814 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-07-30 06:56:48.815 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-07-30 06:56:48.817 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-30 06:56:48.819 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-30 06:56:48.821 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-30 06:56:48.833 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:48.836 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-30 06:56:48.838 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-30 06:56:48.839 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-30 06:56:48.851 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:48.853 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:56:48.855 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:56:48.878 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-30 06:56:48.879 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-30 06:56:48.881 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-07-30 06:56:48.904 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-07-30 06:56:48.926 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-07-30 06:56:48.950 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-07-30 06:56:48.963 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:48.965 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-07-30 06:56:48.987 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-07-30 06:56:48.989 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-07-30 06:56:48.991 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-07-30 06:56:49.015 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-07-30 06:56:49.038 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-07-30 06:56:49.061 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-07-30 06:56:49.084 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-07-30 06:56:49.106 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-07-30 06:56:49.129 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-07-30 06:56:49.151 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-07-30 06:56:49.174 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-07-30 06:56:49.196 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-07-30 06:56:49.208 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:49.210 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-07-30 06:56:49.213 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-07-30 06:56:49.215 | + lib/nova:create_nova_conf:574 : local conf 2024-07-30 06:56:49.217 | + lib/nova:create_nova_conf:575 : local vhost 2024-07-30 06:56:49.219 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-07-30 06:56:49.221 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-07-30 06:56:49.222 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-07-30 06:56:49.225 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-07-30 06:56:49.226 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-07-30 06:56:49.228 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-07-30 06:56:49.231 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-07-30 06:56:49.233 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-07-30 06:56:49.236 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-07-30 06:56:49.237 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-07-30 06:56:49.239 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-30 06:56:49.241 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-30 06:56:49.242 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-07-30 06:56:49.245 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-07-30 06:56:49.270 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-07-30 06:56:49.294 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-07-30 06:56:49.319 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-07-30 06:56:49.321 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-07-30 06:56:49.323 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-07-30 06:56:49.325 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-07-30 06:56:49.326 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-30 06:56:49.328 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-30 06:56:49.330 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-30 06:56:49.342 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:49.345 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-30 06:56:49.347 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-30 06:56:49.349 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-30 06:56:49.362 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:49.363 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:56:49.366 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:56:49.389 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-30 06:56:49.391 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-30 06:56:49.392 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-07-30 06:56:49.394 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-07-30 06:56:49.396 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-07-30 06:56:49.398 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-30 06:56:49.412 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-30 06:56:49.414 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-30 06:56:49.415 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-30 06:56:49.417 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-30 06:56:49.419 | + 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-07-30 06:56:49.441 | + 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-07-30 06:56:49.464 | + 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-07-30 06:56:49.486 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-30 06:56:49.508 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-07-30 06:56:49.510 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-07-30 06:56:49.512 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-07-30 06:56:49.514 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-07-30 06:56:49.516 | + lib/nova:configure_console_proxies:724 : offset=0 2024-07-30 06:56:49.517 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-07-30 06:56:49.529 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:49.531 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-07-30 06:56:49.533 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-07-30 06:56:49.545 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:49.547 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-07-30 06:56:49.559 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:49.561 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-07-30 06:56:49.574 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:56:49.576 | + stack.sh:main:966 : is_service_enabled placement 2024-07-30 06:56:49.589 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:56:49.591 | + stack.sh:main:968 : stack_install_service placement 2024-07-30 06:56:49.593 | + lib/stack:stack_install_service:20 : local service=placement 2024-07-30 06:56:49.595 | + lib/stack:stack_install_service:21 : type install_placement 2024-07-30 06:56:49.597 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-07-30 06:56:49.599 | + lib/stack:stack_install_service:32 : install_placement 2024-07-30 06:56:49.602 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-07-30 06:56:49.603 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-07-30 06:56:49.605 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:49.607 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:49.609 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-07-30 06:56:49.611 | + functions-common:install_package:1459 : update_package_repo 2024-07-30 06:56:49.613 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:56:49.615 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-30 06:56:49.617 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-30 06:56:49.619 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:56:49.621 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:56:49.623 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:49.624 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:49.626 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:56:49.628 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-30 06:56:49.630 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-30 06:56:49.632 | + functions-common:apt_get_update:1186 : return 2024-07-30 06:56:49.634 | + functions-common:install_package:1460 : real_install_package apache2 2024-07-30 06:56:49.635 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:56:49.637 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:49.639 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:49.641 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-07-30 06:56:49.657 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-07-30 06:56:49.716 | Reading package lists... 2024-07-30 06:56:49.898 | Building dependency tree... 2024-07-30 06:56:49.899 | Reading state information... 2024-07-30 06:56:50.090 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-07-30 06:56:50.090 | The following packages were automatically installed and are no longer required: 2024-07-30 06:56:50.090 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-30 06:56:50.090 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-30 06:56:50.090 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-30 06:56:50.090 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-30 06:56:50.090 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-30 06:56:50.090 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-30 06:56:50.091 | linux-modules-extra-5.15.0-105-generic 2024-07-30 06:56:50.091 | Use 'sudo apt autoremove' to remove them. 2024-07-30 06:56:50.112 | 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 2024-07-30 06:56:50.116 | + functions-common:apt_get:1230 : result=0 2024-07-30 06:56:50.118 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:56:50.120 | + functions-common:time_stop:2435 : local name 2024-07-30 06:56:50.122 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:56:50.124 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:56:50.126 | + functions-common:time_stop:2438 : local total 2024-07-30 06:56:50.128 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:56:50.130 | + functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:56:50.131 | + functions-common:time_stop:2442 : start_time=1722322609654 2024-07-30 06:56:50.133 | + functions-common:time_stop:2444 : [[ -z 1722322609654 ]] 2024-07-30 06:56:50.135 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:56:50.139 | + functions-common:time_stop:2447 : end_time=1722322610137 2024-07-30 06:56:50.141 | + functions-common:time_stop:2448 : elapsed_time=483 2024-07-30 06:56:50.143 | + functions-common:time_stop:2449 : total=6814 2024-07-30 06:56:50.145 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:56:50.146 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7297 2024-07-30 06:56:50.148 | + functions-common:apt_get:1234 : return 0 2024-07-30 06:56:50.150 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-07-30 06:56:50.152 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-07-30 06:56:50.154 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-07-30 06:56:50.156 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-07-30 06:56:50.158 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-07-30 06:56:50.172 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-07-30 06:56:50.174 | + functions-common:install_package:1459 : update_package_repo 2024-07-30 06:56:50.175 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-07-30 06:56:50.177 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-07-30 06:56:50.179 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-07-30 06:56:50.181 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-07-30 06:56:50.183 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-07-30 06:56:50.185 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:50.187 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:50.189 | + functions-common:update_package_repo:1440 : apt_get_update 2024-07-30 06:56:50.191 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-07-30 06:56:50.193 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-07-30 06:56:50.195 | + functions-common:apt_get_update:1186 : return 2024-07-30 06:56:50.196 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-07-30 06:56:50.198 | + functions-common:real_install_package:1445 : is_ubuntu 2024-07-30 06:56:50.200 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:50.202 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:50.204 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-07-30 06:56:50.220 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-07-30 06:56:50.278 | Reading package lists... 2024-07-30 06:56:50.472 | Building dependency tree... 2024-07-30 06:56:50.473 | Reading state information... 2024-07-30 06:56:50.657 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-07-30 06:56:50.657 | The following packages were automatically installed and are no longer required: 2024-07-30 06:56:50.657 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-07-30 06:56:50.657 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-07-30 06:56:50.657 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-07-30 06:56:50.657 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-07-30 06:56:50.657 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-07-30 06:56:50.657 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-07-30 06:56:50.657 | linux-modules-extra-5.15.0-105-generic 2024-07-30 06:56:50.657 | Use 'sudo apt autoremove' to remove them. 2024-07-30 06:56:50.678 | 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 2024-07-30 06:56:50.683 | + functions-common:apt_get:1230 : result=0 2024-07-30 06:56:50.685 | + functions-common:apt_get:1233 : time_stop apt-get 2024-07-30 06:56:50.687 | + functions-common:time_stop:2435 : local name 2024-07-30 06:56:50.689 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:56:50.691 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:56:50.693 | + functions-common:time_stop:2438 : local total 2024-07-30 06:56:50.695 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:56:50.697 | + functions-common:time_stop:2441 : name=apt-get 2024-07-30 06:56:50.698 | + functions-common:time_stop:2442 : start_time=1722322610218 2024-07-30 06:56:50.700 | + functions-common:time_stop:2444 : [[ -z 1722322610218 ]] 2024-07-30 06:56:50.703 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:56:50.706 | + functions-common:time_stop:2447 : end_time=1722322610704 2024-07-30 06:56:50.708 | + functions-common:time_stop:2448 : elapsed_time=486 2024-07-30 06:56:50.710 | + functions-common:time_stop:2449 : total=7297 2024-07-30 06:56:50.712 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:56:50.714 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7783 2024-07-30 06:56:50.715 | + functions-common:apt_get:1234 : return 0 2024-07-30 06:56:50.717 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-07-30 06:56:50.719 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-07-30 06:56:50.721 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-30 06:56:50.723 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:56:50.725 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:56:50.727 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-07-30 06:56:50.729 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-07-30 06:56:50.757 | wsgi (enabled by maintainer script) 2024-07-30 06:56:50.759 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-07-30 06:56:50.761 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-07-30 06:56:50.763 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-30 06:56:50.765 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-07-30 06:56:50.767 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-07-30 06:56:50.769 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-30 06:56:50.773 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-07-30 06:56:50.773 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-30 06:56:50.776 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-07-30 06:56:50.778 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-07-30 06:56:50.780 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-07-30 06:56:50.783 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-07-30 06:56:50.785 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-07-30 06:56:50.802 | Using python 3.10 to install osc-placement 2024-07-30 06:56:50.804 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-07-30 06:56:51.922 | Collecting osc-placement 2024-07-30 06:56:51.925 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-07-30 06:56:51.931 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-07-30 06:56:51.932 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-07-30 06:56:51.933 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-07-30 06:56:51.933 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-07-30 06:56:51.934 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-07-30 06:56:51.959 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-07-30 06:56:51.960 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-07-30 06:56:51.961 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2024-07-30 06:56:51.961 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2024-07-30 06:56:51.962 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-07-30 06:56:51.968 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2024-07-30 06:56:51.969 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-07-30 06:56:51.970 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2024-07-30 06:56:51.976 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-07-30 06:56:51.976 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-07-30 06:56:51.977 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-07-30 06:56:51.978 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-07-30 06:56:51.979 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-07-30 06:56:51.979 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-07-30 06:56:51.986 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-07-30 06:56:51.987 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2024-07-30 06:56:51.988 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2024-07-30 06:56:51.988 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-07-30 06:56:51.989 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2024-07-30 06:56:51.992 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2024-07-30 06:56:52.007 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2024-07-30 06:56:52.008 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-07-30 06:56:52.009 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-07-30 06:56:52.010 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-07-30 06:56:52.010 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-07-30 06:56:52.011 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-07-30 06:56:52.012 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-07-30 06:56:52.030 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2024-07-30 06:56:52.030 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-07-30 06:56:52.031 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2024-07-30 06:56:52.032 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2024-07-30 06:56:52.086 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2024-07-30 06:56:52.087 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2024-07-30 06:56:52.088 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-07-30 06:56:52.106 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-07-30 06:56:52.134 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2024-07-30 06:56:52.195 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-07-30 06:56:53.033 | Installing collected packages: osc-placement 2024-07-30 06:56:53.111 | Successfully installed osc-placement-4.1.0 2024-07-30 06:56:53.111 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:56:53.216 | + inc/python:pip_install:196 : result=0 2024-07-30 06:56:53.218 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:56:53.220 | + functions-common:time_stop:2435 : local name 2024-07-30 06:56:53.222 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:56:53.224 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:56:53.226 | + functions-common:time_stop:2438 : local total 2024-07-30 06:56:53.228 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:56:53.230 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:56:53.232 | + functions-common:time_stop:2442 : start_time=1722322610797 2024-07-30 06:56:53.233 | + functions-common:time_stop:2444 : [[ -z 1722322610797 ]] 2024-07-30 06:56:53.236 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:56:53.239 | + functions-common:time_stop:2447 : end_time=1722322613237 2024-07-30 06:56:53.241 | + functions-common:time_stop:2448 : elapsed_time=2440 2024-07-30 06:56:53.243 | + functions-common:time_stop:2449 : total=80667 2024-07-30 06:56:53.245 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:56:53.246 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=83107 2024-07-30 06:56:53.248 | + inc/python:pip_install:199 : return 0 2024-07-30 06:56:53.250 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-07-30 06:56:53.252 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-07-30 06:56:53.254 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-07-30 06:56:53.256 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-07-30 06:56:53.258 | + functions-common:git_clone:615 : local orig_dir 2024-07-30 06:56:53.260 | ++ functions-common:git_clone:616 : pwd 2024-07-30 06:56:53.263 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-07-30 06:56:53.265 | + functions-common:git_clone:617 : local git_clone_flags= 2024-07-30 06:56:53.267 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-07-30 06:56:53.280 | + functions-common:git_clone:619 : RECLONE=False 2024-07-30 06:56:53.282 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-07-30 06:56:53.284 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-07-30 06:56:53.286 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-07-30 06:56:53.288 | + functions-common:git_clone:633 : echo stable/2023.1 2024-07-30 06:56:53.288 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-07-30 06:56:53.293 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-07-30 06:56:53.294 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-07-30 06:56:53.296 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-07-30 06:56:53.298 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:56:53.300 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:56:53.301 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:56:53.303 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:56:53.305 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:56:53.307 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:56:53.309 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:56:53.310 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:56:53.312 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:56:53.316 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322613313 2024-07-30 06:56:53.318 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-07-30 06:56:53.320 | Cloning into '/opt/stack//placement'... 2024-07-30 06:56:54.976 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:56:54.978 | + functions-common:time_stop:2435 : local name 2024-07-30 06:56:54.979 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:56:54.981 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:56:54.983 | + functions-common:time_stop:2438 : local total 2024-07-30 06:56:54.985 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:56:54.987 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:56:54.988 | + functions-common:time_stop:2442 : start_time=1722322613313 2024-07-30 06:56:54.990 | + functions-common:time_stop:2444 : [[ -z 1722322613313 ]] 2024-07-30 06:56:54.992 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:56:54.996 | + functions-common:time_stop:2447 : end_time=1722322614993 2024-07-30 06:56:54.997 | + functions-common:time_stop:2448 : elapsed_time=1680 2024-07-30 06:56:54.999 | + functions-common:time_stop:2449 : total=88217 2024-07-30 06:56:55.001 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:56:55.003 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89897 2024-07-30 06:56:55.005 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-07-30 06:56:55.006 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-07-30 06:56:55.008 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:56:55.010 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:56:55.012 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:56:55.014 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:56:55.016 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:56:55.018 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:56:55.019 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:56:55.021 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:56:55.023 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:56:55.027 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322615024 2024-07-30 06:56:55.028 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-07-30 06:56:56.383 | From https://opendev.org/openstack/placement 2024-07-30 06:56:56.383 | * branch stable/2023.1 -> FETCH_HEAD 2024-07-30 06:56:56.388 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:56:56.390 | + functions-common:time_stop:2435 : local name 2024-07-30 06:56:56.392 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:56:56.394 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:56:56.396 | + functions-common:time_stop:2438 : local total 2024-07-30 06:56:56.398 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:56:56.400 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:56:56.402 | + functions-common:time_stop:2442 : start_time=1722322615024 2024-07-30 06:56:56.404 | + functions-common:time_stop:2444 : [[ -z 1722322615024 ]] 2024-07-30 06:56:56.406 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:56:56.409 | + functions-common:time_stop:2447 : end_time=1722322616407 2024-07-30 06:56:56.411 | + functions-common:time_stop:2448 : elapsed_time=1383 2024-07-30 06:56:56.413 | + functions-common:time_stop:2449 : total=89897 2024-07-30 06:56:56.414 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:56:56.416 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91280 2024-07-30 06:56:56.418 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-07-30 06:56:56.420 | + functions-common:git_timed:720 : local count=0 2024-07-30 06:56:56.422 | + functions-common:git_timed:721 : local timeout=0 2024-07-30 06:56:56.424 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-07-30 06:56:56.426 | + functions-common:git_timed:724 : timeout=0 2024-07-30 06:56:56.428 | + functions-common:git_timed:727 : time_start git_timed 2024-07-30 06:56:56.430 | + functions-common:time_start:2421 : local name=git_timed 2024-07-30 06:56:56.432 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:56:56.433 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:56:56.436 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:56:56.439 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322616437 2024-07-30 06:56:56.441 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-07-30 06:56:56.467 | Note: switching to 'FETCH_HEAD'. 2024-07-30 06:56:56.468 | 2024-07-30 06:56:56.468 | You are in 'detached HEAD' state. You can look around, make experimental 2024-07-30 06:56:56.468 | changes and commit them, and you can discard any commits you make in this 2024-07-30 06:56:56.468 | state without impacting any branches by switching back to a branch. 2024-07-30 06:56:56.468 | 2024-07-30 06:56:56.468 | If you want to create a new branch to retain commits you create, you may 2024-07-30 06:56:56.468 | do so (now or later) by using -c with the switch command. Example: 2024-07-30 06:56:56.468 | 2024-07-30 06:56:56.468 | git switch -c 2024-07-30 06:56:56.468 | 2024-07-30 06:56:56.468 | Or undo this operation with: 2024-07-30 06:56:56.468 | 2024-07-30 06:56:56.468 | git switch - 2024-07-30 06:56:56.468 | 2024-07-30 06:56:56.468 | Turn off this advice by setting config variable advice.detachedHead to false 2024-07-30 06:56:56.468 | 2024-07-30 06:56:56.468 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-07-30 06:56:56.471 | + functions-common:git_timed:742 : time_stop git_timed 2024-07-30 06:56:56.473 | + functions-common:time_stop:2435 : local name 2024-07-30 06:56:56.475 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:56:56.477 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:56:56.479 | + functions-common:time_stop:2438 : local total 2024-07-30 06:56:56.481 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:56:56.482 | + functions-common:time_stop:2441 : name=git_timed 2024-07-30 06:56:56.484 | + functions-common:time_stop:2442 : start_time=1722322616437 2024-07-30 06:56:56.486 | + functions-common:time_stop:2444 : [[ -z 1722322616437 ]] 2024-07-30 06:56:56.488 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:56:56.492 | + functions-common:time_stop:2447 : end_time=1722322616489 2024-07-30 06:56:56.494 | + functions-common:time_stop:2448 : elapsed_time=52 2024-07-30 06:56:56.495 | + functions-common:time_stop:2449 : total=91280 2024-07-30 06:56:56.497 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:56:56.499 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91332 2024-07-30 06:56:56.501 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-07-30 06:56:56.512 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-07-30 06:56:56.514 | + functions-common:git_clone:696 : git show --oneline 2024-07-30 06:56:56.514 | + functions-common:git_clone:696 : head -1 2024-07-30 06:56:56.516 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-07-30 06:56:56.518 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-07-30 06:56:56.520 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-07-30 06:56:56.522 | + inc/python:setup_develop:334 : local bindep 2024-07-30 06:56:56.524 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-07-30 06:56:56.526 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-07-30 06:56:56.528 | + inc/python:setup_develop:340 : local extras= 2024-07-30 06:56:56.530 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-07-30 06:56:56.532 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-30 06:56:56.534 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-07-30 06:56:56.536 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-07-30 06:56:56.537 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-30 06:56:56.540 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-30 06:56:56.542 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-07-30 06:56:56.544 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-30 06:56:56.547 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-07-30 06:56:56.549 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-30 06:56:56.551 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-30 06:56:56.553 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-07-30 06:56:56.558 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-07-30 06:56:56.560 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-07-30 06:56:56.872 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-07-30 06:56:56.874 | + inc/python:setup_package:414 : local bindep=0 2024-07-30 06:56:56.877 | + inc/python:setup_package:415 : local bindep_flag= 2024-07-30 06:56:56.879 | + inc/python:setup_package:416 : local bindep_profiles= 2024-07-30 06:56:56.881 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-07-30 06:56:56.883 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-07-30 06:56:56.885 | + inc/python:setup_package:423 : local flags=-e 2024-07-30 06:56:56.887 | + inc/python:setup_package:424 : local extras= 2024-07-30 06:56:56.889 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-07-30 06:56:56.891 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-07-30 06:56:56.893 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-30 06:56:56.895 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-30 06:56:56.897 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-30 06:56:56.899 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-07-30 06:56:56.915 | Using python 3.10 to install /opt/stack/placement 2024-07-30 06:56:56.917 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-07-30 06:56:57.857 | Obtaining file:///opt/stack/placement 2024-07-30 06:56:57.858 | Preparing metadata (setup.py): started 2024-07-30 06:56:58.238 | Preparing metadata (setup.py): finished with status 'done' 2024-07-30 06:56:58.294 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2024-07-30 06:56:58.295 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2024-07-30 06:56:58.295 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2024-07-30 06:56:58.296 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2024-07-30 06:56:58.297 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2024-07-30 06:56:58.297 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2024-07-30 06:56:58.298 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2024-07-30 06:56:58.299 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2024-07-30 06:56:58.299 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-07-30 06:56:58.300 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2024-07-30 06:56:58.301 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-07-30 06:56:58.301 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.2) 2024-07-30 06:56:58.302 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.0) 2024-07-30 06:56:58.303 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-07-30 06:56:58.304 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2024-07-30 06:56:58.304 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-07-30 06:56:58.305 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2024-07-30 06:56:58.306 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2024-07-30 06:56:58.306 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2024-07-30 06:56:58.307 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2024-07-30 06:56:58.308 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2024-07-30 06:56:58.326 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2024-07-30 06:56:58.326 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2024-07-30 06:56:58.350 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2024-07-30 06:56:58.351 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2024-07-30 06:56:58.352 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2024-07-30 06:56:58.353 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2024-07-30 06:56:58.354 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2024-07-30 06:56:58.355 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.2) 2024-07-30 06:56:58.364 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2024-07-30 06:56:58.381 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2024-07-30 06:56:58.382 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2024-07-30 06:56:58.383 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2024-07-30 06:56:58.383 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-07-30 06:56:58.384 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2024-07-30 06:56:58.426 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2024-07-30 06:56:58.427 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2024-07-30 06:56:58.428 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2024-07-30 06:56:58.429 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2024-07-30 06:56:58.447 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2024-07-30 06:56:58.449 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2024-07-30 06:56:58.456 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2024-07-30 06:56:58.457 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2024-07-30 06:56:58.458 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2024-07-30 06:56:58.469 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2024-07-30 06:56:58.469 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2024-07-30 06:56:58.474 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2024-07-30 06:56:58.481 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2024-07-30 06:56:58.482 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2024-07-30 06:56:58.482 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (23.1) 2024-07-30 06:56:58.483 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2024-07-30 06:56:58.494 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-07-30 06:56:58.495 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2024-07-30 06:56:58.496 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2024-07-30 06:56:58.496 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2024-07-30 06:56:58.503 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2024-07-30 06:56:58.565 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2024-07-30 06:56:58.579 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2024-07-30 06:56:58.622 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2024-07-30 06:56:58.640 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-07-30 06:56:58.666 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2024-07-30 06:56:58.697 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2024-07-30 06:56:58.714 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2024-07-30 06:56:58.784 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2024-07-30 06:56:58.785 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2024-07-30 06:56:58.785 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2024-07-30 06:56:58.811 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-07-30 06:56:59.617 | Installing collected packages: openstack-placement 2024-07-30 06:56:59.618 | Running setup.py develop for openstack-placement 2024-07-30 06:57:00.237 | Successfully installed openstack-placement 2024-07-30 06:57:00.238 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:57:00.344 | + inc/python:pip_install:196 : result=0 2024-07-30 06:57:00.346 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:57:00.348 | + functions-common:time_stop:2435 : local name 2024-07-30 06:57:00.356 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:00.358 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:00.360 | + functions-common:time_stop:2438 : local total 2024-07-30 06:57:00.363 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:00.365 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:57:00.367 | + functions-common:time_stop:2442 : start_time=1722322616911 2024-07-30 06:57:00.368 | + functions-common:time_stop:2444 : [[ -z 1722322616911 ]] 2024-07-30 06:57:00.371 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:00.374 | + functions-common:time_stop:2447 : end_time=1722322620372 2024-07-30 06:57:00.376 | + functions-common:time_stop:2448 : elapsed_time=3461 2024-07-30 06:57:00.377 | + functions-common:time_stop:2449 : total=83107 2024-07-30 06:57:00.379 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:00.381 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86568 2024-07-30 06:57:00.383 | + inc/python:pip_install:199 : return 0 2024-07-30 06:57:00.385 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-30 06:57:00.387 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-07-30 06:57:00.389 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-07-30 06:57:00.404 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-07-30 06:57:00.414 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-07-30 06:57:00.415 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-07-30 06:57:00.417 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:57:00.419 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:57:00.421 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-07-30 06:57:00.424 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:57:00.426 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-07-30 06:57:00.428 | + stack.sh:main:969 : configure_placement 2024-07-30 06:57:00.430 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-07-30 06:57:00.439 | + lib/placement:configure_placement:113 : create_placement_conf 2024-07-30 06:57:00.441 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-07-30 06:57:00.445 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-07-30 06:57:00.447 | ++ lib/database:database_connection_url:134 : local db=placement 2024-07-30 06:57:00.449 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-07-30 06:57:00.451 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-07-30 06:57:00.453 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-30 06:57:00.454 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-30 06:57:00.456 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-07-30 06:57:00.459 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-07-30 06:57:00.484 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-07-30 06:57:00.510 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-07-30 06:57:00.535 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-07-30 06:57:00.537 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-07-30 06:57:00.539 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-07-30 06:57:00.540 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-30 06:57:00.542 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-07-30 06:57:00.567 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-07-30 06:57:00.590 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-30 06:57:00.613 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-07-30 06:57:00.636 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-07-30 06:57:00.659 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-07-30 06:57:00.683 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-07-30 06:57:00.707 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-07-30 06:57:00.731 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-30 06:57:00.755 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-07-30 06:57:00.779 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-07-30 06:57:00.781 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-07-30 06:57:00.783 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-07-30 06:57:00.785 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-30 06:57:00.799 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-30 06:57:00.801 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-30 06:57:00.803 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-30 06:57:00.805 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-30 06:57:00.807 | + 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-07-30 06:57:00.831 | + 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-07-30 06:57:00.856 | + 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-07-30 06:57:00.880 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-30 06:57:00.904 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-07-30 06:57:00.906 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-07-30 06:57:00.908 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-07-30 06:57:00.910 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-07-30 06:57:00.912 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-07-30 06:57:00.913 | + lib/apache:write_uwsgi_config:257 : local http= 2024-07-30 06:57:00.915 | + lib/apache:write_uwsgi_config:258 : local name= 2024-07-30 06:57:00.918 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-07-30 06:57:00.921 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-07-30 06:57:00.923 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-07-30 06:57:00.925 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-07-30 06:57:00.935 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-07-30 06:57:00.935 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:57:00.942 | d /var/run/uwsgi 0755 stack root 2024-07-30 06:57:00.945 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-07-30 06:57:00.953 | /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-07-30 06:57:00.956 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-07-30 06:57:00.958 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-07-30 06:57:00.961 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-07-30 06:57:00.986 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-07-30 06:57:01.009 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-07-30 06:57:01.033 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-07-30 06:57:01.057 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-07-30 06:57:01.080 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-07-30 06:57:01.104 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-07-30 06:57:01.127 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-07-30 06:57:01.151 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-07-30 06:57:01.174 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-07-30 06:57:01.198 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-07-30 06:57:01.222 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-07-30 06:57:01.244 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-07-30 06:57:01.269 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-07-30 06:57:01.271 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-07-30 06:57:01.273 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-07-30 06:57:01.276 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-07-30 06:57:01.278 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-07-30 06:57:01.280 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:01.282 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:01.284 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-07-30 06:57:01.287 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-07-30 06:57:01.289 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-07-30 06:57:01.314 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-07-30 06:57:01.338 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-07-30 06:57:01.338 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-07-30 06:57:01.346 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-07-30 06:57:01.349 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-07-30 06:57:01.351 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-07-30 06:57:01.353 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-07-30 06:57:01.356 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-07-30 06:57:01.358 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-07-30 06:57:01.360 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:01.362 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:01.364 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-07-30 06:57:01.367 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-07-30 06:57:01.369 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:01.371 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:01.373 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-07-30 06:57:01.406 | Enabling site placement-api. 2024-07-30 06:57:01.410 | To activate the new configuration, you need to run: 2024-07-30 06:57:01.410 | systemctl reload apache2 2024-07-30 06:57:01.414 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-07-30 06:57:01.416 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-07-30 06:57:01.418 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:57:01.420 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-07-30 06:57:01.536 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-07-30 06:57:01.538 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-07-30 06:57:01.540 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-07-30 06:57:01.568 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-07-30 06:57:01.593 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-07-30 06:57:01.606 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:01.608 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-07-30 06:57:01.622 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:01.624 | + stack.sh:main:977 : is_service_enabled n-sch 2024-07-30 06:57:01.638 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:01.639 | + stack.sh:main:978 : configure_placement_nova_compute 2024-07-30 06:57:01.641 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-07-30 06:57:01.643 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-07-30 06:57:01.669 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-07-30 06:57:01.694 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-07-30 06:57:01.719 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-07-30 06:57:01.743 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-07-30 06:57:01.767 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-07-30 06:57:01.791 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-07-30 06:57:01.816 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-07-30 06:57:01.841 | + stack.sh:main:982 : is_service_enabled horizon 2024-07-30 06:57:01.855 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:01.857 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-07-30 06:57:01.871 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:01.873 | + stack.sh:main:995 : run_phase stack install 2024-07-30 06:57:01.875 | + functions-common:run_phase:1863 : local mode=stack 2024-07-30 06:57:01.877 | + functions-common:run_phase:1864 : local phase=install 2024-07-30 06:57:01.879 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-07-30 06:57:01.881 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-07-30 06:57:01.883 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-07-30 06:57:01.885 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-07-30 06:57:01.887 | + functions-common:run_phase:1873 : local extra 2024-07-30 06:57:01.890 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-07-30 06:57:01.893 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-07-30 06:57:01.895 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-07-30 06:57:01.897 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-07-30 06:57:01.899 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-07-30 06:57:01.901 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-07-30 06:57:01.913 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:01.915 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-07-30 06:57:01.916 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:57:01.918 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-07-30 06:57:01.920 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-07-30 06:57:01.922 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:57:01.924 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-07-30 06:57:01.926 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-07-30 06:57:01.928 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-07-30 06:57:01.973 | ++ inc/async:async_inner:63 : install_tempest 2024-07-30 06:57:02.001 | [3528 Async install_tempest:27824]: running: install_tempest 2024-07-30 06:57:02.004 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-07-30 06:57:02.005 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-07-30 06:57:02.008 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-07-30 06:57:02.010 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-07-30 06:57:02.012 | + functions-common:run_phase:1890 : run_plugins stack install 2024-07-30 06:57:02.014 | + functions-common:run_plugins:1849 : local mode=stack 2024-07-30 06:57:02.016 | + functions-common:run_plugins:1850 : local phase=install 2024-07-30 06:57:02.018 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-07-30 06:57:02.021 | + functions-common:run_plugins:1853 : local plugin 2024-07-30 06:57:02.023 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-07-30 06:57:02.024 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-07-30 06:57:02.027 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-07-30 06:57:02.029 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-07-30 06:57:02.031 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-07-30 06:57:02.033 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-07-30 06:57:02.035 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-07-30 06:57:02.037 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-07-30 06:57:02.039 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:57:02.041 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-07-30 06:57:02.043 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-07-30 06:57:02.045 | ++ inc/python:setup_develop:334 : local bindep 2024-07-30 06:57:02.047 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-07-30 06:57:02.049 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-07-30 06:57:02.051 | ++ inc/python:setup_develop:340 : local extras= 2024-07-30 06:57:02.053 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-07-30 06:57:02.055 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-07-30 06:57:02.057 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-07-30 06:57:02.059 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-07-30 06:57:02.061 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-07-30 06:57:02.063 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-07-30 06:57:02.065 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-07-30 06:57:02.067 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-07-30 06:57:02.070 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-07-30 06:57:02.071 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-07-30 06:57:02.073 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-07-30 06:57:02.076 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-07-30 06:57:02.080 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-07-30 06:57:02.082 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-07-30 06:57:02.398 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-07-30 06:57:02.400 | ++ inc/python:setup_package:414 : local bindep=0 2024-07-30 06:57:02.403 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-07-30 06:57:02.404 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-07-30 06:57:02.406 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-07-30 06:57:02.408 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-07-30 06:57:02.410 | ++ inc/python:setup_package:423 : local flags=-e 2024-07-30 06:57:02.412 | ++ inc/python:setup_package:424 : local extras= 2024-07-30 06:57:02.414 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-07-30 06:57:02.416 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-07-30 06:57:02.418 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-07-30 06:57:02.420 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-07-30 06:57:02.422 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-07-30 06:57:02.424 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-07-30 06:57:02.440 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-07-30 06:57:02.442 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-07-30 06:57:03.381 | Obtaining file:///opt/stack/networking-nsx-t 2024-07-30 06:57:03.381 | Preparing metadata (setup.py): started 2024-07-30 06:57:03.774 | Preparing metadata (setup.py): finished with status 'done' 2024-07-30 06:57:03.916 | Collecting Babel>=1.3 2024-07-30 06:57:03.963 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-07-30 06:57:04.012 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (22.1.0) 2024-07-30 06:57:04.036 | Collecting ipaddress 2024-07-30 06:57:04.038 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-07-30 06:57:04.041 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (0.8.0) 2024-07-30 06:57:04.041 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.4.2) 2024-07-30 06:57:04.042 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (9.1.1) 2024-07-30 06:57:04.043 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (6.0.0) 2024-07-30 06:57:04.044 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.2.0) 2024-07-30 06:57:04.045 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-07-30 06:57:04.045 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.1.2) 2024-07-30 06:57:04.046 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (6.1.0) 2024-07-30 06:57:04.048 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.11.1) 2024-07-30 06:57:04.048 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (0.14.1) 2024-07-30 06:57:04.049 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (9.0.0) 2024-07-30 06:57:04.070 | Collecting ratelimiter 2024-07-30 06:57:04.072 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-07-30 06:57:04.074 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.2.0) 2024-07-30 06:57:04.076 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev19) (2022.4) 2024-07-30 06:57:04.093 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.8.7) 2024-07-30 06:57:04.094 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-07-30 06:57:04.095 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.2) 2024-07-30 06:57:04.095 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.3.2) 2024-07-30 06:57:04.096 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.10.0) 2024-07-30 06:57:04.097 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.4.41) 2024-07-30 06:57:04.098 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (3.4.3) 2024-07-30 06:57:04.099 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.6.0) 2024-07-30 06:57:04.100 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (14.2.4) 2024-07-30 06:57:04.101 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.4.2) 2024-07-30 06:57:04.102 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (3.1.0) 2024-07-30 06:57:04.103 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (12.3.2) 2024-07-30 06:57:04.103 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.0.0) 2024-07-30 06:57:04.104 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (4.1.1) 2024-07-30 06:57:04.105 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-07-30 06:57:04.124 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (1.5.0) 2024-07-30 06:57:04.125 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (6.0) 2024-07-30 06:57:04.126 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (2.5.0) 2024-07-30 06:57:04.127 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (2.28.1) 2024-07-30 06:57:04.168 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev19) (2.8.2) 2024-07-30 06:57:04.170 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev19) (0.9.6) 2024-07-30 06:57:04.175 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev19) (1.0.4) 2024-07-30 06:57:04.185 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (2.5.1) 2024-07-30 06:57:04.186 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (0.33.1) 2024-07-30 06:57:04.187 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (1.1.3) 2024-07-30 06:57:04.188 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (2.1.1) 2024-07-30 06:57:04.189 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (4.0.1) 2024-07-30 06:57:04.190 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (3.5.2) 2024-07-30 06:57:04.191 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (1.4.0) 2024-07-30 06:57:04.197 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (1.1.0) 2024-07-30 06:57:04.198 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (3.0.9) 2024-07-30 06:57:04.199 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (0.11.0) 2024-07-30 06:57:04.200 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (23.1) 2024-07-30 06:57:04.242 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.1.0) 2024-07-30 06:57:04.243 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (5.1.0) 2024-07-30 06:57:04.244 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (3.17.6) 2024-07-30 06:57:04.245 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (4.2.0) 2024-07-30 06:57:04.247 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.7.0) 2024-07-30 06:57:04.278 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (6.3.1) 2024-07-30 06:57:04.279 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (0.13.1) 2024-07-30 06:57:04.280 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (0.18) 2024-07-30 06:57:04.281 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (2.4.1) 2024-07-30 06:57:04.288 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.4.2) 2024-07-30 06:57:04.289 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (5.0.0) 2024-07-30 06:57:04.290 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (0.5.1) 2024-07-30 06:57:04.291 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (3.4.1) 2024-07-30 06:57:04.296 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (1.14.1) 2024-07-30 06:57:04.302 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (2.2.1) 2024-07-30 06:57:04.303 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (1.16.0) 2024-07-30 06:57:04.346 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.7.0) 2024-07-30 06:57:04.357 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.0.1) 2024-07-30 06:57:04.367 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.6.13) 2024-07-30 06:57:04.368 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.17.7) 2024-07-30 06:57:04.413 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.5.0) 2024-07-30 06:57:04.414 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.0.1) 2024-07-30 06:57:04.415 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.8.1) 2024-07-30 06:57:04.416 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.13.0) 2024-07-30 06:57:04.441 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-07-30 06:57:04.442 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.2.0) 2024-07-30 06:57:04.443 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.6.0) 2024-07-30 06:57:04.445 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-07-30 06:57:04.446 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.2.4) 2024-07-30 06:57:04.500 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (59.6.0) 2024-07-30 06:57:04.516 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.3.5) 2024-07-30 06:57:04.517 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.2.3) 2024-07-30 06:57:04.570 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (3.4) 2024-07-30 06:57:04.571 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (2.1.1) 2024-07-30 06:57:04.572 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (2020.6.20) 2024-07-30 06:57:04.572 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev19) (1.26.12) 2024-07-30 06:57:04.590 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev19) (0.7) 2024-07-30 06:57:04.729 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (5.0.0) 2024-07-30 06:57:04.784 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.8.2) 2024-07-30 06:57:04.785 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (0.2.5) 2024-07-30 06:57:04.834 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (3.8.1) 2024-07-30 06:57:04.877 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.1.1) 2024-07-30 06:57:04.888 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.11.0) 2024-07-30 06:57:04.890 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (4.9.1) 2024-07-30 06:57:04.906 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.32) 2024-07-30 06:57:04.907 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.4.4) 2024-07-30 06:57:04.908 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (38.0.2) 2024-07-30 06:57:04.908 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.4.0) 2024-07-30 06:57:04.910 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.1.8) 2024-07-30 06:57:04.911 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-07-30 06:57:04.911 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.0.1) 2024-07-30 06:57:04.973 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (3.1.2) 2024-07-30 06:57:04.975 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (4.0.0) 2024-07-30 06:57:04.977 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (3.3.0) 2024-07-30 06:57:04.986 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.4.0) 2024-07-30 06:57:05.029 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.5.2) 2024-07-30 06:57:05.029 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (0.4.3) 2024-07-30 06:57:05.052 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (2.5.0) 2024-07-30 06:57:05.126 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (1.15.1) 2024-07-30 06:57:05.218 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev19) (1.5.0) 2024-07-30 06:57:05.333 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.21) 2024-07-30 06:57:05.911 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-07-30 06:57:05.951 | Attempting uninstall: Babel 2024-07-30 06:57:05.953 | Found existing installation: Babel 2.8.0 2024-07-30 06:57:05.954 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-07-30 06:57:05.954 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-07-30 06:57:06.319 | Running setup.py develop for networking-nsxv3 2024-07-30 06:57:07.139 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-07-30 06:57:07.140 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:57:07.255 | ++ inc/python:pip_install:196 : result=0 2024-07-30 06:57:07.257 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:57:07.259 | ++ functions-common:time_stop:2435 : local name 2024-07-30 06:57:07.261 | ++ functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:07.262 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:07.264 | ++ functions-common:time_stop:2438 : local total 2024-07-30 06:57:07.266 | ++ functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:07.268 | ++ functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:57:07.269 | ++ functions-common:time_stop:2442 : start_time=1722322622436 2024-07-30 06:57:07.271 | ++ functions-common:time_stop:2444 : [[ -z 1722322622436 ]] 2024-07-30 06:57:07.273 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:07.277 | ++ functions-common:time_stop:2447 : end_time=1722322627274 2024-07-30 06:57:07.278 | ++ functions-common:time_stop:2448 : elapsed_time=4838 2024-07-30 06:57:07.280 | ++ functions-common:time_stop:2449 : total=86568 2024-07-30 06:57:07.282 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:07.283 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91406 2024-07-30 06:57:07.285 | ++ inc/python:pip_install:199 : return 0 2024-07-30 06:57:07.287 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-07-30 06:57:07.289 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-07-30 06:57:07.291 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-07-30 06:57:07.306 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-07-30 06:57:07.316 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-07-30 06:57:07.318 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-07-30 06:57:07.319 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:57:07.321 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:57:07.323 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-07-30 06:57:07.325 | ++ inc/python:use_library_from_git:249 : return 1 2024-07-30 06:57:07.327 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-07-30 06:57:07.329 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-07-30 06:57:07.331 | + inc/python:use_library_from_git:247 : local enabled=1 2024-07-30 06:57:07.333 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-07-30 06:57:07.335 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-07-30 06:57:07.337 | + inc/python:use_library_from_git:249 : return 1 2024-07-30 06:57:07.339 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-07-30 06:57:07.341 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-07-30 06:57:07.342 | + inc/python:pip_install_gr:77 : local clean_name 2024-07-30 06:57:07.345 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-07-30 06:57:07.347 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-07-30 06:57:07.349 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-07-30 06:57:07.352 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-07-30 06:57:07.353 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-07-30 06:57:07.357 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-07-30 06:57:07.359 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-07-30 06:57:07.361 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-07-30 06:57:07.363 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-07-30 06:57:07.365 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-07-30 06:57:07.382 | Using python 3.10 to install python-openstackclient 2024-07-30 06:57:07.384 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-07-30 06:57:08.449 | Collecting python-openstackclient 2024-07-30 06:57:08.458 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-07-30 06:57:08.477 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-07-30 06:57:08.477 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-07-30 06:57:08.478 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-07-30 06:57:08.479 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-07-30 06:57:08.480 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-07-30 06:57:08.481 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-07-30 06:57:08.481 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-07-30 06:57:08.482 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-07-30 06:57:08.483 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-07-30 06:57:08.484 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-07-30 06:57:08.484 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-07-30 06:57:08.490 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2024-07-30 06:57:08.491 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2024-07-30 06:57:08.492 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2024-07-30 06:57:08.493 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-07-30 06:57:08.494 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-07-30 06:57:08.507 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2024-07-30 06:57:08.508 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2024-07-30 06:57:08.509 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2024-07-30 06:57:08.509 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.2) 2024-07-30 06:57:08.510 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2024-07-30 06:57:08.511 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-07-30 06:57:08.512 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-07-30 06:57:08.513 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-07-30 06:57:08.513 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2024-07-30 06:57:08.514 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2024-07-30 06:57:08.521 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2024-07-30 06:57:08.528 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-07-30 06:57:08.529 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-07-30 06:57:08.530 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-07-30 06:57:08.531 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-07-30 06:57:08.532 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-07-30 06:57:08.540 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2024-07-30 06:57:08.549 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-07-30 06:57:08.549 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2024-07-30 06:57:08.551 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.1) 2024-07-30 06:57:08.608 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2024-07-30 06:57:08.609 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2024-07-30 06:57:08.610 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-07-30 06:57:08.628 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2024-07-30 06:57:08.633 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2024-07-30 06:57:08.658 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2024-07-30 06:57:08.714 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2024-07-30 06:57:08.721 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2024-07-30 06:57:08.750 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2024-07-30 06:57:08.751 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2024-07-30 06:57:08.752 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-07-30 06:57:08.753 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2024-07-30 06:57:08.797 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2024-07-30 06:57:09.678 | Installing collected packages: python-openstackclient 2024-07-30 06:57:10.546 | Successfully installed python-openstackclient-6.2.0 2024-07-30 06:57:10.546 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-07-30 06:57:10.675 | + inc/python:pip_install:196 : result=0 2024-07-30 06:57:10.678 | + inc/python:pip_install:198 : time_stop pip_install 2024-07-30 06:57:10.680 | + functions-common:time_stop:2435 : local name 2024-07-30 06:57:10.682 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:10.684 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:10.686 | + functions-common:time_stop:2438 : local total 2024-07-30 06:57:10.688 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:10.689 | + functions-common:time_stop:2441 : name=pip_install 2024-07-30 06:57:10.691 | + functions-common:time_stop:2442 : start_time=1722322627378 2024-07-30 06:57:10.693 | + functions-common:time_stop:2444 : [[ -z 1722322627378 ]] 2024-07-30 06:57:10.696 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:10.699 | + functions-common:time_stop:2447 : end_time=1722322630697 2024-07-30 06:57:10.701 | + functions-common:time_stop:2448 : elapsed_time=3319 2024-07-30 06:57:10.703 | + functions-common:time_stop:2449 : total=91406 2024-07-30 06:57:10.705 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:10.707 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94725 2024-07-30 06:57:10.709 | + inc/python:pip_install:199 : return 0 2024-07-30 06:57:10.711 | + stack.sh:main:1007 : install_oscwrap 2024-07-30 06:57:10.713 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-07-30 06:57:10.717 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.Hlj7yakQBI 2024-07-30 06:57:10.719 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-07-30 06:57:10.721 | + functions-common:install_oscwrap:2486 : unalias -a 2024-07-30 06:57:10.723 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-07-30 06:57:10.725 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-07-30 06:57:10.727 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-07-30 06:57:10.730 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-07-30 06:57:10.744 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:10.746 | + stack.sh:main:1061 : configure_database 2024-07-30 06:57:10.748 | + lib/database:configure_database:128 : configure_database_mysql 2024-07-30 06:57:10.750 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-07-30 06:57:10.752 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-07-30 06:57:10.754 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:57:10.756 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-07-30 06:57:10.757 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-07-30 06:57:10.759 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:10.762 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:10.763 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-07-30 06:57:10.765 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-07-30 06:57:10.768 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-07-30 06:57:10.768 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-07-30 06:57:10.772 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-07-30 06:57:10.824 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-07-30 06:57:10.826 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-07-30 06:57:10.828 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-07-30 06:57:10.830 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-07-30 06:57:10.832 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-07-30 06:57:10.834 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-07-30 06:57:10.836 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-07-30 06:57:10.838 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-07-30 06:57:10.842 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-07-30 06:57:10.845 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-07-30 06:57:10.846 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-07-30 06:57:10.848 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-07-30 06:57:10.850 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-07-30 06:57:10.852 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-07-30 06:57:10.854 | + functions-common:is_suse:544 : is_opensuse 2024-07-30 06:57:10.856 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-07-30 06:57:10.858 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-07-30 06:57:10.859 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-07-30 06:57:10.861 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-07-30 06:57:10.863 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-07-30 06:57:10.866 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-07-30 06:57:10.868 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:10.870 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:10.872 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-07-30 06:57:10.874 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:57:10.876 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-07-30 06:57:11.472 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-07-30 06:57:11.473 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:11.475 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:11.477 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-07-30 06:57:11.479 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-07-30 06:57:11.481 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-07-30 06:57:11.483 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:11.485 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:11.487 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-07-30 06:57:11.488 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-07-30 06:57:11.490 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-07-30 06:57:11.492 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:11.494 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:11.496 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-07-30 06:57:11.498 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-07-30 06:57:11.499 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-07-30 06:57:11.501 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-07-30 06:57:11.521 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-07-30 06:57:11.521 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-07-30 06:57:11.522 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-07-30 06:57:11.524 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-07-30 06:57:11.526 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-07-30 06:57:11.530 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-07-30 06:57:11.574 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-07-30 06:57:11.614 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-07-30 06:57:11.657 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-07-30 06:57:11.659 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-07-30 06:57:11.661 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-07-30 06:57:11.663 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-07-30 06:57:11.664 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:57:11.666 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-07-30 06:57:12.236 | + stack.sh:main:1065 : save_stackenv 1065 2024-07-30 06:57:12.239 | + functions-common:save_stackenv:60 : local tag=1065 2024-07-30 06:57:12.242 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-07-30 06:57:12.245 | + functions-common:save_stackenv:62 : time_stamp=2024-07-30-065712 2024-07-30 06:57:12.247 | + functions-common:save_stackenv:63 : echo '# 2024-07-30-065712 1065' 2024-07-30 06:57:12.250 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.252 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-07-30 06:57:12.254 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.256 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-07-30 06:57:12.258 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.260 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-07-30 06:57:12.262 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.263 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-07-30 06:57:12.265 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.267 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-07-30 06:57:12.269 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.271 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-07-30 06:57:12.273 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.275 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-07-30-065318 2024-07-30 06:57:12.276 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.278 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-07-30 06:57:12.280 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.282 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-07-30 06:57:12.284 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.286 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-07-30 06:57:12.288 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.290 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-07-30 06:57:12.291 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.293 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-07-30 06:57:12.295 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.297 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-07-30 06:57:12.310 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.312 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-07-30 06:57:12.314 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-07-30 06:57:12.315 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-07-30 06:57:12.318 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-07-30 06:57:12.319 | + stack.sh:main:1091 : start_dstat 2024-07-30 06:57:12.321 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-07-30 06:57:12.323 | + functions-common:run_process:1689 : local service=dstat 2024-07-30 06:57:12.325 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-07-30 06:57:12.327 | + functions-common:run_process:1691 : local group= 2024-07-30 06:57:12.329 | + functions-common:run_process:1692 : local user= 2024-07-30 06:57:12.331 | + functions-common:run_process:1693 : local env_vars= 2024-07-30 06:57:12.333 | + functions-common:run_process:1695 : local name=dstat 2024-07-30 06:57:12.335 | + functions-common:run_process:1697 : time_start run_process 2024-07-30 06:57:12.337 | + functions-common:time_start:2421 : local name=run_process 2024-07-30 06:57:12.338 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:57:12.340 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:57:12.343 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:57:12.346 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322632344 2024-07-30 06:57:12.348 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-07-30 06:57:12.362 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:12.364 | + functions-common:run_process:1701 : time_stop run_process 2024-07-30 06:57:12.366 | + functions-common:time_stop:2435 : local name 2024-07-30 06:57:12.368 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:12.370 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:12.372 | + functions-common:time_stop:2438 : local total 2024-07-30 06:57:12.374 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:12.376 | + functions-common:time_stop:2441 : name=run_process 2024-07-30 06:57:12.378 | + functions-common:time_stop:2442 : start_time=1722322632344 2024-07-30 06:57:12.380 | + functions-common:time_stop:2444 : [[ -z 1722322632344 ]] 2024-07-30 06:57:12.383 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:12.386 | + functions-common:time_stop:2447 : end_time=1722322632384 2024-07-30 06:57:12.388 | + functions-common:time_stop:2448 : elapsed_time=40 2024-07-30 06:57:12.391 | + functions-common:time_stop:2449 : total=0 2024-07-30 06:57:12.393 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:12.394 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40 2024-07-30 06:57:12.396 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-07-30 06:57:12.398 | + functions-common:run_process:1689 : local service=memory_tracker 2024-07-30 06:57:12.401 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-07-30 06:57:12.402 | + functions-common:run_process:1691 : local group= 2024-07-30 06:57:12.405 | + functions-common:run_process:1692 : local user=root 2024-07-30 06:57:12.407 | + functions-common:run_process:1693 : local env_vars= 2024-07-30 06:57:12.409 | + functions-common:run_process:1695 : local name=memory_tracker 2024-07-30 06:57:12.411 | + functions-common:run_process:1697 : time_start run_process 2024-07-30 06:57:12.413 | + functions-common:time_start:2421 : local name=run_process 2024-07-30 06:57:12.415 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:57:12.417 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:57:12.419 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:57:12.423 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322632421 2024-07-30 06:57:12.425 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-07-30 06:57:12.438 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:12.440 | + functions-common:run_process:1701 : time_stop run_process 2024-07-30 06:57:12.442 | + functions-common:time_stop:2435 : local name 2024-07-30 06:57:12.444 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:12.446 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:12.448 | + functions-common:time_stop:2438 : local total 2024-07-30 06:57:12.450 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:12.451 | + functions-common:time_stop:2441 : name=run_process 2024-07-30 06:57:12.453 | + functions-common:time_stop:2442 : start_time=1722322632421 2024-07-30 06:57:12.455 | + functions-common:time_stop:2444 : [[ -z 1722322632421 ]] 2024-07-30 06:57:12.458 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:12.461 | + functions-common:time_stop:2447 : end_time=1722322632459 2024-07-30 06:57:12.463 | + functions-common:time_stop:2448 : elapsed_time=38 2024-07-30 06:57:12.465 | + functions-common:time_stop:2449 : total=40 2024-07-30 06:57:12.466 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:12.468 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78 2024-07-30 06:57:12.470 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-07-30 06:57:12.484 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:12.486 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-07-30 06:57:12.488 | + functions-common:run_process:1689 : local service=file_tracker 2024-07-30 06:57:12.490 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-07-30 06:57:12.491 | + functions-common:run_process:1691 : local group= 2024-07-30 06:57:12.493 | + functions-common:run_process:1692 : local user= 2024-07-30 06:57:12.495 | + functions-common:run_process:1693 : local env_vars= 2024-07-30 06:57:12.497 | + functions-common:run_process:1695 : local name=file_tracker 2024-07-30 06:57:12.499 | + functions-common:run_process:1697 : time_start run_process 2024-07-30 06:57:12.501 | + functions-common:time_start:2421 : local name=run_process 2024-07-30 06:57:12.503 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:57:12.505 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:57:12.507 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:57:12.511 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322632509 2024-07-30 06:57:12.513 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-07-30 06:57:12.526 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:12.528 | + functions-common:run_process:1701 : time_stop run_process 2024-07-30 06:57:12.530 | + functions-common:time_stop:2435 : local name 2024-07-30 06:57:12.532 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:12.534 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:12.536 | + functions-common:time_stop:2438 : local total 2024-07-30 06:57:12.538 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:12.540 | + functions-common:time_stop:2441 : name=run_process 2024-07-30 06:57:12.542 | + functions-common:time_stop:2442 : start_time=1722322632509 2024-07-30 06:57:12.544 | + functions-common:time_stop:2444 : [[ -z 1722322632509 ]] 2024-07-30 06:57:12.546 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:12.550 | + functions-common:time_stop:2447 : end_time=1722322632548 2024-07-30 06:57:12.552 | + functions-common:time_stop:2448 : elapsed_time=39 2024-07-30 06:57:12.554 | + functions-common:time_stop:2449 : total=78 2024-07-30 06:57:12.556 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:12.558 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=117 2024-07-30 06:57:12.560 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-07-30 06:57:12.573 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:12.575 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-07-30 06:57:12.589 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:12.591 | + stack.sh:main:1104 : start_etcd3 2024-07-30 06:57:12.593 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-07-30 06:57:12.595 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-07-30 06:57:12.597 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-07-30 06:57:12.599 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-07-30 06:57:12.601 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-07-30 06:57:12.603 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-07-30 06:57:12.604 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-07-30 06:57:12.606 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-07-30 06:57:12.609 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-07-30 06:57:12.610 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-07-30 06:57:12.612 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-07-30 06:57:12.614 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-07-30 06:57:12.616 | + 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-07-30 06:57:12.618 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-07-30 06:57:12.620 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-07-30 06:57:12.622 | + functions-common:write_user_unit_file:1560 : local group= 2024-07-30 06:57:12.624 | + functions-common:write_user_unit_file:1561 : local user=root 2024-07-30 06:57:12.625 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-07-30 06:57:12.627 | + functions-common:write_user_unit_file:1563 : local extra= 2024-07-30 06:57:12.629 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-07-30 06:57:12.631 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-07-30 06:57:12.633 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-07-30 06:57:12.636 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-07-30 06:57:12.693 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-07-30 06:57:12.744 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-07-30 06:57:12.788 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-07-30 06:57:12.829 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-07-30 06:57:12.871 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-07-30 06:57:12.914 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-07-30 06:57:12.918 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-07-30 06:57:12.920 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-07-30 06:57:12.972 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-07-30 06:57:13.347 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-07-30 06:57:13.394 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-07-30 06:57:13.441 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-07-30 06:57:13.485 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-07-30 06:57:13.528 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-07-30 06:57:13.530 | ++ functions-common:is_arch:507 : uname -m 2024-07-30 06:57:13.534 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-07-30 06:57:13.536 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-07-30 06:57:13.878 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-07-30 06:57:13.888 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-07-30 06:57:14.231 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-07-30 06:57:14.908 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-07-30 06:57:14.922 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:14.924 | + stack.sh:main:1115 : write_clouds_yaml 2024-07-30 06:57:14.926 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-07-30 06:57:14.929 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-07-30 06:57:14.932 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-07-30 06:57:14.943 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-07-30 06:57:14.952 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-07-30 06:57:14.954 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-07-30 06:57:14.956 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-07-30 06:57:15.000 | The user clouds.yaml file didn't exist. 2024-07-30 06:57:15.007 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-07-30 06:57:15.060 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-07-30 06:57:15.114 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-07-30 06:57:15.169 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-07-30 06:57:15.230 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-07-30 06:57:15.290 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-07-30 06:57:15.352 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-07-30 06:57:15.417 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-07-30 06:57:15.483 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-07-30 06:57:15.550 | + functions-common:write_clouds_yaml:198 : cat 2024-07-30 06:57:15.554 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-07-30 06:57:15.556 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-07-30 06:57:15.558 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-07-30 06:57:15.562 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-07-30 06:57:15.564 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-07-30 06:57:15.566 | + stack.sh:main:1118 : is_service_enabled keystone 2024-07-30 06:57:15.579 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:15.581 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-07-30 06:57:15.583 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:57:15.585 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-07-30 06:57:15.587 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-07-30 06:57:15.589 | + stack.sh:main:1122 : init_keystone 2024-07-30 06:57:15.591 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-07-30 06:57:15.603 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:15.605 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-07-30 06:57:15.607 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-07-30 06:57:15.609 | + lib/database:recreate_database:112 : local db=keystone 2024-07-30 06:57:15.611 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-07-30 06:57:15.613 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-07-30 06:57:15.614 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-07-30 06:57:15.628 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-07-30 06:57:15.640 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-07-30 06:57:15.642 | + functions-common:time_start:2421 : local name=dbsync 2024-07-30 06:57:15.644 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:57:15.646 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:57:15.648 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:57:15.652 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322635650 2024-07-30 06:57:15.654 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-07-30 06:57:17.581 | 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=30125) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-30 06:57:17.586 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-30 06:57:17.586 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-30 06:57:17.587 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:57:17.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:57:17.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:57:17.589 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-07-30 06:57:17.589 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=30125) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-07-30 06:57:17.600 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-30 06:57:17.600 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-30 06:57:17.635 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-07-30 06:57:18.332 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=30125) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-07-30 06:57:18.333 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-07-30 06:57:18.333 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=30125) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-07-30 06:57:18.335 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-07-30 06:57:18.335 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=30125) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-07-30 06:57:18.640 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-07-30 06:57:18.643 | + functions-common:time_stop:2435 : local name 2024-07-30 06:57:18.645 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:18.647 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:18.649 | + functions-common:time_stop:2438 : local total 2024-07-30 06:57:18.651 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:18.653 | + functions-common:time_stop:2441 : name=dbsync 2024-07-30 06:57:18.655 | + functions-common:time_stop:2442 : start_time=1722322635650 2024-07-30 06:57:18.657 | + functions-common:time_stop:2444 : [[ -z 1722322635650 ]] 2024-07-30 06:57:18.659 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:18.663 | + functions-common:time_stop:2447 : end_time=1722322638660 2024-07-30 06:57:18.665 | + functions-common:time_stop:2448 : elapsed_time=3010 2024-07-30 06:57:18.667 | + functions-common:time_stop:2449 : total=0 2024-07-30 06:57:18.669 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:18.671 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3010 2024-07-30 06:57:18.673 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-07-30 06:57:18.675 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-07-30 06:57:18.678 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-07-30 06:57:20.293 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-07-30 06:57:20.294 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-07-30 06:57:20.294 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-07-30 06:57:20.294 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-07-30 06:57:20.294 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-07-30 06:57:20.295 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-07-30 06:57:20.295 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-07-30 06:57:20.295 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-07-30 06:57:20.295 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-07-30 06:57:20.578 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-07-30 06:57:20.582 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-07-30 06:57:22.212 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-07-30 06:57:22.212 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-07-30 06:57:22.213 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-07-30 06:57:22.213 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-07-30 06:57:22.213 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-07-30 06:57:22.213 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-07-30 06:57:22.214 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-07-30 06:57:22.214 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-07-30 06:57:22.214 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-07-30 06:57:22.488 | + stack.sh:main:1123 : start_keystone 2024-07-30 06:57:22.490 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-07-30 06:57:22.492 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-07-30 06:57:22.493 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-07-30 06:57:22.506 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:22.508 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-07-30 06:57:22.510 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-07-30 06:57:22.514 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-07-30 06:57:22.515 | + functions-common:run_process:1689 : local service=keystone 2024-07-30 06:57:22.517 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-30 06:57:22.519 | + functions-common:run_process:1691 : local group= 2024-07-30 06:57:22.521 | + functions-common:run_process:1692 : local user= 2024-07-30 06:57:22.522 | + functions-common:run_process:1693 : local env_vars= 2024-07-30 06:57:22.524 | + functions-common:run_process:1695 : local name=keystone 2024-07-30 06:57:22.526 | + functions-common:run_process:1697 : time_start run_process 2024-07-30 06:57:22.528 | + functions-common:time_start:2421 : local name=run_process 2024-07-30 06:57:22.530 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:57:22.532 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:57:22.535 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:57:22.537 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322642535 2024-07-30 06:57:22.539 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-07-30 06:57:22.551 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:22.553 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-07-30 06:57:22.555 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-07-30 06:57:22.556 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-30 06:57:22.558 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-30 06:57:22.560 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-30 06:57:22.562 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-30 06:57:22.563 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-07-30 06:57:22.565 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-07-30 06:57:22.567 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-07-30 06:57:22.569 | + functions-common:_run_under_systemd:1656 : local group= 2024-07-30 06:57:22.570 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-07-30 06:57:22.572 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-07-30 06:57:22.574 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-07-30 06:57:22.576 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-07-30 06:57:22.577 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2024-07-30 06:57:22.579 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-07-30 06:57:22.581 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-30 06:57:22.582 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-07-30 06:57:22.584 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-07-30 06:57:22.585 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-07-30 06:57:22.587 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-07-30 06:57:22.588 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-07-30 06:57:22.591 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-07-30 06:57:22.640 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-07-30 06:57:22.691 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-07-30 06:57:22.734 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-07-30 06:57:22.745 | ++ inc/async:async_inner:64 : rc=0 2024-07-30 06:57:22.764 | [27824 Async install_tempest:27824]: finished successfully 2024-07-30 06:57:22.779 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-07-30 06:57:22.819 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-07-30 06:57:22.858 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-07-30 06:57:22.899 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-07-30 06:57:22.939 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-07-30 06:57:22.978 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-07-30 06:57:23.018 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-07-30 06:57:23.020 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-07-30 06:57:23.022 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-07-30 06:57:23.070 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-07-30 06:57:23.407 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-07-30 06:57:23.417 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-07-30 06:57:23.737 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-07-30 06:57:23.837 | + functions-common:run_process:1701 : time_stop run_process 2024-07-30 06:57:23.839 | + functions-common:time_stop:2435 : local name 2024-07-30 06:57:23.841 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:23.843 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:23.844 | + functions-common:time_stop:2438 : local total 2024-07-30 06:57:23.846 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:23.848 | + functions-common:time_stop:2441 : name=run_process 2024-07-30 06:57:23.850 | + functions-common:time_stop:2442 : start_time=1722322642535 2024-07-30 06:57:23.851 | + functions-common:time_stop:2444 : [[ -z 1722322642535 ]] 2024-07-30 06:57:23.854 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:23.857 | + functions-common:time_stop:2447 : end_time=1722322643855 2024-07-30 06:57:23.859 | + functions-common:time_stop:2448 : elapsed_time=1320 2024-07-30 06:57:23.860 | + functions-common:time_stop:2449 : total=117 2024-07-30 06:57:23.862 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:23.864 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1437 2024-07-30 06:57:23.866 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-07-30 06:57:23.866 | Waiting for keystone to start... 2024-07-30 06:57:23.867 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-07-30 06:57:23.869 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-07-30 06:57:23.871 | + functions:wait_for_service:468 : local timeout=60 2024-07-30 06:57:23.873 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-07-30 06:57:23.874 | + functions:wait_for_service:470 : local rval=0 2024-07-30 06:57:23.876 | + functions:wait_for_service:471 : time_start wait_for_service 2024-07-30 06:57:23.878 | + functions-common:time_start:2421 : local name=wait_for_service 2024-07-30 06:57:23.880 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:57:23.881 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:57:23.884 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:57:23.887 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322643885 2024-07-30 06:57:23.889 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-07-30 06:57:23.892 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-07-30 06:57:26.217 | + :: : [[ 200 == 503 ]] 2024-07-30 06:57:26.219 | + :: : [[ 0 -eq 7 ]] 2024-07-30 06:57:26.221 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-07-30 06:57:26.223 | + functions-common:time_stop:2435 : local name 2024-07-30 06:57:26.225 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:57:26.226 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:57:26.228 | + functions-common:time_stop:2438 : local total 2024-07-30 06:57:26.230 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:57:26.232 | + functions-common:time_stop:2441 : name=wait_for_service 2024-07-30 06:57:26.233 | + functions-common:time_stop:2442 : start_time=1722322643885 2024-07-30 06:57:26.235 | + functions-common:time_stop:2444 : [[ -z 1722322643885 ]] 2024-07-30 06:57:26.237 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:57:26.241 | + functions-common:time_stop:2447 : end_time=1722322646238 2024-07-30 06:57:26.242 | + functions-common:time_stop:2448 : elapsed_time=2353 2024-07-30 06:57:26.244 | + functions-common:time_stop:2449 : total=0 2024-07-30 06:57:26.246 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:57:26.247 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2353 2024-07-30 06:57:26.249 | + functions:wait_for_service:478 : return 0 2024-07-30 06:57:26.251 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-07-30 06:57:26.263 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:26.265 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-07-30 06:57:26.267 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-07-30 06:57:26.268 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-07-30 06:57:26.934 | + stack.sh:main:1124 : bootstrap_keystone 2024-07-30 06:57:26.937 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-07-30 06:57:28.595 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.596 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.596 | 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=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.600 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.607 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.608 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.623 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.638 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.638 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.750 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.750 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.750 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.751 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.751 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.751 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.757 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.757 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.757 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.757 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.757 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.757 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.758 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.761 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.762 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.763 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.763 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.763 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.763 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.763 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.763 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30929) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-07-30 06:57:28.779 | 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=30929) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-30 06:57:28.878 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created domain default 2024-07-30 06:57:28.898 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created project admin 2024-07-30 06:57:28.912 | WARNING keystone.common.password_hashing [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-07-30 06:57:28.912 | DEBUG passlib.handlers.bcrypt [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30929) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-07-30 06:57:28.913 | DEBUG passlib.handlers.bcrypt [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30929) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-07-30 06:57:28.946 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created user admin 2024-07-30 06:57:28.951 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created role reader 2024-07-30 06:57:28.958 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created role member 2024-07-30 06:57:28.971 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created implied role where f0dc980486e84f63b45c4775b30fb86b implies e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:28.975 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created role admin 2024-07-30 06:57:28.983 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created implied role where 3e11c5bc88934b66ba3d1ff7f2631529 implies f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:28.988 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Granted role admin on project admin to user admin. 2024-07-30 06:57:28.990 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Granted role admin on the system to user admin. 2024-07-30 06:57:28.996 | WARNING py.warnings [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-07-30 06:57:28.996 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-07-30 06:57:28.996 |  2024-07-30 06:57:28.998 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created region RegionOne 2024-07-30 06:57:29.012 | INFO keystone.cmd.bootstrap [None req-f80c5142-a33b-4a51-9bfe-c48437b28214 None None] Created public endpoint http://10.180.1.21/identity 2024-07-30 06:57:29.327 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-07-30 06:57:29.330 | + stack.sh:main:1127 : create_keystone_accounts 2024-07-30 06:57:29.331 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-07-30 06:57:29.334 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-07-30 06:57:30.916 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:30.919 | + lib/keystone:create_keystone_accounts:315 : admin_project=b88a7ed10ba24a65ada6c2f7c835d61c 2024-07-30 06:57:30.921 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-07-30 06:57:30.923 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-07-30 06:57:32.161 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:32.164 | + lib/keystone:create_keystone_accounts:317 : admin_user=3c820ce2705d4c72afaa056dd2ee9eea 2024-07-30 06:57:32.165 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-07-30 06:57:32.167 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-07-30 06:57:32.170 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-07-30 06:57:32.171 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 3c820ce2705d4c72afaa056dd2ee9eea default 2024-07-30 06:57:32.218 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 3c820ce2705d4c72afaa056dd2ee9eea default 2024-07-30 06:57:32.245 | [3528 Async ks-domain-role:31048]: running: get_or_add_user_domain_role admin 3c820ce2705d4c72afaa056dd2ee9eea default 2024-07-30 06:57:32.247 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-07-30 06:57:32.248 | + functions-common:get_or_create_domain:895 : local domain_id 2024-07-30 06:57:32.251 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-07-30 06:57:33.702 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:33.704 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-07-30 06:57:33.706 | + functions-common:get_or_create_domain:901 : echo default 2024-07-30 06:57:33.706 | default 2024-07-30 06:57:33.708 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-07-30 06:57:33.756 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-07-30 06:57:33.786 | [3528 Async ks-project:31158]: running: get_or_create_project service Default 2024-07-30 06:57:33.788 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-07-30 06:57:33.834 | + inc/async:async_inner:63 : get_or_create_role service 2024-07-30 06:57:33.864 | [3528 Async ks-service:31252]: running: get_or_create_role service 2024-07-30 06:57:33.866 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-07-30 06:57:33.911 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-07-30 06:57:33.941 | [3528 Async ks-reseller:31366]: running: get_or_create_role ResellerAdmin 2024-07-30 06:57:33.942 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-07-30 06:57:33.944 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-07-30 06:57:33.991 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-07-30 06:57:34.022 | [3528 Async ks-anotherrole:31465]: running: get_or_create_role anotherrole 2024-07-30 06:57:34.023 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-07-30 06:57:34.026 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-07-30 06:57:34.028 | ++ functions-common:get_or_create_project:945 : local project_id 2024-07-30 06:57:34.030 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-07-30 06:57:35.315 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:35.334 | [31252 Async ks-service:31252]: finished successfully 2024-07-30 06:57:35.418 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:35.438 | [31366 Async ks-reseller:31366]: finished successfully 2024-07-30 06:57:35.543 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:35.562 | [31465 Async ks-anotherrole:31465]: finished successfully 2024-07-30 06:57:35.614 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:35.632 | [31158 Async ks-project:31158]: finished successfully 2024-07-30 06:57:35.742 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:35.745 | ++ functions-common:get_or_create_project:951 : project_id=2ce6c7aa3886485688c812e64281bab7 2024-07-30 06:57:35.746 | ++ functions-common:get_or_create_project:952 : echo 2ce6c7aa3886485688c812e64281bab7 2024-07-30 06:57:35.749 | + lib/keystone:create_keystone_accounts:345 : invis_project=2ce6c7aa3886485688c812e64281bab7 2024-07-30 06:57:35.751 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-07-30 06:57:35.753 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-07-30 06:57:35.754 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:35.756 | ++ functions-common:get_or_create_project:945 : local project_id 2024-07-30 06:57:35.759 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-07-30 06:57:35.772 | [31048 Async ks-domain-role:31048]: finished successfully 2024-07-30 06:57:37.118 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:37.121 | ++ functions-common:get_or_create_project:951 : project_id=a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:37.122 | ++ functions-common:get_or_create_project:952 : echo a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:37.125 | + lib/keystone:create_keystone_accounts:349 : demo_project=a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:37.127 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-07-30 06:57:37.129 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-07-30 06:57:37.131 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:57:37.133 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-07-30 06:57:37.135 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-07-30 06:57:37.138 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-07-30 06:57:38.490 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:38.492 | ++ functions-common:get_or_create_user:938 : user_id=abe5215ac96e4168a5ef606d8069c87e 2024-07-30 06:57:38.494 | ++ functions-common:get_or_create_user:939 : echo abe5215ac96e4168a5ef606d8069c87e 2024-07-30 06:57:38.497 | + lib/keystone:create_keystone_accounts:352 : demo_user=abe5215ac96e4168a5ef606d8069c87e 2024-07-30 06:57:38.499 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-07-30 06:57:38.534 | [3528 Async ks-domain-role:31048]: Waiting for completion of get_or_add_user_domain_role admin 3c820ce2705d4c72afaa056dd2ee9eea default running on PID 31048 (6 other jobs running) 2024-07-30 06:57:38.551 | [3528 Async ks-domain-role:31048]: Signaling child to exit 2024-07-30 06:57:38.551 | WAKEUP 2024-07-30 06:57:38.567 | [3528 Async ks-domain-role:31048]: Signaled 2024-07-30 06:57:38.568 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-07-30 06:57:38.568 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 3c820ce2705d4c72afaa056dd2ee9eea --domain default 2024-07-30 06:57:38.568 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3c820ce2705d4c72afaa056dd2ee9eea --domain default -c Role -f value 2024-07-30 06:57:38.568 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:38.568 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:38.568 | + functions-common:get_or_add_user_domain_role:1022 : echo 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:38.568 | 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:38.598 | [3528 Async ks-domain-role:31048]: finished get_or_add_user_domain_role admin 3c820ce2705d4c72afaa056dd2ee9eea default with result 0 in 3 seconds 2024-07-30 06:57:38.603 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-07-30 06:57:38.627 | [3528 Async ks-project:31158]: Waiting for completion of get_or_create_project service Default running on PID 31158 (5 other jobs running) 2024-07-30 06:57:38.644 | [3528 Async ks-project:31158]: Signaling child to exit 2024-07-30 06:57:38.644 | WAKEUP 2024-07-30 06:57:38.659 | [3528 Async ks-project:31158]: Signaled 2024-07-30 06:57:38.660 | + functions-common:get_or_create_project:945 : local project_id 2024-07-30 06:57:38.660 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-07-30 06:57:38.660 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:38.660 | + functions-common:get_or_create_project:951 : project_id=e91fb4a2e8914e379b0ee273ac6e861f 2024-07-30 06:57:38.660 | + functions-common:get_or_create_project:952 : echo e91fb4a2e8914e379b0ee273ac6e861f 2024-07-30 06:57:38.660 | e91fb4a2e8914e379b0ee273ac6e861f 2024-07-30 06:57:38.690 | [3528 Async ks-project:31158]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-07-30 06:57:38.715 | [3528 Async ks-service:31252]: Waiting for completion of get_or_create_role service running on PID 31252 (4 other jobs running) 2024-07-30 06:57:38.731 | [3528 Async ks-service:31252]: Signaling child to exit 2024-07-30 06:57:38.731 | WAKEUP 2024-07-30 06:57:38.746 | [3528 Async ks-service:31252]: Signaled 2024-07-30 06:57:38.747 | + functions-common:get_or_create_role:958 : local role_id 2024-07-30 06:57:38.747 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-07-30 06:57:38.747 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:38.747 | + functions-common:get_or_create_role:963 : role_id=36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:57:38.747 | + functions-common:get_or_create_role:964 : echo 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:57:38.747 | 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:57:38.776 | [3528 Async ks-service:31252]: finished get_or_create_role service with result 0 in 1 seconds 2024-07-30 06:57:38.801 | [3528 Async ks-reseller:31366]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 31366 (3 other jobs running) 2024-07-30 06:57:38.818 | [3528 Async ks-reseller:31366]: Signaling child to exit 2024-07-30 06:57:38.818 | WAKEUP 2024-07-30 06:57:38.833 | [3528 Async ks-reseller:31366]: Signaled 2024-07-30 06:57:38.834 | + functions-common:get_or_create_role:958 : local role_id 2024-07-30 06:57:38.834 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-07-30 06:57:38.834 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:38.834 | + functions-common:get_or_create_role:963 : role_id=2c6427ad779d4f258063916c7581b474 2024-07-30 06:57:38.834 | + functions-common:get_or_create_role:964 : echo 2c6427ad779d4f258063916c7581b474 2024-07-30 06:57:38.834 | 2c6427ad779d4f258063916c7581b474 2024-07-30 06:57:38.864 | [3528 Async ks-reseller:31366]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-07-30 06:57:38.889 | [3528 Async ks-anotherrole:31465]: Waiting for completion of get_or_create_role anotherrole running on PID 31465 (2 other jobs running) 2024-07-30 06:57:38.906 | [3528 Async ks-anotherrole:31465]: Signaling child to exit 2024-07-30 06:57:38.906 | WAKEUP 2024-07-30 06:57:38.922 | [3528 Async ks-anotherrole:31465]: Signaled 2024-07-30 06:57:38.923 | + functions-common:get_or_create_role:958 : local role_id 2024-07-30 06:57:38.923 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-07-30 06:57:38.924 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:38.924 | + functions-common:get_or_create_role:963 : role_id=a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:38.924 | + functions-common:get_or_create_role:964 : echo a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:38.924 | a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:38.953 | [3528 Async ks-anotherrole:31465]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-07-30 06:57:38.956 | + inc/async:async_wait:197 : return 0 2024-07-30 06:57:38.958 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.005 | + inc/async:async_inner:63 : get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.035 | [3528 Async ks-demo-member:32307]: running: get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.037 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 3c820ce2705d4c72afaa056dd2ee9eea a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.083 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 3c820ce2705d4c72afaa056dd2ee9eea a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.113 | [3528 Async ks-demo-admin:32403]: running: get_or_add_user_project_role admin 3c820ce2705d4c72afaa056dd2ee9eea a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.115 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.161 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.192 | [3528 Async ks-demo-another:32500]: running: get_or_add_user_project_role anotherrole abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:39.194 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e 2ce6c7aa3886485688c812e64281bab7 2024-07-30 06:57:39.240 | + inc/async:async_inner:63 : get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e 2ce6c7aa3886485688c812e64281bab7 2024-07-30 06:57:39.270 | [3528 Async ks-demo-invis:32597]: running: get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e 2ce6c7aa3886485688c812e64281bab7 2024-07-30 06:57:39.272 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-07-30 06:57:39.275 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-07-30 06:57:39.277 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:57:39.279 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-07-30 06:57:39.281 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-07-30 06:57:39.283 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-07-30 06:57:41.020 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:41.022 | ++ functions-common:get_or_create_user:938 : user_id=6acc9e99b0a644dda2ff2ac544de06ce 2024-07-30 06:57:41.024 | ++ functions-common:get_or_create_user:939 : echo 6acc9e99b0a644dda2ff2ac544de06ce 2024-07-30 06:57:41.027 | + lib/keystone:create_keystone_accounts:365 : demo_reader=6acc9e99b0a644dda2ff2ac544de06ce 2024-07-30 06:57:41.029 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 6acc9e99b0a644dda2ff2ac544de06ce a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:41.079 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 6acc9e99b0a644dda2ff2ac544de06ce a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:41.111 | [3528 Async ks-demo-reader:32772]: running: get_or_add_user_project_role reader 6acc9e99b0a644dda2ff2ac544de06ce a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:41.114 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-07-30 06:57:41.117 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-07-30 06:57:41.118 | ++ functions-common:get_or_create_project:945 : local project_id 2024-07-30 06:57:41.121 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-07-30 06:57:43.106 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:43.109 | ++ functions-common:get_or_create_project:951 : project_id=9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:43.111 | ++ functions-common:get_or_create_project:952 : echo 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:43.113 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:43.116 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-07-30 06:57:43.118 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-07-30 06:57:43.120 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:57:43.122 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-07-30 06:57:43.124 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-07-30 06:57:43.127 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-07-30 06:57:43.175 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:43.196 | [32307 Async ks-demo-member:32307]: finished successfully 2024-07-30 06:57:43.203 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:43.222 | [32403 Async ks-demo-admin:32403]: finished successfully 2024-07-30 06:57:43.488 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:43.510 | [32500 Async ks-demo-another:32500]: finished successfully 2024-07-30 06:57:43.637 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:43.655 | [32597 Async ks-demo-invis:32597]: finished successfully 2024-07-30 06:57:44.511 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:44.514 | ++ functions-common:get_or_create_user:938 : user_id=d151704258ff467685e4a40de65910c0 2024-07-30 06:57:44.515 | ++ functions-common:get_or_create_user:939 : echo d151704258ff467685e4a40de65910c0 2024-07-30 06:57:44.518 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=d151704258ff467685e4a40de65910c0 2024-07-30 06:57:44.520 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:44.570 | + inc/async:async_inner:63 : get_or_add_user_project_role admin d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:44.600 | [3528 Async ks-alt-admin:33204]: running: get_or_add_user_project_role admin d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:44.602 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:44.654 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:44.688 | [3528 Async ks-alt-another:33300]: running: get_or_add_user_project_role anotherrole d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:44.690 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-07-30 06:57:44.692 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-07-30 06:57:44.694 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:57:44.696 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-07-30 06:57:44.698 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-07-30 06:57:44.701 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-07-30 06:57:45.065 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:45.083 | [32772 Async ks-demo-reader:32772]: finished successfully 2024-07-30 06:57:46.110 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:46.116 | ++ functions-common:get_or_create_user:938 : user_id=b2b516370ab5462496c68519dba61ad9 2024-07-30 06:57:46.118 | ++ functions-common:get_or_create_user:939 : echo b2b516370ab5462496c68519dba61ad9 2024-07-30 06:57:46.120 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=b2b516370ab5462496c68519dba61ad9 2024-07-30 06:57:46.122 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member b2b516370ab5462496c68519dba61ad9 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:46.171 | + inc/async:async_inner:63 : get_or_add_user_project_role member b2b516370ab5462496c68519dba61ad9 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:46.203 | [3528 Async ks-alt-member-user:33477]: running: get_or_add_user_project_role member b2b516370ab5462496c68519dba61ad9 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:46.205 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-07-30 06:57:46.207 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-07-30 06:57:46.209 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:57:46.211 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-07-30 06:57:46.213 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-07-30 06:57:46.215 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-07-30 06:57:47.643 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:47.646 | ++ functions-common:get_or_create_user:938 : user_id=558e5cf0245d438188daeb1d1b9ba62b 2024-07-30 06:57:47.648 | ++ functions-common:get_or_create_user:939 : echo 558e5cf0245d438188daeb1d1b9ba62b 2024-07-30 06:57:47.650 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=558e5cf0245d438188daeb1d1b9ba62b 2024-07-30 06:57:47.654 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 558e5cf0245d438188daeb1d1b9ba62b 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:47.703 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 558e5cf0245d438188daeb1d1b9ba62b 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:47.736 | [3528 Async ks-alt-reader-user:33651]: running: get_or_add_user_project_role reader 558e5cf0245d438188daeb1d1b9ba62b 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:47.738 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-07-30 06:57:47.740 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:57:47.743 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-07-30 06:57:47.745 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-07-30 06:57:47.748 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-07-30 06:57:48.232 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:48.246 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:48.254 | [33204 Async ks-alt-admin:33204]: finished successfully 2024-07-30 06:57:48.268 | [33300 Async ks-alt-another:33300]: finished successfully 2024-07-30 06:57:49.207 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:49.210 | ++ functions-common:get_or_create_user:938 : user_id=07a16e050e1148bba71e1b686f732e88 2024-07-30 06:57:49.212 | ++ functions-common:get_or_create_user:939 : echo 07a16e050e1148bba71e1b686f732e88 2024-07-30 06:57:49.215 | + lib/keystone:create_keystone_accounts:397 : system_member_user=07a16e050e1148bba71e1b686f732e88 2024-07-30 06:57:49.217 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 07a16e050e1148bba71e1b686f732e88 all 2024-07-30 06:57:49.265 | + inc/async:async_inner:63 : get_or_add_user_system_role member 07a16e050e1148bba71e1b686f732e88 all 2024-07-30 06:57:49.297 | [3528 Async ks-system-member:33884]: running: get_or_add_user_system_role member 07a16e050e1148bba71e1b686f732e88 all 2024-07-30 06:57:49.300 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-07-30 06:57:49.302 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:57:49.304 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-07-30 06:57:49.306 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-07-30 06:57:49.308 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-07-30 06:57:49.725 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:49.744 | [33477 Async ks-alt-member-user:33477]: finished successfully 2024-07-30 06:57:50.750 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:50.752 | ++ functions-common:get_or_create_user:938 : user_id=2b81241fec5c46d282170f024a289e47 2024-07-30 06:57:50.754 | ++ functions-common:get_or_create_user:939 : echo 2b81241fec5c46d282170f024a289e47 2024-07-30 06:57:50.757 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=2b81241fec5c46d282170f024a289e47 2024-07-30 06:57:50.759 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 2b81241fec5c46d282170f024a289e47 all 2024-07-30 06:57:50.809 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 2b81241fec5c46d282170f024a289e47 all 2024-07-30 06:57:50.844 | [3528 Async ks-system-reader:34092]: running: get_or_add_user_system_role reader 2b81241fec5c46d282170f024a289e47 all 2024-07-30 06:57:50.846 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-07-30 06:57:50.849 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-07-30 06:57:50.851 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-07-30 06:57:50.853 | ++ functions-common:get_or_create_group:908 : local group_id 2024-07-30 06:57:50.855 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-07-30 06:57:51.188 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:51.206 | [33651 Async ks-alt-reader-user:33651]: finished successfully 2024-07-30 06:57:52.264 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:52.266 | ++ functions-common:get_or_create_group:915 : group_id=9242d1abd0f7464f835cabf3a0e9ca2a 2024-07-30 06:57:52.268 | ++ functions-common:get_or_create_group:916 : echo 9242d1abd0f7464f835cabf3a0e9ca2a 2024-07-30 06:57:52.270 | + lib/keystone:create_keystone_accounts:407 : admin_group=9242d1abd0f7464f835cabf3a0e9ca2a 2024-07-30 06:57:52.272 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-07-30 06:57:52.275 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-07-30 06:57:52.277 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-07-30 06:57:52.279 | ++ functions-common:get_or_create_group:908 : local group_id 2024-07-30 06:57:52.282 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-07-30 06:57:53.660 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:53.662 | ++ functions-common:get_or_create_group:915 : group_id=97e8c0efd60f4026b5147d5a70b5fce7 2024-07-30 06:57:53.664 | ++ functions-common:get_or_create_group:916 : echo 97e8c0efd60f4026b5147d5a70b5fce7 2024-07-30 06:57:53.667 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=97e8c0efd60f4026b5147d5a70b5fce7 2024-07-30 06:57:53.669 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:53.720 | + inc/async:async_inner:63 : get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:53.750 | [3528 Async ks-group-memberdemo:34359]: running: get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:53.752 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:53.799 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:53.829 | [3528 Async ks-group-anotherdemo:34438]: running: get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:53.831 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:53.879 | + inc/async:async_inner:63 : get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:53.929 | [3528 Async ks-group-memberalt:34518]: running: get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:53.931 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:53.979 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:54.034 | [3528 Async ks-group-anotheralt:34600]: running: get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:54.036 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 9242d1abd0f7464f835cabf3a0e9ca2a b88a7ed10ba24a65ada6c2f7c835d61c 2024-07-30 06:57:54.093 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 9242d1abd0f7464f835cabf3a0e9ca2a b88a7ed10ba24a65ada6c2f7c835d61c 2024-07-30 06:57:54.132 | [3528 Async ks-group-admin:34699]: running: get_or_add_group_project_role admin 9242d1abd0f7464f835cabf3a0e9ca2a b88a7ed10ba24a65ada6c2f7c835d61c 2024-07-30 06:57:54.134 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-07-30 06:57:54.187 | [3528 Async ks-demo-member:32307]: Waiting for completion of get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b running on PID 32307 (17 other jobs running) 2024-07-30 06:57:54.223 | [3528 Async ks-demo-member:32307]: Signaling child to exit 2024-07-30 06:57:54.224 | WAKEUP 2024-07-30 06:57:54.268 | [3528 Async ks-demo-member:32307]: Signaled 2024-07-30 06:57:54.269 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:54.269 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:54.269 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:54.269 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:54.269 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:54.269 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:54.269 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:54.269 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:54.269 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:54.269 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user abe5215ac96e4168a5ef606d8069c87e --project a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:54.270 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user abe5215ac96e4168a5ef606d8069c87e --project a12af8d27afe433f8823d1007526a87b -c Role -f value 2024-07-30 06:57:54.270 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:54.270 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:54.270 | + functions-common:get_or_add_user_project_role:1003 : echo f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:54.270 | f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:54.335 | [3528 Async ks-demo-member:32307]: finished get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b with result 0 in 4 seconds 2024-07-30 06:57:54.364 | [3528 Async ks-demo-admin:32403]: Waiting for completion of get_or_add_user_project_role admin 3c820ce2705d4c72afaa056dd2ee9eea a12af8d27afe433f8823d1007526a87b running on PID 32403 (16 other jobs running) 2024-07-30 06:57:54.384 | [3528 Async ks-demo-admin:32403]: Signaling child to exit 2024-07-30 06:57:54.384 | WAKEUP 2024-07-30 06:57:54.402 | [3528 Async ks-demo-admin:32403]: Signaled 2024-07-30 06:57:54.403 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:54.403 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:54.403 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:54.403 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:54.403 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:54.403 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:54.403 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:54.403 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:54.403 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:54.403 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 3c820ce2705d4c72afaa056dd2ee9eea --project a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:54.404 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3c820ce2705d4c72afaa056dd2ee9eea --project a12af8d27afe433f8823d1007526a87b -c Role -f value 2024-07-30 06:57:54.404 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:54.404 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:54.404 | + functions-common:get_or_add_user_project_role:1003 : echo 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:54.404 | 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:54.405 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:54.428 | [33884 Async ks-system-member:33884]: finished successfully 2024-07-30 06:57:54.441 | [3528 Async ks-demo-admin:32403]: finished get_or_add_user_project_role admin 3c820ce2705d4c72afaa056dd2ee9eea a12af8d27afe433f8823d1007526a87b with result 0 in 4 seconds 2024-07-30 06:57:54.467 | [3528 Async ks-demo-another:32500]: Waiting for completion of get_or_add_user_project_role anotherrole abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b running on PID 32500 (15 other jobs running) 2024-07-30 06:57:54.485 | [3528 Async ks-demo-another:32500]: Signaling child to exit 2024-07-30 06:57:54.485 | WAKEUP 2024-07-30 06:57:54.501 | [3528 Async ks-demo-another:32500]: Signaled 2024-07-30 06:57:54.501 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:54.502 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:54.502 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:54.502 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:54.502 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:54.502 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:54.502 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:54.502 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:54.502 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:54.502 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user abe5215ac96e4168a5ef606d8069c87e --project a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:54.502 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user abe5215ac96e4168a5ef606d8069c87e --project a12af8d27afe433f8823d1007526a87b -c Role -f value 2024-07-30 06:57:54.502 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:54.502 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:54.502 | + functions-common:get_or_add_user_project_role:1003 : echo a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:54.502 | a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:54.532 | [3528 Async ks-demo-another:32500]: finished get_or_add_user_project_role anotherrole abe5215ac96e4168a5ef606d8069c87e a12af8d27afe433f8823d1007526a87b with result 0 in 4 seconds 2024-07-30 06:57:54.558 | [3528 Async ks-demo-invis:32597]: Waiting for completion of get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e 2ce6c7aa3886485688c812e64281bab7 running on PID 32597 (14 other jobs running) 2024-07-30 06:57:54.575 | [3528 Async ks-demo-invis:32597]: Signaling child to exit 2024-07-30 06:57:54.575 | WAKEUP 2024-07-30 06:57:54.591 | [3528 Async ks-demo-invis:32597]: Signaled 2024-07-30 06:57:54.592 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:54.592 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:54.592 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:54.592 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:54.592 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:54.592 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:54.592 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:54.592 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:54.592 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:54.592 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user abe5215ac96e4168a5ef606d8069c87e --project 2ce6c7aa3886485688c812e64281bab7 2024-07-30 06:57:54.592 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user abe5215ac96e4168a5ef606d8069c87e --project 2ce6c7aa3886485688c812e64281bab7 -c Role -f value 2024-07-30 06:57:54.592 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:54.592 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:54.592 | + functions-common:get_or_add_user_project_role:1003 : echo f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:54.592 | f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:54.623 | [3528 Async ks-demo-invis:32597]: finished get_or_add_user_project_role member abe5215ac96e4168a5ef606d8069c87e 2ce6c7aa3886485688c812e64281bab7 with result 0 in 4 seconds 2024-07-30 06:57:54.649 | [3528 Async ks-demo-reader:32772]: Waiting for completion of get_or_add_user_project_role reader 6acc9e99b0a644dda2ff2ac544de06ce a12af8d27afe433f8823d1007526a87b running on PID 32772 (13 other jobs running) 2024-07-30 06:57:54.667 | [3528 Async ks-demo-reader:32772]: Signaling child to exit 2024-07-30 06:57:54.667 | WAKEUP 2024-07-30 06:57:54.682 | [3528 Async ks-demo-reader:32772]: Signaled 2024-07-30 06:57:54.683 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:54.683 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:54.683 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:54.683 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:54.683 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:54.683 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:54.683 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:54.683 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:54.683 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:54.683 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 6acc9e99b0a644dda2ff2ac544de06ce --project a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:54.683 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 6acc9e99b0a644dda2ff2ac544de06ce --project a12af8d27afe433f8823d1007526a87b -c Role -f value 2024-07-30 06:57:54.683 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:54.683 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:54.683 | + functions-common:get_or_add_user_project_role:1003 : echo e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:54.683 | e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:54.735 | [3528 Async ks-demo-reader:32772]: finished get_or_add_user_project_role reader 6acc9e99b0a644dda2ff2ac544de06ce a12af8d27afe433f8823d1007526a87b with result 0 in 4 seconds 2024-07-30 06:57:54.737 | + inc/async:async_wait:197 : return 0 2024-07-30 06:57:54.739 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-07-30 06:57:54.780 | [3528 Async ks-alt-admin:33204]: Waiting for completion of get_or_add_user_project_role admin d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba running on PID 33204 (12 other jobs running) 2024-07-30 06:57:54.806 | [3528 Async ks-alt-admin:33204]: Signaling child to exit 2024-07-30 06:57:54.806 | WAKEUP 2024-07-30 06:57:54.822 | [3528 Async ks-alt-admin:33204]: Signaled 2024-07-30 06:57:54.823 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:54.823 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:54.823 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:54.823 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:54.823 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:54.823 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:54.823 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:54.823 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:54.823 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:54.823 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user d151704258ff467685e4a40de65910c0 --project 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:54.823 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d151704258ff467685e4a40de65910c0 --project 9c6d61d773a54fae87a9c18aa40cf3ba -c Role -f value 2024-07-30 06:57:54.823 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:54.823 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:54.823 | + functions-common:get_or_add_user_project_role:1003 : echo 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:54.823 | 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:54.873 | [3528 Async ks-alt-admin:33204]: finished get_or_add_user_project_role admin d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba with result 0 in 3 seconds 2024-07-30 06:57:54.900 | [3528 Async ks-alt-another:33300]: Waiting for completion of get_or_add_user_project_role anotherrole d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba running on PID 33300 (11 other jobs running) 2024-07-30 06:57:54.920 | [3528 Async ks-alt-another:33300]: Signaling child to exit 2024-07-30 06:57:54.921 | WAKEUP 2024-07-30 06:57:54.939 | [3528 Async ks-alt-another:33300]: Signaled 2024-07-30 06:57:54.939 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:54.939 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:54.939 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:54.939 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:54.939 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:54.939 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:54.939 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:54.939 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:54.939 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:54.939 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user d151704258ff467685e4a40de65910c0 --project 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:54.939 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user d151704258ff467685e4a40de65910c0 --project 9c6d61d773a54fae87a9c18aa40cf3ba -c Role -f value 2024-07-30 06:57:54.939 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:54.939 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:54.939 | + functions-common:get_or_add_user_project_role:1003 : echo a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:54.939 | a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:54.976 | [3528 Async ks-alt-another:33300]: finished get_or_add_user_project_role anotherrole d151704258ff467685e4a40de65910c0 9c6d61d773a54fae87a9c18aa40cf3ba with result 0 in 3 seconds 2024-07-30 06:57:55.008 | [3528 Async ks-alt-member-user:33477]: Waiting for completion of get_or_add_user_project_role member b2b516370ab5462496c68519dba61ad9 9c6d61d773a54fae87a9c18aa40cf3ba running on PID 33477 (10 other jobs running) 2024-07-30 06:57:55.026 | [3528 Async ks-alt-member-user:33477]: Signaling child to exit 2024-07-30 06:57:55.026 | WAKEUP 2024-07-30 06:57:55.046 | [3528 Async ks-alt-member-user:33477]: Signaled 2024-07-30 06:57:55.048 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:55.048 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:55.048 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:55.048 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:55.048 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:55.048 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:55.048 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:55.048 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:55.048 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:55.048 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user b2b516370ab5462496c68519dba61ad9 --project 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:55.048 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user b2b516370ab5462496c68519dba61ad9 --project 9c6d61d773a54fae87a9c18aa40cf3ba -c Role -f value 2024-07-30 06:57:55.048 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:55.048 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:55.048 | + functions-common:get_or_add_user_project_role:1003 : echo f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:55.048 | f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:55.082 | [3528 Async ks-alt-member-user:33477]: finished get_or_add_user_project_role member b2b516370ab5462496c68519dba61ad9 9c6d61d773a54fae87a9c18aa40cf3ba with result 0 in 3 seconds 2024-07-30 06:57:55.128 | [3528 Async ks-alt-reader-user:33651]: Waiting for completion of get_or_add_user_project_role reader 558e5cf0245d438188daeb1d1b9ba62b 9c6d61d773a54fae87a9c18aa40cf3ba running on PID 33651 (9 other jobs running) 2024-07-30 06:57:55.166 | [3528 Async ks-alt-reader-user:33651]: Signaling child to exit 2024-07-30 06:57:55.166 | WAKEUP 2024-07-30 06:57:55.194 | [3528 Async ks-alt-reader-user:33651]: Signaled 2024-07-30 06:57:55.195 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:57:55.195 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:57:55.195 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-07-30 06:57:55.195 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:55.195 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:55.195 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:55.195 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:55.195 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:55.195 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-07-30 06:57:55.195 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 558e5cf0245d438188daeb1d1b9ba62b --project 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:55.195 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 558e5cf0245d438188daeb1d1b9ba62b --project 9c6d61d773a54fae87a9c18aa40cf3ba -c Role -f value 2024-07-30 06:57:55.195 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:55.195 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:55.195 | + functions-common:get_or_add_user_project_role:1003 : echo e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:55.196 | e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:55.253 | [3528 Async ks-alt-reader-user:33651]: finished get_or_add_user_project_role reader 558e5cf0245d438188daeb1d1b9ba62b 9c6d61d773a54fae87a9c18aa40cf3ba with result 0 in 3 seconds 2024-07-30 06:57:55.257 | + inc/async:async_wait:197 : return 0 2024-07-30 06:57:55.259 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-07-30 06:57:55.317 | [3528 Async ks-system-member:33884]: Waiting for completion of get_or_add_user_system_role member 07a16e050e1148bba71e1b686f732e88 all running on PID 33884 (8 other jobs running) 2024-07-30 06:57:55.337 | [3528 Async ks-system-member:33884]: Signaling child to exit 2024-07-30 06:57:55.337 | WAKEUP 2024-07-30 06:57:55.355 | [3528 Async ks-system-member:33884]: Signaled 2024-07-30 06:57:55.356 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-07-30 06:57:55.356 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-07-30 06:57:55.356 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-07-30 06:57:55.356 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:55.356 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:55.356 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:55.356 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:55.356 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:55.356 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-07-30 06:57:55.356 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 07a16e050e1148bba71e1b686f732e88 --system all -f value -c Role 2024-07-30 06:57:55.356 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:55.356 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-07-30 06:57:55.356 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-07-30 06:57:55.356 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 07a16e050e1148bba71e1b686f732e88 --system all 2024-07-30 06:57:55.356 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 07a16e050e1148bba71e1b686f732e88 --system all -f value -c Role 2024-07-30 06:57:55.356 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:55.356 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:55.356 | + functions-common:get_or_add_user_system_role:1053 : echo f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:55.356 | f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:55.399 | [3528 Async ks-system-member:33884]: finished get_or_add_user_system_role member 07a16e050e1148bba71e1b686f732e88 all with result 0 in 5 seconds 2024-07-30 06:57:55.449 | [3528 Async ks-system-reader:34092]: Waiting for completion of get_or_add_user_system_role reader 2b81241fec5c46d282170f024a289e47 all running on PID 34092 (7 other jobs running) 2024-07-30 06:57:55.483 | [3528 Async ks-system-reader:34092]: Signaling child to exit 2024-07-30 06:57:55.686 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:55.705 | [34092 Async ks-system-reader:34092]: finished successfully 2024-07-30 06:57:55.721 | WAKEUP 2024-07-30 06:57:55.737 | [3528 Async ks-system-reader:34092]: Signaled 2024-07-30 06:57:55.738 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-07-30 06:57:55.738 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-07-30 06:57:55.738 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-07-30 06:57:55.738 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:57:55.738 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:57:55.738 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-07-30 06:57:55.738 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-07-30 06:57:55.738 | ++ functions-common:_get_domain_args:980 : echo 2024-07-30 06:57:55.738 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-07-30 06:57:55.738 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2b81241fec5c46d282170f024a289e47 --system all -f value -c Role 2024-07-30 06:57:55.738 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:55.739 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-07-30 06:57:55.739 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-07-30 06:57:55.739 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 2b81241fec5c46d282170f024a289e47 --system all 2024-07-30 06:57:55.739 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2b81241fec5c46d282170f024a289e47 --system all -f value -c Role 2024-07-30 06:57:55.739 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:55.739 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:55.739 | + functions-common:get_or_add_user_system_role:1053 : echo e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:55.739 | e743e5dce1964b6981bc093128aa1e5a 2024-07-30 06:57:55.769 | [3528 Async ks-system-reader:34092]: finished get_or_add_user_system_role reader 2b81241fec5c46d282170f024a289e47 all with result 0 in 4 seconds 2024-07-30 06:57:55.772 | + inc/async:async_wait:197 : return 0 2024-07-30 06:57:55.774 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-07-30 06:57:55.809 | [3528 Async ks-group-memberdemo:34359]: Waiting for completion of get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b running on PID 34359 (6 other jobs running) 2024-07-30 06:57:55.826 | [3528 Async ks-group-memberdemo:34359]: Signaling child to exit 2024-07-30 06:57:57.181 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:57.200 | [34359 Async ks-group-memberdemo:34359]: finished successfully 2024-07-30 06:57:57.218 | WAKEUP 2024-07-30 06:57:57.235 | [3528 Async ks-group-memberdemo:34359]: Signaled 2024-07-30 06:57:57.235 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-30 06:57:57.235 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 97e8c0efd60f4026b5147d5a70b5fce7 --project a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:57.235 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 97e8c0efd60f4026b5147d5a70b5fce7 --project a12af8d27afe433f8823d1007526a87b -f value -c Role 2024-07-30 06:57:57.235 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:57.235 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:57.235 | + functions-common:get_or_add_group_project_role:1072 : echo f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:57.235 | f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:57.268 | [3528 Async ks-group-memberdemo:34359]: finished get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b with result 0 in 3 seconds 2024-07-30 06:57:57.296 | [3528 Async ks-group-anotherdemo:34438]: Waiting for completion of get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b running on PID 34438 (5 other jobs running) 2024-07-30 06:57:57.314 | [3528 Async ks-group-anotherdemo:34438]: Signaling child to exit 2024-07-30 06:57:57.543 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:57.566 | [34438 Async ks-group-anotherdemo:34438]: finished successfully 2024-07-30 06:57:57.579 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:57.584 | WAKEUP 2024-07-30 06:57:57.599 | [34518 Async ks-group-memberalt:34518]: finished successfully 2024-07-30 06:57:57.602 | [3528 Async ks-group-anotherdemo:34438]: Signaled 2024-07-30 06:57:57.603 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-30 06:57:57.603 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 97e8c0efd60f4026b5147d5a70b5fce7 --project a12af8d27afe433f8823d1007526a87b 2024-07-30 06:57:57.603 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 97e8c0efd60f4026b5147d5a70b5fce7 --project a12af8d27afe433f8823d1007526a87b -f value -c Role 2024-07-30 06:57:57.603 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:57.603 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:57.603 | + functions-common:get_or_add_group_project_role:1072 : echo a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:57.603 | a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:57.636 | [3528 Async ks-group-anotherdemo:34438]: finished get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 a12af8d27afe433f8823d1007526a87b with result 0 in 3 seconds 2024-07-30 06:57:57.662 | [3528 Async ks-group-memberalt:34518]: Waiting for completion of get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba running on PID 34518 (4 other jobs running) 2024-07-30 06:57:57.681 | [3528 Async ks-group-memberalt:34518]: Signaling child to exit 2024-07-30 06:57:57.681 | WAKEUP 2024-07-30 06:57:57.690 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:57.698 | [3528 Async ks-group-memberalt:34518]: Signaled 2024-07-30 06:57:57.698 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-30 06:57:57.698 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 97e8c0efd60f4026b5147d5a70b5fce7 --project 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:57.698 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 97e8c0efd60f4026b5147d5a70b5fce7 --project 9c6d61d773a54fae87a9c18aa40cf3ba -f value -c Role 2024-07-30 06:57:57.698 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:57.698 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:57.698 | + functions-common:get_or_add_group_project_role:1072 : echo f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:57.698 | f0dc980486e84f63b45c4775b30fb86b 2024-07-30 06:57:57.711 | [34600 Async ks-group-anotheralt:34600]: finished successfully 2024-07-30 06:57:57.731 | [3528 Async ks-group-memberalt:34518]: finished get_or_add_group_project_role member 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba with result 0 in 3 seconds 2024-07-30 06:57:57.757 | [3528 Async ks-group-anotheralt:34600]: Waiting for completion of get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba running on PID 34600 (3 other jobs running) 2024-07-30 06:57:57.774 | [3528 Async ks-group-anotheralt:34600]: Signaling child to exit 2024-07-30 06:57:57.774 | WAKEUP 2024-07-30 06:57:57.782 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:57:57.791 | [3528 Async ks-group-anotheralt:34600]: Signaled 2024-07-30 06:57:57.792 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-30 06:57:57.792 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 97e8c0efd60f4026b5147d5a70b5fce7 --project 9c6d61d773a54fae87a9c18aa40cf3ba 2024-07-30 06:57:57.792 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 97e8c0efd60f4026b5147d5a70b5fce7 --project 9c6d61d773a54fae87a9c18aa40cf3ba -f value -c Role 2024-07-30 06:57:57.792 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:57.792 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:57.792 | + functions-common:get_or_add_group_project_role:1072 : echo a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:57.792 | a2ecd2b659864b77b921e028762f2123 2024-07-30 06:57:57.800 | [34699 Async ks-group-admin:34699]: finished successfully 2024-07-30 06:57:57.825 | [3528 Async ks-group-anotheralt:34600]: finished get_or_add_group_project_role anotherrole 97e8c0efd60f4026b5147d5a70b5fce7 9c6d61d773a54fae87a9c18aa40cf3ba with result 0 in 3 seconds 2024-07-30 06:57:57.850 | [3528 Async ks-group-admin:34699]: Waiting for completion of get_or_add_group_project_role admin 9242d1abd0f7464f835cabf3a0e9ca2a b88a7ed10ba24a65ada6c2f7c835d61c running on PID 34699 (2 other jobs running) 2024-07-30 06:57:57.867 | [3528 Async ks-group-admin:34699]: Signaling child to exit 2024-07-30 06:57:57.867 | WAKEUP 2024-07-30 06:57:57.883 | [3528 Async ks-group-admin:34699]: Signaled 2024-07-30 06:57:57.884 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-07-30 06:57:57.884 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 9242d1abd0f7464f835cabf3a0e9ca2a --project b88a7ed10ba24a65ada6c2f7c835d61c 2024-07-30 06:57:57.884 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 9242d1abd0f7464f835cabf3a0e9ca2a --project b88a7ed10ba24a65ada6c2f7c835d61c -f value -c Role 2024-07-30 06:57:57.884 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:57:57.884 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:57.884 | + functions-common:get_or_add_group_project_role:1072 : echo 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:57.884 | 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:57:57.914 | [3528 Async ks-group-admin:34699]: finished get_or_add_group_project_role admin 9242d1abd0f7464f835cabf3a0e9ca2a b88a7ed10ba24a65ada6c2f7c835d61c with result 0 in 3 seconds 2024-07-30 06:57:57.917 | + inc/async:async_wait:197 : return 0 2024-07-30 06:57:57.919 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-07-30 06:57:57.932 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:57.934 | + stack.sh:main:1128 : is_service_enabled nova 2024-07-30 06:57:57.948 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:57.950 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-07-30 06:57:57.952 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-07-30 06:57:57.998 | + inc/async:async_inner:63 : create_nova_accounts 2024-07-30 06:57:58.028 | [3528 Async create_nova_accounts:36587]: running: create_nova_accounts 2024-07-30 06:57:58.030 | + stack.sh:main:1131 : is_service_enabled glance 2024-07-30 06:57:58.043 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:58.045 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-07-30 06:57:58.047 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-07-30 06:57:58.094 | + inc/async:async_inner:63 : create_glance_accounts 2024-07-30 06:57:58.125 | [3528 Async create_glance_accounts:36710]: running: create_glance_accounts 2024-07-30 06:57:58.127 | + stack.sh:main:1134 : is_service_enabled cinder 2024-07-30 06:57:58.142 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:58.144 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-07-30 06:57:58.146 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-07-30 06:57:58.193 | + inc/async:async_inner:63 : create_cinder_accounts 2024-07-30 06:57:58.224 | [3528 Async create_cinder_accounts:36849]: running: create_cinder_accounts 2024-07-30 06:57:58.226 | + stack.sh:main:1137 : is_service_enabled neutron 2024-07-30 06:57:58.241 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:57:58.243 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-07-30 06:57:58.245 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-07-30 06:57:58.292 | + inc/async:async_inner:63 : create_neutron_accounts 2024-07-30 06:57:58.324 | [3528 Async create_neutron_accounts:36992]: running: create_neutron_accounts 2024-07-30 06:57:58.327 | + stack.sh:main:1140 : is_service_enabled swift 2024-07-30 06:57:58.342 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:58.344 | + stack.sh:main:1149 : is_service_enabled horizon 2024-07-30 06:57:58.358 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:57:58.360 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-07-30 06:57:58.397 | [3528 Async create_nova_accounts:36587]: Waiting for completion of create_nova_accounts running on PID 36587 (5 other jobs running) 2024-07-30 06:57:58.414 | [3528 Async create_nova_accounts:36587]: Signaling child to exit 2024-07-30 06:58:11.988 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:58:12.006 | [36992 Async create_neutron_accounts:36992]: finished successfully 2024-07-30 06:58:20.787 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:58:20.805 | [36849 Async create_cinder_accounts:36849]: finished successfully 2024-07-30 06:58:22.049 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:58:22.069 | [36587 Async create_nova_accounts:36587]: finished successfully 2024-07-30 06:58:22.085 | WAKEUP 2024-07-30 06:58:22.101 | [3528 Async create_nova_accounts:36587]: Signaled 2024-07-30 06:58:22.102 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-07-30 06:58:22.102 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-07-30 06:58:22.102 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-07-30 06:58:22.103 | + functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:58:22.103 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-30 06:58:22.103 | + functions-common:get_or_create_user:926 : local email= 2024-07-30 06:58:22.103 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-07-30 06:58:22.103 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.103 | + functions-common:get_or_create_user:938 : user_id=d827f32d458e414db5e4d46e53c3d110 2024-07-30 06:58:22.103 | + functions-common:get_or_create_user:939 : echo d827f32d458e414db5e4d46e53c3d110 2024-07-30 06:58:22.103 | d827f32d458e414db5e4d46e53c3d110 2024-07-30 06:58:22.103 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:58:22.103 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-07-30 06:58:22.103 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-07-30 06:58:22.103 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:1003 : echo 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:22.103 | 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:22.103 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-07-30 06:58:22.103 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:58:22.103 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-30 06:58:22.103 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-07-30 06:58:22.103 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-07-30 06:58:22.103 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:58:22.103 | + functions-common:get_or_add_user_project_role:1003 : echo 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:58:22.103 | 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:58:22.103 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-07-30 06:58:22.103 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-07-30 06:58:22.104 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-07-30 06:58:22.104 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-07-30 06:58:22.104 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-30 06:58:22.104 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-07-30 06:58:22.104 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-07-30 06:58:22.104 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.104 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-30 06:58:22.104 | eae17afc13b345c990166b1f36b10606' 2024-07-30 06:58:22.104 | + functions-common:get_or_create_service:1090 : echo eae17afc13b345c990166b1f36b10606 2024-07-30 06:58:22.104 | eae17afc13b345c990166b1f36b10606 2024-07-30 06:58:22.104 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-07-30 06:58:22.104 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-30 06:58:22.104 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-07-30 06:58:22.104 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-30 06:58:22.104 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-07-30 06:58:22.104 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.104 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-30 06:58:22.104 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-30 06:58:22.104 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-07-30 06:58:22.104 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.104 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3aae10d949604333afdd2fe18e732d73 2024-07-30 06:58:22.104 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3aae10d949604333afdd2fe18e732d73 2024-07-30 06:58:22.104 | + functions-common:get_or_create_endpoint:1123 : public_id=3aae10d949604333afdd2fe18e732d73 2024-07-30 06:58:22.104 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-30 06:58:22.104 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-30 06:58:22.104 | + functions-common:get_or_create_endpoint:1132 : echo 3aae10d949604333afdd2fe18e732d73 2024-07-30 06:58:22.104 | 3aae10d949604333afdd2fe18e732d73 2024-07-30 06:58:22.104 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-07-30 06:58:22.104 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-30 06:58:22.104 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-07-30 06:58:22.104 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-07-30 06:58:22.104 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.104 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-30 06:58:22.104 | be4aed3b21aa4858a0914eb70fcc7632' 2024-07-30 06:58:22.104 | + functions-common:get_or_create_service:1090 : echo be4aed3b21aa4858a0914eb70fcc7632 2024-07-30 06:58:22.105 | be4aed3b21aa4858a0914eb70fcc7632 2024-07-30 06:58:22.105 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-07-30 06:58:22.105 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-30 06:58:22.105 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-07-30 06:58:22.105 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-30 06:58:22.105 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-07-30 06:58:22.105 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.105 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-30 06:58:22.105 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-30 06:58:22.105 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-07-30 06:58:22.105 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.105 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=0c65fb1845364b0a9558c052f6c582ba 2024-07-30 06:58:22.105 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 0c65fb1845364b0a9558c052f6c582ba 2024-07-30 06:58:22.105 | + functions-common:get_or_create_endpoint:1123 : public_id=0c65fb1845364b0a9558c052f6c582ba 2024-07-30 06:58:22.105 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-30 06:58:22.105 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-30 06:58:22.105 | + functions-common:get_or_create_endpoint:1132 : echo 0c65fb1845364b0a9558c052f6c582ba 2024-07-30 06:58:22.105 | 0c65fb1845364b0a9558c052f6c582ba 2024-07-30 06:58:22.105 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-07-30 06:58:22.105 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:22.105 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-07-30 06:58:22.105 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:22.105 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-07-30 06:58:22.105 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:22.105 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-07-30 06:58:22.105 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:22.105 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-07-30 06:58:22.134 | [3528 Async create_nova_accounts:36587]: finished create_nova_accounts with result 0 in 24 seconds 2024-07-30 06:58:22.160 | [3528 Async create_glance_accounts:36710]: Waiting for completion of create_glance_accounts running on PID 36710 (4 other jobs running) 2024-07-30 06:58:22.176 | [3528 Async create_glance_accounts:36710]: Signaling child to exit 2024-07-30 06:58:22.858 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:58:22.877 | [36710 Async create_glance_accounts:36710]: finished successfully 2024-07-30 06:58:22.894 | WAKEUP 2024-07-30 06:58:22.910 | [3528 Async create_glance_accounts:36710]: Signaled 2024-07-30 06:58:22.910 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-07-30 06:58:22.910 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:22.910 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-07-30 06:58:22.910 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-07-30 06:58:22.910 | + functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:58:22.910 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-30 06:58:22.910 | + functions-common:get_or_create_user:926 : local email= 2024-07-30 06:58:22.910 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-07-30 06:58:22.910 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.910 | + functions-common:get_or_create_user:938 : user_id=221da9896cb14776bd87f8f7e010513f 2024-07-30 06:58:22.910 | + functions-common:get_or_create_user:939 : echo 221da9896cb14776bd87f8f7e010513f 2024-07-30 06:58:22.910 | 221da9896cb14776bd87f8f7e010513f 2024-07-30 06:58:22.910 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-07-30 06:58:22.910 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:58:22.910 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:58:22.910 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-30 06:58:22.910 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:58:22.910 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:58:22.910 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-30 06:58:22.910 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-30 06:58:22.910 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-30 06:58:22.910 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-30 06:58:22.910 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-30 06:58:22.910 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-30 06:58:22.910 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-07-30 06:58:22.911 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-07-30 06:58:22.911 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.911 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:22.911 | + functions-common:get_or_add_user_project_role:1003 : echo 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:22.911 | 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:22.911 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-07-30 06:58:22.911 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-07-30 06:58:22.911 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:22.911 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-07-30 06:58:22.911 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-30 06:58:22.911 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-07-30 06:58:22.911 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-07-30 06:58:22.911 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.911 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-30 06:58:22.911 | fcf20f16eae14ff183b267acfc4b8c09' 2024-07-30 06:58:22.911 | + functions-common:get_or_create_service:1090 : echo fcf20f16eae14ff183b267acfc4b8c09 2024-07-30 06:58:22.911 | fcf20f16eae14ff183b267acfc4b8c09 2024-07-30 06:58:22.911 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-07-30 06:58:22.911 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-30 06:58:22.911 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-07-30 06:58:22.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-30 06:58:22.911 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-07-30 06:58:22.911 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-30 06:58:22.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-30 06:58:22.911 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-07-30 06:58:22.911 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=4fed797b1927408eb291f0ad493d80b7 2024-07-30 06:58:22.911 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 4fed797b1927408eb291f0ad493d80b7 2024-07-30 06:58:22.911 | + functions-common:get_or_create_endpoint:1123 : public_id=4fed797b1927408eb291f0ad493d80b7 2024-07-30 06:58:22.911 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-30 06:58:22.911 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-30 06:58:22.911 | + functions-common:get_or_create_endpoint:1132 : echo 4fed797b1927408eb291f0ad493d80b7 2024-07-30 06:58:22.911 | 4fed797b1927408eb291f0ad493d80b7 2024-07-30 06:58:22.911 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-07-30 06:58:22.911 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-07-30 06:58:22.911 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-07-30 06:58:22.911 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.911 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-07-30 06:58:22.911 | ++ functions-common:get_or_create_domain:901 : echo default 2024-07-30 06:58:22.911 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-07-30 06:58:22.911 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-07-30 06:58:22.912 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-07-30 06:58:22.912 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-07-30 06:58:22.912 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-07-30 06:58:22.912 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | | Field | Value | 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | | default_limit | 1000 | 2024-07-30 06:58:22.912 | | description | None | 2024-07-30 06:58:22.912 | | id | 70b62ae4ee884132a4b877e4152b5e2a | 2024-07-30 06:58:22.912 | | region_id | RegionOne | 2024-07-30 06:58:22.912 | | resource_name | image_size_total | 2024-07-30 06:58:22.912 | | service_id | fcf20f16eae14ff183b267acfc4b8c09 | 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | | Field | Value | 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | | default_limit | 1000 | 2024-07-30 06:58:22.912 | | description | None | 2024-07-30 06:58:22.912 | | id | f0d6d2fbfdd0497f8b46ea3eafa53ff2 | 2024-07-30 06:58:22.912 | | region_id | RegionOne | 2024-07-30 06:58:22.912 | | resource_name | image_stage_total | 2024-07-30 06:58:22.912 | | service_id | fcf20f16eae14ff183b267acfc4b8c09 | 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | | Field | Value | 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | | default_limit | 100 | 2024-07-30 06:58:22.912 | | description | None | 2024-07-30 06:58:22.912 | | id | a0a42c537d194e4d8f7810259f52a787 | 2024-07-30 06:58:22.912 | | region_id | RegionOne | 2024-07-30 06:58:22.912 | | resource_name | image_count_total | 2024-07-30 06:58:22.912 | | service_id | fcf20f16eae14ff183b267acfc4b8c09 | 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.912 | | Field | Value | 2024-07-30 06:58:22.912 | +---------------+----------------------------------+ 2024-07-30 06:58:22.913 | | default_limit | 100 | 2024-07-30 06:58:22.913 | | description | None | 2024-07-30 06:58:22.913 | | id | f41f6b6e9fad4f2a9ae42be031540a4f | 2024-07-30 06:58:22.913 | | region_id | RegionOne | 2024-07-30 06:58:22.913 | | resource_name | image_count_uploading | 2024-07-30 06:58:22.913 | | service_id | fcf20f16eae14ff183b267acfc4b8c09 | 2024-07-30 06:58:22.913 | +---------------+----------------------------------+ 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-07-30 06:58:22.913 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-07-30 06:58:22.913 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 4fed797b1927408eb291f0ad493d80b7 2024-07-30 06:58:22.913 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-07-30 06:58:22.942 | [3528 Async create_glance_accounts:36710]: finished create_glance_accounts with result 0 in 24 seconds 2024-07-30 06:58:22.968 | [3528 Async create_cinder_accounts:36849]: Waiting for completion of create_cinder_accounts running on PID 36849 (3 other jobs running) 2024-07-30 06:58:22.985 | [3528 Async create_cinder_accounts:36849]: Signaling child to exit 2024-07-30 06:58:22.985 | WAKEUP 2024-07-30 06:58:23.000 | [3528 Async create_cinder_accounts:36849]: Signaled 2024-07-30 06:58:23.001 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-07-30 06:58:23.001 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-07-30 06:58:23.001 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-07-30 06:58:23.001 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:23.001 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-07-30 06:58:23.001 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-07-30 06:58:23.001 | + functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:58:23.001 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-30 06:58:23.001 | + functions-common:get_or_create_user:926 : local email= 2024-07-30 06:58:23.001 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-07-30 06:58:23.001 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.001 | + functions-common:get_or_create_user:938 : user_id=04b9c06b86584ca5a4661b708a305479 2024-07-30 06:58:23.001 | + functions-common:get_or_create_user:939 : echo 04b9c06b86584ca5a4661b708a305479 2024-07-30 06:58:23.001 | 04b9c06b86584ca5a4661b708a305479 2024-07-30 06:58:23.001 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-07-30 06:58:23.001 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:58:23.001 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:58:23.001 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-30 06:58:23.001 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:58:23.001 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:58:23.001 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-30 06:58:23.001 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-30 06:58:23.001 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-30 06:58:23.001 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-30 06:58:23.001 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-30 06:58:23.002 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-30 06:58:23.002 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-07-30 06:58:23.002 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-07-30 06:58:23.002 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.002 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:23.002 | + functions-common:get_or_add_user_project_role:1003 : echo 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:23.002 | 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:23.002 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-07-30 06:58:23.002 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-07-30 06:58:23.002 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-30 06:58:23.002 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-07-30 06:58:23.002 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-07-30 06:58:23.002 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.002 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-30 06:58:23.002 | 81aa8d5291c4438196aee325a26782b0' 2024-07-30 06:58:23.002 | + functions-common:get_or_create_service:1090 : echo 81aa8d5291c4438196aee325a26782b0 2024-07-30 06:58:23.002 | 81aa8d5291c4438196aee325a26782b0 2024-07-30 06:58:23.002 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-07-30 06:58:23.002 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-07-30 06:58:23.002 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-30 06:58:23.002 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-07-30 06:58:23.002 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-30 06:58:23.002 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-07-30 06:58:23.002 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.002 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-30 06:58:23.002 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-30 06:58:23.002 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-07-30 06:58:23.002 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.002 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=bd24442e57fe49e7902b2a3cc3ff09cc 2024-07-30 06:58:23.002 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo bd24442e57fe49e7902b2a3cc3ff09cc 2024-07-30 06:58:23.002 | + functions-common:get_or_create_endpoint:1123 : public_id=bd24442e57fe49e7902b2a3cc3ff09cc 2024-07-30 06:58:23.002 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-30 06:58:23.003 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-30 06:58:23.003 | + functions-common:get_or_create_endpoint:1132 : echo bd24442e57fe49e7902b2a3cc3ff09cc 2024-07-30 06:58:23.003 | bd24442e57fe49e7902b2a3cc3ff09cc 2024-07-30 06:58:23.003 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-07-30 06:58:23.003 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-07-30 06:58:23.003 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.003 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-30 06:58:23.003 | c3d1ce74d2344c4584108e8a4d5bd311' 2024-07-30 06:58:23.003 | + functions-common:get_or_create_service:1090 : echo c3d1ce74d2344c4584108e8a4d5bd311 2024-07-30 06:58:23.003 | c3d1ce74d2344c4584108e8a4d5bd311 2024-07-30 06:58:23.003 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-07-30 06:58:23.003 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-07-30 06:58:23.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-30 06:58:23.003 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-07-30 06:58:23.003 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-30 06:58:23.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-30 06:58:23.003 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-07-30 06:58:23.003 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=ca570b9aece84e6db3a85a87e925a215 2024-07-30 06:58:23.003 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo ca570b9aece84e6db3a85a87e925a215 2024-07-30 06:58:23.003 | + functions-common:get_or_create_endpoint:1123 : public_id=ca570b9aece84e6db3a85a87e925a215 2024-07-30 06:58:23.003 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-30 06:58:23.003 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-30 06:58:23.003 | + functions-common:get_or_create_endpoint:1132 : echo ca570b9aece84e6db3a85a87e925a215 2024-07-30 06:58:23.003 | ca570b9aece84e6db3a85a87e925a215 2024-07-30 06:58:23.003 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-07-30 06:58:23.003 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_project:945 : local project_id 2024-07-30 06:58:23.003 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-07-30 06:58:23.003 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_project:951 : project_id=e91fb4a2e8914e379b0ee273ac6e861f 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_project:952 : echo e91fb4a2e8914e379b0ee273ac6e861f 2024-07-30 06:58:23.003 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id e91fb4a2e8914e379b0ee273ac6e861f 2024-07-30 06:58:23.003 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_user:926 : local email= 2024-07-30 06:58:23.003 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-07-30 06:58:23.003 | No password was supplied, authentication will fail when a user does not have a password. 2024-07-30 06:58:23.003 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_user:938 : user_id=04b9c06b86584ca5a4661b708a305479 2024-07-30 06:58:23.003 | ++ functions-common:get_or_create_user:939 : echo 04b9c06b86584ca5a4661b708a305479 2024-07-30 06:58:23.004 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 04b9c06b86584ca5a4661b708a305479 2024-07-30 06:58:23.032 | [3528 Async create_cinder_accounts:36849]: finished create_cinder_accounts with result 0 in 22 seconds 2024-07-30 06:58:23.035 | + inc/async:async_wait:197 : return 0 2024-07-30 06:58:23.037 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-07-30 06:58:23.073 | [3528 Async create_neutron_accounts:36992]: Waiting for completion of create_neutron_accounts running on PID 36992 (2 other jobs running) 2024-07-30 06:58:23.090 | [3528 Async create_neutron_accounts:36992]: Signaling child to exit 2024-07-30 06:58:23.091 | WAKEUP 2024-07-30 06:58:23.106 | [3528 Async create_neutron_accounts:36992]: Signaled 2024-07-30 06:58:23.107 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-07-30 06:58:23.107 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-07-30 06:58:23.107 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-07-30 06:58:23.107 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-07-30 06:58:23.107 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-07-30 06:58:23.107 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-07-30 06:58:23.107 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:23.107 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-07-30 06:58:23.107 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-07-30 06:58:23.107 | + functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:58:23.107 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-30 06:58:23.107 | + functions-common:get_or_create_user:926 : local email= 2024-07-30 06:58:23.107 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-07-30 06:58:23.107 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.107 | + functions-common:get_or_create_user:938 : user_id=9533995af1cb44cba93f19c0ee603120 2024-07-30 06:58:23.107 | + functions-common:get_or_create_user:939 : echo 9533995af1cb44cba93f19c0ee603120 2024-07-30 06:58:23.107 | 9533995af1cb44cba93f19c0ee603120 2024-07-30 06:58:23.107 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-07-30 06:58:23.107 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:58:23.107 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:58:23.107 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-30 06:58:23.107 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:58:23.107 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:58:23.107 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-30 06:58:23.107 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-30 06:58:23.107 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-30 06:58:23.107 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-30 06:58:23.108 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-30 06:58:23.108 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-30 06:58:23.108 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-07-30 06:58:23.108 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-07-30 06:58:23.108 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.108 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:23.108 | + functions-common:get_or_add_user_project_role:1003 : echo 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:23.108 | 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:58:23.108 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-07-30 06:58:23.108 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-07-30 06:58:23.108 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-30 06:58:23.108 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-07-30 06:58:23.108 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-07-30 06:58:23.108 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.108 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-30 06:58:23.108 | 0a5abdc84aae499c89c82eea2dfd2edf' 2024-07-30 06:58:23.108 | + functions-common:get_or_create_service:1090 : echo 0a5abdc84aae499c89c82eea2dfd2edf 2024-07-30 06:58:23.108 | 0a5abdc84aae499c89c82eea2dfd2edf 2024-07-30 06:58:23.108 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-07-30 06:58:23.108 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-30 06:58:23.108 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-07-30 06:58:23.108 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-30 06:58:23.108 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-07-30 06:58:23.108 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.108 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-30 06:58:23.108 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-30 06:58:23.108 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-07-30 06:58:23.108 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:58:23.108 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b61e94fe97c346a8958b6d9caba738fa 2024-07-30 06:58:23.108 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b61e94fe97c346a8958b6d9caba738fa 2024-07-30 06:58:23.108 | + functions-common:get_or_create_endpoint:1123 : public_id=b61e94fe97c346a8958b6d9caba738fa 2024-07-30 06:58:23.108 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-30 06:58:23.108 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-30 06:58:23.109 | + functions-common:get_or_create_endpoint:1132 : echo b61e94fe97c346a8958b6d9caba738fa 2024-07-30 06:58:23.109 | b61e94fe97c346a8958b6d9caba738fa 2024-07-30 06:58:23.138 | [3528 Async create_neutron_accounts:36992]: finished create_neutron_accounts with result 0 in 13 seconds 2024-07-30 06:58:23.143 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-07-30 06:58:23.147 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-07-30 06:58:23.149 | + inc/async:async_wait:197 : return 0 2024-07-30 06:58:23.151 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-07-30 06:58:23.165 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:23.167 | + stack.sh:main:1161 : is_service_enabled glance 2024-07-30 06:58:23.180 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:23.182 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-07-30 06:58:23.184 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:58:23.185 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-07-30 06:58:23.188 | + stack.sh:main:1163 : async_runfunc init_glance 2024-07-30 06:58:23.190 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-07-30 06:58:23.236 | + inc/async:async_inner:63 : init_glance 2024-07-30 06:58:23.266 | [3528 Async init_glance:39464]: running: init_glance 2024-07-30 06:58:23.268 | + stack.sh:main:1170 : is_service_enabled neutron 2024-07-30 06:58:23.281 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:23.283 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-07-30 06:58:23.286 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:58:23.287 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-07-30 06:58:23.289 | + stack.sh:main:1173 : configure_neutron 2024-07-30 06:58:23.291 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-07-30 06:58:23.293 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-07-30 06:58:23.295 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-07-30 06:58:23.305 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-07-30 06:58:23.307 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-07-30 06:58:27.426 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:58:27.445 | [39464 Async init_glance:39464]: finished successfully 2024-07-30 06:58:42.734 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-07-30 06:58:42.738 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-07-30 06:58:42.740 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-07-30 06:58:42.742 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-07-30 06:58:42.744 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-07-30 06:58:42.746 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-07-30 06:58:42.748 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-07-30 06:58:42.750 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-07-30 06:58:42.751 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-07-30 06:58:42.753 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-07-30 06:58:42.755 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-07-30 06:58:42.757 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-07-30 06:58:42.759 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-07-30 06:58:42.761 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-07-30 06:58:42.762 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-07-30 06:58:42.764 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-07-30 06:58:42.767 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:42.769 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:42.771 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-07-30 06:58:42.773 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:42.777 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-07-30 06:58:42.779 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-07-30 06:58:42.781 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-07-30 06:58:42.783 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-07-30 06:58:42.785 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-07-30 06:58:42.787 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-07-30 06:58:42.788 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-07-30 06:58:42.791 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-07-30 06:58:42.815 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-07-30 06:58:42.841 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-07-30 06:58:42.865 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-07-30 06:58:42.889 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-07-30 06:58:42.912 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-07-30 06:58:42.936 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-07-30 06:58:42.938 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-07-30 06:58:42.940 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-07-30 06:58:42.942 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-07-30 06:58:42.944 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-07-30 06:58:42.957 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-07-30 06:58:42.959 | + functions:setup_systemd_logging:706 : local pidstr= 2024-07-30 06:58:42.961 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-07-30 06:58:42.963 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-07-30 06:58:42.965 | + 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-07-30 06:58:42.988 | + 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-07-30 06:58:43.012 | + 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-07-30 06:58:43.035 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-07-30 06:58:43.059 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-07-30 06:58:43.072 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:43.074 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-07-30 06:58:43.076 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-07-30 06:58:43.078 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-07-30 06:58:43.080 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-07-30 06:58:43.081 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-07-30 06:58:43.083 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-07-30 06:58:43.085 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-07-30 06:58:43.087 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-07-30 06:58:43.098 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-07-30 06:58:43.107 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-07-30 06:58:43.109 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-07-30 06:58:43.119 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-07-30 06:58:43.129 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-07-30 06:58:43.139 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-07-30 06:58:43.141 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-30 06:58:43.143 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-07-30 06:58:43.146 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.n3BPU7sFit 2024-07-30 06:58:43.148 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-07-30 06:58:43.154 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-30 06:58:43.156 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.n3BPU7sFit 2024-07-30 06:58:43.159 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.n3BPU7sFit 2024-07-30 06:58:43.168 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.n3BPU7sFit /etc/sudoers.d/neutron-rootwrap 2024-07-30 06:58:43.177 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-07-30 06:58:43.179 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-07-30 06:58:43.181 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-07-30 06:58:43.206 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-07-30 06:58:43.207 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-30 06:58:43.231 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-07-30 06:58:43.233 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-07-30 06:58:43.235 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-07-30 06:58:43.237 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-07-30 06:58:43.239 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-07-30 06:58:43.241 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-07-30 06:58:43.254 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:43.257 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-07-30 06:58:43.259 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-07-30 06:58:43.261 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-07-30 06:58:43.275 | ++ functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:43.277 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:58:43.279 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-07-30 06:58:43.305 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-07-30 06:58:43.307 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-07-30 06:58:43.309 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-07-30 06:58:43.323 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:43.325 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-07-30 06:58:43.338 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:43.340 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-07-30 06:58:43.342 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:43.344 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:43.346 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-07-30 06:58:43.373 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-07-30 06:58:43.375 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-30 06:58:43.400 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-07-30 06:58:43.424 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-07-30 06:58:43.426 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-07-30 06:58:43.428 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-07-30 06:58:43.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-07-30 06:58:44.748 | INFO neutron.common.config [-] Logging enabled! 2024-07-30 06:58:44.748 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev57 2024-07-30 06:58:44.748 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40356) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-07-30 06:58:44.749 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-07-30 06:58:44.750 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmp62_zjc7q/privsep.sock'] 2024-07-30 06:58:45.456 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-07-30 06:58:45.456 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp62_zjc7q/privsep.sock {{(pid=40356) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-07-30 06:58:45.457 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-07-30 06:58:45.457 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-07-30 06:58:45.457 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2024-07-30 06:58:45.457 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 40410 2024-07-30 06:58:45.458 | DEBUG oslo.privsep.daemon [-] privsep: reply[d8bbc62e-1655-42a3-90f2-8d2a2478d0ca]: (2,) {{(pid=40410) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-07-30 06:58:45.544 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=40410) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-07-30 06:58:45.554 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.009s {{(pid=40410) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-07-30 06:58:45.554 | DEBUG oslo.privsep.daemon [-] privsep: reply[c250e176-1727-4a77-ac8c-6e8b33c479ad]: (4, ('88461b6a-0ffc-43a2-91ee-087f9bc279fd\n', '')) {{(pid=40410) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-07-30 06:58:45.643 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40356) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-07-30 06:58:45.643 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40356) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-07-30 06:58:45.643 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40356) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-30 06:58:45.643 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40356) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-30 06:58:45.644 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40356) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-30 06:58:45.644 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40356) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-30 06:58:45.678 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-07-30 06:58:45.679 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40356) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-07-30 06:58:45.679 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40356) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-07-30 06:58:45.680 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-07-30 06:58:45.985 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-07-30 06:58:45.989 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-07-30 06:58:45.991 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-07-30 06:58:45.993 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-07-30 06:58:45.995 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-07-30 06:58:46.009 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2024-07-30 06:58:46.022 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-07-30 06:58:46.024 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-07-30 06:58:46.026 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-07-30 06:58:46.052 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-07-30 06:58:46.054 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-07-30 06:58:46.060 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-07-30 06:58:46.062 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-07-30 06:58:46.064 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-07-30 06:58:46.099 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-07-30 06:58:46.113 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-07-30 06:58:46.115 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-07-30 06:58:46.122 | net.bridge.bridge-nf-call-iptables = 1 2024-07-30 06:58:46.125 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-07-30 06:58:46.127 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-07-30 06:58:46.133 | net.bridge.bridge-nf-call-ip6tables = 1 2024-07-30 06:58:46.136 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-07-30 06:58:46.138 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-07-30 06:58:46.140 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-07-30 06:58:46.142 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-07-30 06:58:46.144 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-07-30 06:58:46.146 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-07-30 06:58:46.148 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-07-30 06:58:46.150 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-07-30 06:58:46.152 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-07-30 06:58:46.154 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-07-30 06:58:46.167 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-07-30 06:58:46.169 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2024-07-30 06:58:46.195 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-07-30 06:58:46.197 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-07-30 06:58:46.221 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-07-30 06:58:46.246 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-07-30 06:58:46.259 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:46.261 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-07-30 06:58:46.263 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-07-30 06:58:46.267 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-07-30 06:58:46.291 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-07-30 06:58:46.315 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-07-30 06:58:46.317 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-07-30 06:58:46.319 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-07-30 06:58:46.343 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-07-30 06:58:46.345 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-30 06:58:46.370 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-07-30 06:58:46.383 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:46.385 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-07-30 06:58:46.387 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-07-30 06:58:46.411 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-07-30 06:58:46.413 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-07-30 06:58:46.416 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-07-30 06:58:46.440 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-07-30 06:58:46.442 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-07-30 06:58:46.444 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-07-30 06:58:46.446 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-07-30 06:58:46.459 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:46.461 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-07-30 06:58:46.463 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-07-30 06:58:46.466 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-07-30 06:58:46.491 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-07-30 06:58:46.522 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-07-30 06:58:46.524 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-30 06:58:46.548 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-07-30 06:58:46.550 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-07-30 06:58:46.576 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-07-30 06:58:46.578 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-07-30 06:58:46.580 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-07-30 06:58:46.603 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-07-30 06:58:46.605 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-07-30 06:58:46.607 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-07-30 06:58:46.609 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-07-30 06:58:47.914 | INFO neutron.common.config [-] Logging enabled! 2024-07-30 06:58:47.914 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev57 2024-07-30 06:58:47.915 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40955) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-07-30 06:58:47.939 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40955) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-07-30 06:58:47.939 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40955) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-07-30 06:58:47.940 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40955) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-30 06:58:47.940 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40955) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-30 06:58:47.940 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40955) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-30 06:58:47.940 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40955) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-07-30 06:58:47.973 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-07-30 06:58:47.973 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40955) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-07-30 06:58:47.974 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40955) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-07-30 06:58:47.974 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-07-30 06:58:48.231 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-07-30 06:58:48.233 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-07-30 06:58:48.235 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-07-30 06:58:48.237 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-07-30 06:58:48.240 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-07-30 06:58:48.242 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-07-30 06:58:48.244 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-07-30 06:58:48.257 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-07-30 06:58:48.259 | + functions:set_mtu:796 : local dev=br-ex 2024-07-30 06:58:48.261 | + functions:set_mtu:797 : local mtu=8950 2024-07-30 06:58:48.263 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-07-30 06:58:48.273 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-07-30 06:58:48.286 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-07-30 06:58:48.288 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-07-30 06:58:48.290 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-07-30 06:58:48.292 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-07-30 06:58:48.294 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-07-30 06:58:48.295 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-07-30 06:58:48.297 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-07-30 06:58:48.299 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-07-30 06:58:48.301 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-07-30 06:58:48.303 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-07-30 06:58:48.305 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-07-30 06:58:48.307 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-07-30 06:58:48.309 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-07-30 06:58:48.310 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-07-30 06:58:48.314 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-07-30 06:58:48.314 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-07-30 06:58:48.318 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-07-30 06:58:48.320 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-07-30 06:58:48.322 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-07-30 06:58:48.324 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-07-30 06:58:48.327 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-07-30 06:58:48.327 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-07-30 06:58:48.327 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-07-30 06:58:48.332 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-07-30 06:58:48.334 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-07-30 06:58:48.336 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-07-30 06:58:48.338 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-07-30 06:58:48.339 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-07-30 06:58:48.341 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-07-30 06:58:48.343 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-07-30 06:58:48.357 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-07-30 06:58:48.357 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-07-30 06:58:48.362 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-07-30 06:58:48.364 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-07-30 06:58:48.379 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:48.381 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-07-30 06:58:48.383 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-07-30 06:58:48.386 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-07-30 06:58:48.411 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-07-30 06:58:48.435 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-07-30 06:58:48.459 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-07-30 06:58:48.461 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-07-30 06:58:48.463 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-07-30 06:58:48.487 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-07-30 06:58:48.489 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-07-30 06:58:48.514 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-07-30 06:58:48.516 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-07-30 06:58:48.529 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:48.531 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-07-30 06:58:48.533 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-07-30 06:58:48.547 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:48.550 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-07-30 06:58:48.563 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:48.566 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-07-30 06:58:48.579 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:48.581 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-07-30 06:58:48.594 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:48.596 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-07-30 06:58:48.598 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-07-30 06:58:48.600 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-07-30 06:58:48.604 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-07-30 06:58:48.606 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-07-30 06:58:48.608 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-07-30 06:58:48.610 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-07-30 06:58:48.613 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-07-30 06:58:48.615 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-07-30 06:58:48.618 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-07-30 06:58:48.622 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-07-30 06:58:48.626 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-07-30 06:58:48.650 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-07-30 06:58:48.677 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-07-30 06:58:48.702 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-07-30 06:58:48.727 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-07-30 06:58:48.729 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-07-30 06:58:48.731 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-07-30 06:58:48.733 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-07-30 06:58:48.735 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-07-30 06:58:48.760 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-07-30 06:58:48.785 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-07-30 06:58:48.810 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-07-30 06:58:48.834 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-07-30 06:58:48.858 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-07-30 06:58:48.883 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-07-30 06:58:48.907 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-07-30 06:58:48.931 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-07-30 06:58:48.956 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-07-30 06:58:48.980 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-07-30 06:58:49.006 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-07-30 06:58:49.031 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-07-30 06:58:49.033 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-07-30 06:58:49.034 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-07-30 06:58:49.036 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-07-30 06:58:49.038 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-07-30 06:58:49.063 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-07-30 06:58:49.087 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-07-30 06:58:49.112 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-07-30 06:58:49.137 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-07-30 06:58:49.162 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-07-30 06:58:49.186 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-07-30 06:58:49.212 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-07-30 06:58:49.237 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-07-30 06:58:49.262 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-07-30 06:58:49.286 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-07-30 06:58:49.288 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-07-30 06:58:49.290 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-07-30 06:58:49.292 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-07-30 06:58:49.294 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-07-30 06:58:49.319 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-07-30 06:58:49.343 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-07-30 06:58:49.370 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-07-30 06:58:49.396 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-07-30 06:58:49.420 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-07-30 06:58:49.445 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-07-30 06:58:49.472 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-07-30 06:58:49.497 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-07-30 06:58:49.522 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-07-30 06:58:49.547 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-07-30 06:58:49.549 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-07-30 06:58:49.551 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-07-30 06:58:49.553 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-07-30 06:58:49.555 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-07-30 06:58:49.557 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-07-30 06:58:49.559 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-07-30 06:58:49.560 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-07-30 06:58:49.562 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-07-30 06:58:49.564 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-07-30 06:58:49.566 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-07-30 06:58:49.568 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-07-30 06:58:49.570 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-07-30 06:58:49.572 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-07-30 06:58:49.574 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-07-30 06:58:49.576 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-07-30 06:58:49.578 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-07-30 06:58:49.580 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-07-30 06:58:49.582 | + 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-07-30 06:58:49.584 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.586 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-07-30 06:58:49.588 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-07-30 06:58:49.590 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-07-30 06:58:49.591 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.593 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-07-30 06:58:49.616 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-07-30 06:58:49.618 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.620 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-07-30 06:58:49.622 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-07-30 06:58:49.624 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-07-30 06:58:49.626 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.628 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-07-30 06:58:49.651 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-07-30 06:58:49.653 | + 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-07-30 06:58:49.654 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.656 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-07-30 06:58:49.658 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-07-30 06:58:49.660 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-07-30 06:58:49.662 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.664 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-07-30 06:58:49.687 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-07-30 06:58:49.689 | + 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-07-30 06:58:49.691 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.693 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-07-30 06:58:49.695 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-07-30 06:58:49.697 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-07-30 06:58:49.698 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.700 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-07-30 06:58:49.724 | + 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-07-30 06:58:49.726 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.728 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-07-30 06:58:49.730 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-07-30 06:58:49.732 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-07-30 06:58:49.734 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.736 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-07-30 06:58:49.760 | + 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-07-30 06:58:49.762 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.764 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-07-30 06:58:49.766 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-07-30 06:58:49.768 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-07-30 06:58:49.770 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.771 | + 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-07-30 06:58:49.795 | + 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-07-30 06:58:49.797 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.798 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-07-30 06:58:49.800 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-07-30 06:58:49.802 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-07-30 06:58:49.804 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.806 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-07-30 06:58:49.830 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2024-07-30 06:58:49.831 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.833 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-07-30 06:58:49.835 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-07-30 06:58:49.837 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-07-30 06:58:49.839 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.841 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-07-30 06:58:49.864 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2024-07-30 06:58:49.866 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.868 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-07-30 06:58:49.870 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-07-30 06:58:49.872 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-07-30 06:58:49.874 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.876 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2024-07-30 06:58:49.899 | + 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-07-30 06:58:49.901 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-07-30 06:58:49.903 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-07-30 06:58:49.905 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-07-30 06:58:49.907 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-07-30 06:58:49.909 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-07-30 06:58:49.911 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-07-30 06:58:49.934 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-07-30 06:58:49.936 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-07-30 06:58:49.961 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-07-30 06:58:49.986 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-07-30 06:58:49.988 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-07-30 06:58:50.001 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:50.003 | + stack.sh:main:1176 : is_service_enabled neutron 2024-07-30 06:58:50.016 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:50.018 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-07-30 06:58:50.020 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-07-30 06:58:50.066 | + inc/async:async_inner:63 : init_neutron 2024-07-30 06:58:50.096 | [3528 Async init_neutron:42754]: running: init_neutron 2024-07-30 06:58:50.098 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-07-30 06:58:50.113 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:50.115 | ++ stack.sh:main:1189 : pidof NetworkManager 2024-07-30 06:58:50.126 | ++ stack.sh:main:1189 : true 2024-07-30 06:58:50.129 | + stack.sh:main:1189 : netman_pid= 2024-07-30 06:58:50.131 | + stack.sh:main:1190 : '[' -z '' ']' 2024-07-30 06:58:50.133 | + stack.sh:main:1191 : sudo killall dnsmasq 2024-07-30 06:58:50.143 | dnsmasq: no process found 2024-07-30 06:58:50.147 | + stack.sh:main:1191 : true 2024-07-30 06:58:50.149 | + stack.sh:main:1196 : clean_iptables 2024-07-30 06:58:50.152 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-07-30 06:58:50.152 | + lib/nova:clean_iptables:184 : grep nova 2024-07-30 06:58:50.153 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-07-30 06:58:50.154 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-07-30 06:58:50.154 | + lib/nova:clean_iptables:184 : bash 2024-07-30 06:58:50.154 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-07-30 06:58:50.155 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-07-30 06:58:50.183 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-07-30 06:58:50.184 | + lib/nova:clean_iptables:186 : grep nova 2024-07-30 06:58:50.184 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-07-30 06:58:50.185 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-07-30 06:58:50.186 | + lib/nova:clean_iptables:186 : bash 2024-07-30 06:58:50.186 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-07-30 06:58:50.187 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-07-30 06:58:50.195 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-07-30 06:58:50.196 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-07-30 06:58:50.196 | + lib/nova:clean_iptables:188 : grep nova 2024-07-30 06:58:50.196 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-07-30 06:58:50.197 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-07-30 06:58:50.197 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-07-30 06:58:50.201 | + lib/nova:clean_iptables:188 : bash 2024-07-30 06:58:50.207 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-07-30 06:58:50.207 | + lib/nova:clean_iptables:190 : grep nova 2024-07-30 06:58:50.207 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-07-30 06:58:50.207 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-07-30 06:58:50.208 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-07-30 06:58:50.208 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-07-30 06:58:50.209 | + lib/nova:clean_iptables:190 : bash 2024-07-30 06:58:50.217 | + stack.sh:main:1199 : sudo sysctl -w net.ipv4.ip_forward=1 2024-07-30 06:58:50.223 | net.ipv4.ip_forward = 1 2024-07-30 06:58:50.227 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-07-30 06:58:50.241 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:50.243 | + stack.sh:main:1205 : configure_os_vif 2024-07-30 06:58:50.245 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-07-30 06:58:50.247 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-07-30 06:58:50.273 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-07-30 06:58:50.275 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-07-30 06:58:50.303 | + stack.sh:main:1211 : is_service_enabled swift 2024-07-30 06:58:50.316 | + functions-common:is_service_enabled:2091 : return 1 2024-07-30 06:58:50.318 | + stack.sh:main:1220 : is_service_enabled cinder 2024-07-30 06:58:50.331 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:50.333 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-07-30 06:58:50.335 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:58:50.337 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-07-30 06:58:50.339 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-07-30 06:58:50.341 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-07-30 06:58:50.391 | + inc/async:async_inner:63 : init_cinder 2024-07-30 06:58:50.423 | [3528 Async init_cinder:43104]: running: init_cinder 2024-07-30 06:58:50.425 | + stack.sh:main:1228 : is_service_enabled placement 2024-07-30 06:58:50.439 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:58:50.441 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-07-30 06:58:50.444 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-07-30 06:58:50.446 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-07-30 06:58:50.448 | + stack.sh:main:1230 : async_runfunc init_placement 2024-07-30 06:58:50.450 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-07-30 06:58:50.497 | + inc/async:async_inner:63 : init_placement 2024-07-30 06:58:50.528 | [3528 Async init_placement:43251]: running: init_placement 2024-07-30 06:58:50.530 | + stack.sh:main:1234 : async_wait init_neutron 2024-07-30 06:58:50.567 | [3528 Async init_neutron:42754]: Waiting for completion of init_neutron running on PID 42754 (5 other jobs running) 2024-07-30 06:58:50.584 | [3528 Async init_neutron:42754]: Signaling child to exit 2024-07-30 06:58:53.571 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:58:53.594 | [43104 Async init_cinder:43104]: finished successfully 2024-07-30 06:58:57.908 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:58:57.926 | [42754 Async init_neutron:42754]: finished successfully 2024-07-30 06:58:57.941 | WAKEUP 2024-07-30 06:58:57.958 | [3528 Async init_neutron:42754]: Signaled 2024-07-30 06:58:57.959 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-07-30 06:58:57.959 | + lib/database:recreate_database:112 : local db=neutron 2024-07-30 06:58:57.959 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-07-30 06:58:57.959 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-07-30 06:58:57.959 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-07-30 06:58:57.959 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-07-30 06:58:57.959 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-07-30 06:58:57.959 | + functions-common:time_start:2421 : local name=dbsync 2024-07-30 06:58:57.959 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:58:57.959 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:58:57.959 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:58:57.959 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322730105 2024-07-30 06:58:57.959 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-07-30 06:58:57.959 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-07-30 06:58:57.960 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-07-30 06:58:57.961 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-07-30 06:58:57.961 | Running upgrade for neutron ... 2024-07-30 06:58:57.961 | OK 2024-07-30 06:58:57.961 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-07-30 06:58:57.961 | + functions-common:time_stop:2435 : local name 2024-07-30 06:58:57.961 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:58:57.961 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:58:57.961 | + functions-common:time_stop:2438 : local total 2024-07-30 06:58:57.961 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:58:57.961 | + functions-common:time_stop:2441 : name=dbsync 2024-07-30 06:58:57.961 | + functions-common:time_stop:2442 : start_time=1722322730105 2024-07-30 06:58:57.961 | + functions-common:time_stop:2444 : [[ -z 1722322730105 ]] 2024-07-30 06:58:57.961 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:58:57.961 | + functions-common:time_stop:2447 : end_time=1722322737895 2024-07-30 06:58:57.961 | + functions-common:time_stop:2448 : elapsed_time=7790 2024-07-30 06:58:57.961 | + functions-common:time_stop:2449 : total=3010 2024-07-30 06:58:57.961 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:58:57.961 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10800 2024-07-30 06:58:57.993 | [3528 Async init_neutron:42754]: finished init_neutron with result 0 in 7 seconds 2024-07-30 06:58:57.996 | + inc/async:async_wait:197 : return 0 2024-07-30 06:58:57.998 | + stack.sh:main:1235 : async_wait init_placement 2024-07-30 06:58:58.036 | [3528 Async init_placement:43251]: Waiting for completion of init_placement running on PID 43251 (4 other jobs running) 2024-07-30 06:58:58.055 | [3528 Async init_placement:43251]: Signaling child to exit 2024-07-30 06:59:07.705 | + inc/async:async_inner:64 : rc=0 2024-07-30 06:59:07.723 | [43251 Async init_placement:43251]: finished successfully 2024-07-30 06:59:07.739 | WAKEUP 2024-07-30 06:59:07.755 | [3528 Async init_placement:43251]: Signaled 2024-07-30 06:59:07.756 | + lib/placement:init_placement:143 : recreate_database placement 2024-07-30 06:59:07.756 | + lib/database:recreate_database:112 : local db=placement 2024-07-30 06:59:07.756 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-07-30 06:59:07.756 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-07-30 06:59:07.756 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-07-30 06:59:07.756 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-07-30 06:59:07.756 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-07-30 06:59:07.756 | + lib/placement:init_placement:145 : create_placement_accounts 2024-07-30 06:59:07.756 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-07-30 06:59:07.756 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-07-30 06:59:07.756 | + functions-common:get_or_create_user:922 : local user_id 2024-07-30 06:59:07.756 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-07-30 06:59:07.756 | + functions-common:get_or_create_user:926 : local email= 2024-07-30 06:59:07.756 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-07-30 06:59:07.756 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:59:07.756 | + functions-common:get_or_create_user:938 : user_id=420857525776405bbe7c500cf082093c 2024-07-30 06:59:07.756 | + functions-common:get_or_create_user:939 : echo 420857525776405bbe7c500cf082093c 2024-07-30 06:59:07.756 | 420857525776405bbe7c500cf082093c 2024-07-30 06:59:07.756 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-07-30 06:59:07.756 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:59:07.756 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:59:07.756 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-30 06:59:07.756 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-30 06:59:07.756 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-07-30 06:59:07.756 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-07-30 06:59:07.756 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:59:07.756 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:59:07.756 | + functions-common:get_or_add_user_project_role:1003 : echo 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:59:07.756 | 36ab459b6dc24a66b28a3cfea0fa9460 2024-07-30 06:59:07.756 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-07-30 06:59:07.756 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-07-30 06:59:07.756 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-07-30 06:59:07.756 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-07-30 06:59:07.756 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:970 : local domain 2024-07-30 06:59:07.756 | ++ functions-common:_get_domain_args:971 : domain= 2024-07-30 06:59:07.757 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-07-30 06:59:07.757 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-07-30 06:59:07.757 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-07-30 06:59:07.757 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-07-30 06:59:07.757 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-07-30 06:59:07.757 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-07-30 06:59:07.757 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-07-30 06:59:07.757 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-07-30 06:59:07.757 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:59:07.757 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:59:07.757 | + functions-common:get_or_add_user_project_role:1003 : echo 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:59:07.757 | 3e11c5bc88934b66ba3d1ff7f2631529 2024-07-30 06:59:07.757 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-07-30 06:59:07.757 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-07-30 06:59:07.757 | + functions-common:get_or_create_service:1078 : local service_id 2024-07-30 06:59:07.757 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-07-30 06:59:07.757 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-07-30 06:59:07.757 | ++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:59:07.757 | + functions-common:get_or_create_service:1089 : service_id=' 2024-07-30 06:59:07.757 | dfaf829c8a1b4c429dea7b136762e4d1' 2024-07-30 06:59:07.757 | + functions-common:get_or_create_service:1090 : echo dfaf829c8a1b4c429dea7b136762e4d1 2024-07-30 06:59:07.757 | dfaf829c8a1b4c429dea7b136762e4d1 2024-07-30 06:59:07.757 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-07-30 06:59:07.757 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-07-30 06:59:07.757 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-07-30 06:59:07.757 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-07-30 06:59:07.757 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-07-30 06:59:07.757 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:59:07.757 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-07-30 06:59:07.757 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-07-30 06:59:07.757 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-07-30 06:59:07.757 | +++ functions-common:oscwrap:2475 : return 0 2024-07-30 06:59:07.757 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=437be3f384504053a83475eea7529086 2024-07-30 06:59:07.757 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 437be3f384504053a83475eea7529086 2024-07-30 06:59:07.757 | + functions-common:get_or_create_endpoint:1123 : public_id=437be3f384504053a83475eea7529086 2024-07-30 06:59:07.757 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-07-30 06:59:07.757 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-07-30 06:59:07.758 | + functions-common:get_or_create_endpoint:1132 : echo 437be3f384504053a83475eea7529086 2024-07-30 06:59:07.758 | 437be3f384504053a83475eea7529086 2024-07-30 06:59:07.789 | [3528 Async init_placement:43251]: finished init_placement with result 0 in 17 seconds 2024-07-30 06:59:07.792 | + inc/async:async_wait:197 : return 0 2024-07-30 06:59:07.794 | + stack.sh:main:1236 : async_wait init_glance 2024-07-30 06:59:07.830 | [3528 Async init_glance:39464]: Waiting for completion of init_glance running on PID 39464 (3 other jobs running) 2024-07-30 06:59:07.847 | [3528 Async init_glance:39464]: Signaling child to exit 2024-07-30 06:59:07.848 | WAKEUP 2024-07-30 06:59:07.863 | [3528 Async init_glance:39464]: Signaled 2024-07-30 06:59:07.864 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-07-30 06:59:07.864 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-07-30 06:59:07.864 | + lib/glance:init_glance:489 : recreate_database glance 2024-07-30 06:59:07.864 | + lib/database:recreate_database:112 : local db=glance 2024-07-30 06:59:07.864 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-07-30 06:59:07.864 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-07-30 06:59:07.864 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-07-30 06:59:07.864 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-07-30 06:59:07.864 | + lib/glance:init_glance:491 : time_start dbsync 2024-07-30 06:59:07.864 | + functions-common:time_start:2421 : local name=dbsync 2024-07-30 06:59:07.864 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:59:07.864 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:59:07.864 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:59:07.864 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322703281 2024-07-30 06:59:07.864 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-07-30 06:59:07.864 | 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=39551) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-30 06:59:07.864 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-30 06:59:07.864 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-30 06:59:07.864 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-30 06:59:07.864 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:59:07.864 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-07-30 06:59:07.865 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-07-30 06:59:07.865 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-07-30 06:59:07.865 | Database migration is up to date. No migration needed. 2024-07-30 06:59:07.865 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-07-30 06:59:07.865 | Database is synced successfully. 2024-07-30 06:59:07.865 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-07-30 06:59:07.865 | 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=39582) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-07-30 06:59:07.865 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-07-30 06:59:07.866 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-07-30 06:59:07.866 | + lib/glance:init_glance:497 : time_stop dbsync 2024-07-30 06:59:07.866 | + functions-common:time_stop:2435 : local name 2024-07-30 06:59:07.866 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:59:07.866 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:59:07.866 | + functions-common:time_stop:2438 : local total 2024-07-30 06:59:07.866 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:59:07.866 | + functions-common:time_stop:2441 : name=dbsync 2024-07-30 06:59:07.866 | + functions-common:time_stop:2442 : start_time=1722322703281 2024-07-30 06:59:07.866 | + functions-common:time_stop:2444 : [[ -z 1722322703281 ]] 2024-07-30 06:59:07.866 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:59:07.866 | + functions-common:time_stop:2447 : end_time=1722322707414 2024-07-30 06:59:07.866 | + functions-common:time_stop:2448 : elapsed_time=4133 2024-07-30 06:59:07.866 | + functions-common:time_stop:2449 : total=3010 2024-07-30 06:59:07.866 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:59:07.866 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7143 2024-07-30 06:59:07.896 | [3528 Async init_glance:39464]: finished init_glance with result 0 in 4 seconds 2024-07-30 06:59:07.899 | + inc/async:async_wait:197 : return 0 2024-07-30 06:59:07.901 | + stack.sh:main:1237 : async_wait init_swift 2024-07-30 06:59:07.916 | Not waiting for async task init_swift that we never started or has already been waited for 2024-07-30 06:59:07.918 | + inc/async:async_wait:197 : return 0 2024-07-30 06:59:07.920 | + stack.sh:main:1238 : async_wait init_cinder 2024-07-30 06:59:07.956 | [3528 Async init_cinder:43104]: Waiting for completion of init_cinder running on PID 43104 (2 other jobs running) 2024-07-30 06:59:07.974 | [3528 Async init_cinder:43104]: Signaling child to exit 2024-07-30 06:59:07.974 | WAKEUP 2024-07-30 06:59:07.990 | [3528 Async init_cinder:43104]: Signaled 2024-07-30 06:59:07.991 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-07-30 06:59:07.991 | + functions-common:is_service_enabled:2091 : return 0 2024-07-30 06:59:07.991 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-07-30 06:59:07.991 | + lib/database:recreate_database:112 : local db=cinder 2024-07-30 06:59:07.991 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-07-30 06:59:07.991 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-07-30 06:59:07.991 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-07-30 06:59:07.991 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-07-30 06:59:07.991 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-07-30 06:59:07.991 | + functions-common:time_start:2421 : local name=dbsync 2024-07-30 06:59:07.991 | + functions-common:time_start:2422 : local start_time= 2024-07-30 06:59:07.991 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-07-30 06:59:07.991 | ++ functions-common:time_start:2426 : date +%s%3N 2024-07-30 06:59:07.991 | + functions-common:time_start:2426 : _TIME_START[$name]=1722322730446 2024-07-30 06:59:07.991 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-07-30 06:59:07.991 | 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=43208) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-30 06:59:07.991 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-07-30 06:59:07.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-07-30 06:59:07.992 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43208) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-07-30 06:59:07.992 | INFO cinder.db.migration [-] Applying migration(s) 2024-07-30 06:59:07.992 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-07-30 06:59:07.992 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-07-30 06:59:07.992 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-07-30 06:59:07.992 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=43208) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-07-30 06:59:07.992 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-07-30 06:59:07.992 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=43208) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-07-30 06:59:07.992 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-07-30 06:59:07.992 | 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=43208) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-07-30 06:59:07.992 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=43208) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-07-30 06:59:07.992 | INFO cinder.db.migration [-] Migration(s) applied 2024-07-30 06:59:07.992 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-07-30 06:59:07.992 | + functions-common:time_stop:2435 : local name 2024-07-30 06:59:07.992 | + functions-common:time_stop:2436 : local end_time 2024-07-30 06:59:07.992 | + functions-common:time_stop:2437 : local elapsed_time 2024-07-30 06:59:07.992 | + functions-common:time_stop:2438 : local total 2024-07-30 06:59:07.992 | + functions-common:time_stop:2439 : local start_time 2024-07-30 06:59:07.992 | + functions-common:time_stop:2441 : name=dbsync 2024-07-30 06:59:07.992 | + functions-common:time_stop:2442 : start_time=1722322730446 2024-07-30 06:59:07.992 | + functions-common:time_stop:2444 : [[ -z 1722322730446 ]] 2024-07-30 06:59:07.993 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-07-30 06:59:07.993 | + functions-common:time_stop:2447 : end_time=1722322733501 2024-07-30 06:59:07.993 | + functions-common:time_stop:2448 : elapsed_time=3055 2024-07-30 06:59:07.993 | + functions-common:time_stop:2449 : total=3010 2024-07-30 06:59:07.993 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-07-30 06:59:07.993 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6065 2024-07-30 06:59:07.993 | + lib/cinder:init_cinder:484