2022-06-09 10:55:50.640 | + ./stack.sh:main:462 : exec 2022-06-09 10:55:50.641 | + ./stack.sh:main:470 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-09-105550' 2022-06-09 10:55:50.641 | ++ ./stack.sh:main:462 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-09-105550.summary.2022-06-09-105550 2022-06-09 10:55:50.641 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-09 10:55:50.641 | + ./stack.sh:echo_summary:421 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-09-105550 2022-06-09 10:55:50.641 | + ./stack.sh:main:472 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-09-105550 /opt/stack/logs/stack.sh.log 2022-06-09 10:55:50.641 | + ./stack.sh:main:473 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-09-105550.summary.2022-06-09-105550 /opt/stack/logs/stack.sh.log.summary 2022-06-09 10:55:50.641 | + ./stack.sh:main:488 : check_path_perm_sanity /opt/stack 2022-06-09 10:55:50.641 | + functions:check_path_perm_sanity:620 : local real_path 2022-06-09 10:55:50.641 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2022-06-09 10:55:50.641 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2022-06-09 10:55:50.641 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2022-06-09 10:55:50.641 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2022-06-09 10:55:50.641 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2022-06-09 10:55:50.641 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-09 10:55:50.641 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2022-06-09 10:55:50.641 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2022-06-09 10:55:50.641 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2022-06-09 10:55:50.641 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-09 10:55:50.641 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2022-06-09 10:55:50.643 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2022-06-09 10:55:50.646 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2022-06-09 10:55:50.648 | + ./stack.sh:main:494 : trap exit_trap EXIT 2022-06-09 10:55:50.650 | + ./stack.sh:main:535 : trap err_trap ERR 2022-06-09 10:55:50.653 | + ./stack.sh:main:548 : set -o errexit 2022-06-09 10:55:50.654 | + ./stack.sh:main:551 : uname -a 2022-06-09 10:55:50.656 | Linux n-d-754401-2 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-06-09 10:55:50.658 | + ./stack.sh:main:554 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-09 10:55:50.659 | + ./stack.sh:main:555 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-09 10:55:50.662 | + ./stack.sh:main:558 : source /home/ubuntu/devstack/lib/database 2022-06-09 10:55:50.691 | + ./stack.sh:main:559 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-09 10:55:50.709 | + ./stack.sh:main:565 : fetch_plugins 2022-06-09 10:55:50.711 | + functions-common:fetch_plugins:1668 : local plugins= 2022-06-09 10:55:50.713 | + functions-common:fetch_plugins:1669 : local plugin 2022-06-09 10:55:50.715 | + functions-common:fetch_plugins:1672 : [[ -z '' ]] 2022-06-09 10:55:50.717 | + functions-common:fetch_plugins:1673 : return 2022-06-09 10:55:50.720 | + ./stack.sh:main:569 : run_phase override_defaults 2022-06-09 10:55:50.722 | + functions-common:run_phase:1750 : local mode=override_defaults 2022-06-09 10:55:50.724 | + functions-common:run_phase:1751 : local phase= 2022-06-09 10:55:50.730 | + functions-common:run_phase:1752 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-09 10:55:50.732 | + functions-common:run_phase:1753 : local extra_plugin_file_name 2022-06-09 10:55:50.734 | + functions-common:run_phase:1754 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-09 10:55:50.736 | + functions-common:run_phase:1759 : local exceptions=80-tempest.sh 2022-06-09 10:55:50.739 | + functions-common:run_phase:1760 : local extra 2022-06-09 10:55:50.741 | ++ functions-common:run_phase:1761 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-09 10:55:50.744 | + functions-common:run_phase:1761 : extra=80-tempest.sh 2022-06-09 10:55:50.747 | + functions-common:run_phase:1762 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-09 10:55:50.749 | + functions-common:run_phase:1766 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-09 10:55:50.751 | + functions-common:run_phase:1766 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-09 10:55:50.753 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-09 10:55:50.767 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:55:50.769 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-09 10:55:50.770 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-09 10:55:50.772 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-09 10:55:50.774 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-09 10:55:50.776 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-09 10:55:50.778 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-09 10:55:50.780 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-09 10:55:50.782 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-09 10:55:50.784 | + functions-common:run_phase:1771 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-09 10:55:50.786 | + functions-common:run_phase:1774 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-09 10:55:50.788 | + functions-common:run_phase:1775 : plugin_override_defaults 2022-06-09 10:55:50.790 | + functions-common:plugin_override_defaults:1709 : local plugins= 2022-06-09 10:55:50.792 | + functions-common:plugin_override_defaults:1710 : local plugin 2022-06-09 10:55:50.794 | + functions-common:plugin_override_defaults:1713 : [[ -z '' ]] 2022-06-09 10:55:50.796 | + functions-common:plugin_override_defaults:1714 : return 2022-06-09 10:55:50.798 | + ./stack.sh:main:572 : source /home/ubuntu/devstack/lib/apache 2022-06-09 10:55:50.814 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/tls 2022-06-09 10:55:50.816 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-09 10:55:50.829 | ++ functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:55:50.832 | +++ lib/tls:source:43 : hostname -f 2022-06-09 10:55:50.835 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-09 10:55:50.837 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-09 10:55:50.839 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-09 10:55:50.841 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-09 10:55:50.843 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-09 10:55:50.845 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-09 10:55:50.846 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-09 10:55:50.848 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-09 10:55:50.850 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-09 10:55:50.852 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-09 10:55:50.857 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/infra 2022-06-09 10:55:50.869 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/libraries 2022-06-09 10:55:50.889 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/lvm 2022-06-09 10:55:50.901 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/horizon 2022-06-09 10:55:50.913 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/keystone 2022-06-09 10:55:50.942 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/glance 2022-06-09 10:55:50.982 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/nova 2022-06-09 10:55:51.068 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/placement 2022-06-09 10:55:51.091 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/cinder 2022-06-09 10:55:51.129 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/swift 2022-06-09 10:55:51.180 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/neutron 2022-06-09 10:55:51.313 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/ldap 2022-06-09 10:55:51.328 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/dstat 2022-06-09 10:55:51.341 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-09 10:55:51.353 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/etcd3 2022-06-09 10:55:51.444 | + ./stack.sh:main:598 : run_phase source 2022-06-09 10:55:51.448 | + functions-common:run_phase:1750 : local mode=source 2022-06-09 10:55:51.450 | + functions-common:run_phase:1751 : local phase= 2022-06-09 10:55:51.453 | + functions-common:run_phase:1752 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-09 10:55:51.455 | + functions-common:run_phase:1753 : local extra_plugin_file_name 2022-06-09 10:55:51.458 | + functions-common:run_phase:1754 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-09 10:55:51.460 | + functions-common:run_phase:1759 : local exceptions=80-tempest.sh 2022-06-09 10:55:51.462 | + functions-common:run_phase:1760 : local extra 2022-06-09 10:55:51.465 | ++ functions-common:run_phase:1761 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-09 10:55:51.471 | + functions-common:run_phase:1761 : extra=80-tempest.sh 2022-06-09 10:55:51.474 | + functions-common:run_phase:1762 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-09 10:55:51.477 | + functions-common:run_phase:1766 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-09 10:55:51.480 | + functions-common:run_phase:1766 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-09 10:55:51.483 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-09 10:55:51.497 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:55:51.499 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-09 10:55:51.501 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-09 10:55:51.544 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-09 10:55:51.546 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2022-06-09 10:55:51.549 | + functions-common:run_phase:1771 : [[ source == \s\o\u\r\c\e ]] 2022-06-09 10:55:51.551 | + functions-common:run_phase:1772 : load_plugin_settings 2022-06-09 10:55:51.553 | + functions-common:load_plugin_settings:1686 : local plugins= 2022-06-09 10:55:51.555 | + functions-common:load_plugin_settings:1687 : local plugin 2022-06-09 10:55:51.557 | + functions-common:load_plugin_settings:1690 : [[ -z '' ]] 2022-06-09 10:55:51.560 | + functions-common:load_plugin_settings:1691 : return 2022-06-09 10:55:51.562 | + functions-common:run_phase:1773 : verify_disabled_services 2022-06-09 10:55:51.564 | + functions-common:verify_disabled_services:2033 : local service 2022-06-09 10:55:51.566 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.568 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-09 10:55:51.571 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.573 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-09 10:55:51.576 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.578 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-09 10:55:51.580 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.583 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-09 10:55:51.585 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.587 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-09 10:55:51.589 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.592 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-09 10:55:51.594 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.596 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-09 10:55:51.598 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.601 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-09 10:55:51.603 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.605 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-09 10:55:51.608 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.610 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-09 10:55:51.612 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.615 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-06-09 10:55:51.617 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.619 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-09 10:55:51.622 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.624 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-09 10:55:51.627 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.629 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-09 10:55:51.632 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.634 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-09 10:55:51.636 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.639 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-09 10:55:51.641 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.644 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-09 10:55:51.647 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.649 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-09 10:55:51.651 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.655 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-09 10:55:51.657 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.659 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-09 10:55:51.662 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.665 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-09 10:55:51.667 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.670 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-09 10:55:51.672 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.675 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-09 10:55:51.677 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.679 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-09 10:55:51.682 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.684 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-09 10:55:51.686 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.688 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-09 10:55:51.691 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.693 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-09 10:55:51.695 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.698 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-06-09 10:55:51.700 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.702 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-09 10:55:51.704 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.708 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-09 10:55:51.710 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.712 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-09 10:55:51.716 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.718 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-09 10:55:51.721 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.723 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-09 10:55:51.725 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.728 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-09 10:55:51.730 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.732 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-09 10:55:51.735 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.737 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-09 10:55:51.739 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.742 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-09 10:55:51.744 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.746 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-09 10:55:51.748 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.751 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-09 10:55:51.753 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.755 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-09 10:55:51.757 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.759 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-09 10:55:51.762 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-09 10:55:51.764 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-09 10:55:51.767 | + ./stack.sh:main:669 : initialize_database_backends 2022-06-09 10:55:51.769 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-09 10:55:51.771 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-09 10:55:51.785 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:55:51.787 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-09 10:55:51.789 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-09 10:55:51.791 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-09 10:55:51.806 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:55:51.808 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-09 10:55:51.810 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-09 10:55:51.812 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-09 10:55:51.814 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-09 10:55:51.816 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-09 10:55:51.818 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-09 10:55:51.821 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-09 10:55:51.823 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-06-09 10:55:51.825 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-09 10:55:51.828 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-06-09 10:55:51.830 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-09 10:55:51.833 | + lib/database:initialize_database_backends:104 : return 0 2022-06-09 10:55:51.835 | + ./stack.sh:main:670 : echo 'Using mysql database backend' 2022-06-09 10:55:51.835 | Using mysql database backend 2022-06-09 10:55:51.837 | + ./stack.sh:main:673 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-09 10:55:51.853 | + ./stack.sh:main:685 : is_service_enabled rabbit 2022-06-09 10:55:51.868 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:55:51.871 | + ./stack.sh:main:686 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-09 10:55:51.886 | + ./stack.sh:main:693 : is_service_enabled keystone 2022-06-09 10:55:51.902 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:55:51.904 | + ./stack.sh:main:695 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-09 10:55:51.920 | + ./stack.sh:main:697 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-09 10:55:51.935 | + ./stack.sh:main:708 : is_service_enabled ldap 2022-06-09 10:55:51.951 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:55:51.953 | + ./stack.sh:main:717 : is_service_enabled nova 2022-06-09 10:55:51.970 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:55:51.972 | + ./stack.sh:main:717 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2022-06-09 10:55:51.974 | + ./stack.sh:main:727 : is_service_enabled s-proxy 2022-06-09 10:55:51.990 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:55:51.993 | + ./stack.sh:main:731 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-09 10:55:52.009 | + ./stack.sh:main:733 : [[ -z '' ]] 2022-06-09 10:55:52.011 | + ./stack.sh:main:733 : [[ False == \T\r\u\e ]] 2022-06-09 10:55:52.014 | + ./stack.sh:main:739 : save_stackenv 739 2022-06-09 10:55:52.016 | + functions-common:save_stackenv:60 : local tag=739 2022-06-09 10:55:52.019 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-09 10:55:52.023 | + functions-common:save_stackenv:62 : time_stamp=2022-06-09-105552 2022-06-09 10:55:52.026 | + functions-common:save_stackenv:63 : echo '# 2022-06-09-105552 739' 2022-06-09 10:55:52.028 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.030 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-09 10:55:52.033 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.035 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-09 10:55:52.038 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.040 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-09 10:55:52.042 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.045 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-09 10:55:52.047 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.049 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.33 2022-06-09 10:55:52.052 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.054 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.33/identity 2022-06-09 10:55:52.056 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.059 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-09-105550 2022-06-09 10:55:52.061 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.063 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-09 10:55:52.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.068 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.33 2022-06-09 10:55:52.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.073 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-09 10:55:52.075 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.077 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-09 10:55:52.080 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.082 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-09 10:55:52.085 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-09 10:55:52.087 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-09 10:55:52.089 | + ./stack.sh:main:750 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/victoria 2022-06-09 10:55:52.092 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-09 10:55:52.094 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2022-06-09 10:55:52.096 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-09 10:55:52.098 | + functions-common:git_clone:528 : local orig_dir 2022-06-09 10:55:52.100 | ++ functions-common:git_clone:529 : pwd 2022-06-09 10:55:52.103 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:55:52.105 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:55:52.108 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:55:52.122 | + functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:55:52.124 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:55:52.126 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:55:52.129 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-09 10:55:52.129 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:55:52.134 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2022-06-09 10:55:52.136 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:55:52.139 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-09 10:55:52.153 | + functions-common:git_clone:606 : cd /opt/stack/requirements 2022-06-09 10:55:52.155 | + functions-common:git_clone:607 : git show --oneline 2022-06-09 10:55:52.156 | + functions-common:git_clone:607 : head -1 2022-06-09 10:55:52.161 | 31511864 Merge "update constraint for sushy to new release 3.4.6" into stable/victoria 2022-06-09 10:55:52.164 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:55:52.166 | + ./stack.sh:main:754 : echo_summary 'Installing package prerequisites' 2022-06-09 10:55:52.169 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-09 10:55:52.171 | + ./stack.sh:echo_summary:421 : echo -e Installing package prerequisites 2022-06-09 10:55:52.173 | + ./stack.sh:main:755 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-09 10:55:52.176 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-09 10:55:52.178 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-09 10:55:52.181 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-09 10:55:52.183 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-09 10:55:52.186 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-09 10:55:52.188 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-09 10:55:52.191 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-09 10:55:52.195 | ++ tools/install_prereqs.sh:source:47 : NOW=1654772152 2022-06-09 10:55:52.198 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-09 10:55:52.203 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654771954 2022-06-09 10:55:52.206 | ++ tools/install_prereqs.sh:source:49 : DELTA=198 2022-06-09 10:55:52.208 | ++ tools/install_prereqs.sh:source:50 : [[ 198 -lt 7200 ]] 2022-06-09 10:55:52.210 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-09 10:55:52.213 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-09 10:55:52.215 | ++ functions-common:export_proxy_variables:2140 : isset http_proxy 2022-06-09 10:55:52.217 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-06-09 10:55:52.220 | ++ functions-common:export_proxy_variables:2143 : isset https_proxy 2022-06-09 10:55:52.222 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-06-09 10:55:52.224 | ++ functions-common:export_proxy_variables:2146 : isset no_proxy 2022-06-09 10:55:52.227 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-06-09 10:55:52.230 | +++ 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-09 10:55:52.275 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-09 10:55:52.275 | apache2-dev 2022-06-09 10:55:52.275 | bc 2022-06-09 10:55:52.275 | bsdmainutils 2022-06-09 10:55:52.275 | curl 2022-06-09 10:55:52.275 | g++ 2022-06-09 10:55:52.275 | gcc 2022-06-09 10:55:52.275 | gettext 2022-06-09 10:55:52.275 | git 2022-06-09 10:55:52.275 | graphviz 2022-06-09 10:55:52.275 | iputils-ping 2022-06-09 10:55:52.275 | libapache2-mod-proxy-uwsgi 2022-06-09 10:55:52.275 | libffi-dev 2022-06-09 10:55:52.275 | libjpeg-dev 2022-06-09 10:55:52.275 | libmysqlclient-dev 2022-06-09 10:55:52.275 | libpcre3-dev 2022-06-09 10:55:52.275 | libpq-dev 2022-06-09 10:55:52.275 | libssl-dev 2022-06-09 10:55:52.275 | libsystemd-dev 2022-06-09 10:55:52.275 | libxml2-dev 2022-06-09 10:55:52.275 | libxslt1-dev 2022-06-09 10:55:52.275 | libyaml-dev 2022-06-09 10:55:52.275 | lsof 2022-06-09 10:55:52.275 | openssh-server 2022-06-09 10:55:52.275 | openssl 2022-06-09 10:55:52.275 | pkg-config 2022-06-09 10:55:52.276 | psmisc 2022-06-09 10:55:52.276 | python3-dev 2022-06-09 10:55:52.276 | python3-pip 2022-06-09 10:55:52.276 | python3-venv 2022-06-09 10:55:52.276 | tar 2022-06-09 10:55:52.276 | tcpdump 2022-06-09 10:55:52.276 | unzip 2022-06-09 10:55:52.276 | uuid-runtime 2022-06-09 10:55:52.276 | wget 2022-06-09 10:55:52.276 | wget 2022-06-09 10:55:52.276 | zlib1g-dev 2022-06-09 10:55:52.276 | libkrb5-dev 2022-06-09 10:55:52.276 | libldap2-dev 2022-06-09 10:55:52.276 | libsasl2-dev 2022-06-09 10:55:52.276 | memcached 2022-06-09 10:55:52.276 | python3-mysqldb 2022-06-09 10:55:52.276 | sqlite3 2022-06-09 10:55:52.276 | conntrack 2022-06-09 10:55:52.276 | curl 2022-06-09 10:55:52.276 | dnsmasq-base 2022-06-09 10:55:52.276 | dnsmasq-utils 2022-06-09 10:55:52.276 | ebtables 2022-06-09 10:55:52.276 | gawk 2022-06-09 10:55:52.276 | genisoimage 2022-06-09 10:55:52.276 | iptables 2022-06-09 10:55:52.276 | iputils-arping 2022-06-09 10:55:52.276 | kpartx 2022-06-09 10:55:52.276 | libjs-jquery-tablesorter 2022-06-09 10:55:52.276 | libmysqlclient-dev 2022-06-09 10:55:52.276 | parted 2022-06-09 10:55:52.276 | pm-utils 2022-06-09 10:55:52.276 | python3-mysqldb 2022-06-09 10:55:52.276 | socat 2022-06-09 10:55:52.276 | sqlite3 2022-06-09 10:55:52.276 | sudo 2022-06-09 10:55:52.276 | vlan 2022-06-09 10:55:52.276 | lsscsi 2022-06-09 10:55:52.276 | open-iscsi 2022-06-09 10:55:52.276 | lvm2 2022-06-09 10:55:52.276 | qemu-utils 2022-06-09 10:55:52.276 | thin-provisioning-tools 2022-06-09 10:55:52.276 | acl 2022-06-09 10:55:52.277 | dnsmasq-base 2022-06-09 10:55:52.277 | dnsmasq-utils 2022-06-09 10:55:52.277 | ebtables 2022-06-09 10:55:52.277 | haproxy 2022-06-09 10:55:52.277 | iptables 2022-06-09 10:55:52.277 | iputils-arping 2022-06-09 10:55:52.277 | iputils-ping 2022-06-09 10:55:52.277 | libmysqlclient-dev 2022-06-09 10:55:52.277 | postgresql-server-dev-all 2022-06-09 10:55:52.277 | python3-mysqldb 2022-06-09 10:55:52.277 | sqlite3 2022-06-09 10:55:52.277 | sudo 2022-06-09 10:55:52.277 | vlan 2022-06-09 10:55:52.277 | ipset 2022-06-09 10:55:52.277 | conntrack 2022-06-09 10:55:52.277 | conntrackd 2022-06-09 10:55:52.277 | keepalived 2022-06-09 10:55:52.277 | dstat 2022-06-09 10:55:52.277 | lvm2 2022-06-09 10:55:52.277 | qemu-utils 2022-06-09 10:55:52.277 | thin-provisioning-tools 2022-06-09 10:55:52.277 | curl 2022-06-09 10:55:52.277 | liberasurecode-dev 2022-06-09 10:55:52.277 | make 2022-06-09 10:55:52.277 | memcached 2022-06-09 10:55:52.277 | sqlite3 2022-06-09 10:55:52.277 | xfsprogs' 2022-06-09 10:55:52.278 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-09 10:55:52.295 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-09 10:55:52.295 | apache2-dev 2022-06-09 10:55:52.295 | bc 2022-06-09 10:55:52.295 | bsdmainutils 2022-06-09 10:55:52.295 | curl 2022-06-09 10:55:52.295 | g++ 2022-06-09 10:55:52.295 | gcc 2022-06-09 10:55:52.295 | gettext 2022-06-09 10:55:52.295 | git 2022-06-09 10:55:52.295 | graphviz 2022-06-09 10:55:52.295 | iputils-ping 2022-06-09 10:55:52.295 | libapache2-mod-proxy-uwsgi 2022-06-09 10:55:52.295 | libffi-dev 2022-06-09 10:55:52.295 | libjpeg-dev 2022-06-09 10:55:52.295 | libmysqlclient-dev 2022-06-09 10:55:52.295 | libpcre3-dev 2022-06-09 10:55:52.295 | libpq-dev 2022-06-09 10:55:52.295 | libssl-dev 2022-06-09 10:55:52.295 | libsystemd-dev 2022-06-09 10:55:52.295 | libxml2-dev 2022-06-09 10:55:52.295 | libxslt1-dev 2022-06-09 10:55:52.295 | libyaml-dev 2022-06-09 10:55:52.295 | lsof 2022-06-09 10:55:52.295 | openssh-server 2022-06-09 10:55:52.295 | openssl 2022-06-09 10:55:52.295 | pkg-config 2022-06-09 10:55:52.295 | psmisc 2022-06-09 10:55:52.296 | python3-dev 2022-06-09 10:55:52.296 | python3-pip 2022-06-09 10:55:52.296 | python3-venv 2022-06-09 10:55:52.296 | tar 2022-06-09 10:55:52.296 | tcpdump 2022-06-09 10:55:52.296 | unzip 2022-06-09 10:55:52.296 | uuid-runtime 2022-06-09 10:55:52.296 | wget 2022-06-09 10:55:52.296 | wget 2022-06-09 10:55:52.296 | zlib1g-dev 2022-06-09 10:55:52.296 | libkrb5-dev 2022-06-09 10:55:52.296 | libldap2-dev 2022-06-09 10:55:52.296 | libsasl2-dev 2022-06-09 10:55:52.296 | memcached 2022-06-09 10:55:52.296 | python3-mysqldb 2022-06-09 10:55:52.296 | sqlite3 2022-06-09 10:55:52.296 | conntrack 2022-06-09 10:55:52.296 | curl 2022-06-09 10:55:52.296 | dnsmasq-base 2022-06-09 10:55:52.296 | dnsmasq-utils 2022-06-09 10:55:52.296 | ebtables 2022-06-09 10:55:52.296 | gawk 2022-06-09 10:55:52.296 | genisoimage 2022-06-09 10:55:52.296 | iptables 2022-06-09 10:55:52.296 | iputils-arping 2022-06-09 10:55:52.296 | kpartx 2022-06-09 10:55:52.296 | libjs-jquery-tablesorter 2022-06-09 10:55:52.296 | libmysqlclient-dev 2022-06-09 10:55:52.296 | parted 2022-06-09 10:55:52.296 | pm-utils 2022-06-09 10:55:52.297 | python3-mysqldb 2022-06-09 10:55:52.297 | socat 2022-06-09 10:55:52.297 | sqlite3 2022-06-09 10:55:52.297 | sudo 2022-06-09 10:55:52.297 | vlan 2022-06-09 10:55:52.297 | lsscsi 2022-06-09 10:55:52.297 | open-iscsi 2022-06-09 10:55:52.297 | lvm2 2022-06-09 10:55:52.297 | qemu-utils 2022-06-09 10:55:52.297 | thin-provisioning-tools 2022-06-09 10:55:52.297 | acl 2022-06-09 10:55:52.297 | dnsmasq-base 2022-06-09 10:55:52.297 | dnsmasq-utils 2022-06-09 10:55:52.297 | ebtables 2022-06-09 10:55:52.297 | haproxy 2022-06-09 10:55:52.297 | iptables 2022-06-09 10:55:52.297 | iputils-arping 2022-06-09 10:55:52.297 | iputils-ping 2022-06-09 10:55:52.297 | libmysqlclient-dev 2022-06-09 10:55:52.297 | postgresql-server-dev-all 2022-06-09 10:55:52.297 | python3-mysqldb 2022-06-09 10:55:52.297 | sqlite3 2022-06-09 10:55:52.297 | sudo 2022-06-09 10:55:52.297 | vlan 2022-06-09 10:55:52.297 | ipset 2022-06-09 10:55:52.297 | conntrack 2022-06-09 10:55:52.297 | conntrackd 2022-06-09 10:55:52.297 | keepalived 2022-06-09 10:55:52.297 | dstat 2022-06-09 10:55:52.298 | lvm2 2022-06-09 10:55:52.298 | qemu-utils 2022-06-09 10:55:52.298 | thin-provisioning-tools 2022-06-09 10:55:52.298 | curl 2022-06-09 10:55:52.298 | liberasurecode-dev 2022-06-09 10:55:52.298 | make 2022-06-09 10:55:52.298 | memcached 2022-06-09 10:55:52.298 | sqlite3 2022-06-09 10:55:52.298 | xfsprogs ' 2022-06-09 10:55:52.298 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-09 10:55:52.299 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:55:52.302 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:55:52.305 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-09 10:55:52.305 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-09 10:55:52.309 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-09 10:55:52.312 | ++ functions-common:install_package:1356 : update_package_repo 2022-06-09 10:55:52.314 | ++ functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:55:52.316 | ++ functions-common:update_package_repo:1329 : REPOS_UPDATED=False 2022-06-09 10:55:52.318 | ++ functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:55:52.320 | ++ functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:55:52.322 | ++ functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:55:52.324 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:55:52.326 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:55:52.328 | ++ functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:55:52.331 | ++ functions-common:apt_get_update:1082 : [[ False == \T\r\u\e ]] 2022-06-09 10:55:52.333 | ++ functions-common:apt_get_update:1087 : [[ False = \T\r\u\e ]] 2022-06-09 10:55:52.335 | ++ functions-common:apt_get_update:1089 : local sudo=sudo 2022-06-09 10:55:52.337 | +++ functions-common:apt_get_update:1090 : id -u 2022-06-09 10:55:52.341 | ++ functions-common:apt_get_update:1090 : [[ 1000 = \0 ]] 2022-06-09 10:55:52.343 | ++ functions-common:apt_get_update:1093 : time_start apt-get-update 2022-06-09 10:55:52.345 | ++ functions-common:time_start:2308 : local name=apt-get-update 2022-06-09 10:55:52.347 | ++ functions-common:time_start:2309 : local start_time= 2022-06-09 10:55:52.349 | ++ functions-common:time_start:2310 : [[ -n '' ]] 2022-06-09 10:55:52.352 | +++ functions-common:time_start:2313 : date +%s%3N 2022-06-09 10:55:52.356 | ++ functions-common:time_start:2313 : _TIME_START[$name]=1654772152353 2022-06-09 10:55:52.362 | ++ functions-common:apt_get_update:1095 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-09 10:55:52.364 | ++ functions-common:apt_get_update:1096 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-09 10:55:52.370 | ++ functions-common:apt_get_update:1097 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-06-09 10:55:52.626 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-09 10:55:52.715 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-09 10:55:52.826 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-09 10:55:52.944 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-09 10:55:54.978 | Reading package lists... 2022-06-09 10:55:55.013 | ++ functions-common:apt_get_update:1101 : REPOS_UPDATED=True 2022-06-09 10:55:55.016 | ++ functions-common:apt_get_update:1103 : time_stop apt-get-update 2022-06-09 10:55:55.019 | ++ functions-common:time_stop:2322 : local name 2022-06-09 10:55:55.022 | ++ functions-common:time_stop:2323 : local end_time 2022-06-09 10:55:55.024 | ++ functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:55:55.027 | ++ functions-common:time_stop:2325 : local total 2022-06-09 10:55:55.036 | ++ functions-common:time_stop:2326 : local start_time 2022-06-09 10:55:55.038 | ++ functions-common:time_stop:2328 : name=apt-get-update 2022-06-09 10:55:55.040 | ++ functions-common:time_stop:2329 : start_time=1654772152353 2022-06-09 10:55:55.043 | ++ functions-common:time_stop:2331 : [[ -z 1654772152353 ]] 2022-06-09 10:55:55.046 | +++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:55:55.051 | ++ functions-common:time_stop:2334 : end_time=1654772155047 2022-06-09 10:55:55.053 | ++ functions-common:time_stop:2335 : elapsed_time=2694 2022-06-09 10:55:55.055 | ++ functions-common:time_stop:2336 : total=0 2022-06-09 10:55:55.057 | ++ functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:55:55.059 | ++ functions-common:time_stop:2339 : _TIME_TOTAL[$name]=2694 2022-06-09 10:55:55.062 | ++ functions-common:install_package:1357 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-09 10:55:55.064 | ++ functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:55:55.066 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:55:55.068 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:55:55.071 | ++ functions-common:real_install_package:1343 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-09 10:55:55.093 | ++ functions-common:apt_get:1123 : 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++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-09 10:55:55.203 | Reading package lists... 2022-06-09 10:55:55.461 | Building dependency tree... 2022-06-09 10:55:55.463 | Reading state information... 2022-06-09 10:55:55.497 | acl is already the newest version (2.2.53-6). 2022-06-09 10:55:55.497 | bc is already the newest version (1.07.1-2build1). 2022-06-09 10:55:55.497 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-09 10:55:55.497 | conntrack is already the newest version (1:1.4.5-2). 2022-06-09 10:55:55.497 | ebtables is already the newest version (2.0.11-3build1). 2022-06-09 10:55:55.497 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-09 10:55:55.497 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-09 10:55:55.497 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-09 10:55:55.497 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-09 10:55:55.497 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-09 10:55:55.497 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-09 10:55:55.497 | iputils-arping is already the newest version (3:20190709-3). 2022-06-09 10:55:55.497 | iputils-ping is already the newest version (3:20190709-3). 2022-06-09 10:55:55.497 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-09 10:55:55.497 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-09 10:55:55.497 | libffi-dev is already the newest version (3.3-4). 2022-06-09 10:55:55.497 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-09 10:55:55.497 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-09 10:55:55.497 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-09 10:55:55.497 | lsscsi is already the newest version (0.30-0.1). 2022-06-09 10:55:55.497 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-09 10:55:55.497 | make is already the newest version (4.2.1-1.2). 2022-06-09 10:55:55.497 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-09 10:55:55.497 | psmisc is already the newest version (23.3-1). 2022-06-09 10:55:55.497 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-09 10:55:55.497 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-09 10:55:55.497 | socat is already the newest version (1.7.3.3-2). 2022-06-09 10:55:55.497 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-09 10:55:55.497 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-09 10:55:55.497 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-09 10:55:55.497 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-09 10:55:55.497 | dstat is already the newest version (0.7.4-6). 2022-06-09 10:55:55.498 | graphviz is already the newest version (2.42.2-3build2). 2022-06-09 10:55:55.498 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-09 10:55:55.498 | pm-utils is already the newest version (1.4.1-19). 2022-06-09 10:55:55.498 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-09 10:55:55.498 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-09 10:55:55.498 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-09 10:55:55.498 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-09 10:55:55.498 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-09 10:55:55.498 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-09 10:55:55.498 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-09 10:55:55.498 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-09 10:55:55.498 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-09 10:55:55.498 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-09 10:55:55.498 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-09 10:55:55.498 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-09 10:55:55.498 | libmysqlclient-dev is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-09 10:55:55.498 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-09 10:55:55.498 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-09 10:55:55.498 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-09 10:55:55.498 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-09 10:55:55.498 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-09 10:55:55.498 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-09 10:55:55.498 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-09 10:55:55.498 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-09 10:55:55.498 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-09 10:55:55.498 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-09 10:55:55.498 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-09 10:55:55.498 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-09 10:55:55.498 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-09 10:55:55.498 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-09 10:55:55.498 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-09 10:55:55.498 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-09 10:55:55.498 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-09 10:55:55.498 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-09 10:55:55.498 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-09 10:55:55.498 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-09 10:55:55.717 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-09 10:55:55.717 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-09 10:55:55.717 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-09 10:55:55.717 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-09 10:55:55.717 | The following packages were automatically installed and are no longer required: 2022-06-09 10:55:55.718 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:55:55.718 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:55:55.718 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:55:55.718 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:55:55.718 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:55:55.718 | python3-zope.interface 2022-06-09 10:55:55.718 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:55:55.846 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:55:55.852 | ++ functions-common:apt_get:1127 : result=0 2022-06-09 10:55:55.856 | ++ functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:55:55.859 | ++ functions-common:time_stop:2322 : local name 2022-06-09 10:55:55.863 | ++ functions-common:time_stop:2323 : local end_time 2022-06-09 10:55:55.866 | ++ functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:55:55.870 | ++ functions-common:time_stop:2325 : local total 2022-06-09 10:55:55.873 | ++ functions-common:time_stop:2326 : local start_time 2022-06-09 10:55:55.875 | ++ functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:55:55.877 | ++ functions-common:time_stop:2329 : start_time=1654772155090 2022-06-09 10:55:55.879 | ++ functions-common:time_stop:2331 : [[ -z 1654772155090 ]] 2022-06-09 10:55:55.882 | +++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:55:55.887 | ++ functions-common:time_stop:2334 : end_time=1654772155884 2022-06-09 10:55:55.889 | ++ functions-common:time_stop:2335 : elapsed_time=794 2022-06-09 10:55:55.891 | ++ functions-common:time_stop:2336 : total=777 2022-06-09 10:55:55.893 | ++ functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:55:55.896 | ++ functions-common:time_stop:2339 : _TIME_TOTAL[$name]=1571 2022-06-09 10:55:55.898 | ++ functions-common:apt_get:1131 : return 0 2022-06-09 10:55:55.900 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-09 10:55:55.903 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-09 10:55:55.905 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-09 10:55:55.909 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-09 10:55:55.913 | + ./stack.sh:main:758 : [[ False != \T\r\u\e ]] 2022-06-09 10:55:55.916 | + ./stack.sh:main:759 : PYPI_ALTERNATIVE_URL= 2022-06-09 10:55:55.919 | + ./stack.sh:main:759 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-09 10:55:57.712 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-09 10:55:57.715 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-09 10:55:57.717 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-09 10:55:57.719 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-09 10:55:57.722 | + functions-common:GetDistro:373 : GetOSVersion 2022-06-09 10:55:57.724 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-06-09 10:55:57.726 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-06-09 10:55:57.729 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-06-09 10:55:57.732 | + functions-common:_ensure_lsb_release:328 : return 2022-06-09 10:55:57.734 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-06-09 10:55:57.806 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-06-09 10:55:57.810 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-06-09 10:55:57.896 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-06-09 10:55:57.899 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-06-09 10:55:57.973 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-06-09 10:55:57.976 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-09 10:55:57.979 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-06-09 10:55:57.982 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-06-09 10:55:57.986 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-06-09 10:55:57.989 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-06-09 10:55:57.992 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-06-09 10:55:57.995 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-09 10:55:57.998 | + functions-common:GetDistro:378 : DISTRO=focal 2022-06-09 10:55:58.000 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2022-06-09 10:55:58.002 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-09 10:55:58.002 | Distro: focal 2022-06-09 10:55:58.005 | + tools/install_pip.sh:main:136 : get_versions 2022-06-09 10:55:58.008 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-09 10:55:58.013 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-09 10:55:58.016 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-09 10:55:58.019 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-09 10:55:58.019 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-09 10:55:58.494 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2022-06-09 10:55:58.496 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2022-06-09 10:55:58.497 | pip: 20.2.2 2022-06-09 10:55:58.499 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2022-06-09 10:55:58.944 | pip 20.2.2 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2022-06-09 10:55:58.968 | + tools/install_pip.sh:main:138 : [[ -n '' ]] 2022-06-09 10:55:58.971 | + tools/install_pip.sh:main:143 : [[ focal == focal ]] 2022-06-09 10:55:58.974 | + tools/install_pip.sh:main:144 : exit 0 2022-06-09 10:55:58.979 | + ./stack.sh:main:763 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-09 10:55:58.982 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-09 10:55:58.986 | + ./stack.sh:main:764 : fixup_all 2022-06-09 10:55:58.988 | + tools/fixup_stuff.sh:fixup_all:195 : fixup_keystone 2022-06-09 10:55:58.990 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-06-09 10:55:58.992 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-06-09 10:55:58.997 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-06-09 10:55:58.998 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-06-09 10:55:58.998 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-06-09 10:55:59.004 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2022-06-09 10:55:59.006 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2022-06-09 10:55:59.008 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2022-06-09 10:55:59.016 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2022-06-09 10:55:59.020 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_ubuntu 2022-06-09 10:55:59.022 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ focal != \b\i\o\n\i\c ]] 2022-06-09 10:55:59.024 | + tools/fixup_stuff.sh:fixup_ubuntu:67 : return 2022-06-09 10:55:59.027 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_fedora 2022-06-09 10:55:59.029 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2022-06-09 10:55:59.031 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-09 10:55:59.033 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-09 10:55:59.035 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-09 10:55:59.037 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-09 10:55:59.039 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-09 10:55:59.041 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-09 10:55:59.043 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-09 10:55:59.045 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-09 10:55:59.047 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2022-06-09 10:55:59.050 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_suse 2022-06-09 10:55:59.052 | + tools/fixup_stuff.sh:fixup_suse:156 : is_suse 2022-06-09 10:55:59.054 | + functions-common:is_suse:464 : is_opensuse 2022-06-09 10:55:59.056 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-09 10:55:59.058 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-09 10:55:59.060 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-09 10:55:59.063 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-09 10:55:59.065 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-09 10:55:59.067 | + tools/fixup_stuff.sh:fixup_suse:157 : return 2022-06-09 10:55:59.069 | + ./stack.sh:main:767 : pip_install -U os-testr 2022-06-09 10:55:59.090 | Using python 3.8 to install os-testr 2022-06-09 10:55:59.092 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-06-09 10:56:00.878 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:00.878 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:56:00.882 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:00.883 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:00.884 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:00.886 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:00.886 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:00.886 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:00.887 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:00.887 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:00.974 | Requirement already up-to-date: os-testr===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.0.0) 2022-06-09 10:56:00.983 | Requirement already satisfied, skipping upgrade: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:56:00.986 | Requirement already satisfied, skipping upgrade: python-subunit===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (1.4.0) 2022-06-09 10:56:01.000 | Requirement already satisfied, skipping upgrade: stestr===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (3.0.1) 2022-06-09 10:56:01.028 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:56:01.046 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:56:01.050 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:56:01.057 | Requirement already satisfied, skipping upgrade: voluptuous===0.11.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.11.7) 2022-06-09 10:56:01.061 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2022-06-09 10:56:01.064 | Requirement already satisfied, skipping upgrade: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:56:01.067 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2022-06-09 10:56:01.078 | Requirement already satisfied, skipping upgrade: cliff===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2022-06-09 10:56:01.092 | Requirement already satisfied, skipping upgrade: future===0.18.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (0.18.2) 2022-06-09 10:56:01.095 | Requirement already satisfied, skipping upgrade: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:56:01.098 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0) 2022-06-09 10:56:01.101 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0) 2022-06-09 10:56:01.103 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:56:01.106 | Requirement already satisfied, skipping upgrade: cmd2===1.3.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.8) 2022-06-09 10:56:01.159 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:56:01.162 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:56:01.165 | Requirement already satisfied, skipping upgrade: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:56:01.172 | Requirement already satisfied, skipping upgrade: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2022-06-09 10:56:01.178 | Requirement already satisfied, skipping upgrade: colorama===0.4.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.3) 2022-06-09 10:56:01.182 | Requirement already satisfied, skipping upgrade: setuptools>=34.4 in /usr/local/lib/python3.8/dist-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 112)) (49.6.0) 2022-06-09 10:56:01.223 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.8.0) 2022-06-09 10:56:01.226 | Requirement already satisfied, skipping upgrade: attrs===20.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.1.0) 2022-06-09 10:56:03.258 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:56:03.258 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:56:03.335 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:03.338 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:03.341 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:03.344 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:03.346 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:03.348 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:03.350 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:03.353 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:03.356 | + functions-common:time_stop:2329 : start_time=1654772159084 2022-06-09 10:56:03.358 | + functions-common:time_stop:2331 : [[ -z 1654772159084 ]] 2022-06-09 10:56:03.362 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:03.366 | + functions-common:time_stop:2334 : end_time=1654772163363 2022-06-09 10:56:03.369 | + functions-common:time_stop:2335 : elapsed_time=4279 2022-06-09 10:56:03.372 | + functions-common:time_stop:2336 : total=0 2022-06-09 10:56:03.374 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:03.376 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=4279 2022-06-09 10:56:03.378 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:03.380 | + ./stack.sh:main:769 : pip_install_gr systemd-python 2022-06-09 10:56:03.383 | + inc/python:pip_install_gr:76 : local name=systemd-python 2022-06-09 10:56:03.385 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-09 10:56:03.389 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2022-06-09 10:56:03.392 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2022-06-09 10:56:03.396 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-09 10:56:03.400 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2022-06-09 10:56:03.400 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-09 10:56:03.407 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2022-06-09 10:56:03.411 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2022-06-09 10:56:03.414 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2022-06-09 10:56:03.418 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2022-06-09 10:56:03.421 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2022-06-09 10:56:03.441 | Using python 3.8 to install systemd-python 2022-06-09 10:56:03.443 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2022-06-09 10:56:05.226 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:05.226 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:56:05.231 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:05.231 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:05.233 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:05.234 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:05.235 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:05.235 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:05.235 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:05.235 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:05.250 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (234) 2022-06-09 10:56:07.459 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:56:07.459 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:56:07.533 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:07.537 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:07.541 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:07.544 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:07.548 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:07.551 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:07.554 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:07.558 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:07.560 | + functions-common:time_stop:2329 : start_time=1654772163435 2022-06-09 10:56:07.562 | + functions-common:time_stop:2331 : [[ -z 1654772163435 ]] 2022-06-09 10:56:07.565 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:07.569 | + functions-common:time_stop:2334 : end_time=1654772167567 2022-06-09 10:56:07.571 | + functions-common:time_stop:2335 : elapsed_time=4132 2022-06-09 10:56:07.573 | + functions-common:time_stop:2336 : total=4279 2022-06-09 10:56:07.576 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:07.578 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=8411 2022-06-09 10:56:07.580 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:07.583 | + ./stack.sh:main:772 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-09 10:56:07.635 | + ./stack.sh:main:773 : sudo systemctl restart systemd-journald 2022-06-09 10:56:07.756 | + ./stack.sh:main:779 : install_infra 2022-06-09 10:56:07.759 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-09 10:56:07.761 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-09 10:56:07.764 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-09 10:56:07.766 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-09 10:56:07.789 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-09 10:56:09.867 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:09.878 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:09.936 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:09.976 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:09.978 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:09.981 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:09.982 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:09.984 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:10.498 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:10.636 | Requirement already up-to-date: pbr===5.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:56:10.875 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:10.879 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:10.882 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:10.884 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:10.888 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:10.890 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:10.893 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:10.895 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:10.898 | + functions-common:time_stop:2329 : start_time=1654772167781 2022-06-09 10:56:10.900 | + functions-common:time_stop:2331 : [[ -z 1654772167781 ]] 2022-06-09 10:56:10.902 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:10.907 | + functions-common:time_stop:2334 : end_time=1654772170904 2022-06-09 10:56:10.909 | + functions-common:time_stop:2335 : elapsed_time=3123 2022-06-09 10:56:10.911 | + functions-common:time_stop:2336 : total=8411 2022-06-09 10:56:10.913 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:10.915 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=11534 2022-06-09 10:56:10.917 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:10.920 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-09 10:56:10.922 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-09 10:56:10.948 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-06-09 10:56:12.897 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:12.909 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:12.966 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:13.007 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:13.009 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:13.011 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:13.013 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:13.015 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:13.526 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:13.529 | Processing /opt/stack/requirements 2022-06-09 10:56:15.222 | Requirement already satisfied: PyYAML===5.3.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:56:15.224 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2022-06-09 10:56:15.235 | Requirement already satisfied: packaging===20.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:56:15.241 | Requirement already satisfied: pbr===5.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:56:15.244 | Requirement already satisfied: pyparsing===2.4.7 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:56:15.247 | Requirement already satisfied: requests===2.23.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:56:15.267 | Requirement already satisfied: six===1.15.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:56:15.269 | Requirement already satisfied: testtools===2.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:56:15.286 | Requirement already satisfied: traceback2===1.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:56:15.290 | Requirement already satisfied: unittest2===1.1.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:56:15.296 | Requirement already satisfied: urllib3===1.25.10 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:56:15.315 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev4208) (1.3) 2022-06-09 10:56:15.318 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev4208) (0.3.0) 2022-06-09 10:56:15.333 | Requirement already satisfied: chardet===3.0.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:56:15.335 | Requirement already satisfied: certifi===2021.10.8 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:56:15.338 | Requirement already satisfied: idna===2.10 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:56:15.341 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2022-06-09 10:56:15.344 | Requirement already satisfied: python-mimeparse===1.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0) 2022-06-09 10:56:15.347 | Requirement already satisfied: linecache2===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0) 2022-06-09 10:56:15.349 | Requirement already satisfied: argparse in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:56:15.351 | Requirement already satisfied: cliff===3.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2022-06-09 10:56:15.364 | Requirement already satisfied: prettytable===0.7.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:56:15.366 | Requirement already satisfied: cmd2===1.3.8 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.8) 2022-06-09 10:56:15.418 | Requirement already satisfied: stevedore===3.2.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:56:15.424 | Requirement already satisfied: colorama===0.4.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.3) 2022-06-09 10:56:15.428 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2022-06-09 10:56:15.433 | Requirement already satisfied: attrs===20.1.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.1.0) 2022-06-09 10:56:15.483 | Requirement already satisfied: setuptools>=34.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 112)) (44.0.0) 2022-06-09 10:56:15.487 | Requirement already satisfied: pyperclip===1.8.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.8.0) 2022-06-09 10:56:15.489 | Building wheels for collected packages: openstack-requirements 2022-06-09 10:56:15.490 | Building wheel for openstack-requirements (setup.py): started 2022-06-09 10:56:16.254 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-09 10:56:16.254 | ERROR: Command errored out with exit status 1: 2022-06-09 10:56:16.254 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-028qo2pw/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-028qo2pw/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-8uhxari8 2022-06-09 10:56:16.254 | cwd: /tmp/pip-req-build-028qo2pw/ 2022-06-09 10:56:16.254 | Complete output (6 lines): 2022-06-09 10:56:16.254 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-09 10:56:16.254 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-09 10:56:16.254 | or: setup.py --help-commands 2022-06-09 10:56:16.255 | or: setup.py cmd --help 2022-06-09 10:56:16.255 | 2022-06-09 10:56:16.255 | error: invalid command 'bdist_wheel' 2022-06-09 10:56:16.255 | ---------------------------------------- 2022-06-09 10:56:16.255 | ERROR: Failed building wheel for openstack-requirements 2022-06-09 10:56:16.255 | Running setup.py clean for openstack-requirements 2022-06-09 10:56:17.028 | Failed to build openstack-requirements 2022-06-09 10:56:17.048 | Installing collected packages: openstack-requirements 2022-06-09 10:56:17.048 | Attempting uninstall: openstack-requirements 2022-06-09 10:56:17.050 | Found existing installation: openstack-requirements 1.2.1.dev4208 2022-06-09 10:56:17.085 | Uninstalling openstack-requirements-1.2.1.dev4208: 2022-06-09 10:56:17.104 | Successfully uninstalled openstack-requirements-1.2.1.dev4208 2022-06-09 10:56:17.107 | Running setup.py install for openstack-requirements: started 2022-06-09 10:56:19.325 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-09 10:56:19.352 | Successfully installed openstack-requirements-1.2.1.dev4208 2022-06-09 10:56:19.482 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:19.486 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:19.489 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:19.492 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:19.494 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:19.497 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:19.500 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:19.502 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:19.504 | + functions-common:time_stop:2329 : start_time=1654772170938 2022-06-09 10:56:19.506 | + functions-common:time_stop:2331 : [[ -z 1654772170938 ]] 2022-06-09 10:56:19.509 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:19.514 | + functions-common:time_stop:2334 : end_time=1654772179511 2022-06-09 10:56:19.517 | + functions-common:time_stop:2335 : elapsed_time=8573 2022-06-09 10:56:19.519 | + functions-common:time_stop:2336 : total=11534 2022-06-09 10:56:19.522 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:19.525 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=20107 2022-06-09 10:56:19.527 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:19.530 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-09 10:56:19.532 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-09 10:56:19.535 | + inc/python:use_library_from_git:250 : local name=pbr 2022-06-09 10:56:19.537 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:19.539 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:19.542 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-06-09 10:56:19.544 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:19.546 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-09 10:56:19.567 | Using python 3.8 to install pbr 2022-06-09 10:56:19.570 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-09 10:56:21.367 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:21.368 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:56:21.372 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:21.373 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:21.374 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:21.376 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:21.376 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:21.376 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:21.376 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:21.377 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:21.514 | Requirement already up-to-date: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:56:23.719 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:56:23.719 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:56:23.804 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:23.806 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:23.810 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:23.812 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:23.815 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:23.818 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:23.821 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:23.824 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:23.827 | + functions-common:time_stop:2329 : start_time=1654772179562 2022-06-09 10:56:23.829 | + functions-common:time_stop:2331 : [[ -z 1654772179562 ]] 2022-06-09 10:56:23.832 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:23.836 | + functions-common:time_stop:2334 : end_time=1654772183834 2022-06-09 10:56:23.839 | + functions-common:time_stop:2335 : elapsed_time=4272 2022-06-09 10:56:23.841 | + functions-common:time_stop:2336 : total=20107 2022-06-09 10:56:23.844 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:23.847 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=24379 2022-06-09 10:56:23.850 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:23.853 | + ./stack.sh:main:782 : python3 -m venv /opt/stack/bindep-venv 2022-06-09 10:56:26.141 | + ./stack.sh:main:784 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-09 10:56:28.005 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:28.006 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-09 10:56:28.027 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-06-09 10:56:28.030 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-09 10:56:28.036 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-09 10:56:28.038 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-09 10:56:28.041 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.9) 2022-06-09 10:56:28.113 | + ./stack.sh:main:785 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-09 10:56:28.118 | + ./stack.sh:main:785 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-09 10:56:28.122 | ++ ./stack.sh:main:788 : _get_plugin_bindep_packages 2022-06-09 10:56:28.144 | + ./stack.sh:main:788 : pkgs= 2022-06-09 10:56:28.147 | + ./stack.sh:main:789 : [[ -n '' ]] 2022-06-09 10:56:28.150 | + ./stack.sh:main:796 : run_phase stack pre-install 2022-06-09 10:56:28.152 | + functions-common:run_phase:1750 : local mode=stack 2022-06-09 10:56:28.154 | + functions-common:run_phase:1751 : local phase=pre-install 2022-06-09 10:56:28.156 | + functions-common:run_phase:1752 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-09 10:56:28.160 | + functions-common:run_phase:1753 : local extra_plugin_file_name 2022-06-09 10:56:28.162 | + functions-common:run_phase:1754 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-09 10:56:28.164 | + functions-common:run_phase:1759 : local exceptions=80-tempest.sh 2022-06-09 10:56:28.166 | + functions-common:run_phase:1760 : local extra 2022-06-09 10:56:28.169 | ++ functions-common:run_phase:1761 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-09 10:56:28.174 | + functions-common:run_phase:1761 : extra=80-tempest.sh 2022-06-09 10:56:28.177 | + functions-common:run_phase:1762 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-09 10:56:28.180 | + functions-common:run_phase:1766 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-09 10:56:28.182 | + functions-common:run_phase:1766 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-09 10:56:28.186 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-09 10:56:28.204 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:28.207 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-09 10:56:28.209 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-09 10:56:28.211 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-09 10:56:28.213 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-09 10:56:28.215 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-09 10:56:28.217 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-09 10:56:28.219 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-09 10:56:28.221 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-09 10:56:28.223 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-09 10:56:28.225 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-09 10:56:28.227 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-09 10:56:28.230 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-09 10:56:28.232 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2022-06-09 10:56:28.234 | + functions-common:run_phase:1771 : [[ stack == \s\o\u\r\c\e ]] 2022-06-09 10:56:28.236 | + functions-common:run_phase:1774 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-09 10:56:28.239 | + functions-common:run_phase:1777 : run_plugins stack pre-install 2022-06-09 10:56:28.242 | + functions-common:run_plugins:1736 : local mode=stack 2022-06-09 10:56:28.244 | + functions-common:run_plugins:1737 : local phase=pre-install 2022-06-09 10:56:28.247 | + functions-common:run_plugins:1739 : local plugins= 2022-06-09 10:56:28.249 | + functions-common:run_plugins:1740 : local plugin 2022-06-09 10:56:28.251 | + ./stack.sh:main:799 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-09 10:56:28.254 | + functions:set_systemd_override:825 : local key=DefaultLimitNOFILE 2022-06-09 10:56:28.256 | + functions:set_systemd_override:826 : local value=2048 2022-06-09 10:56:28.259 | + functions:set_systemd_override:828 : local sysconf=/etc/systemd/system.conf 2022-06-09 10:56:28.262 | + functions:set_systemd_override:829 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-09 10:56:28.313 | + functions:set_systemd_override:830 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-09 10:56:28.313 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-09 10:56:28.315 | + functions:set_systemd_override:832 : sudo systemctl daemon-reload 2022-06-09 10:56:28.679 | + ./stack.sh:main:801 : install_rpc_backend 2022-06-09 10:56:28.682 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-09 10:56:28.702 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:28.705 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-09 10:56:28.709 | + functions-common:install_package:1356 : update_package_repo 2022-06-09 10:56:28.712 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:56:28.715 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-09 10:56:28.717 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:56:28.719 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:56:28.722 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:56:28.724 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:28.726 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:28.729 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:56:28.731 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-09 10:56:28.733 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-09 10:56:28.735 | + functions-common:apt_get_update:1083 : return 2022-06-09 10:56:28.737 | + functions-common:install_package:1357 : real_install_package rabbitmq-server 2022-06-09 10:56:28.740 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:56:28.742 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:28.744 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:28.746 | + functions-common:real_install_package:1343 : apt_get install rabbitmq-server 2022-06-09 10:56:28.768 | + functions-common:apt_get:1123 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-06-09 10:56:28.881 | Reading package lists... 2022-06-09 10:56:29.135 | Building dependency tree... 2022-06-09 10:56:29.136 | Reading state information... 2022-06-09 10:56:29.388 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-09 10:56:29.388 | The following packages were automatically installed and are no longer required: 2022-06-09 10:56:29.389 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:56:29.389 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:56:29.389 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:56:29.389 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:56:29.389 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:56:29.389 | python3-zope.interface 2022-06-09 10:56:29.389 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:56:29.535 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:56:29.540 | + functions-common:apt_get:1127 : result=0 2022-06-09 10:56:29.543 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:56:29.546 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:29.549 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:29.552 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:29.556 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:29.559 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:29.562 | + functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:56:29.564 | + functions-common:time_stop:2329 : start_time=1654772188764 2022-06-09 10:56:29.567 | + functions-common:time_stop:2331 : [[ -z 1654772188764 ]] 2022-06-09 10:56:29.570 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:29.575 | + functions-common:time_stop:2334 : end_time=1654772189571 2022-06-09 10:56:29.577 | + functions-common:time_stop:2335 : elapsed_time=807 2022-06-09 10:56:29.579 | + functions-common:time_stop:2336 : total=1571 2022-06-09 10:56:29.582 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:29.584 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=2378 2022-06-09 10:56:29.587 | + functions-common:apt_get:1131 : return 0 2022-06-09 10:56:29.589 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-09 10:56:29.592 | + functions-common:is_suse:464 : is_opensuse 2022-06-09 10:56:29.594 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-09 10:56:29.596 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-09 10:56:29.599 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-09 10:56:29.601 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-09 10:56:29.603 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-09 10:56:29.605 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-09 10:56:29.608 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-09 10:56:29.610 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-09 10:56:29.612 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-09 10:56:29.615 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-09 10:56:29.617 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-09 10:56:29.619 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-09 10:56:29.621 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-09 10:56:29.624 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-09 10:56:29.626 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-09 10:56:29.628 | + functions-common:is_suse:464 : is_opensuse 2022-06-09 10:56:29.631 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-09 10:56:29.633 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-09 10:56:29.635 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-09 10:56:29.638 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-09 10:56:29.640 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-09 10:56:29.643 | + ./stack.sh:main:802 : restart_rpc_backend 2022-06-09 10:56:29.645 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-09 10:56:29.660 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:29.663 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-09 10:56:29.665 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-09 10:56:29.667 | + ./stack.sh:echo_summary:421 : echo -e Starting RabbitMQ 2022-06-09 10:56:29.670 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-09 10:56:29.673 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-09 10:56:29.677 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-09 10:56:29.679 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-09 10:56:29.681 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-09 10:56:29.684 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-09 10:56:29.686 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-09 10:56:29.688 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-09 10:56:29.691 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-09 10:56:30.533 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-09 10:56:30.533 | user tags 2022-06-09 10:56:30.533 | stackrabbit []' 2022-06-09 10:56:30.536 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-09 10:56:30.536 | user tags 2022-06-09 10:56:30.536 | stackrabbit []' 2022-06-09 10:56:30.536 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-09 10:56:30.543 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-09 10:56:30.545 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-09 10:56:30.547 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-09 10:56:31.244 | Changing password for user "stackrabbit" ... 2022-06-09 10:56:31.276 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-09 10:56:32.024 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-09 10:56:32.051 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-09 10:56:32.054 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-09 10:56:32.756 | Changing password for user "stackrabbit" ... 2022-06-09 10:56:32.780 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-09 10:56:32.783 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-09 10:56:32.785 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-09 10:56:33.480 | Deleting user "guest" ... 2022-06-09 10:56:33.496 | Error: 2022-06-09 10:56:33.496 | {:no_such_user, "guest"} 2022-06-09 10:56:33.508 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-09 10:56:33.511 | + ./stack.sh:main:804 : is_service_enabled mysql postgresql 2022-06-09 10:56:33.528 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:33.531 | + ./stack.sh:main:805 : install_database 2022-06-09 10:56:33.533 | + lib/database:install_database:116 : install_database_mysql 2022-06-09 10:56:33.535 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-06-09 10:56:33.538 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:33.540 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:33.542 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-06-09 10:56:33.770 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-09 10:56:33.774 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-06-09 10:56:33.778 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2022-06-09 10:56:33.781 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2022-06-09 10:56:33.783 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-06-09 10:56:33.786 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-09 10:56:33.788 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-09 10:56:33.790 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-09 10:56:33.793 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-09 10:56:33.795 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-09 10:56:33.798 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-09 10:56:33.800 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-09 10:56:33.802 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-09 10:56:33.804 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-06-09 10:56:33.807 | + functions-common:is_suse:464 : is_opensuse 2022-06-09 10:56:33.809 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-09 10:56:33.811 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-09 10:56:33.814 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-09 10:56:33.816 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-09 10:56:33.818 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-09 10:56:33.820 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-06-09 10:56:33.822 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:33.825 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:33.827 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-06-09 10:56:33.829 | + functions-common:install_package:1356 : update_package_repo 2022-06-09 10:56:33.832 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:56:33.834 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-09 10:56:33.836 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:56:33.838 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:56:33.840 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:56:33.843 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:33.845 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:33.847 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:56:33.850 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-09 10:56:33.852 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-09 10:56:33.854 | + functions-common:apt_get_update:1083 : return 2022-06-09 10:56:33.856 | + functions-common:install_package:1357 : real_install_package mysql-server 2022-06-09 10:56:33.859 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:56:33.861 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:33.863 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:33.865 | + functions-common:real_install_package:1343 : apt_get install mysql-server 2022-06-09 10:56:33.888 | + functions-common:apt_get:1123 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-06-09 10:56:34.000 | Reading package lists... 2022-06-09 10:56:34.253 | Building dependency tree... 2022-06-09 10:56:34.255 | Reading state information... 2022-06-09 10:56:34.507 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-09 10:56:34.507 | The following packages were automatically installed and are no longer required: 2022-06-09 10:56:34.508 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:56:34.508 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:56:34.508 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:56:34.508 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:56:34.508 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:56:34.508 | python3-zope.interface 2022-06-09 10:56:34.508 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:56:34.652 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:56:34.659 | + functions-common:apt_get:1127 : result=0 2022-06-09 10:56:34.661 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:56:34.664 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:34.667 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:34.670 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:34.672 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:34.676 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:34.678 | + functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:56:34.681 | + functions-common:time_stop:2329 : start_time=1654772193885 2022-06-09 10:56:34.684 | + functions-common:time_stop:2331 : [[ -z 1654772193885 ]] 2022-06-09 10:56:34.687 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:34.691 | + functions-common:time_stop:2334 : end_time=1654772194689 2022-06-09 10:56:34.693 | + functions-common:time_stop:2335 : elapsed_time=804 2022-06-09 10:56:34.695 | + functions-common:time_stop:2336 : total=2378 2022-06-09 10:56:34.698 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:34.700 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=3182 2022-06-09 10:56:34.702 | + functions-common:apt_get:1131 : return 0 2022-06-09 10:56:34.705 | + ./stack.sh:main:807 : '[' -n mysql ']' 2022-06-09 10:56:34.707 | + ./stack.sh:main:808 : install_database_python 2022-06-09 10:56:34.710 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-06-09 10:56:34.712 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-06-09 10:56:34.715 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-09 10:56:34.717 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-09 10:56:34.720 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-09 10:56:34.722 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-06-09 10:56:34.725 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-09 10:56:34.728 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-09 10:56:34.728 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-09 10:56:34.734 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-06-09 10:56:34.736 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-06-09 10:56:34.738 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-06-09 10:56:34.741 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-09 10:56:34.744 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-09 10:56:34.764 | Using python 3.8 to install PyMySQL 2022-06-09 10:56:34.767 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-06-09 10:56:36.533 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:36.534 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:56:36.538 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:36.539 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:36.540 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:36.541 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:36.542 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:36.542 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:36.542 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:36.543 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:36.557 | Requirement already satisfied: PyMySQL===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) (0.10.0) 2022-06-09 10:56:38.767 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:56:38.767 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:56:38.843 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:38.847 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:38.851 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:38.855 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:38.858 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:38.860 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:38.862 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:38.865 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:38.867 | + functions-common:time_stop:2329 : start_time=1654772194759 2022-06-09 10:56:38.869 | + functions-common:time_stop:2331 : [[ -z 1654772194759 ]] 2022-06-09 10:56:38.872 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:38.876 | + functions-common:time_stop:2334 : end_time=1654772198874 2022-06-09 10:56:38.878 | + functions-common:time_stop:2335 : elapsed_time=4115 2022-06-09 10:56:38.881 | + functions-common:time_stop:2336 : total=24379 2022-06-09 10:56:38.883 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:38.885 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=28494 2022-06-09 10:56:38.888 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:38.890 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-09 10:56:38.893 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-09 10:56:38.895 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-09 10:56:38.897 | + ./stack.sh:main:811 : is_service_enabled neutron 2022-06-09 10:56:38.914 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:38.916 | + ./stack.sh:main:812 : install_neutron_agent_packages 2022-06-09 10:56:38.919 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-06-09 10:56:38.923 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-09 10:56:38.923 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-06-09 10:56:38.929 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-09 10:56:38.932 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-09 10:56:38.936 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-09 10:56:38.939 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-06-09 10:56:38.942 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-06-09 10:56:38.946 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2022-06-09 10:56:38.965 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:38.968 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2022-06-09 10:56:38.971 | + functions-common:install_package:1356 : update_package_repo 2022-06-09 10:56:38.974 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:56:38.977 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-09 10:56:38.980 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:56:38.982 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:56:38.985 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:56:38.987 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:38.989 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:38.992 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:56:38.994 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-09 10:56:38.996 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-09 10:56:38.999 | + functions-common:apt_get_update:1083 : return 2022-06-09 10:56:39.003 | + functions-common:install_package:1357 : real_install_package radvd 2022-06-09 10:56:39.006 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:56:39.008 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:39.013 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:39.015 | + functions-common:real_install_package:1343 : apt_get install radvd 2022-06-09 10:56:39.036 | + functions-common:apt_get:1123 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-06-09 10:56:39.154 | Reading package lists... 2022-06-09 10:56:39.422 | Building dependency tree... 2022-06-09 10:56:39.423 | Reading state information... 2022-06-09 10:56:39.681 | radvd is already the newest version (1:2.17-2). 2022-06-09 10:56:39.681 | The following packages were automatically installed and are no longer required: 2022-06-09 10:56:39.682 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:56:39.682 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:56:39.682 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:56:39.682 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:56:39.682 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:56:39.682 | python3-zope.interface 2022-06-09 10:56:39.682 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:56:39.818 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:56:39.823 | + functions-common:apt_get:1127 : result=0 2022-06-09 10:56:39.826 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:56:39.828 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:39.831 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:39.834 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:39.837 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:39.839 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:39.842 | + functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:56:39.844 | + functions-common:time_stop:2329 : start_time=1654772199033 2022-06-09 10:56:39.846 | + functions-common:time_stop:2331 : [[ -z 1654772199033 ]] 2022-06-09 10:56:39.849 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:39.853 | + functions-common:time_stop:2334 : end_time=1654772199850 2022-06-09 10:56:39.855 | + functions-common:time_stop:2335 : elapsed_time=817 2022-06-09 10:56:39.857 | + functions-common:time_stop:2336 : total=3182 2022-06-09 10:56:39.860 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:39.862 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=3999 2022-06-09 10:56:39.864 | + functions-common:apt_get:1131 : return 0 2022-06-09 10:56:39.867 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2022-06-09 10:56:39.883 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:39.885 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2022-06-09 10:56:39.888 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-09 10:56:39.891 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-06-09 10:56:39.910 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-06-09 10:56:39.913 | + functions-common:install_package:1356 : update_package_repo 2022-06-09 10:56:39.915 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:56:39.917 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-09 10:56:39.922 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:56:39.924 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:56:39.927 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:56:39.930 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:39.932 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:39.934 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:56:39.937 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-09 10:56:39.939 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-09 10:56:39.941 | + functions-common:apt_get_update:1083 : return 2022-06-09 10:56:39.944 | + functions-common:install_package:1357 : real_install_package fakeroot make openvswitch-switch 2022-06-09 10:56:39.946 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:56:39.948 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:39.951 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:39.953 | + functions-common:real_install_package:1343 : apt_get install fakeroot make openvswitch-switch 2022-06-09 10:56:39.973 | + functions-common:apt_get:1123 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-06-09 10:56:40.085 | Reading package lists... 2022-06-09 10:56:40.339 | Building dependency tree... 2022-06-09 10:56:40.340 | Reading state information... 2022-06-09 10:56:40.593 | fakeroot is already the newest version (1.24-1). 2022-06-09 10:56:40.593 | make is already the newest version (4.2.1-1.2). 2022-06-09 10:56:40.593 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-09 10:56:40.593 | The following packages were automatically installed and are no longer required: 2022-06-09 10:56:40.594 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:56:40.594 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:56:40.594 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:56:40.594 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:56:40.594 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:56:40.594 | python3-zope.interface 2022-06-09 10:56:40.594 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:56:40.743 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:56:40.749 | + functions-common:apt_get:1127 : result=0 2022-06-09 10:56:40.752 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:56:40.755 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:40.758 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:40.762 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:40.765 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:40.768 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:40.771 | + functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:56:40.774 | + functions-common:time_stop:2329 : start_time=1654772199971 2022-06-09 10:56:40.777 | + functions-common:time_stop:2331 : [[ -z 1654772199971 ]] 2022-06-09 10:56:40.781 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:40.785 | + functions-common:time_stop:2334 : end_time=1654772200782 2022-06-09 10:56:40.788 | + functions-common:time_stop:2335 : elapsed_time=811 2022-06-09 10:56:40.790 | + functions-common:time_stop:2336 : total=3999 2022-06-09 10:56:40.792 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:40.795 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=4810 2022-06-09 10:56:40.797 | + functions-common:apt_get:1131 : return 0 2022-06-09 10:56:40.799 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-06-09 10:56:40.802 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:40.805 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:40.807 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-09 10:56:40.809 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-06-09 10:56:40.812 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-06-09 10:56:40.816 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-06-09 10:56:40.819 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-06-09 10:56:40.822 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-06-09 10:56:40.822 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-06-09 10:56:40.827 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-06-09 10:56:40.829 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-06-09 10:56:40.832 | + functions:vercmp:652 : local v1=5.4 2022-06-09 10:56:40.834 | + functions:vercmp:653 : local 'op=<' 2022-06-09 10:56:40.836 | + functions:vercmp:654 : local v2=3.13 2022-06-09 10:56:40.839 | + functions:vercmp:655 : local result 2022-06-09 10:56:40.842 | ++ functions:vercmp:659 : echo -e '5.4\n3.13' 2022-06-09 10:56:40.842 | ++ functions:vercmp:659 : sort -V 2022-06-09 10:56:40.843 | ++ functions:vercmp:659 : head -1 2022-06-09 10:56:40.847 | + functions:vercmp:659 : result=3.13 2022-06-09 10:56:40.849 | + functions:vercmp:661 : case $op in 2022-06-09 10:56:40.852 | + functions:vercmp:671 : '[' 5.4 '!=' 3.13 ']' 2022-06-09 10:56:40.854 | + functions:vercmp:671 : '[' 3.13 = 5.4 ']' 2022-06-09 10:56:40.856 | + functions:vercmp:672 : return 2022-06-09 10:56:40.858 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-06-09 10:56:40.861 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-09 10:56:40.863 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart openvswitch-switch 2022-06-09 10:56:41.369 | + ./stack.sh:main:815 : is_service_enabled etcd3 2022-06-09 10:56:41.389 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:41.391 | + ./stack.sh:main:816 : install_etcd3 2022-06-09 10:56:41.393 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-09 10:56:41.393 | Installing etcd 2022-06-09 10:56:41.396 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-09 10:56:41.408 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-09 10:56:41.419 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-09 10:56:41.422 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-09 10:56:41.434 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-09 10:56:41.437 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-09 10:56:41.444 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-09 10:56:41.446 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-09 10:56:41.451 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-09 10:56:41.453 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-06-09 10:56:41.456 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-09 10:56:41.458 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-09 10:56:41.460 | ++ functions:get_extra_file:73 : return 2022-06-09 10:56:41.463 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-09 10:56:41.466 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-09 10:56:41.469 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-09 10:56:41.471 | + ./stack.sh:main:825 : is_service_enabled tls-proxy 2022-06-09 10:56:41.488 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:56:41.490 | + ./stack.sh:main:835 : install_dstat 2022-06-09 10:56:41.492 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-09 10:56:41.509 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:56:41.511 | + ./stack.sh:main:841 : echo_summary 'Installing OpenStack project source' 2022-06-09 10:56:41.513 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-09 10:56:41.516 | + ./stack.sh:echo_summary:421 : echo -e Installing OpenStack project source 2022-06-09 10:56:41.518 | + ./stack.sh:main:844 : install_libs 2022-06-09 10:56:41.521 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2022-06-09 10:56:41.523 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2022-06-09 10:56:41.525 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2022-06-09 10:56:41.527 | + inc/python:use_library_from_git:250 : local name=automaton 2022-06-09 10:56:41.530 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.534 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.537 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-06-09 10:56:41.540 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.543 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2022-06-09 10:56:41.546 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2022-06-09 10:56:41.549 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2022-06-09 10:56:41.553 | + inc/python:use_library_from_git:250 : local name=castellan 2022-06-09 10:56:41.555 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.558 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.561 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-06-09 10:56:41.563 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.565 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2022-06-09 10:56:41.568 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2022-06-09 10:56:41.570 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2022-06-09 10:56:41.572 | + inc/python:use_library_from_git:250 : local name=cliff 2022-06-09 10:56:41.574 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.577 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.579 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-06-09 10:56:41.582 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.584 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2022-06-09 10:56:41.586 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2022-06-09 10:56:41.588 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2022-06-09 10:56:41.590 | + inc/python:use_library_from_git:250 : local name=cursive 2022-06-09 10:56:41.593 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.595 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.598 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-06-09 10:56:41.600 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.603 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2022-06-09 10:56:41.605 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2022-06-09 10:56:41.608 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2022-06-09 10:56:41.610 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-06-09 10:56:41.613 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.615 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.617 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-06-09 10:56:41.619 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.622 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2022-06-09 10:56:41.624 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2022-06-09 10:56:41.626 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2022-06-09 10:56:41.628 | + inc/python:use_library_from_git:250 : local name=futurist 2022-06-09 10:56:41.631 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.633 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.635 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-06-09 10:56:41.637 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.640 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2022-06-09 10:56:41.642 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2022-06-09 10:56:41.645 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2022-06-09 10:56:41.647 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-06-09 10:56:41.649 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.651 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.653 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-06-09 10:56:41.656 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.658 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2022-06-09 10:56:41.660 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2022-06-09 10:56:41.663 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2022-06-09 10:56:41.665 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-06-09 10:56:41.667 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.670 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.673 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-06-09 10:56:41.675 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.678 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2022-06-09 10:56:41.681 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2022-06-09 10:56:41.683 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2022-06-09 10:56:41.686 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-06-09 10:56:41.689 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.691 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.694 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-06-09 10:56:41.697 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.699 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2022-06-09 10:56:41.702 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2022-06-09 10:56:41.704 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2022-06-09 10:56:41.707 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-06-09 10:56:41.709 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.711 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.714 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-06-09 10:56:41.716 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.718 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2022-06-09 10:56:41.721 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2022-06-09 10:56:41.723 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2022-06-09 10:56:41.725 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-06-09 10:56:41.727 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.730 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.732 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-06-09 10:56:41.735 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.737 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2022-06-09 10:56:41.739 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2022-06-09 10:56:41.741 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2022-06-09 10:56:41.744 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-06-09 10:56:41.746 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.749 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.751 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-09 10:56:41.753 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.756 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2022-06-09 10:56:41.758 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2022-06-09 10:56:41.760 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2022-06-09 10:56:41.762 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-06-09 10:56:41.765 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.767 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.769 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-06-09 10:56:41.772 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.774 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2022-06-09 10:56:41.776 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2022-06-09 10:56:41.779 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2022-06-09 10:56:41.781 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-06-09 10:56:41.783 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.785 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.788 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-06-09 10:56:41.790 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.792 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2022-06-09 10:56:41.795 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2022-06-09 10:56:41.797 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2022-06-09 10:56:41.799 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-06-09 10:56:41.802 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.804 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.806 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-06-09 10:56:41.808 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.811 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2022-06-09 10:56:41.813 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2022-06-09 10:56:41.816 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2022-06-09 10:56:41.818 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-06-09 10:56:41.820 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.823 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.825 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-09 10:56:41.827 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.830 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2022-06-09 10:56:41.832 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2022-06-09 10:56:41.835 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2022-06-09 10:56:41.837 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-06-09 10:56:41.839 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.842 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.844 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-06-09 10:56:41.846 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.848 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2022-06-09 10:56:41.851 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2022-06-09 10:56:41.853 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2022-06-09 10:56:41.855 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-06-09 10:56:41.858 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.860 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.862 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-09 10:56:41.865 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.867 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2022-06-09 10:56:41.869 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2022-06-09 10:56:41.872 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2022-06-09 10:56:41.874 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-06-09 10:56:41.876 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.879 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.881 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-09 10:56:41.883 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.886 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2022-06-09 10:56:41.888 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2022-06-09 10:56:41.890 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2022-06-09 10:56:41.893 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-06-09 10:56:41.895 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.897 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.900 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-06-09 10:56:41.902 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.904 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2022-06-09 10:56:41.907 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2022-06-09 10:56:41.909 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2022-06-09 10:56:41.911 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-06-09 10:56:41.914 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.916 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.918 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-09 10:56:41.921 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.923 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2022-06-09 10:56:41.925 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2022-06-09 10:56:41.928 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2022-06-09 10:56:41.930 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-06-09 10:56:41.932 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.935 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.937 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-06-09 10:56:41.939 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.942 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2022-06-09 10:56:41.944 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2022-06-09 10:56:41.946 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2022-06-09 10:56:41.949 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-06-09 10:56:41.951 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.953 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.956 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-09 10:56:41.958 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.961 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2022-06-09 10:56:41.963 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2022-06-09 10:56:41.965 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2022-06-09 10:56:41.968 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-06-09 10:56:41.970 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.973 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.975 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-09 10:56:41.977 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.980 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2022-06-09 10:56:41.982 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2022-06-09 10:56:41.984 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2022-06-09 10:56:41.987 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-06-09 10:56:41.989 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:41.992 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:41.994 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-06-09 10:56:41.996 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:41.999 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2022-06-09 10:56:42.002 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2022-06-09 10:56:42.004 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2022-06-09 10:56:42.007 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-06-09 10:56:42.009 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.011 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.014 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-06-09 10:56:42.017 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.019 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2022-06-09 10:56:42.021 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2022-06-09 10:56:42.024 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2022-06-09 10:56:42.026 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-06-09 10:56:42.028 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.031 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.033 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-09 10:56:42.035 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.039 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2022-06-09 10:56:42.041 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2022-06-09 10:56:42.044 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2022-06-09 10:56:42.047 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-06-09 10:56:42.050 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.052 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.056 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-09 10:56:42.058 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.060 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2022-06-09 10:56:42.063 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2022-06-09 10:56:42.065 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2022-06-09 10:56:42.067 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-06-09 10:56:42.070 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.072 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.074 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-06-09 10:56:42.077 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.079 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2022-06-09 10:56:42.082 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2022-06-09 10:56:42.084 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2022-06-09 10:56:42.087 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-06-09 10:56:42.090 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.092 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.095 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-06-09 10:56:42.097 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.100 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2022-06-09 10:56:42.102 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2022-06-09 10:56:42.105 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2022-06-09 10:56:42.107 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-06-09 10:56:42.109 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.112 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.114 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-06-09 10:56:42.117 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.120 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2022-06-09 10:56:42.122 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2022-06-09 10:56:42.124 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2022-06-09 10:56:42.127 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-06-09 10:56:42.129 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.131 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.134 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-06-09 10:56:42.136 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.138 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2022-06-09 10:56:42.141 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2022-06-09 10:56:42.143 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2022-06-09 10:56:42.145 | + inc/python:use_library_from_git:250 : local name=tooz 2022-06-09 10:56:42.148 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.150 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.152 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-06-09 10:56:42.155 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.157 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2022-06-09 10:56:42.159 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2022-06-09 10:56:42.162 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2022-06-09 10:56:42.164 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-06-09 10:56:42.166 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.169 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.171 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-06-09 10:56:42.173 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.176 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2022-06-09 10:56:42.178 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2022-06-09 10:56:42.180 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2022-06-09 10:56:42.183 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-06-09 10:56:42.185 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.187 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.190 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-06-09 10:56:42.192 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.194 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2022-06-09 10:56:42.197 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2022-06-09 10:56:42.199 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2022-06-09 10:56:42.201 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-06-09 10:56:42.204 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:42.206 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:42.209 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-09 10:56:42.211 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:42.213 | + lib/libraries:install_libs:135 : pip_install etcd3 2022-06-09 10:56:42.236 | Using python 3.8 to install etcd3 2022-06-09 10:56:42.238 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-06-09 10:56:44.019 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:44.019 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:56:44.024 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:44.024 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:44.026 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:44.027 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:44.027 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:44.028 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:44.028 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:44.028 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:44.043 | Requirement already satisfied: etcd3===0.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.12.0) 2022-06-09 10:56:44.053 | Requirement already satisfied: grpcio===1.31.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186)) (1.31.0) 2022-06-09 10:56:44.079 | Requirement already satisfied: protobuf===3.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (3.13.0) 2022-06-09 10:56:44.084 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:56:44.087 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (6.2.0) 2022-06-09 10:56:44.102 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from protobuf===3.13.0->-c /opt/stack/requirements/upper-constraints.txt (line 339)) (49.6.0) 2022-06-09 10:56:46.260 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:56:46.260 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:56:46.343 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:46.346 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:46.349 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:46.353 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:46.356 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:46.358 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:46.360 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:46.362 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:46.365 | + functions-common:time_stop:2329 : start_time=1654772202229 2022-06-09 10:56:46.367 | + functions-common:time_stop:2331 : [[ -z 1654772202229 ]] 2022-06-09 10:56:46.369 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:46.373 | + functions-common:time_stop:2334 : end_time=1654772206371 2022-06-09 10:56:46.376 | + functions-common:time_stop:2335 : elapsed_time=4142 2022-06-09 10:56:46.378 | + functions-common:time_stop:2336 : total=28494 2022-06-09 10:56:46.380 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:46.382 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=32636 2022-06-09 10:56:46.384 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:46.387 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2022-06-09 10:56:46.412 | Using python 3.8 to install etcd3gw 2022-06-09 10:56:46.415 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-06-09 10:56:48.209 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:48.209 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:56:48.213 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:48.214 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:48.216 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:48.217 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:48.217 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:48.218 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:48.218 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:48.218 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:48.233 | Requirement already satisfied: etcd3gw===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.2.5) 2022-06-09 10:56:48.259 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0) 2022-06-09 10:56:48.266 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:56:48.269 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:56:48.289 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:56:48.292 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:56:48.313 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:56:48.316 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:56:48.319 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:56:50.463 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:56:50.463 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:56:50.537 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:50.541 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:50.545 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:50.549 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:50.552 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:50.555 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:50.559 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:50.562 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:50.564 | + functions-common:time_stop:2329 : start_time=1654772206404 2022-06-09 10:56:50.566 | + functions-common:time_stop:2331 : [[ -z 1654772206404 ]] 2022-06-09 10:56:50.569 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:50.573 | + functions-common:time_stop:2334 : end_time=1654772210571 2022-06-09 10:56:50.576 | + functions-common:time_stop:2335 : elapsed_time=4167 2022-06-09 10:56:50.578 | + functions-common:time_stop:2336 : total=32636 2022-06-09 10:56:50.581 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:50.583 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=36803 2022-06-09 10:56:50.585 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:50.588 | + ./stack.sh:main:847 : install_apache_uwsgi 2022-06-09 10:56:50.590 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-06-09 10:56:50.593 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-06-09 10:56:50.595 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-09 10:56:50.597 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-09 10:56:50.600 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-09 10:56:50.602 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-09 10:56:50.605 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-09 10:56:50.607 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-09 10:56:50.609 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-09 10:56:50.612 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-09 10:56:50.614 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-06-09 10:56:50.616 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-06-09 10:56:50.619 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:50.621 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:50.625 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-09 10:56:50.628 | + lib/apache:install_apache_uwsgi:96 : [[ focal == \b\i\o\n\i\c ]] 2022-06-09 10:56:50.630 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-09 10:56:50.632 | + functions-common:install_package:1356 : update_package_repo 2022-06-09 10:56:50.635 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:56:50.637 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-09 10:56:50.639 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:56:50.641 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:56:50.644 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:56:50.646 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:50.648 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:50.650 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:56:50.653 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-09 10:56:50.655 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-09 10:56:50.657 | + functions-common:apt_get_update:1083 : return 2022-06-09 10:56:50.660 | + functions-common:install_package:1357 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-09 10:56:50.662 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:56:50.664 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:50.666 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:50.669 | + functions-common:real_install_package:1343 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-09 10:56:50.689 | + functions-common:apt_get:1123 : 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 2022-06-09 10:56:50.800 | Reading package lists... 2022-06-09 10:56:51.052 | Building dependency tree... 2022-06-09 10:56:51.053 | Reading state information... 2022-06-09 10:56:51.305 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-09 10:56:51.305 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-09 10:56:51.305 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-09 10:56:51.305 | The following packages were automatically installed and are no longer required: 2022-06-09 10:56:51.306 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:56:51.306 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:56:51.306 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:56:51.306 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:56:51.306 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:56:51.306 | python3-zope.interface 2022-06-09 10:56:51.306 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:56:51.449 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:56:51.456 | + functions-common:apt_get:1127 : result=0 2022-06-09 10:56:51.459 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:56:51.462 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:51.465 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:51.468 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:51.471 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:51.474 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:51.477 | + functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:56:51.479 | + functions-common:time_stop:2329 : start_time=1654772210687 2022-06-09 10:56:51.482 | + functions-common:time_stop:2331 : [[ -z 1654772210687 ]] 2022-06-09 10:56:51.485 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:51.490 | + functions-common:time_stop:2334 : end_time=1654772211487 2022-06-09 10:56:51.493 | + functions-common:time_stop:2335 : elapsed_time=800 2022-06-09 10:56:51.495 | + functions-common:time_stop:2336 : total=4810 2022-06-09 10:56:51.499 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:51.502 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=5610 2022-06-09 10:56:51.504 | + functions-common:apt_get:1131 : return 0 2022-06-09 10:56:51.508 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2022-06-09 10:56:51.510 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:56:51.513 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:56:51.516 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2022-06-09 10:56:51.579 | Module proxy already enabled 2022-06-09 10:56:51.585 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2022-06-09 10:56:51.654 | Considering dependency proxy for proxy_uwsgi: 2022-06-09 10:56:51.654 | Module proxy already enabled 2022-06-09 10:56:51.654 | Module proxy_uwsgi already enabled 2022-06-09 10:56:51.660 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2022-06-09 10:56:51.663 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-09 10:56:51.667 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-09 10:56:51.670 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-09 10:56:51.809 | + ./stack.sh:main:850 : install_keystoneauth 2022-06-09 10:56:51.811 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2022-06-09 10:56:51.814 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-06-09 10:56:51.816 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.819 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.821 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-06-09 10:56:51.824 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:51.827 | + ./stack.sh:main:851 : install_keystoneclient 2022-06-09 10:56:51.829 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2022-06-09 10:56:51.832 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-06-09 10:56:51.834 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.837 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.839 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-06-09 10:56:51.841 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:51.844 | + ./stack.sh:main:852 : install_glanceclient 2022-06-09 10:56:51.846 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2022-06-09 10:56:51.848 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-06-09 10:56:51.850 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.853 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.855 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-06-09 10:56:51.858 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:51.860 | + ./stack.sh:main:853 : install_cinderclient 2022-06-09 10:56:51.862 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2022-06-09 10:56:51.865 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-06-09 10:56:51.867 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.869 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.871 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-06-09 10:56:51.874 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:51.876 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2022-06-09 10:56:51.878 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-06-09 10:56:51.881 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.883 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.885 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-06-09 10:56:51.888 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:51.890 | + ./stack.sh:main:854 : install_novaclient 2022-06-09 10:56:51.892 | + lib/nova:install_novaclient:791 : use_library_from_git python-novaclient 2022-06-09 10:56:51.895 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-06-09 10:56:51.897 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.899 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.902 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-06-09 10:56:51.905 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:51.907 | + ./stack.sh:main:855 : is_service_enabled swift glance horizon 2022-06-09 10:56:51.928 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:51.931 | + ./stack.sh:main:856 : install_swiftclient 2022-06-09 10:56:51.934 | + lib/swift:install_swiftclient:753 : use_library_from_git python-swiftclient 2022-06-09 10:56:51.937 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-06-09 10:56:51.939 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.941 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.944 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-06-09 10:56:51.946 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:51.949 | + ./stack.sh:main:858 : is_service_enabled neutron nova horizon 2022-06-09 10:56:51.965 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:56:51.968 | + ./stack.sh:main:859 : install_neutronclient 2022-06-09 10:56:51.970 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-06-09 10:56:51.972 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-06-09 10:56:51.975 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.977 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.979 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-06-09 10:56:51.982 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:51.984 | + ./stack.sh:main:863 : install_keystonemiddleware 2022-06-09 10:56:51.987 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2022-06-09 10:56:51.989 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-06-09 10:56:51.991 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:56:51.994 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:56:51.996 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-06-09 10:56:51.999 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:56:52.001 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2022-06-09 10:56:52.003 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-09 10:56:52.006 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-09 10:56:52.009 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-09 10:56:52.011 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-06-09 10:56:52.014 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-09 10:56:52.017 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-09 10:56:52.017 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-09 10:56:52.022 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-06-09 10:56:52.025 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-06-09 10:56:52.027 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-06-09 10:56:52.030 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-09 10:56:52.032 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-09 10:56:52.052 | Using python 3.8 to install keystonemiddleware 2022-06-09 10:56:52.054 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-06-09 10:56:53.843 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:53.843 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:56:53.847 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:53.848 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:53.850 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:53.851 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:53.851 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:53.852 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:53.852 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:53.852 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:53.867 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.1.0) 2022-06-09 10:56:53.938 | Requirement already satisfied: oslo.cache===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.6.3) 2022-06-09 10:56:53.973 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.3.4) 2022-06-09 10:56:53.988 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.2) 2022-06-09 10:56:53.995 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1) 2022-06-09 10:56:54.001 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.4.0) 2022-06-09 10:56:54.040 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.2) 2022-06-09 10:56:54.049 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.6.1) 2022-06-09 10:56:54.067 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:56:54.073 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:56:54.076 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2022-06-09 10:56:54.087 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6) 2022-06-09 10:56:54.090 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:56:54.094 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (2.8.1) 2022-06-09 10:56:54.099 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.1.1) 2022-06-09 10:56:54.117 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2020.1) 2022-06-09 10:56:54.121 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:56:54.142 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-06-09 10:56:54.147 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:56:54.150 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:56:54.157 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:56:54.177 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:56:54.190 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.2.1) 2022-06-09 10:56:54.256 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.0.2) 2022-06-09 10:56:54.262 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:56:54.265 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:56:54.273 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0) 2022-06-09 10:56:54.278 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.0) 2022-06-09 10:56:54.281 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9) 2022-06-09 10:56:54.284 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.12) 2022-06-09 10:56:54.287 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:56:54.290 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:56:54.293 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:56:54.296 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0) 2022-06-09 10:56:54.301 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2) 2022-06-09 10:56:54.304 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:56:56.260 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:56:56.260 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:56:56.335 | + inc/python:pip_install:200 : result=0 2022-06-09 10:56:56.338 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:56:56.340 | + functions-common:time_stop:2322 : local name 2022-06-09 10:56:56.343 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:56:56.345 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:56:56.347 | + functions-common:time_stop:2325 : local total 2022-06-09 10:56:56.350 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:56:56.353 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:56:56.355 | + functions-common:time_stop:2329 : start_time=1654772212047 2022-06-09 10:56:56.357 | + functions-common:time_stop:2331 : [[ -z 1654772212047 ]] 2022-06-09 10:56:56.360 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:56:56.365 | + functions-common:time_stop:2334 : end_time=1654772216362 2022-06-09 10:56:56.368 | + functions-common:time_stop:2335 : elapsed_time=4315 2022-06-09 10:56:56.371 | + functions-common:time_stop:2336 : total=36803 2022-06-09 10:56:56.373 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:56:56.376 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=41118 2022-06-09 10:56:56.378 | + inc/python:pip_install:203 : return 0 2022-06-09 10:56:56.381 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2022-06-09 10:56:56.383 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-09 10:56:56.386 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-09 10:56:56.389 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-09 10:56:56.392 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-06-09 10:56:56.394 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-09 10:56:56.398 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-09 10:56:56.398 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-09 10:56:56.404 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-06-09 10:56:56.406 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-06-09 10:56:56.409 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-06-09 10:56:56.412 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-09 10:56:56.414 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-09 10:56:56.436 | Using python 3.8 to install python-memcached 2022-06-09 10:56:56.438 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-06-09 10:56:58.243 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:56:58.244 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:56:58.248 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:58.249 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:58.250 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:56:58.252 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:58.252 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:58.252 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:58.252 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:56:58.253 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:56:58.268 | Requirement already satisfied: python-memcached===1.59 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (1.59) 2022-06-09 10:56:58.272 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:57:00.483 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:57:00.483 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:57:00.558 | + inc/python:pip_install:200 : result=0 2022-06-09 10:57:00.561 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:57:00.565 | + functions-common:time_stop:2322 : local name 2022-06-09 10:57:00.568 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:57:00.572 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:57:00.574 | + functions-common:time_stop:2325 : local total 2022-06-09 10:57:00.578 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:57:00.580 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:57:00.582 | + functions-common:time_stop:2329 : start_time=1654772216430 2022-06-09 10:57:00.585 | + functions-common:time_stop:2331 : [[ -z 1654772216430 ]] 2022-06-09 10:57:00.588 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:57:00.592 | + functions-common:time_stop:2334 : end_time=1654772220589 2022-06-09 10:57:00.594 | + functions-common:time_stop:2335 : elapsed_time=4159 2022-06-09 10:57:00.597 | + functions-common:time_stop:2336 : total=41118 2022-06-09 10:57:00.599 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:57:00.601 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=45277 2022-06-09 10:57:00.603 | + inc/python:pip_install:203 : return 0 2022-06-09 10:57:00.606 | + ./stack.sh:main:865 : is_service_enabled keystone 2022-06-09 10:57:00.622 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:00.625 | + ./stack.sh:main:866 : '[' 10.222.0.33 == 10.222.0.33 ']' 2022-06-09 10:57:00.627 | + ./stack.sh:main:867 : stack_install_service keystone 2022-06-09 10:57:00.630 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-09 10:57:00.632 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-09 10:57:00.635 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-09 10:57:00.639 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-09 10:57:00.641 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2022-06-09 10:57:00.658 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:00.660 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/victoria 2022-06-09 10:57:00.663 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-09 10:57:00.665 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2022-06-09 10:57:00.667 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-09 10:57:00.670 | + functions-common:git_clone:528 : local orig_dir 2022-06-09 10:57:00.673 | ++ functions-common:git_clone:529 : pwd 2022-06-09 10:57:00.675 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:57:00.677 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:57:00.680 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:57:00.696 | + functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:57:00.699 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:57:00.701 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:00.704 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-09 10:57:00.704 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:57:00.710 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2022-06-09 10:57:00.712 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:00.714 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-09 10:57:00.727 | + functions-common:git_clone:606 : cd /opt/stack/keystone 2022-06-09 10:57:00.729 | + functions-common:git_clone:607 : git show --oneline 2022-06-09 10:57:00.730 | + functions-common:git_clone:607 : head -1 2022-06-09 10:57:00.734 | f4946fc86 Merge "Fix issue with LDAP backend returning bytes instead of string" into stable/victoria 2022-06-09 10:57:00.736 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:57:00.738 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2022-06-09 10:57:00.741 | + inc/python:setup_develop:338 : local bindep 2022-06-09 10:57:00.743 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-09 10:57:00.745 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-06-09 10:57:00.747 | + inc/python:setup_develop:344 : local extras= 2022-06-09 10:57:00.750 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-09 10:57:00.753 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-09 10:57:00.755 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-09 10:57:00.758 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-06-09 10:57:00.760 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-09 10:57:00.762 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-09 10:57:00.765 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-06-09 10:57:00.769 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-09 10:57:00.772 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-06-09 10:57:00.776 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-09 10:57:00.778 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-09 10:57:00.781 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-09 10:57:00.787 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2022-06-09 10:57:00.789 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2022-06-09 10:57:01.392 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2022-06-09 10:57:01.395 | + inc/python:setup_package:417 : local bindep=0 2022-06-09 10:57:01.399 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-09 10:57:01.402 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-09 10:57:01.406 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-09 10:57:01.409 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2022-06-09 10:57:01.413 | + inc/python:setup_package:426 : local flags=-e 2022-06-09 10:57:01.417 | + inc/python:setup_package:427 : local extras= 2022-06-09 10:57:01.420 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-09 10:57:01.422 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-09 10:57:01.424 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-09 10:57:01.427 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-09 10:57:01.429 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-09 10:57:01.431 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2022-06-09 10:57:01.451 | Using python 3.8 to install /opt/stack/keystone 2022-06-09 10:57:01.453 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-06-09 10:57:03.242 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:57:03.243 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:57:03.247 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:03.248 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:03.249 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:57:03.251 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:03.251 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:03.251 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:03.252 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:03.252 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:03.265 | Obtaining file:///opt/stack/keystone 2022-06-09 10:57:04.863 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-09 10:57:06.446 | Requirement already satisfied: Flask===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 6)) (1.1.2) 2022-06-09 10:57:06.475 | Requirement already satisfied: Flask-RESTful===0.3.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) (0.3.8) 2022-06-09 10:57:06.484 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2022-06-09 10:57:06.491 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2022-06-09 10:57:06.495 | Requirement already satisfied: PyJWT===1.7.1 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (1.7.1) 2022-06-09 10:57:06.503 | Requirement already satisfied: SQLAlchemy===1.3.19 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.19) 2022-06-09 10:57:06.523 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:57:06.537 | Requirement already satisfied: Werkzeug===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 33)) (1.0.1) 2022-06-09 10:57:06.552 | Requirement already satisfied: aniso8601===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (8.0.0) 2022-06-09 10:57:06.556 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2022-06-09 10:57:06.566 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2022-06-09 10:57:06.569 | Requirement already satisfied: click===7.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (7.1.2) 2022-06-09 10:57:06.573 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.1) 2022-06-09 10:57:06.612 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.0.2) 2022-06-09 10:57:06.619 | Requirement already satisfied: itsdangerous===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) (1.1.0) 2022-06-09 10:57:06.622 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0) 2022-06-09 10:57:06.634 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (9.1.0) 2022-06-09 10:57:06.689 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.0.0) 2022-06-09 10:57:06.692 | Requirement already satisfied: oauthlib===3.1.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) (3.1.0) 2022-06-09 10:57:06.698 | Requirement already satisfied: oslo.cache===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.6.3) 2022-06-09 10:57:06.733 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.3.4) 2022-06-09 10:57:06.748 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.2) 2022-06-09 10:57:06.754 | Requirement already satisfied: oslo.db===8.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.4.1) 2022-06-09 10:57:06.801 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1) 2022-06-09 10:57:06.807 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.4.0) 2022-06-09 10:57:06.846 | Requirement already satisfied: oslo.messaging===12.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (12.5.2) 2022-06-09 10:57:06.898 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.1.1) 2022-06-09 10:57:06.916 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.5.0) 2022-06-09 10:57:06.933 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.2) 2022-06-09 10:57:06.942 | Requirement already satisfied: oslo.service===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.4.1) 2022-06-09 10:57:06.966 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.1.1) 2022-06-09 10:57:06.974 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.6.1) 2022-06-09 10:57:06.991 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.4.0) 2022-06-09 10:57:07.036 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:57:07.043 | Requirement already satisfied: passlib===1.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (1.7.2) 2022-06-09 10:57:07.056 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:57:07.059 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:57:07.062 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2022-06-09 10:57:07.072 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20) 2022-06-09 10:57:07.075 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6) 2022-06-09 10:57:07.078 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:57:07.082 | Requirement already satisfied: pysaml2===6.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (6.1.0) 2022-06-09 10:57:07.097 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (2.8.1) 2022-06-09 10:57:07.102 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.1.1) 2022-06-09 10:57:07.121 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2020.1) 2022-06-09 10:57:07.125 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:57:07.147 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-06-09 10:57:07.151 | Requirement already satisfied: scrypt===0.8.15 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (0.8.15) 2022-06-09 10:57:07.154 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:57:07.158 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (0.13.0) 2022-06-09 10:57:07.168 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (0.3.1) 2022-06-09 10:57:07.172 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (3.3.0) 2022-06-09 10:57:07.174 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:57:07.181 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (2.0.1) 2022-06-09 10:57:07.190 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (0.5.0) 2022-06-09 10:57:07.196 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:57:07.214 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:57:07.217 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:57:07.224 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:57:07.244 | Requirement already satisfied: yappi===1.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.2.5) 2022-06-09 10:57:07.248 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2) 2022-06-09 10:57:07.252 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (4.2.1) 2022-06-09 10:57:07.314 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:57:07.318 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.8.0) 2022-06-09 10:57:07.323 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:57:07.331 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.2) 2022-06-09 10:57:07.339 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2022-06-09 10:57:07.344 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2022-06-09 10:57:07.347 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0) 2022-06-09 10:57:07.353 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (5.0.2) 2022-06-09 10:57:07.393 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2022-06-09 10:57:07.402 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.3.1) 2022-06-09 10:57:07.412 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2022-06-09 10:57:07.423 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (0.4.16) 2022-06-09 10:57:07.426 | Requirement already satisfied: Paste===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.4.3) 2022-06-09 10:57:07.434 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.4.1) 2022-06-09 10:57:07.442 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) (0.26.1) 2022-06-09 10:57:07.451 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.10.9) 2022-06-09 10:57:07.454 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.12) 2022-06-09 10:57:07.457 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (0.6.0) 2022-06-09 10:57:07.463 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (19.1.0) 2022-06-09 10:57:07.476 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:57:07.480 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:57:07.482 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:57:07.485 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2022-06-09 10:57:07.488 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0) 2022-06-09 10:57:07.491 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2022-06-09 10:57:07.493 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (1.0.0) 2022-06-09 10:57:07.496 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:57:07.499 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0) 2022-06-09 10:57:07.503 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:57:07.506 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (1.0.4) 2022-06-09 10:57:07.509 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2022-06-09 10:57:07.516 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (5.0.0) 2022-06-09 10:57:07.519 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2022-06-09 10:57:07.525 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7) 2022-06-09 10:57:07.532 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (1.5) 2022-06-09 10:57:07.535 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0) 2022-06-09 10:57:08.904 | Installing collected packages: keystone 2022-06-09 10:57:08.904 | Attempting uninstall: keystone 2022-06-09 10:57:08.906 | Found existing installation: keystone 18.1.1.dev3 2022-06-09 10:57:08.909 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-06-09 10:57:08.910 | Running setup.py develop for keystone 2022-06-09 10:57:10.835 | Successfully installed keystone 2022-06-09 10:57:10.975 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:57:10.975 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:57:11.066 | + inc/python:pip_install:200 : result=0 2022-06-09 10:57:11.070 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:57:11.074 | + functions-common:time_stop:2322 : local name 2022-06-09 10:57:11.077 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:57:11.079 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:57:11.083 | + functions-common:time_stop:2325 : local total 2022-06-09 10:57:11.085 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:57:11.087 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:57:11.090 | + functions-common:time_stop:2329 : start_time=1654772221446 2022-06-09 10:57:11.092 | + functions-common:time_stop:2331 : [[ -z 1654772221446 ]] 2022-06-09 10:57:11.095 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:57:11.099 | + functions-common:time_stop:2334 : end_time=1654772231097 2022-06-09 10:57:11.102 | + functions-common:time_stop:2335 : elapsed_time=9651 2022-06-09 10:57:11.104 | + functions-common:time_stop:2336 : total=45277 2022-06-09 10:57:11.106 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:57:11.108 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=54928 2022-06-09 10:57:11.110 | + inc/python:pip_install:203 : return 0 2022-06-09 10:57:11.113 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-09 10:57:11.115 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-09 10:57:11.117 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-09 10:57:11.135 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-09 10:57:11.147 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2022-06-09 10:57:11.150 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-06-09 10:57:11.152 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:57:11.155 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:57:11.157 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-06-09 10:57:11.160 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:57:11.162 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2022-06-09 10:57:11.181 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:11.183 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2022-06-09 10:57:11.185 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-09 10:57:11.188 | + ./stack.sh:main:868 : configure_keystone 2022-06-09 10:57:11.190 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2022-06-09 10:57:11.203 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-06-09 10:57:11.205 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-06-09 10:57:11.210 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2022-06-09 10:57:11.226 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:11.228 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2022-06-09 10:57:11.258 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-06-09 10:57:11.287 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-06-09 10:57:11.317 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2022-06-09 10:57:11.347 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2022-06-09 10:57:11.378 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2022-06-09 10:57:11.408 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-06-09 10:57:11.440 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-06-09 10:57:11.467 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-06-09 10:57:11.469 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-06-09 10:57:11.472 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-06-09 10:57:11.474 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-06-09 10:57:11.476 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-09 10:57:11.478 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-09 10:57:11.493 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:11.496 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-09 10:57:11.499 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-09 10:57:11.501 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-09 10:57:11.516 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:11.518 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:57:11.521 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:57:11.549 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-09 10:57:11.551 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-09 10:57:11.553 | + lib/keystone:configure_keystone:225 : local service_port=5000 2022-06-09 10:57:11.556 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2022-06-09 10:57:11.558 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2022-06-09 10:57:11.573 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:11.575 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.33/identity 2022-06-09 10:57:11.610 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.33/identity 2022-06-09 10:57:11.641 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2022-06-09 10:57:11.643 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2022-06-09 10:57:11.674 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2022-06-09 10:57:11.676 | ++ lib/database:database_connection_url:132 : local db=keystone 2022-06-09 10:57:11.679 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2022-06-09 10:57:11.681 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2022-06-09 10:57:11.684 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-06-09 10:57:11.687 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-06-09 10:57:11.718 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2022-06-09 10:57:11.720 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2022-06-09 10:57:11.723 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2022-06-09 10:57:11.725 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2022-06-09 10:57:11.728 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-09 10:57:11.745 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-09 10:57:11.747 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-09 10:57:11.750 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-09 10:57:11.752 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-09 10:57:11.755 | + functions:setup_systemd_logging:726 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-09 10:57:11.782 | + functions:setup_systemd_logging:728 : 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' 2022-06-09 10:57:11.810 | + functions:setup_systemd_logging:729 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-06-09 10:57:11.838 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-09 10:57:11.865 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-06-09 10:57:11.893 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2022-06-09 10:57:11.895 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-06-09 10:57:11.897 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-06-09 10:57:11.900 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-06-09 10:57:11.902 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2022-06-09 10:57:11.905 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-09 10:57:11.907 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-09 10:57:11.910 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2022-06-09 10:57:11.914 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2022-06-09 10:57:11.916 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-09 10:57:11.918 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-09 10:57:11.931 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-09 10:57:11.931 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:57:11.940 | d /var/run/uwsgi 0755 ubuntu root 2022-06-09 10:57:11.943 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:57:11.959 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-06-09 10:57:11.962 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-06-09 10:57:11.966 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-06-09 10:57:11.995 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-06-09 10:57:12.022 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-06-09 10:57:12.051 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-06-09 10:57:12.080 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-06-09 10:57:12.109 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-06-09 10:57:12.137 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-06-09 10:57:12.166 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-06-09 10:57:12.196 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-06-09 10:57:12.226 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-09 10:57:12.253 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-06-09 10:57:12.280 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-06-09 10:57:12.307 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-06-09 10:57:12.335 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-09 10:57:12.338 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-09 10:57:12.340 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2022-06-09 10:57:12.343 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2022-06-09 10:57:12.345 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-09 10:57:12.348 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:12.350 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:12.352 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-09 10:57:12.355 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-09 10:57:12.357 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-06-09 10:57:12.386 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-06-09 10:57:12.418 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-09 10:57:12.418 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-06-09 10:57:12.427 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-06-09 10:57:12.430 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2022-06-09 10:57:12.432 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2022-06-09 10:57:12.435 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-09 10:57:12.437 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-09 10:57:12.440 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:57:12.442 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:12.444 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:12.446 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-09 10:57:12.449 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-09 10:57:12.451 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:12.453 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:12.456 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2022-06-09 10:57:12.520 | Site keystone-wsgi-public already enabled 2022-06-09 10:57:12.526 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-09 10:57:12.531 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-09 10:57:12.535 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-09 10:57:12.539 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-09 10:57:12.678 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2022-06-09 10:57:12.681 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2022-06-09 10:57:12.683 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2022-06-09 10:57:12.686 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2022-06-09 10:57:12.688 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-09 10:57:12.690 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-09 10:57:12.693 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2022-06-09 10:57:12.698 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2022-06-09 10:57:12.700 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-09 10:57:12.702 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-09 10:57:12.717 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:57:12.717 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-09 10:57:12.725 | d /var/run/uwsgi 0755 ubuntu root 2022-06-09 10:57:12.728 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:57:12.744 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2022-06-09 10:57:12.747 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2022-06-09 10:57:12.752 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2022-06-09 10:57:12.786 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2022-06-09 10:57:12.813 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2022-06-09 10:57:12.841 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2022-06-09 10:57:12.868 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2022-06-09 10:57:12.895 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2022-06-09 10:57:12.922 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2022-06-09 10:57:12.949 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2022-06-09 10:57:12.978 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2022-06-09 10:57:13.005 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-09 10:57:13.032 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2022-06-09 10:57:13.059 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2022-06-09 10:57:13.088 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2022-06-09 10:57:13.116 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-09 10:57:13.118 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-09 10:57:13.121 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2022-06-09 10:57:13.123 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2022-06-09 10:57:13.126 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-09 10:57:13.128 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:13.130 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:13.133 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-09 10:57:13.135 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-09 10:57:13.138 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2022-06-09 10:57:13.164 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2022-06-09 10:57:13.193 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 ' 2022-06-09 10:57:13.193 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-09 10:57:13.202 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 2022-06-09 10:57:13.205 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2022-06-09 10:57:13.208 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2022-06-09 10:57:13.210 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-09 10:57:13.212 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-09 10:57:13.215 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:57:13.217 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:13.220 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:13.222 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-09 10:57:13.224 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-09 10:57:13.227 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:13.229 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:13.231 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2022-06-09 10:57:13.294 | Site keystone-wsgi-admin already enabled 2022-06-09 10:57:13.301 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-09 10:57:13.304 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-09 10:57:13.308 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-09 10:57:13.311 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-09 10:57:13.452 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-06-09 10:57:13.486 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-06-09 10:57:13.519 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-06-09 10:57:13.550 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2022-06-09 10:57:13.552 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-06-09 10:57:13.585 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-06-09 10:57:13.614 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-06-09 10:57:13.643 | + ./stack.sh:main:872 : is_service_enabled swift 2022-06-09 10:57:13.659 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:13.662 | + ./stack.sh:main:873 : is_service_enabled ceilometer 2022-06-09 10:57:13.678 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:13.681 | + ./stack.sh:main:876 : stack_install_service swift 2022-06-09 10:57:13.683 | + lib/stack:stack_install_service:20 : local service=swift 2022-06-09 10:57:13.686 | + lib/stack:stack_install_service:21 : type install_swift 2022-06-09 10:57:13.688 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-09 10:57:13.690 | + lib/stack:stack_install_service:32 : install_swift 2022-06-09 10:57:13.693 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/victoria 2022-06-09 10:57:13.695 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2022-06-09 10:57:13.697 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2022-06-09 10:57:13.699 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-09 10:57:13.702 | + functions-common:git_clone:528 : local orig_dir 2022-06-09 10:57:13.705 | ++ functions-common:git_clone:529 : pwd 2022-06-09 10:57:13.708 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:57:13.710 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:57:13.713 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:57:13.729 | + functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:57:13.731 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:57:13.733 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:13.736 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-09 10:57:13.736 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:57:13.741 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2022-06-09 10:57:13.743 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:13.745 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/swift 2022-06-09 10:57:13.759 | + functions-common:git_clone:606 : cd /opt/stack/swift 2022-06-09 10:57:13.762 | + functions-common:git_clone:607 : git show --oneline 2022-06-09 10:57:13.762 | + functions-common:git_clone:607 : head -1 2022-06-09 10:57:13.769 | 4ca7bdf93 s3api: Use constant-time string comparisons in check_signature 2022-06-09 10:57:13.771 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:57:13.774 | + lib/swift:install_swift:746 : setup_develop /opt/stack/swift keystone 2022-06-09 10:57:13.777 | + inc/python:setup_develop:338 : local bindep 2022-06-09 10:57:13.779 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-06-09 10:57:13.782 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-06-09 10:57:13.784 | + inc/python:setup_develop:344 : local extras=keystone 2022-06-09 10:57:13.787 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-06-09 10:57:13.789 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-09 10:57:13.792 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-06-09 10:57:13.794 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-06-09 10:57:13.796 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-09 10:57:13.799 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-06-09 10:57:13.802 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-06-09 10:57:13.804 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-09 10:57:13.807 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-06-09 10:57:13.810 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-09 10:57:13.812 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-09 10:57:13.815 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-06-09 10:57:13.821 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2022-06-09 10:57:13.823 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2022-06-09 10:57:14.395 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e keystone 2022-06-09 10:57:14.398 | + inc/python:setup_package:417 : local bindep=0 2022-06-09 10:57:14.401 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-09 10:57:14.404 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-09 10:57:14.408 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2022-06-09 10:57:14.410 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2022-06-09 10:57:14.412 | + inc/python:setup_package:426 : local flags=-e 2022-06-09 10:57:14.416 | + inc/python:setup_package:427 : local extras=keystone 2022-06-09 10:57:14.418 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-09 10:57:14.420 | + inc/python:setup_package:431 : [[ -z keystone ]] 2022-06-09 10:57:14.423 | + inc/python:setup_package:436 : [[ ! -z keystone ]] 2022-06-09 10:57:14.426 | + inc/python:setup_package:437 : extras='[keystone]' 2022-06-09 10:57:14.428 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-09 10:57:14.431 | + inc/python:setup_package:445 : pip_install -e '/opt/stack/swift[keystone]' 2022-06-09 10:57:14.457 | Using python 3.8 to install /opt/stack/swift 2022-06-09 10:57:14.461 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-06-09 10:57:16.256 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:57:16.256 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:57:16.260 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:16.261 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:16.263 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:57:16.264 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:16.264 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:16.265 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:16.265 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:16.265 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:16.277 | Obtaining file:///opt/stack/swift 2022-06-09 10:57:17.554 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-09 10:57:18.833 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2022-06-09 10:57:18.841 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.1) 2022-06-09 10:57:18.881 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) (0.26.1) 2022-06-09 10:57:18.890 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (0.4.16) 2022-06-09 10:57:18.893 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.1.0) 2022-06-09 10:57:18.950 | Requirement already satisfied: lxml===4.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (4.5.2) 2022-06-09 10:57:18.961 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.5) 2022-06-09 10:57:18.964 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9) 2022-06-09 10:57:18.967 | Requirement already satisfied: oslo.cache===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.3) 2022-06-09 10:57:19.001 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (8.3.4) 2022-06-09 10:57:19.017 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (3.1.2) 2022-06-09 10:57:19.023 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.1) 2022-06-09 10:57:19.029 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.4.0) 2022-06-09 10:57:19.068 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (4.0.2) 2022-06-09 10:57:19.077 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.6.1) 2022-06-09 10:57:19.096 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (20.4) 2022-06-09 10:57:19.102 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (5.5.0) 2022-06-09 10:57:19.105 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (3.1.1) 2022-06-09 10:57:19.116 | Requirement already satisfied: pyeclib===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.6.0) 2022-06-09 10:57:19.119 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (0.9.6) 2022-06-09 10:57:19.122 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.4.7) 2022-06-09 10:57:19.125 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (2.8.1) 2022-06-09 10:57:19.130 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (4.1.1) 2022-06-09 10:57:19.148 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (2020.1) 2022-06-09 10:57:19.152 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 444)) (2.23.0) 2022-06-09 10:57:19.173 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (1.4.0) 2022-06-09 10:57:19.178 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (1.15.0) 2022-06-09 10:57:19.181 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (3.2.2) 2022-06-09 10:57:19.188 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:57:19.209 | Requirement already satisfied: xattr===0.9.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (0.9.7) 2022-06-09 10:57:19.213 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2022-06-09 10:57:19.217 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0) 2022-06-09 10:57:19.226 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:57:19.240 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.2.1) 2022-06-09 10:57:19.304 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.0.2) 2022-06-09 10:57:19.309 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:57:19.317 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:57:19.320 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0) 2022-06-09 10:57:19.325 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.0) 2022-06-09 10:57:19.329 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.12) 2022-06-09 10:57:19.332 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:57:19.335 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:57:19.337 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:57:19.341 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.20) 2022-06-09 10:57:19.344 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (1.7.0) 2022-06-09 10:57:19.349 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2) 2022-06-09 10:57:19.352 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:57:21.032 | Installing collected packages: swift 2022-06-09 10:57:21.032 | Attempting uninstall: swift 2022-06-09 10:57:21.034 | Found existing installation: swift 2.26.1.dev35 2022-06-09 10:57:21.036 | Can't uninstall 'swift'. No files were found to uninstall. 2022-06-09 10:57:21.038 | Running setup.py develop for swift 2022-06-09 10:57:22.731 | Successfully installed swift 2022-06-09 10:57:22.898 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:57:22.898 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:57:22.975 | + inc/python:pip_install:200 : result=0 2022-06-09 10:57:22.978 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:57:22.981 | + functions-common:time_stop:2322 : local name 2022-06-09 10:57:22.985 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:57:22.987 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:57:22.990 | + functions-common:time_stop:2325 : local total 2022-06-09 10:57:22.992 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:57:22.995 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:57:22.997 | + functions-common:time_stop:2329 : start_time=1654772234450 2022-06-09 10:57:23.000 | + functions-common:time_stop:2331 : [[ -z 1654772234450 ]] 2022-06-09 10:57:23.003 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:57:23.009 | + functions-common:time_stop:2334 : end_time=1654772243005 2022-06-09 10:57:23.011 | + functions-common:time_stop:2335 : elapsed_time=8555 2022-06-09 10:57:23.013 | + functions-common:time_stop:2336 : total=54928 2022-06-09 10:57:23.016 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:57:23.018 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=63483 2022-06-09 10:57:23.021 | + inc/python:pip_install:203 : return 0 2022-06-09 10:57:23.024 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-09 10:57:23.028 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-09 10:57:23.031 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-09 10:57:23.052 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-09 10:57:23.065 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2022-06-09 10:57:23.067 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-06-09 10:57:23.069 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:57:23.072 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:57:23.074 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-06-09 10:57:23.077 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:57:23.079 | + lib/swift:install_swift:747 : '[' False == True ']' 2022-06-09 10:57:23.082 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-09 10:57:23.085 | + ./stack.sh:main:877 : configure_swift 2022-06-09 10:57:23.087 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-06-09 10:57:23.089 | + lib/swift:configure_swift:335 : local node_number 2022-06-09 10:57:23.091 | + lib/swift:configure_swift:336 : local swift_node_config 2022-06-09 10:57:23.094 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-06-09 10:57:23.097 | + lib/swift:configure_swift:338 : local user_group 2022-06-09 10:57:23.100 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-06-09 10:57:23.932 | No container-replicator running 2022-06-09 10:57:23.932 | No proxy-server running 2022-06-09 10:57:23.932 | No account-replicator running 2022-06-09 10:57:23.932 | No object-reconstructor running 2022-06-09 10:57:23.932 | No container-auditor running 2022-06-09 10:57:23.932 | No account-reaper running 2022-06-09 10:57:23.932 | No container-sync running 2022-06-09 10:57:23.932 | No object-expirer running 2022-06-09 10:57:23.932 | No container-updater running 2022-06-09 10:57:23.932 | No object-auditor running 2022-06-09 10:57:23.933 | No container-sharder running 2022-06-09 10:57:23.933 | No container-reconciler running 2022-06-09 10:57:23.933 | No account-auditor running 2022-06-09 10:57:23.933 | No object-server running 2022-06-09 10:57:23.933 | No container-server running 2022-06-09 10:57:23.933 | No object-updater running 2022-06-09 10:57:23.933 | No account-server running 2022-06-09 10:57:23.933 | No object-replicator running 2022-06-09 10:57:23.982 | + lib/swift:configure_swift:341 : true 2022-06-09 10:57:23.984 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2022-06-09 10:57:24.002 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-06-09 10:57:24.015 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-06-09 10:57:24.017 | + lib/swift:configure_swift:355 : sed -e ' 2022-06-09 10:57:24.017 | s/%GROUP%//; 2022-06-09 10:57:24.017 | s/%USER%/ubuntu/; 2022-06-09 10:57:24.017 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-06-09 10:57:24.017 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-06-09 10:57:24.018 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2022-06-09 10:57:24.026 | uid = ubuntu 2022-06-09 10:57:24.026 | gid = 2022-06-09 10:57:24.026 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-06-09 10:57:24.026 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-06-09 10:57:24.026 | address = 127.0.0.1 2022-06-09 10:57:24.026 | 2022-06-09 10:57:24.026 | [account6612] 2022-06-09 10:57:24.026 | max connections = 25 2022-06-09 10:57:24.026 | path = /opt/stack/data/swift/1/node/ 2022-06-09 10:57:24.026 | read only = false 2022-06-09 10:57:24.026 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-06-09 10:57:24.026 | 2022-06-09 10:57:24.026 | [account6622] 2022-06-09 10:57:24.026 | max connections = 25 2022-06-09 10:57:24.026 | path = /opt/stack/data/swift/2/node/ 2022-06-09 10:57:24.026 | read only = false 2022-06-09 10:57:24.026 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-06-09 10:57:24.026 | 2022-06-09 10:57:24.026 | [account6632] 2022-06-09 10:57:24.026 | max connections = 25 2022-06-09 10:57:24.026 | path = /opt/stack/data/swift/3/node/ 2022-06-09 10:57:24.026 | read only = false 2022-06-09 10:57:24.026 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-06-09 10:57:24.026 | 2022-06-09 10:57:24.026 | [account6642] 2022-06-09 10:57:24.026 | max connections = 25 2022-06-09 10:57:24.026 | path = /opt/stack/data/swift/4/node/ 2022-06-09 10:57:24.027 | read only = false 2022-06-09 10:57:24.027 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-06-09 10:57:24.027 | 2022-06-09 10:57:24.027 | 2022-06-09 10:57:24.027 | [container6611] 2022-06-09 10:57:24.027 | max connections = 25 2022-06-09 10:57:24.027 | path = /opt/stack/data/swift/1/node/ 2022-06-09 10:57:24.027 | read only = false 2022-06-09 10:57:24.027 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-06-09 10:57:24.027 | 2022-06-09 10:57:24.027 | [container6621] 2022-06-09 10:57:24.027 | max connections = 25 2022-06-09 10:57:24.027 | path = /opt/stack/data/swift/2/node/ 2022-06-09 10:57:24.027 | read only = false 2022-06-09 10:57:24.027 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-06-09 10:57:24.027 | 2022-06-09 10:57:24.027 | [container6631] 2022-06-09 10:57:24.027 | max connections = 25 2022-06-09 10:57:24.027 | path = /opt/stack/data/swift/3/node/ 2022-06-09 10:57:24.027 | read only = false 2022-06-09 10:57:24.027 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-06-09 10:57:24.027 | 2022-06-09 10:57:24.027 | [container6641] 2022-06-09 10:57:24.027 | max connections = 25 2022-06-09 10:57:24.027 | path = /opt/stack/data/swift/4/node/ 2022-06-09 10:57:24.027 | read only = false 2022-06-09 10:57:24.027 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-06-09 10:57:24.027 | 2022-06-09 10:57:24.027 | 2022-06-09 10:57:24.027 | [object6613] 2022-06-09 10:57:24.027 | max connections = 25 2022-06-09 10:57:24.027 | path = /opt/stack/data/swift/1/node/ 2022-06-09 10:57:24.027 | read only = false 2022-06-09 10:57:24.027 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-06-09 10:57:24.027 | 2022-06-09 10:57:24.027 | [object6623] 2022-06-09 10:57:24.027 | max connections = 25 2022-06-09 10:57:24.027 | path = /opt/stack/data/swift/2/node/ 2022-06-09 10:57:24.028 | read only = false 2022-06-09 10:57:24.028 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-06-09 10:57:24.028 | 2022-06-09 10:57:24.028 | [object6633] 2022-06-09 10:57:24.028 | max connections = 25 2022-06-09 10:57:24.028 | path = /opt/stack/data/swift/3/node/ 2022-06-09 10:57:24.028 | read only = false 2022-06-09 10:57:24.028 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-06-09 10:57:24.028 | 2022-06-09 10:57:24.028 | [object6643] 2022-06-09 10:57:24.028 | max connections = 25 2022-06-09 10:57:24.028 | path = /opt/stack/data/swift/4/node/ 2022-06-09 10:57:24.028 | read only = false 2022-06-09 10:57:24.028 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-06-09 10:57:24.029 | + lib/swift:configure_swift:361 : is_ubuntu 2022-06-09 10:57:24.031 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:24.033 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:24.035 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-06-09 10:57:24.048 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-06-09 10:57:24.050 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-06-09 10:57:24.054 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-06-09 10:57:24.058 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-06-09 10:57:24.061 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-06-09 10:57:24.065 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-06-09 10:57:24.097 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.33:8080/v1/ 2022-06-09 10:57:24.123 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-06-09 10:57:24.141 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-06-09 10:57:24.170 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-06-09 10:57:24.187 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-06-09 10:57:24.215 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-06-09 10:57:24.233 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-06-09 10:57:24.261 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-06-09 10:57:24.279 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-06-09 10:57:24.310 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-06-09 10:57:24.328 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-06-09 10:57:24.356 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-06-09 10:57:24.374 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2022-06-09 10:57:24.388 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:24.390 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-06-09 10:57:24.418 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-06-09 10:57:24.446 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-06-09 10:57:24.474 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-06-09 10:57:24.502 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2022-06-09 10:57:24.517 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:24.519 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-06-09 10:57:24.545 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2022-06-09 10:57:24.560 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:24.562 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2022-06-09 10:57:24.577 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:24.579 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2022-06-09 10:57:24.582 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2022-06-09 10:57:24.596 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:24.598 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2022-06-09 10:57:24.600 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2022-06-09 10:57:24.602 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-06-09 10:57:24.607 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-06-09 10:57:24.612 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-06-09 10:57:24.643 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-06-09 10:57:24.669 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-06-09 10:57:24.707 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-06-09 10:57:24.736 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-06-09 10:57:24.763 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-06-09 10:57:24.766 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2022-06-09 10:57:24.768 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2022-06-09 10:57:24.770 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2022-06-09 10:57:24.772 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-06-09 10:57:24.802 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-06-09 10:57:24.832 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.33/identity 2022-06-09 10:57:24.859 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-06-09 10:57:24.886 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-06-09 10:57:24.913 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-06-09 10:57:24.940 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-06-09 10:57:24.968 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-06-09 10:57:24.995 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-09 10:57:25.021 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-06-09 10:57:25.048 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-06-09 10:57:25.076 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-06-09 10:57:25.103 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-06-09 10:57:25.130 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-06-09 10:57:25.160 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-06-09 10:57:25.188 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-06-09 10:57:25.208 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-06-09 10:57:25.235 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-06-09 10:57:25.264 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-06-09 10:57:25.268 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-06-09 10:57:25.302 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-06-09 10:57:25.329 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-06-09 10:57:25.355 | + lib/swift:configure_swift:479 : local node_number 2022-06-09 10:57:25.358 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-06-09 10:57:25.360 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2022-06-09 10:57:25.362 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-06-09 10:57:25.367 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-06-09 10:57:25.369 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-06-09 10:57:25.371 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-09 10:57:25.374 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-06-09 10:57:25.376 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-06-09 10:57:25.378 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-09 10:57:25.380 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-09 10:57:25.382 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-06-09 10:57:25.399 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-06-09 10:57:25.429 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-06-09 10:57:25.452 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-06-09 10:57:25.483 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-06-09 10:57:25.501 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-09 10:57:25.528 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-06-09 10:57:25.547 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-09 10:57:25.574 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-06-09 10:57:25.593 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-09 10:57:25.620 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-06-09 10:57:25.638 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-06-09 10:57:25.666 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-06-09 10:57:25.684 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-06-09 10:57:25.712 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-06-09 10:57:25.730 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-06-09 10:57:25.759 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-06-09 10:57:25.777 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-06-09 10:57:25.809 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-06-09 10:57:25.814 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-06-09 10:57:25.833 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-09 10:57:25.861 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-06-09 10:57:25.892 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2022-06-09 10:57:25.894 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-06-09 10:57:25.898 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-06-09 10:57:25.900 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-06-09 10:57:25.903 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-09 10:57:25.905 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-06-09 10:57:25.907 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-06-09 10:57:25.909 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-09 10:57:25.911 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-09 10:57:25.913 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-06-09 10:57:25.931 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-06-09 10:57:25.960 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-06-09 10:57:25.978 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-06-09 10:57:26.006 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-06-09 10:57:26.024 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-09 10:57:26.053 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-06-09 10:57:26.071 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-09 10:57:26.099 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-06-09 10:57:26.117 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-09 10:57:26.145 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-06-09 10:57:26.162 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-06-09 10:57:26.190 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-06-09 10:57:26.208 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-06-09 10:57:26.243 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-06-09 10:57:26.264 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-06-09 10:57:26.303 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-06-09 10:57:26.323 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-06-09 10:57:26.352 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-06-09 10:57:26.357 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-06-09 10:57:26.375 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-09 10:57:26.402 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2022-06-09 10:57:26.405 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-06-09 10:57:26.409 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-06-09 10:57:26.411 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-06-09 10:57:26.414 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-09 10:57:26.416 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-06-09 10:57:26.418 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-06-09 10:57:26.420 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-09 10:57:26.422 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-09 10:57:26.425 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-06-09 10:57:26.442 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-06-09 10:57:26.469 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-06-09 10:57:26.486 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-06-09 10:57:26.514 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-06-09 10:57:26.532 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-09 10:57:26.560 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-06-09 10:57:26.580 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-09 10:57:26.609 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-06-09 10:57:26.627 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-09 10:57:26.655 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-06-09 10:57:26.673 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-06-09 10:57:26.701 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-06-09 10:57:26.719 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-06-09 10:57:26.747 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-06-09 10:57:26.765 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-06-09 10:57:26.792 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-06-09 10:57:26.810 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-06-09 10:57:26.837 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-06-09 10:57:26.842 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-06-09 10:57:26.860 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-09 10:57:26.887 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-06-09 10:57:26.915 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-06-09 10:57:26.942 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-06-09 10:57:26.971 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2022-06-09 10:57:26.974 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-06-09 10:57:26.979 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-06-09 10:57:27.009 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-06-09 10:57:27.040 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-06-09 10:57:27.068 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-06-09 10:57:27.101 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-06-09 10:57:27.134 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-06-09 10:57:27.162 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-06-09 10:57:27.188 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2022-06-09 10:57:27.215 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-06-09 10:57:27.242 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2022-06-09 10:57:27.258 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:27.260 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-06-09 10:57:27.278 | + lib/swift:configure_swift:522 : local auth_vers 2022-06-09 10:57:27.281 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2022-06-09 10:57:27.305 | + lib/swift:configure_swift:523 : auth_vers=3 2022-06-09 10:57:27.308 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.33 2022-06-09 10:57:27.337 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2022-06-09 10:57:27.339 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2022-06-09 10:57:27.368 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.33/identity 2022-06-09 10:57:27.399 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2022-06-09 10:57:27.401 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-06-09 10:57:27.428 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2022-06-09 10:57:27.444 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:27.446 | + lib/swift:configure_swift:542 : local user_group 2022-06-09 10:57:27.449 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2022-06-09 10:57:27.455 | + lib/swift:configure_swift:543 : user_group=1000 2022-06-09 10:57:27.458 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-06-09 10:57:27.472 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2022-06-09 10:57:27.475 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2022-06-09 10:57:27.487 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2022-06-09 10:57:27.491 | + lib/swift:configure_swift:549 : is_suse 2022-06-09 10:57:27.494 | + functions-common:is_suse:464 : is_opensuse 2022-06-09 10:57:27.497 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-09 10:57:27.500 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-09 10:57:27.503 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-09 10:57:27.505 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-09 10:57:27.508 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-09 10:57:27.511 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-06-09 10:57:27.524 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2022-06-09 10:57:27.526 | + lib/swift:configure_swift:562 : '[' False == True ']' 2022-06-09 10:57:27.529 | + ./stack.sh:main:880 : is_service_enabled s3api 2022-06-09 10:57:27.547 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:27.549 | + ./stack.sh:main:886 : is_service_enabled g-api n-api 2022-06-09 10:57:27.566 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:27.568 | + ./stack.sh:main:888 : stack_install_service glance 2022-06-09 10:57:27.571 | + lib/stack:stack_install_service:20 : local service=glance 2022-06-09 10:57:27.573 | + lib/stack:stack_install_service:21 : type install_glance 2022-06-09 10:57:27.576 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-09 10:57:27.578 | + lib/stack:stack_install_service:32 : install_glance 2022-06-09 10:57:27.581 | + lib/glance:install_glance:436 : glance_store_extras=() 2022-06-09 10:57:27.583 | + lib/glance:install_glance:436 : local glance_store_extras 2022-06-09 10:57:27.586 | + lib/glance:install_glance:438 : is_service_enabled cinder 2022-06-09 10:57:27.603 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:27.605 | + lib/glance:install_glance:439 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-06-09 10:57:27.607 | + lib/glance:install_glance:442 : is_service_enabled swift 2022-06-09 10:57:27.625 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:27.627 | + lib/glance:install_glance:443 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-06-09 10:57:27.631 | + lib/glance:install_glance:448 : use_library_from_git glance_store 2022-06-09 10:57:27.633 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-06-09 10:57:27.636 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:57:27.638 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:57:27.641 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-06-09 10:57:27.644 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:57:27.647 | ++ lib/glance:install_glance:454 : join_extras swift cinder 2022-06-09 10:57:27.650 | ++ inc/python:join_extras:29 : local IFS=, 2022-06-09 10:57:27.652 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-06-09 10:57:27.655 | + lib/glance:install_glance:454 : pip_install_gr_extras glance-store swift,cinder 2022-06-09 10:57:27.661 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-06-09 10:57:27.663 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-06-09 10:57:27.666 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-06-09 10:57:27.669 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-06-09 10:57:27.672 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-06-09 10:57:27.674 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-06-09 10:57:27.678 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-06-09 10:57:27.679 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-06-09 10:57:27.684 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-06-09 10:57:27.687 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-06-09 10:57:27.690 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-06-09 10:57:27.693 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-06-09 10:57:27.696 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-06-09 10:57:27.718 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-06-09 10:57:27.720 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-06-09 10:57:29.485 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:57:29.485 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:57:29.490 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:29.490 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:29.492 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:57:29.493 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:29.494 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:29.494 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:29.494 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:29.494 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:29.509 | Requirement already satisfied: glance-store===2.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (2.3.1) 2022-06-09 10:57:29.603 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (0.18.1) 2022-06-09 10:57:29.605 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0) 2022-06-09 10:57:29.617 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.2.1) 2022-06-09 10:57:29.680 | Requirement already satisfied: os-brick===4.0.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) (4.0.5) 2022-06-09 10:57:29.704 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (1.7.0) 2022-06-09 10:57:29.709 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (5.2.0) 2022-06-09 10:57:29.730 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.3.1) 2022-06-09 10:57:29.740 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (8.3.4) 2022-06-09 10:57:29.755 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (3.1.2) 2022-06-09 10:57:29.761 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.1) 2022-06-09 10:57:29.767 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.4.0) 2022-06-09 10:57:29.805 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.4.0) 2022-06-09 10:57:29.820 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (6.2.0) 2022-06-09 10:57:29.824 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (4.0.2) 2022-06-09 10:57:29.834 | Requirement already satisfied: oslo.service===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.1) 2022-06-09 10:57:29.856 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.6.1) 2022-06-09 10:57:29.874 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (20.4) 2022-06-09 10:57:29.881 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (5.5.0) 2022-06-09 10:57:29.884 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (0.9.6) 2022-06-09 10:57:29.886 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.4.7) 2022-06-09 10:57:29.890 | Requirement already satisfied: python-cinderclient===7.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (7.2.2) 2022-06-09 10:57:29.907 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (2.8.1) 2022-06-09 10:57:29.912 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (4.1.1) 2022-06-09 10:57:29.931 | Requirement already satisfied: python-swiftclient===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426)) (3.10.1) 2022-06-09 10:57:29.953 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (2020.1) 2022-06-09 10:57:29.958 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 444)) (2.23.0) 2022-06-09 10:57:29.978 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (1.4.0) 2022-06-09 10:57:29.982 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (3.17.2) 2022-06-09 10:57:29.985 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (1.15.0) 2022-06-09 10:57:29.988 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (3.2.2) 2022-06-09 10:57:29.995 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (6.2.0) 2022-06-09 10:57:30.009 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:57:30.031 | Requirement already satisfied: yappi===1.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.2.5) 2022-06-09 10:57:30.034 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) (0.26.1) 2022-06-09 10:57:30.043 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.12) 2022-06-09 10:57:30.046 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2022-06-09 10:57:30.050 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2022-06-09 10:57:30.055 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:57:30.059 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0) 2022-06-09 10:57:30.064 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:57:30.071 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (0.4.16) 2022-06-09 10:57:30.074 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.0) 2022-06-09 10:57:30.077 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2022-06-09 10:57:30.081 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2022-06-09 10:57:30.089 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:57:30.102 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.4.1) 2022-06-09 10:57:30.109 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2022-06-09 10:57:30.120 | Requirement already satisfied: Paste===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.4.3) 2022-06-09 10:57:30.128 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9) 2022-06-09 10:57:30.131 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (0.7.2) 2022-06-09 10:57:30.133 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:57:30.136 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:57:30.140 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:57:30.143 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.5) 2022-06-09 10:57:30.145 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0) 2022-06-09 10:57:30.153 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:57:30.156 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.20) 2022-06-09 10:57:30.159 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (0.7) 2022-06-09 10:57:30.166 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:57:30.184 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2022-06-09 10:57:30.186 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) (1.6.0) 2022-06-09 10:57:30.189 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:57:30.193 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:57:30.199 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0) 2022-06-09 10:57:30.202 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:57:31.999 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:57:31.999 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:57:32.075 | + inc/python:pip_install:200 : result=0 2022-06-09 10:57:32.079 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:57:32.083 | + functions-common:time_stop:2322 : local name 2022-06-09 10:57:32.086 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:57:32.090 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:57:32.094 | + functions-common:time_stop:2325 : local total 2022-06-09 10:57:32.097 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:57:32.101 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:57:32.105 | + functions-common:time_stop:2329 : start_time=1654772247712 2022-06-09 10:57:32.107 | + functions-common:time_stop:2331 : [[ -z 1654772247712 ]] 2022-06-09 10:57:32.110 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:57:32.115 | + functions-common:time_stop:2334 : end_time=1654772252112 2022-06-09 10:57:32.117 | + functions-common:time_stop:2335 : elapsed_time=4400 2022-06-09 10:57:32.120 | + functions-common:time_stop:2336 : total=63483 2022-06-09 10:57:32.122 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:57:32.125 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=67883 2022-06-09 10:57:32.127 | + inc/python:pip_install:203 : return 0 2022-06-09 10:57:32.130 | + lib/glance:install_glance:455 : copy_rootwrap /usr/local/etc/glance 2022-06-09 10:57:32.132 | + lib/glance:copy_rootwrap:215 : local source_path=/usr/local/etc/glance 2022-06-09 10:57:32.135 | + lib/glance:copy_rootwrap:217 : sudo install -d -o ubuntu /etc/glance 2022-06-09 10:57:32.150 | + lib/glance:copy_rootwrap:218 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-06-09 10:57:32.156 | + lib/glance:install_glance:458 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/victoria 2022-06-09 10:57:32.159 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/glance.git 2022-06-09 10:57:32.162 | + functions-common:git_clone:526 : local git_dest=/opt/stack/glance 2022-06-09 10:57:32.164 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-09 10:57:32.166 | + functions-common:git_clone:528 : local orig_dir 2022-06-09 10:57:32.170 | ++ functions-common:git_clone:529 : pwd 2022-06-09 10:57:32.173 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:57:32.175 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:57:32.178 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:57:32.194 | + functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:57:32.196 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:57:32.198 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:32.201 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-09 10:57:32.202 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:57:32.207 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/glance ]] 2022-06-09 10:57:32.209 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:32.212 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/glance 2022-06-09 10:57:32.225 | + functions-common:git_clone:606 : cd /opt/stack/glance 2022-06-09 10:57:32.228 | + functions-common:git_clone:607 : git show --oneline 2022-06-09 10:57:32.228 | + functions-common:git_clone:607 : head -1 2022-06-09 10:57:32.231 | 78d63ec15 [stable-only] Specify openstacksdk stable branch 2022-06-09 10:57:32.234 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:57:32.237 | + lib/glance:install_glance:460 : setup_develop /opt/stack/glance 2022-06-09 10:57:32.239 | + inc/python:setup_develop:338 : local bindep 2022-06-09 10:57:32.242 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-06-09 10:57:32.244 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-06-09 10:57:32.247 | + inc/python:setup_develop:344 : local extras= 2022-06-09 10:57:32.250 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-06-09 10:57:32.252 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-09 10:57:32.255 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-06-09 10:57:32.257 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-06-09 10:57:32.260 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-09 10:57:32.262 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-09 10:57:32.265 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-06-09 10:57:32.268 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-09 10:57:32.271 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-06-09 10:57:32.273 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-09 10:57:32.276 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-09 10:57:32.279 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-06-09 10:57:32.285 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2022-06-09 10:57:32.288 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2022-06-09 10:57:32.876 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2022-06-09 10:57:32.879 | + inc/python:setup_package:417 : local bindep=0 2022-06-09 10:57:32.883 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-09 10:57:32.887 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-09 10:57:32.890 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2022-06-09 10:57:32.892 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2022-06-09 10:57:32.895 | + inc/python:setup_package:426 : local flags=-e 2022-06-09 10:57:32.897 | + inc/python:setup_package:427 : local extras= 2022-06-09 10:57:32.899 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-09 10:57:32.902 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-09 10:57:32.904 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-09 10:57:32.906 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-09 10:57:32.909 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-09 10:57:32.911 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2022-06-09 10:57:32.937 | Using python 3.8 to install /opt/stack/glance 2022-06-09 10:57:32.939 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-06-09 10:57:34.720 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:57:34.720 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:57:34.725 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:34.725 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:34.727 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:57:34.728 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:34.728 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:34.729 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:34.729 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:34.729 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:34.742 | Obtaining file:///opt/stack/glance 2022-06-09 10:57:36.048 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-09 10:57:37.327 | Requirement already satisfied: Paste===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.4.3) 2022-06-09 10:57:37.336 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2022-06-09 10:57:37.344 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.4.1) 2022-06-09 10:57:37.352 | Requirement already satisfied: SQLAlchemy===1.3.19 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.19) 2022-06-09 10:57:37.373 | Requirement already satisfied: WSME===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) (0.10.0) 2022-06-09 10:57:37.382 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:57:37.396 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.2) 2022-06-09 10:57:37.404 | Requirement already satisfied: castellan===3.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.6.1) 2022-06-09 10:57:37.424 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.1) 2022-06-09 10:57:37.463 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (0.2.2) 2022-06-09 10:57:37.476 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:57:37.484 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (0.6.0) 2022-06-09 10:57:37.490 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) (0.26.1) 2022-06-09 10:57:37.498 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0) 2022-06-09 10:57:37.504 | Requirement already satisfied: glance-store===2.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (2.3.1) 2022-06-09 10:57:37.573 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (0.4.16) 2022-06-09 10:57:37.576 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) (0.18.1) 2022-06-09 10:57:37.578 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.12) 2022-06-09 10:57:37.581 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (3.2.0) 2022-06-09 10:57:37.593 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (4.2.1) 2022-06-09 10:57:37.655 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (9.1.0) 2022-06-09 10:57:37.710 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (1.5) 2022-06-09 10:57:37.713 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.8.0) 2022-06-09 10:57:37.718 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0) 2022-06-09 10:57:37.722 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.2.0) 2022-06-09 10:57:37.743 | Requirement already satisfied: oslo.cache===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.6.3) 2022-06-09 10:57:37.777 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.3.1) 2022-06-09 10:57:37.788 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.3.4) 2022-06-09 10:57:37.802 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.2) 2022-06-09 10:57:37.808 | Requirement already satisfied: oslo.db===8.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.4.1) 2022-06-09 10:57:37.855 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1) 2022-06-09 10:57:37.861 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.4.0) 2022-06-09 10:57:37.900 | Requirement already satisfied: oslo.messaging===12.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (12.5.2) 2022-06-09 10:57:37.952 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.1.1) 2022-06-09 10:57:37.970 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.5.0) 2022-06-09 10:57:37.986 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.2.0) 2022-06-09 10:57:38.000 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.2) 2022-06-09 10:57:38.009 | Requirement already satisfied: oslo.service===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.4.1) 2022-06-09 10:57:38.033 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.1.1) 2022-06-09 10:57:38.041 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.6.1) 2022-06-09 10:57:38.058 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.4.0) 2022-06-09 10:57:38.103 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:57:38.110 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:57:38.113 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:57:38.115 | Requirement already satisfied: psutil===5.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.7.2) 2022-06-09 10:57:38.136 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (19.1.0) 2022-06-09 10:57:38.150 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2022-06-09 10:57:38.161 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6) 2022-06-09 10:57:38.164 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:57:38.167 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (5.0.1) 2022-06-09 10:57:38.183 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (2.8.1) 2022-06-09 10:57:38.188 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (1.0.4) 2022-06-09 10:57:38.190 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.1.1) 2022-06-09 10:57:38.209 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2020.1) 2022-06-09 10:57:38.213 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7) 2022-06-09 10:57:38.220 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:57:38.240 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453)) (1.3.3) 2022-06-09 10:57:38.245 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-06-09 10:57:38.250 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (0.8.1) 2022-06-09 10:57:38.253 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:57:38.256 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (0.13.0) 2022-06-09 10:57:38.267 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (0.3.1) 2022-06-09 10:57:38.270 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (3.3.0) 2022-06-09 10:57:38.273 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:57:38.280 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (4.5.0) 2022-06-09 10:57:38.337 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (6.2.0) 2022-06-09 10:57:38.352 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (2.0.1) 2022-06-09 10:57:38.361 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (0.5.0) 2022-06-09 10:57:38.366 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:57:38.384 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:57:38.388 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:57:38.395 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:57:38.415 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:57:38.418 | Requirement already satisfied: yappi===1.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.2.5) 2022-06-09 10:57:38.421 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2022-06-09 10:57:38.429 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2022-06-09 10:57:38.432 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0) 2022-06-09 10:57:38.441 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2022-06-09 10:57:38.445 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.0.2) 2022-06-09 10:57:38.451 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2022-06-09 10:57:38.457 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:57:38.460 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (5.0.2) 2022-06-09 10:57:38.500 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2022-06-09 10:57:38.503 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2022-06-09 10:57:38.508 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2022-06-09 10:57:38.514 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.0.0) 2022-06-09 10:57:38.518 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2022-06-09 10:57:38.528 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.10.9) 2022-06-09 10:57:38.531 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2022-06-09 10:57:38.546 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.10) 2022-06-09 10:57:38.549 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:57:38.552 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:57:38.558 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2022-06-09 10:57:38.565 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2) 2022-06-09 10:57:38.568 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2022-06-09 10:57:38.576 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (1.4.1) 2022-06-09 10:57:38.581 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (2.5) 2022-06-09 10:57:38.618 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2022-06-09 10:57:38.620 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0) 2022-06-09 10:57:38.623 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (1.0.0) 2022-06-09 10:57:38.626 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:57:38.629 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2022-06-09 10:57:38.632 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20) 2022-06-09 10:57:38.635 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (5.0.0) 2022-06-09 10:57:38.638 | Requirement already satisfied: cmd2===1.3.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.8) 2022-06-09 10:57:38.714 | Requirement already satisfied: setuptools>=34.4 in /usr/local/lib/python3.8/dist-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 112)) (49.6.0) 2022-06-09 10:57:38.755 | Requirement already satisfied: colorama===0.4.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.3) 2022-06-09 10:57:38.759 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2022-06-09 10:57:38.765 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.8.0) 2022-06-09 10:57:38.768 | Requirement already satisfied: attrs===20.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.1.0) 2022-06-09 10:57:39.878 | Installing collected packages: glance 2022-06-09 10:57:39.879 | Attempting uninstall: glance 2022-06-09 10:57:39.880 | Found existing installation: glance 21.1.1.dev1 2022-06-09 10:57:39.884 | Can't uninstall 'glance'. No files were found to uninstall. 2022-06-09 10:57:39.886 | Running setup.py develop for glance 2022-06-09 10:57:41.485 | Successfully installed glance 2022-06-09 10:57:41.624 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:57:41.625 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:57:41.715 | + inc/python:pip_install:200 : result=0 2022-06-09 10:57:41.719 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:57:41.723 | + functions-common:time_stop:2322 : local name 2022-06-09 10:57:41.727 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:57:41.731 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:57:41.734 | + functions-common:time_stop:2325 : local total 2022-06-09 10:57:41.736 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:57:41.739 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:57:41.741 | + functions-common:time_stop:2329 : start_time=1654772252930 2022-06-09 10:57:41.743 | + functions-common:time_stop:2331 : [[ -z 1654772252930 ]] 2022-06-09 10:57:41.746 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:57:41.750 | + functions-common:time_stop:2334 : end_time=1654772261748 2022-06-09 10:57:41.752 | + functions-common:time_stop:2335 : elapsed_time=8818 2022-06-09 10:57:41.755 | + functions-common:time_stop:2336 : total=67883 2022-06-09 10:57:41.757 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:57:41.759 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=76701 2022-06-09 10:57:41.762 | + inc/python:pip_install:203 : return 0 2022-06-09 10:57:41.764 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-09 10:57:41.767 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-09 10:57:41.770 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-09 10:57:41.788 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-09 10:57:41.801 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2022-06-09 10:57:41.803 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-06-09 10:57:41.806 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:57:41.808 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:57:41.811 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-06-09 10:57:41.814 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:57:41.816 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-09 10:57:41.819 | + ./stack.sh:main:889 : configure_glance 2022-06-09 10:57:41.821 | + lib/glance:configure_glance:267 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-06-09 10:57:41.834 | + lib/glance:configure_glance:270 : local dburl 2022-06-09 10:57:41.837 | ++ lib/glance:configure_glance:271 : database_connection_url glance 2022-06-09 10:57:41.839 | ++ lib/database:database_connection_url:132 : local db=glance 2022-06-09 10:57:41.842 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2022-06-09 10:57:41.844 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2022-06-09 10:57:41.846 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-06-09 10:57:41.849 | + lib/glance:configure_glance:271 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-06-09 10:57:41.852 | + lib/glance:configure_glance:273 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-06-09 10:57:41.880 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-06-09 10:57:41.909 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-06-09 10:57:41.943 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-06-09 10:57:41.974 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-06-09 10:57:42.006 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-06-09 10:57:42.035 | + lib/glance:configure_glance:279 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-06-09 10:57:42.037 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2022-06-09 10:57:42.040 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2022-06-09 10:57:42.042 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2022-06-09 10:57:42.045 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-06-09 10:57:42.073 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-06-09 10:57:42.106 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.33/identity 2022-06-09 10:57:42.135 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-06-09 10:57:42.164 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-06-09 10:57:42.193 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-06-09 10:57:42.224 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-06-09 10:57:42.259 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-06-09 10:57:42.293 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-09 10:57:42.336 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-06-09 10:57:42.368 | + lib/glance:configure_glance:280 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-06-09 10:57:42.398 | + lib/glance:configure_glance:281 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-06-09 10:57:42.400 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-06-09 10:57:42.403 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-06-09 10:57:42.405 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-09 10:57:42.408 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-09 10:57:42.410 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-09 10:57:42.426 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:42.429 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-09 10:57:42.432 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-09 10:57:42.434 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-09 10:57:42.450 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:42.453 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:57:42.456 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:57:42.485 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-09 10:57:42.487 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-09 10:57:42.489 | + lib/glance:configure_glance:282 : '[' libvirt = xenserver ']' 2022-06-09 10:57:42.492 | + lib/glance:configure_glance:286 : '[' libvirt = libvirt ']' 2022-06-09 10:57:42.494 | + lib/glance:configure_glance:286 : '[' kvm = parallels ']' 2022-06-09 10:57:42.497 | + lib/glance:configure_glance:291 : configure_glance_store False False 2022-06-09 10:57:42.499 | + lib/glance:configure_glance_store:228 : local use_cinder_for_glance=False 2022-06-09 10:57:42.502 | + lib/glance:configure_glance_store:229 : local glance_enable_multiple_stores=False 2022-06-09 10:57:42.504 | + lib/glance:configure_glance_store:230 : local be 2022-06-09 10:57:42.506 | + lib/glance:configure_glance_store:232 : [[ False == \F\a\l\s\e ]] 2022-06-09 10:57:42.509 | + lib/glance:configure_glance_store:234 : [[ False == \T\r\u\e ]] 2022-06-09 10:57:42.511 | + lib/glance:configure_glance_store:251 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-06-09 10:57:42.540 | + lib/glance:configure_glance:294 : '[' -n '' ']' 2022-06-09 10:57:42.543 | + lib/glance:configure_glance:297 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.33 2022-06-09 10:57:42.573 | + lib/glance:configure_glance:301 : [[ False == \F\a\l\s\e ]] 2022-06-09 10:57:42.575 | + lib/glance:configure_glance:303 : is_service_enabled s-proxy 2022-06-09 10:57:42.592 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:42.597 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-06-09 10:57:42.631 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-06-09 10:57:42.665 | + lib/glance:configure_glance:307 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-06-09 10:57:42.695 | + lib/glance:configure_glance:308 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-06-09 10:57:42.725 | + lib/glance:configure_glance:309 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-06-09 10:57:42.754 | + lib/glance:configure_glance:310 : is_service_enabled tls-proxy 2022-06-09 10:57:42.770 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:42.773 | + lib/glance:configure_glance:313 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-06-09 10:57:42.802 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-06-09 10:57:42.832 | + lib/glance:configure_glance:317 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-06-09 10:57:42.861 | + lib/glance:configure_glance:318 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.33/identity/v3 2022-06-09 10:57:42.890 | + lib/glance:configure_glance:319 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-06-09 10:57:42.919 | + lib/glance:configure_glance:325 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.33/image 2022-06-09 10:57:42.948 | + lib/glance:configure_glance:327 : is_service_enabled tls-proxy 2022-06-09 10:57:42.965 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:42.968 | + lib/glance:configure_glance:333 : setup_logging /etc/glance/glance-api.conf 2022-06-09 10:57:42.970 | + functions:setup_logging:698 : setup_systemd_logging /etc/glance/glance-api.conf 2022-06-09 10:57:42.973 | + functions:setup_systemd_logging:713 : local conf_file=/etc/glance/glance-api.conf 2022-06-09 10:57:42.976 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-09 10:57:42.993 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-09 10:57:42.995 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-09 10:57:42.997 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-09 10:57:43.000 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-09 10:57:43.003 | + functions:setup_systemd_logging:726 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-09 10:57:43.032 | + functions:setup_systemd_logging:728 : 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' 2022-06-09 10:57:43.061 | + functions:setup_systemd_logging:729 : 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' 2022-06-09 10:57:43.091 | + functions:setup_systemd_logging:730 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-09 10:57:43.121 | + lib/glance:configure_glance:335 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-06-09 10:57:43.125 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-06-09 10:57:43.155 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-06-09 10:57:43.184 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-06-09 10:57:43.215 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.33/identity 2022-06-09 10:57:43.244 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-06-09 10:57:43.274 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-06-09 10:57:43.304 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-06-09 10:57:43.334 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-06-09 10:57:43.364 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-06-09 10:57:43.393 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-06-09 10:57:43.425 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-06-09 10:57:43.456 | + lib/glance:configure_glance:354 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-06-09 10:57:43.461 | + lib/glance:configure_glance:356 : 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-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-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 2022-06-09 10:57:43.469 | + lib/glance:configure_glance:358 : is_service_enabled tls-proxy 2022-06-09 10:57:43.488 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:43.491 | + lib/glance:configure_glance:366 : [[ True == False ]] 2022-06-09 10:57:43.494 | + lib/glance:configure_glance:369 : write_local_proxy_http_config glance http://10.222.0.33:19292 /image 2022-06-09 10:57:43.497 | + lib/apache:write_local_proxy_http_config:378 : local name=glance 2022-06-09 10:57:43.501 | + lib/apache:write_local_proxy_http_config:379 : local url=http://10.222.0.33:19292 2022-06-09 10:57:43.504 | + lib/apache:write_local_proxy_http_config:380 : local loc=/image 2022-06-09 10:57:43.507 | + lib/apache:write_local_proxy_http_config:381 : local apache_conf 2022-06-09 10:57:43.511 | ++ lib/apache:write_local_proxy_http_config:382 : apache_site_config_for glance 2022-06-09 10:57:43.514 | ++ lib/apache:apache_site_config_for:189 : local site=glance 2022-06-09 10:57:43.517 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-09 10:57:43.520 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:43.523 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:43.526 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance.conf 2022-06-09 10:57:43.530 | + lib/apache:write_local_proxy_http_config:382 : apache_conf=/etc/apache2/sites-available/glance.conf 2022-06-09 10:57:43.532 | + lib/apache:write_local_proxy_http_config:384 : enable_apache_mod proxy 2022-06-09 10:57:43.535 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-06-09 10:57:43.537 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:57:43.540 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:43.542 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:43.544 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-06-09 10:57:43.547 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-06-09 10:57:43.602 | proxy (enabled by site administrator) 2022-06-09 10:57:43.607 | + lib/apache:write_local_proxy_http_config:385 : enable_apache_mod proxy_http 2022-06-09 10:57:43.611 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-06-09 10:57:43.614 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:57:43.618 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:43.622 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:43.625 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-06-09 10:57:43.628 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-06-09 10:57:43.683 | proxy_http (enabled by site administrator) 2022-06-09 10:57:43.689 | + lib/apache:write_local_proxy_http_config:387 : sudo tee /etc/apache2/sites-available/glance.conf 2022-06-09 10:57:43.689 | + lib/apache:write_local_proxy_http_config:387 : echo 'KeepAlive Off' 2022-06-09 10:57:43.699 | KeepAlive Off 2022-06-09 10:57:43.705 | + lib/apache:write_local_proxy_http_config:388 : echo 'SetEnv proxy-sendchunked 1' 2022-06-09 10:57:43.705 | + lib/apache:write_local_proxy_http_config:388 : sudo tee -a /etc/apache2/sites-available/glance.conf 2022-06-09 10:57:43.714 | SetEnv proxy-sendchunked 1 2022-06-09 10:57:43.719 | + lib/apache:write_local_proxy_http_config:389 : echo 'ProxyPass "/image" "http://10.222.0.33:19292" retry=0 ' 2022-06-09 10:57:43.719 | + lib/apache:write_local_proxy_http_config:389 : sudo tee -a /etc/apache2/sites-available/glance.conf 2022-06-09 10:57:43.727 | ProxyPass "/image" "http://10.222.0.33:19292" retry=0 2022-06-09 10:57:43.731 | + lib/apache:write_local_proxy_http_config:390 : enable_apache_site glance 2022-06-09 10:57:43.733 | + lib/apache:enable_apache_site:206 : local site=glance 2022-06-09 10:57:43.736 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-09 10:57:43.738 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-09 10:57:43.741 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:57:43.743 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:43.746 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:43.748 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-09 10:57:43.750 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-09 10:57:43.753 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:43.755 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:43.758 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance 2022-06-09 10:57:43.820 | Site glance already enabled 2022-06-09 10:57:43.827 | + lib/apache:write_local_proxy_http_config:391 : restart_apache_server 2022-06-09 10:57:43.830 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-09 10:57:43.833 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-09 10:57:43.835 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-09 10:57:43.969 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-api.conf DEFAULT bind_host 0.0.0.0 2022-06-09 10:57:44.004 | + lib/glance:configure_glance:371 : iniset /etc/glance/glance-api.conf DEFAULT bind_port 19292 2022-06-09 10:57:44.035 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-api.conf DEFAULT workers 2 2022-06-09 10:57:44.064 | + ./stack.sh:main:892 : is_service_enabled cinder 2022-06-09 10:57:44.082 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:44.085 | + ./stack.sh:main:894 : stack_install_service cinder 2022-06-09 10:57:44.087 | + lib/stack:stack_install_service:20 : local service=cinder 2022-06-09 10:57:44.090 | + lib/stack:stack_install_service:21 : type install_cinder 2022-06-09 10:57:44.092 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-09 10:57:44.095 | + lib/stack:stack_install_service:32 : install_cinder 2022-06-09 10:57:44.097 | + lib/cinder:install_cinder:413 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/victoria 2022-06-09 10:57:44.099 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/cinder.git 2022-06-09 10:57:44.102 | + functions-common:git_clone:526 : local git_dest=/opt/stack/cinder 2022-06-09 10:57:44.104 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-09 10:57:44.106 | + functions-common:git_clone:528 : local orig_dir 2022-06-09 10:57:44.109 | ++ functions-common:git_clone:529 : pwd 2022-06-09 10:57:44.113 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:57:44.116 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:57:44.120 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:57:44.140 | + functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:57:44.143 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:57:44.145 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:44.148 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-09 10:57:44.148 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:57:44.153 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/cinder ]] 2022-06-09 10:57:44.156 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:44.158 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-06-09 10:57:44.171 | + functions-common:git_clone:606 : cd /opt/stack/cinder 2022-06-09 10:57:44.174 | + functions-common:git_clone:607 : git show --oneline 2022-06-09 10:57:44.174 | + functions-common:git_clone:607 : head -1 2022-06-09 10:57:44.177 | 070a0effb Handle the case when tempest fails 2022-06-09 10:57:44.181 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:57:44.184 | + lib/cinder:install_cinder:414 : setup_develop /opt/stack/cinder 2022-06-09 10:57:44.188 | + inc/python:setup_develop:338 : local bindep 2022-06-09 10:57:44.190 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-09 10:57:44.193 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-06-09 10:57:44.195 | + inc/python:setup_develop:344 : local extras= 2022-06-09 10:57:44.198 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-06-09 10:57:44.200 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-09 10:57:44.203 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-09 10:57:44.206 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-06-09 10:57:44.208 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-09 10:57:44.211 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-09 10:57:44.214 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-06-09 10:57:44.216 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-09 10:57:44.220 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-06-09 10:57:44.222 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-09 10:57:44.225 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-09 10:57:44.228 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-06-09 10:57:44.234 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2022-06-09 10:57:44.236 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2022-06-09 10:57:44.823 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2022-06-09 10:57:44.826 | + inc/python:setup_package:417 : local bindep=0 2022-06-09 10:57:44.830 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-09 10:57:44.834 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-09 10:57:44.838 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-09 10:57:44.841 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2022-06-09 10:57:44.845 | + inc/python:setup_package:426 : local flags=-e 2022-06-09 10:57:44.849 | + inc/python:setup_package:427 : local extras= 2022-06-09 10:57:44.853 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-09 10:57:44.856 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-09 10:57:44.859 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-09 10:57:44.863 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-09 10:57:44.866 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-09 10:57:44.869 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2022-06-09 10:57:44.894 | Using python 3.8 to install /opt/stack/cinder 2022-06-09 10:57:44.896 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-06-09 10:57:46.664 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:57:46.664 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:57:46.668 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:46.669 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:46.671 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:57:46.672 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:46.672 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:46.673 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:46.673 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:57:46.673 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:57:46.686 | Obtaining file:///opt/stack/cinder 2022-06-09 10:57:48.672 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-09 10:57:50.639 | Requirement already satisfied: Paste===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.4.3) 2022-06-09 10:57:50.646 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2022-06-09 10:57:50.654 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.4.1) 2022-06-09 10:57:50.662 | Requirement already satisfied: SQLAlchemy===1.3.19 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.19) 2022-06-09 10:57:50.683 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:57:50.695 | Requirement already satisfied: castellan===3.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.6.1) 2022-06-09 10:57:50.716 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.1) 2022-06-09 10:57:50.753 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (0.2.2) 2022-06-09 10:57:50.766 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2022-06-09 10:57:50.770 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.26.1) 2022-06-09 10:57:50.778 | Requirement already satisfied: google-api-python-client===1.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (1.11.0) 2022-06-09 10:57:50.792 | Requirement already satisfied: google-auth===1.21.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) (1.21.0) 2022-06-09 10:57:50.807 | Requirement already satisfied: google-auth-httplib2===0.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) (0.0.4) 2022-06-09 10:57:50.813 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (0.4.16) 2022-06-09 10:57:50.816 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) (0.18.1) 2022-06-09 10:57:50.819 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.12) 2022-06-09 10:57:50.822 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (3.2.0) 2022-06-09 10:57:50.833 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (4.2.1) 2022-06-09 10:57:50.895 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (9.1.0) 2022-06-09 10:57:50.949 | Requirement already satisfied: lxml===4.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (4.5.2) 2022-06-09 10:57:50.960 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (1.5) 2022-06-09 10:57:50.962 | Requirement already satisfied: oauth2client===4.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) (4.1.3) 2022-06-09 10:57:50.972 | Requirement already satisfied: os-brick===4.0.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (4.0.5) 2022-06-09 10:57:50.996 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0) 2022-06-09 10:57:51.000 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.2.0) 2022-06-09 10:57:51.020 | Requirement already satisfied: oslo.cache===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.6.3) 2022-06-09 10:57:51.054 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.3.1) 2022-06-09 10:57:51.065 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.3.4) 2022-06-09 10:57:51.079 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.2) 2022-06-09 10:57:51.086 | Requirement already satisfied: oslo.db===8.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.4.1) 2022-06-09 10:57:51.131 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1) 2022-06-09 10:57:51.137 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.4.0) 2022-06-09 10:57:51.175 | Requirement already satisfied: oslo.messaging===12.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (12.5.2) 2022-06-09 10:57:51.227 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.1.1) 2022-06-09 10:57:51.245 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.5.0) 2022-06-09 10:57:51.261 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (2.4.0) 2022-06-09 10:57:51.275 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.2.0) 2022-06-09 10:57:51.289 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (6.2.0) 2022-06-09 10:57:51.294 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.2) 2022-06-09 10:57:51.303 | Requirement already satisfied: oslo.service===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.4.1) 2022-06-09 10:57:51.326 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.1.1) 2022-06-09 10:57:51.334 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.6.1) 2022-06-09 10:57:51.351 | Requirement already satisfied: oslo.versionedobjects===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (2.3.0) 2022-06-09 10:57:51.370 | Requirement already satisfied: oslo.vmware===3.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.7.0) 2022-06-09 10:57:51.393 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.4.0) 2022-06-09 10:57:51.437 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:57:51.444 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.7.2) 2022-06-09 10:57:51.477 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:57:51.480 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:57:51.483 | Requirement already satisfied: psutil===5.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.7.2) 2022-06-09 10:57:51.503 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.4.8) 2022-06-09 10:57:51.506 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.2.8) 2022-06-09 10:57:51.512 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2022-06-09 10:57:51.522 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6) 2022-06-09 10:57:51.525 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:57:51.528 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (5.0.1) 2022-06-09 10:57:51.544 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (2.8.1) 2022-06-09 10:57:51.548 | Requirement already satisfied: python-glanceclient===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (3.2.2) 2022-06-09 10:57:51.565 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.1.1) 2022-06-09 10:57:51.584 | Requirement already satisfied: python-novaclient===17.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (17.2.1) 2022-06-09 10:57:51.601 | Requirement already satisfied: python-swiftclient===3.10.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (3.10.1) 2022-06-09 10:57:51.623 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2020.1) 2022-06-09 10:57:51.627 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7) 2022-06-09 10:57:51.634 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:57:51.654 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-06-09 10:57:51.659 | Requirement already satisfied: rsa===4.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (4.6) 2022-06-09 10:57:51.663 | Requirement already satisfied: rtslib-fb===2.1.74 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (2.1.74) 2022-06-09 10:57:51.668 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (3.17.2) 2022-06-09 10:57:51.671 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:57:51.674 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (0.13.0) 2022-06-09 10:57:51.685 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (0.3.1) 2022-06-09 10:57:51.688 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (3.3.0) 2022-06-09 10:57:51.691 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:57:51.698 | Requirement already satisfied: suds-jurko===0.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.6) 2022-06-09 10:57:51.701 | Requirement already satisfied: tabulate===0.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (0.8.7) 2022-06-09 10:57:51.707 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (4.5.0) 2022-06-09 10:57:51.786 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (6.2.0) 2022-06-09 10:57:51.800 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (2.0.1) 2022-06-09 10:57:51.808 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (0.5.0) 2022-06-09 10:57:51.814 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:57:51.832 | Requirement already satisfied: tooz===2.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (2.7.2) 2022-06-09 10:57:51.887 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:57:51.891 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:57:51.898 | Requirement already satisfied: uritemplate===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 546)) (3.0.1) 2022-06-09 10:57:51.901 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:57:51.922 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.11.7) 2022-06-09 10:57:51.926 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.3.3) 2022-06-09 10:57:51.933 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:57:51.936 | Requirement already satisfied: yappi===1.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.2.5) 2022-06-09 10:57:51.939 | Requirement already satisfied: zstd===1.4.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (1.4.5.1) 2022-06-09 10:57:51.942 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2022-06-09 10:57:51.946 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2022-06-09 10:57:51.954 | Requirement already satisfied: google-api-core===1.22.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (1.22.1) 2022-06-09 10:57:51.976 | Requirement already satisfied: setuptools>=40.3.0 in /usr/local/lib/python3.8/dist-packages (from google-auth===1.21.0->-c /opt/stack/requirements/upper-constraints.txt (line 179)) (49.6.0) 2022-06-09 10:57:52.017 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2022-06-09 10:57:52.020 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2022-06-09 10:57:52.025 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2022-06-09 10:57:52.031 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2022-06-09 10:57:52.036 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2022-06-09 10:57:52.043 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:57:52.046 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.8.0) 2022-06-09 10:57:52.051 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.2) 2022-06-09 10:57:52.060 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2022-06-09 10:57:52.064 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (5.0.2) 2022-06-09 10:57:52.104 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (2.3.0) 2022-06-09 10:57:52.110 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2022-06-09 10:57:52.117 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.0.0) 2022-06-09 10:57:52.120 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2022-06-09 10:57:52.131 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.10.9) 2022-06-09 10:57:52.134 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2022-06-09 10:57:52.144 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2022-06-09 10:57:52.157 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (3.4.0) 2022-06-09 10:57:52.171 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (19.1.0) 2022-06-09 10:57:52.184 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:57:52.187 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:57:52.190 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.10) 2022-06-09 10:57:52.193 | Requirement already satisfied: pyudev===0.22.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (0.22.0) 2022-06-09 10:57:52.197 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2022-06-09 10:57:52.200 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (1.4.1) 2022-06-09 10:57:52.205 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2022-06-09 10:57:52.213 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (2.5) 2022-06-09 10:57:52.249 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2022-06-09 10:57:52.252 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0) 2022-06-09 10:57:52.255 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (1.0.0) 2022-06-09 10:57:52.257 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:57:52.260 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (1.26) 2022-06-09 10:57:52.265 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20) 2022-06-09 10:57:52.268 | Requirement already satisfied: googleapis-common-protos===1.52.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (1.52.0) 2022-06-09 10:57:52.274 | Requirement already satisfied: protobuf===3.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (3.13.0) 2022-06-09 10:57:52.279 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (1.0.4) 2022-06-09 10:57:52.282 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2022-06-09 10:57:52.290 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (5.0.0) 2022-06-09 10:57:52.293 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2022-06-09 10:57:52.296 | Requirement already satisfied: cmd2===1.3.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (1.3.8) 2022-06-09 10:57:52.348 | Requirement already satisfied: jsonpointer===2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (2.0) 2022-06-09 10:57:52.351 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2022-06-09 10:57:52.356 | Requirement already satisfied: attrs===20.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.1.0) 2022-06-09 10:57:52.388 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.8.0) 2022-06-09 10:57:52.391 | Requirement already satisfied: colorama===0.4.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (0.4.3) 2022-06-09 10:57:53.325 | Installing collected packages: cinder 2022-06-09 10:57:53.326 | Attempting uninstall: cinder 2022-06-09 10:57:53.328 | Found existing installation: cinder 17.4.1.dev1 2022-06-09 10:57:53.331 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-06-09 10:57:53.333 | Running setup.py develop for cinder 2022-06-09 10:57:55.545 | Successfully installed cinder 2022-06-09 10:57:55.681 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:57:55.681 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:57:55.772 | + inc/python:pip_install:200 : result=0 2022-06-09 10:57:55.776 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:57:55.779 | + functions-common:time_stop:2322 : local name 2022-06-09 10:57:55.782 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:57:55.784 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:57:55.787 | + functions-common:time_stop:2325 : local total 2022-06-09 10:57:55.789 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:57:55.792 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:57:55.794 | + functions-common:time_stop:2329 : start_time=1654772264888 2022-06-09 10:57:55.796 | + functions-common:time_stop:2331 : [[ -z 1654772264888 ]] 2022-06-09 10:57:55.800 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:57:55.804 | + functions-common:time_stop:2334 : end_time=1654772275801 2022-06-09 10:57:55.807 | + functions-common:time_stop:2335 : elapsed_time=10913 2022-06-09 10:57:55.810 | + functions-common:time_stop:2336 : total=76701 2022-06-09 10:57:55.813 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:57:55.815 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=87614 2022-06-09 10:57:55.817 | + inc/python:pip_install:203 : return 0 2022-06-09 10:57:55.820 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-09 10:57:55.822 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-09 10:57:55.825 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-09 10:57:55.844 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-09 10:57:55.856 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/cinder 2022-06-09 10:57:55.859 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-06-09 10:57:55.861 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:57:55.864 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:57:55.866 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-06-09 10:57:55.869 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:57:55.872 | + lib/cinder:install_cinder:415 : [[ tgtadm == \t\g\t\a\d\m ]] 2022-06-09 10:57:55.874 | + lib/cinder:install_cinder:416 : install_package tgt 2022-06-09 10:57:55.877 | + functions-common:install_package:1356 : update_package_repo 2022-06-09 10:57:55.879 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:57:55.882 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-09 10:57:55.884 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:57:55.887 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:55.889 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:57:55.892 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:55.894 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:55.897 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:57:55.901 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-09 10:57:55.904 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-09 10:57:55.907 | + functions-common:apt_get_update:1083 : return 2022-06-09 10:57:55.910 | + functions-common:install_package:1357 : real_install_package tgt 2022-06-09 10:57:55.914 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:57:55.918 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:55.921 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:55.924 | + functions-common:real_install_package:1343 : apt_get install tgt 2022-06-09 10:57:55.946 | + functions-common:apt_get:1123 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2022-06-09 10:57:56.057 | Reading package lists... 2022-06-09 10:57:56.313 | Building dependency tree... 2022-06-09 10:57:56.314 | Reading state information... 2022-06-09 10:57:56.569 | tgt is already the newest version (1:1.0.79-2ubuntu1). 2022-06-09 10:57:56.569 | The following packages were automatically installed and are no longer required: 2022-06-09 10:57:56.570 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:57:56.570 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:57:56.570 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:57:56.570 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:57:56.570 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:57:56.570 | python3-zope.interface 2022-06-09 10:57:56.570 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:57:56.715 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:57:56.720 | + functions-common:apt_get:1127 : result=0 2022-06-09 10:57:56.723 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:57:56.726 | + functions-common:time_stop:2322 : local name 2022-06-09 10:57:56.729 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:57:56.732 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:57:56.735 | + functions-common:time_stop:2325 : local total 2022-06-09 10:57:56.737 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:57:56.740 | + functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:57:56.742 | + functions-common:time_stop:2329 : start_time=1654772275943 2022-06-09 10:57:56.745 | + functions-common:time_stop:2331 : [[ -z 1654772275943 ]] 2022-06-09 10:57:56.748 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:57:56.752 | + functions-common:time_stop:2334 : end_time=1654772276750 2022-06-09 10:57:56.755 | + functions-common:time_stop:2335 : elapsed_time=807 2022-06-09 10:57:56.757 | + functions-common:time_stop:2336 : total=5610 2022-06-09 10:57:56.760 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:57:56.762 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=6417 2022-06-09 10:57:56.765 | + functions-common:apt_get:1131 : return 0 2022-06-09 10:57:56.768 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-09 10:57:56.770 | + ./stack.sh:main:895 : configure_cinder 2022-06-09 10:57:56.773 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-06-09 10:57:56.786 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2022-06-09 10:57:56.790 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2022-06-09 10:57:56.793 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-06-09 10:57:56.795 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-06-09 10:57:56.798 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-06-09 10:57:56.798 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-06-09 10:57:56.803 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-06-09 10:57:56.805 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-06-09 10:57:56.807 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-06-09 10:57:56.809 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-06-09 10:57:56.812 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-06-09 10:57:56.814 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-06-09 10:57:56.816 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-06-09 10:57:56.818 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-06-09 10:57:56.829 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-06-09 10:57:56.842 | + 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 2022-06-09 10:57:56.854 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2022-06-09 10:57:56.866 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-06-09 10:57:56.878 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-06-09 10:57:56.880 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-06-09 10:57:56.884 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.Lr6GftbOCZ 2022-06-09 10:57:56.887 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-06-09 10:57:56.889 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-06-09 10:57:56.892 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-06-09 10:57:56.894 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.Lr6GftbOCZ 2022-06-09 10:57:56.897 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.Lr6GftbOCZ 2022-06-09 10:57:56.909 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.Lr6GftbOCZ /etc/sudoers.d/cinder-rootwrap 2022-06-09 10:57:56.921 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-06-09 10:57:56.925 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-06-09 10:57:56.927 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-06-09 10:57:56.929 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-06-09 10:57:56.932 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-06-09 10:57:56.934 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-06-09 10:57:56.936 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-06-09 10:57:56.939 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-06-09 10:57:56.941 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-06-09 10:57:56.945 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-06-09 10:57:56.950 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-06-09 10:57:56.969 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-06-09 10:57:56.987 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-06-09 10:57:57.008 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-06-09 10:57:57.028 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-06-09 10:57:57.047 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-06-09 10:57:57.066 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-06-09 10:57:57.085 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-06-09 10:57:57.104 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-06-09 10:57:57.106 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2022-06-09 10:57:57.108 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2022-06-09 10:57:57.111 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2022-06-09 10:57:57.113 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-06-09 10:57:57.144 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-06-09 10:57:57.173 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.33/identity 2022-06-09 10:57:57.202 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-06-09 10:57:57.232 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-06-09 10:57:57.259 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-06-09 10:57:57.287 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-06-09 10:57:57.315 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-06-09 10:57:57.346 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-09 10:57:57.373 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-06-09 10:57:57.401 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-06-09 10:57:57.433 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2022-06-09 10:57:57.465 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2022-06-09 10:57:57.467 | ++ lib/database:database_connection_url:132 : local db=cinder 2022-06-09 10:57:57.470 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2022-06-09 10:57:57.472 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2022-06-09 10:57:57.475 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-06-09 10:57:57.478 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-06-09 10:57:57.508 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-06-09 10:57:57.538 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-06-09 10:57:57.571 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-06-09 10:57:57.600 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-06-09 10:57:57.629 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-06-09 10:57:57.660 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-06-09 10:57:57.692 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2022-06-09 10:57:57.694 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.33 2022-06-09 10:57:57.723 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-06-09 10:57:57.754 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2022-06-09 10:57:57.762 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 5eb7915eb03b7558203e78af309c4aae 2022-06-09 10:57:57.790 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2022-06-09 10:57:57.807 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:57.810 | + lib/cinder:configure_cinder:239 : [[ -n lvm:lvmdriver-1 ]] 2022-06-09 10:57:57.813 | + lib/cinder:configure_cinder:240 : local enabled_backends= 2022-06-09 10:57:57.816 | + lib/cinder:configure_cinder:241 : local default_name= 2022-06-09 10:57:57.818 | + lib/cinder:configure_cinder:242 : local be be_name be_type 2022-06-09 10:57:57.821 | + lib/cinder:configure_cinder:243 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-06-09 10:57:57.825 | + lib/cinder:configure_cinder:244 : be_type=lvm 2022-06-09 10:57:57.827 | + lib/cinder:configure_cinder:245 : be_name=lvmdriver-1 2022-06-09 10:57:57.831 | + lib/cinder:configure_cinder:246 : type configure_cinder_backend_lvm 2022-06-09 10:57:57.834 | + lib/cinder:configure_cinder:247 : configure_cinder_backend_lvm lvmdriver-1 2022-06-09 10:57:57.838 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-06-09 10:57:57.841 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-06-09 10:57:57.875 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-06-09 10:57:57.904 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-06-09 10:57:57.932 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper tgtadm 2022-06-09 10:57:57.961 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-06-09 10:57:57.989 | + lib/cinder:configure_cinder:249 : [[ -z '' ]] 2022-06-09 10:57:57.991 | + lib/cinder:configure_cinder:250 : default_name=lvmdriver-1 2022-06-09 10:57:57.994 | + lib/cinder:configure_cinder:252 : enabled_backends+=lvmdriver-1, 2022-06-09 10:57:57.996 | + lib/cinder:configure_cinder:254 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-06-09 10:57:58.029 | + lib/cinder:configure_cinder:257 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-06-09 10:57:58.057 | + lib/cinder:configure_cinder:258 : [[ -n lvmdriver-1 ]] 2022-06-09 10:57:58.060 | + lib/cinder:configure_cinder:259 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-06-09 10:57:58.088 | + lib/cinder:configure_cinder:261 : configure_cinder_image_volume_cache 2022-06-09 10:57:58.090 | + lib/cinder:configure_cinder_image_volume_cache:558 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-06-09 10:57:58.093 | + lib/cinder:configure_cinder_image_volume_cache:559 : local be_name=lvmdriver-1 2022-06-09 10:57:58.095 | + lib/cinder:configure_cinder_image_volume_cache:561 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-06-09 10:57:58.123 | + lib/cinder:configure_cinder_image_volume_cache:563 : [[ -n '' ]] 2022-06-09 10:57:58.126 | + lib/cinder:configure_cinder_image_volume_cache:567 : [[ -n '' ]] 2022-06-09 10:57:58.128 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2022-06-09 10:57:58.145 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:58.147 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.33:8080/v1/AUTH_ 2022-06-09 10:57:58.180 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2022-06-09 10:57:58.200 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:58.203 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2022-06-09 10:57:58.220 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:58.223 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2022-06-09 10:57:58.225 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-06-09 10:57:58.227 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-06-09 10:57:58.230 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-06-09 10:57:58.232 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-09 10:57:58.236 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-09 10:57:58.238 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-09 10:57:58.255 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:58.258 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-09 10:57:58.260 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-09 10:57:58.263 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-09 10:57:58.279 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:58.282 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:57:58.284 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:57:58.312 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-09 10:57:58.315 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-09 10:57:58.317 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2022-06-09 10:57:58.320 | + functions:setup_logging:698 : setup_systemd_logging /etc/cinder/cinder.conf 2022-06-09 10:57:58.322 | + functions:setup_systemd_logging:713 : local conf_file=/etc/cinder/cinder.conf 2022-06-09 10:57:58.325 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-09 10:57:58.344 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-09 10:57:58.346 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-09 10:57:58.348 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-09 10:57:58.351 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-09 10:57:58.353 | + functions:setup_systemd_logging:726 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-09 10:57:58.381 | + functions:setup_systemd_logging:728 : 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' 2022-06-09 10:57:58.410 | + functions:setup_systemd_logging:729 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-06-09 10:57:58.440 | + functions:setup_systemd_logging:730 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-09 10:57:58.469 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-06-09 10:57:58.471 | + lib/apache:write_uwsgi_config:257 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-06-09 10:57:58.474 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/cinder-wsgi 2022-06-09 10:57:58.476 | + lib/apache:write_uwsgi_config:259 : local url=/volume 2022-06-09 10:57:58.479 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-09 10:57:58.482 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-09 10:57:58.485 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/cinder-wsgi 2022-06-09 10:57:58.490 | + lib/apache:write_uwsgi_config:262 : name=cinder-wsgi 2022-06-09 10:57:58.493 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-09 10:57:58.495 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-09 10:57:58.509 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-09 10:57:58.510 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:57:58.518 | d /var/run/uwsgi 0755 ubuntu root 2022-06-09 10:57:58.522 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:57:58.538 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-06-09 10:57:58.540 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-06-09 10:57:58.544 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-06-09 10:57:58.574 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-06-09 10:57:58.601 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-06-09 10:57:58.628 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-06-09 10:57:58.655 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-06-09 10:57:58.684 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-09 10:57:58.712 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-06-09 10:57:58.739 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-06-09 10:57:58.767 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-06-09 10:57:58.794 | + lib/apache:write_uwsgi_config:293 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-09 10:57:58.823 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-06-09 10:57:58.851 | + lib/apache:write_uwsgi_config:297 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-09 10:57:58.879 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-06-09 10:57:58.907 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-09 10:57:58.909 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-09 10:57:58.912 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for cinder-wsgi 2022-06-09 10:57:58.915 | ++ lib/apache:apache_site_config_for:189 : local site=cinder-wsgi 2022-06-09 10:57:58.917 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-09 10:57:58.920 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:58.922 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:58.925 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-06-09 10:57:58.927 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-06-09 10:57:58.930 | + lib/apache:write_uwsgi_config:307 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-06-09 10:57:58.958 | + lib/apache:write_uwsgi_config:308 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-06-09 10:57:58.986 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-06-09 10:57:58.986 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-06-09 10:57:58.994 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-06-09 10:57:58.998 | + lib/apache:write_uwsgi_config:310 : enable_apache_site cinder-wsgi 2022-06-09 10:57:59.000 | + lib/apache:enable_apache_site:206 : local site=cinder-wsgi 2022-06-09 10:57:59.003 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-09 10:57:59.005 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-09 10:57:59.007 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:57:59.010 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:59.012 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:59.015 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-09 10:57:59.017 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-09 10:57:59.020 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:57:59.022 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:57:59.024 | + lib/apache:enable_apache_site:210 : sudo a2ensite cinder-wsgi 2022-06-09 10:57:59.092 | Enabling site cinder-wsgi. 2022-06-09 10:57:59.101 | To activate the new configuration, you need to run: 2022-06-09 10:57:59.101 | systemctl reload apache2 2022-06-09 10:57:59.108 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-09 10:57:59.110 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-09 10:57:59.113 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-09 10:57:59.115 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-09 10:57:59.255 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-06-09 10:57:59.258 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-06-09 10:57:59.289 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.33/image 2022-06-09 10:57:59.321 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2022-06-09 10:57:59.339 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:57:59.341 | + lib/cinder:configure_cinder:315 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-06-09 10:57:59.344 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2022-06-09 10:57:59.346 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2022-06-09 10:57:59.349 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2022-06-09 10:57:59.351 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-06-09 10:57:59.382 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2022-06-09 10:57:59.411 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.33/identity 2022-06-09 10:57:59.439 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2022-06-09 10:57:59.468 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-06-09 10:57:59.496 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-06-09 10:57:59.523 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2022-06-09 10:57:59.554 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-06-09 10:57:59.584 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-06-09 10:57:59.616 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-06-09 10:57:59.646 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-06-09 10:57:59.679 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-06-09 10:57:59.708 | + lib/cinder:configure_cinder:319 : [[ ! -z '' ]] 2022-06-09 10:57:59.710 | + lib/cinder:configure_cinder:321 : is_service_enabled etcd3 2022-06-09 10:57:59.727 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:59.729 | + lib/cinder:configure_cinder:322 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.33:2379 2022-06-09 10:57:59.760 | + ./stack.sh:main:898 : is_service_enabled neutron 2022-06-09 10:57:59.777 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:57:59.780 | + ./stack.sh:main:900 : stack_install_service neutron 2022-06-09 10:57:59.782 | + lib/stack:stack_install_service:20 : local service=neutron 2022-06-09 10:57:59.785 | + lib/stack:stack_install_service:21 : type install_neutron 2022-06-09 10:57:59.787 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-09 10:57:59.790 | + lib/stack:stack_install_service:32 : install_neutron 2022-06-09 10:57:59.792 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2022-06-09 10:57:59.796 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-09 10:57:59.796 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-06-09 10:57:59.802 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-09 10:57:59.804 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-09 10:57:59.807 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-09 10:57:59.809 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-06-09 10:57:59.812 | + lib/neutron:install_neutron:659 : install_mutnauq 2022-06-09 10:57:59.814 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2022-06-09 10:57:59.817 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-06-09 10:57:59.819 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:57:59.822 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:57:59.824 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-06-09 10:57:59.827 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:57:59.830 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/victoria 2022-06-09 10:57:59.832 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/neutron.git 2022-06-09 10:57:59.835 | + functions-common:git_clone:526 : local git_dest=/opt/stack/neutron 2022-06-09 10:57:59.837 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-09 10:57:59.839 | + functions-common:git_clone:528 : local orig_dir 2022-06-09 10:57:59.842 | ++ functions-common:git_clone:529 : pwd 2022-06-09 10:57:59.845 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:57:59.847 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:57:59.850 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:57:59.866 | + functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:57:59.868 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:57:59.870 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:59.873 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-09 10:57:59.874 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:57:59.879 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/neutron ]] 2022-06-09 10:57:59.881 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:57:59.884 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-06-09 10:57:59.897 | + functions-common:git_clone:606 : cd /opt/stack/neutron 2022-06-09 10:57:59.900 | + functions-common:git_clone:607 : git show --oneline 2022-06-09 10:57:59.900 | + functions-common:git_clone:607 : head -1 2022-06-09 10:57:59.904 | bfcc39e660 Merge "[Trunk] Check if parent port belongs to OVN to activate" into stable/victoria 2022-06-09 10:57:59.907 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:57:59.909 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2022-06-09 10:57:59.912 | + inc/python:setup_develop:338 : local bindep 2022-06-09 10:57:59.914 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-09 10:57:59.917 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-06-09 10:57:59.919 | + inc/python:setup_develop:344 : local extras= 2022-06-09 10:57:59.922 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-06-09 10:57:59.925 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-09 10:57:59.927 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-09 10:57:59.929 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-06-09 10:57:59.932 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-09 10:57:59.934 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-09 10:57:59.938 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-06-09 10:57:59.940 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-09 10:57:59.943 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-06-09 10:57:59.946 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-09 10:57:59.948 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-09 10:57:59.952 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-06-09 10:57:59.958 | + inc/python:_setup_package_with_constraints_edit:383 : name=neutron 2022-06-09 10:57:59.960 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2022-06-09 10:58:00.546 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/neutron -e 2022-06-09 10:58:00.549 | + inc/python:setup_package:417 : local bindep=0 2022-06-09 10:58:00.552 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-09 10:58:00.555 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-09 10:58:00.558 | + inc/python:setup_package:420 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-09 10:58:00.561 | + inc/python:setup_package:425 : local project_dir=/opt/stack/neutron 2022-06-09 10:58:00.564 | + inc/python:setup_package:426 : local flags=-e 2022-06-09 10:58:00.567 | + inc/python:setup_package:427 : local extras= 2022-06-09 10:58:00.570 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-09 10:58:00.573 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-09 10:58:00.576 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-09 10:58:00.579 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-09 10:58:00.582 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-09 10:58:00.584 | + inc/python:setup_package:445 : pip_install -e /opt/stack/neutron 2022-06-09 10:58:00.607 | Using python 3.8 to install /opt/stack/neutron 2022-06-09 10:58:00.610 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-06-09 10:58:02.450 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:58:02.451 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:58:02.456 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:02.456 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:02.458 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:58:02.459 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:02.460 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:02.460 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:02.460 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:02.460 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:02.473 | Obtaining file:///opt/stack/neutron 2022-06-09 10:58:04.589 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-09 10:58:06.683 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2022-06-09 10:58:06.690 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2022-06-09 10:58:06.693 | Requirement already satisfied: Paste===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.4.3) 2022-06-09 10:58:06.701 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2022-06-09 10:58:06.709 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.4.1) 2022-06-09 10:58:06.717 | Requirement already satisfied: SQLAlchemy===1.3.19 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.19) 2022-06-09 10:58:06.738 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:58:06.751 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.2) 2022-06-09 10:58:06.760 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:58:06.767 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2) 2022-06-09 10:58:06.771 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) (0.26.1) 2022-06-09 10:58:06.780 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0) 2022-06-09 10:58:06.786 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (0.4.16) 2022-06-09 10:58:06.789 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (0.18.1) 2022-06-09 10:58:06.791 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.2.1) 2022-06-09 10:58:06.855 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.1.0) 2022-06-09 10:58:06.910 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.5) 2022-06-09 10:58:06.912 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0) 2022-06-09 10:58:06.917 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9) 2022-06-09 10:58:06.920 | Requirement already satisfied: neutron-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (2.6.2) 2022-06-09 10:58:06.960 | Requirement already satisfied: openstacksdk===0.50.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280)) (0.50.0) 2022-06-09 10:58:06.987 | Requirement already satisfied: os-ken===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (1.2.1) 2022-06-09 10:58:07.005 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0) 2022-06-09 10:58:07.010 | Requirement already satisfied: os-traits===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.4.0) 2022-06-09 10:58:07.014 | Requirement already satisfied: os-vif===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.2.1) 2022-06-09 10:58:07.038 | Requirement already satisfied: os-xenapi===0.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (0.3.4) 2022-06-09 10:58:07.055 | Requirement already satisfied: oslo.cache===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.6.3) 2022-06-09 10:58:07.090 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.3.1) 2022-06-09 10:58:07.100 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.3.4) 2022-06-09 10:58:07.115 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.2) 2022-06-09 10:58:07.122 | Requirement already satisfied: oslo.db===8.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.4.1) 2022-06-09 10:58:07.168 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1) 2022-06-09 10:58:07.174 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.4.0) 2022-06-09 10:58:07.212 | Requirement already satisfied: oslo.messaging===12.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (12.5.2) 2022-06-09 10:58:07.264 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.1.1) 2022-06-09 10:58:07.283 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.5.0) 2022-06-09 10:58:07.299 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (2.4.0) 2022-06-09 10:58:07.314 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.2.0) 2022-06-09 10:58:07.328 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (6.2.0) 2022-06-09 10:58:07.332 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.2) 2022-06-09 10:58:07.342 | Requirement already satisfied: oslo.service===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.4.1) 2022-06-09 10:58:07.366 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.1.1) 2022-06-09 10:58:07.373 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.6.1) 2022-06-09 10:58:07.391 | Requirement already satisfied: oslo.versionedobjects===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (2.3.0) 2022-06-09 10:58:07.411 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.4.0) 2022-06-09 10:58:07.456 | Requirement already satisfied: ovs===2.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (2.13.0) 2022-06-09 10:58:07.461 | Requirement already satisfied: ovsdbapp===1.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.6.1) 2022-06-09 10:58:07.470 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:58:07.476 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.7.2) 2022-06-09 10:58:07.511 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:58:07.514 | Requirement already satisfied: pecan===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (1.3.3) 2022-06-09 10:58:07.523 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:58:07.526 | Requirement already satisfied: psutil===5.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.7.2) 2022-06-09 10:58:07.546 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (19.1.0) 2022-06-09 10:58:07.560 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2022-06-09 10:58:07.571 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6) 2022-06-09 10:58:07.574 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:58:07.577 | Requirement already satisfied: pyroute2===0.5.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (0.5.14) 2022-06-09 10:58:07.584 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (2.8.1) 2022-06-09 10:58:07.589 | Requirement already satisfied: python-designateclient===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (4.1.0) 2022-06-09 10:58:07.608 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (1.0.4) 2022-06-09 10:58:07.613 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.1.1) 2022-06-09 10:58:07.632 | Requirement already satisfied: python-neutronclient===7.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) (7.2.1) 2022-06-09 10:58:07.658 | Requirement already satisfied: python-novaclient===17.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (17.2.1) 2022-06-09 10:58:07.675 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2020.1) 2022-06-09 10:58:07.679 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7) 2022-06-09 10:58:07.686 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:58:07.707 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.4.0) 2022-06-09 10:58:07.710 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-06-09 10:58:07.714 | Requirement already satisfied: setproctitle===1.1.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (1.1.10) 2022-06-09 10:58:07.717 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (3.17.2) 2022-06-09 10:58:07.721 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:58:07.724 | Requirement already satisfied: sortedcontainers===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (2.2.2) 2022-06-09 10:58:07.727 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (0.13.0) 2022-06-09 10:58:07.737 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (0.3.1) 2022-06-09 10:58:07.741 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (3.3.0) 2022-06-09 10:58:07.743 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:58:07.751 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (6.2.0) 2022-06-09 10:58:07.765 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (2.0.1) 2022-06-09 10:58:07.774 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (0.5.0) 2022-06-09 10:58:07.780 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:58:07.797 | Requirement already satisfied: tinyrpc===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (1.0.4) 2022-06-09 10:58:07.816 | Requirement already satisfied: tooz===2.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (2.7.2) 2022-06-09 10:58:07.872 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:58:07.875 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:58:07.883 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:58:07.903 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.11.7) 2022-06-09 10:58:07.907 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:58:07.910 | Requirement already satisfied: yappi===1.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.2.5) 2022-06-09 10:58:07.913 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2022-06-09 10:58:07.921 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0) 2022-06-09 10:58:07.929 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.12) 2022-06-09 10:58:07.932 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.0.2) 2022-06-09 10:58:07.938 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.10.0) 2022-06-09 10:58:07.942 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (2.5.0) 2022-06-09 10:58:07.964 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (1.26) 2022-06-09 10:58:07.969 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.1) 2022-06-09 10:58:08.030 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:58:08.033 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2022-06-09 10:58:08.036 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.0) 2022-06-09 10:58:08.040 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2022-06-09 10:58:08.044 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2022-06-09 10:58:08.050 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2022-06-09 10:58:08.054 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2022-06-09 10:58:08.057 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.2) 2022-06-09 10:58:08.098 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2022-06-09 10:58:08.101 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2022-06-09 10:58:08.112 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2022-06-09 10:58:08.122 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2022-06-09 10:58:08.135 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (0.3.5) 2022-06-09 10:58:08.138 | Requirement already satisfied: WebTest===2.0.35 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (2.0.35) 2022-06-09 10:58:08.160 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2022-06-09 10:58:08.174 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0) 2022-06-09 10:58:08.185 | Requirement already satisfied: osc-lib===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.2.1) 2022-06-09 10:58:08.201 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) (2.1.0) 2022-06-09 10:58:08.205 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:58:08.209 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:58:08.211 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:58:08.214 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2022-06-09 10:58:08.217 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0) 2022-06-09 10:58:08.219 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2022-06-09 10:58:08.222 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0) 2022-06-09 10:58:08.225 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:58:08.228 | Requirement already satisfied: jsonpointer===2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (2.0) 2022-06-09 10:58:08.231 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (5.0.0) 2022-06-09 10:58:08.234 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20) 2022-06-09 10:58:08.237 | Requirement already satisfied: beautifulsoup4===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (4.9.1) 2022-06-09 10:58:08.245 | Requirement already satisfied: waitress===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.4.4) 2022-06-09 10:58:08.259 | Requirement already satisfied: cmd2===1.3.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.8) 2022-06-09 10:58:08.311 | Requirement already satisfied: soupsieve===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (2.0.1) 2022-06-09 10:58:08.316 | Requirement already satisfied: colorama===0.4.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.3) 2022-06-09 10:58:08.320 | Requirement already satisfied: attrs===20.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.1.0) 2022-06-09 10:58:08.352 | Requirement already satisfied: setuptools>=34.4 in /usr/local/lib/python3.8/dist-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 112)) (49.6.0) 2022-06-09 10:58:08.394 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.8.0) 2022-06-09 10:58:08.397 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2022-06-09 10:58:09.358 | Installing collected packages: neutron 2022-06-09 10:58:09.358 | Attempting uninstall: neutron 2022-06-09 10:58:09.361 | Found existing installation: neutron 17.4.2.dev15 2022-06-09 10:58:09.371 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-06-09 10:58:09.372 | Running setup.py develop for neutron 2022-06-09 10:58:11.753 | Successfully installed neutron 2022-06-09 10:58:11.889 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:58:11.890 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:58:11.979 | + inc/python:pip_install:200 : result=0 2022-06-09 10:58:11.983 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:58:11.987 | + functions-common:time_stop:2322 : local name 2022-06-09 10:58:11.990 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:58:11.994 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:58:11.997 | + functions-common:time_stop:2325 : local total 2022-06-09 10:58:12.001 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:58:12.003 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:58:12.005 | + functions-common:time_stop:2329 : start_time=1654772280602 2022-06-09 10:58:12.008 | + functions-common:time_stop:2331 : [[ -z 1654772280602 ]] 2022-06-09 10:58:12.012 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:58:12.016 | + functions-common:time_stop:2334 : end_time=1654772292013 2022-06-09 10:58:12.019 | + functions-common:time_stop:2335 : elapsed_time=11411 2022-06-09 10:58:12.022 | + functions-common:time_stop:2336 : total=87614 2022-06-09 10:58:12.025 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:58:12.028 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=99025 2022-06-09 10:58:12.031 | + inc/python:pip_install:203 : return 0 2022-06-09 10:58:12.034 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-09 10:58:12.038 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-09 10:58:12.041 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-09 10:58:12.063 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-09 10:58:12.077 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/neutron 2022-06-09 10:58:12.081 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-06-09 10:58:12.085 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:58:12.089 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:58:12.092 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-06-09 10:58:12.095 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:58:12.100 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2022-06-09 10:58:12.103 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-09 10:58:12.106 | + ./stack.sh:main:903 : is_service_enabled nova 2022-06-09 10:58:12.129 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:12.132 | + ./stack.sh:main:905 : stack_install_service nova 2022-06-09 10:58:12.134 | + lib/stack:stack_install_service:20 : local service=nova 2022-06-09 10:58:12.137 | + lib/stack:stack_install_service:21 : type install_nova 2022-06-09 10:58:12.139 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-09 10:58:12.142 | + lib/stack:stack_install_service:32 : install_nova 2022-06-09 10:58:12.144 | + lib/nova:install_nova:802 : use_library_from_git os-vif 2022-06-09 10:58:12.147 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-06-09 10:58:12.149 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:58:12.152 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:58:12.154 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-06-09 10:58:12.156 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:58:12.159 | + lib/nova:install_nova:807 : is_service_enabled n-cpu 2022-06-09 10:58:12.174 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:12.177 | + lib/nova:install_nova:811 : is_service_enabled n-novnc 2022-06-09 10:58:12.193 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:12.196 | + lib/nova:install_nova:823 : is_service_enabled n-spice 2022-06-09 10:58:12.212 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:12.215 | + lib/nova:install_nova:835 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/victoria 2022-06-09 10:58:12.217 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/nova.git 2022-06-09 10:58:12.219 | + functions-common:git_clone:526 : local git_dest=/opt/stack/nova 2022-06-09 10:58:12.221 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-09 10:58:12.224 | + functions-common:git_clone:528 : local orig_dir 2022-06-09 10:58:12.226 | ++ functions-common:git_clone:529 : pwd 2022-06-09 10:58:12.229 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:58:12.232 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:58:12.234 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:58:12.252 | + functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:58:12.254 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:58:12.257 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:58:12.260 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-09 10:58:12.260 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:58:12.265 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/nova ]] 2022-06-09 10:58:12.268 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:58:12.270 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/nova 2022-06-09 10:58:12.283 | + functions-common:git_clone:606 : cd /opt/stack/nova 2022-06-09 10:58:12.286 | + functions-common:git_clone:607 : git show --oneline 2022-06-09 10:58:12.286 | + functions-common:git_clone:607 : head -1 2022-06-09 10:58:12.383 | 3c0e0ea9f2 Merge commit 'refs/changes/01/754401/2' of ssh://review.openstack.org:29418/openstack/nova into HEAD 2022-06-09 10:58:12.390 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:58:12.394 | + lib/nova:install_nova:836 : setup_develop /opt/stack/nova 2022-06-09 10:58:12.398 | + inc/python:setup_develop:338 : local bindep 2022-06-09 10:58:12.402 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-06-09 10:58:12.405 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-06-09 10:58:12.408 | + inc/python:setup_develop:344 : local extras= 2022-06-09 10:58:12.412 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-06-09 10:58:12.415 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-09 10:58:12.419 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-06-09 10:58:12.423 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-06-09 10:58:12.426 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-09 10:58:12.428 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-09 10:58:12.431 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-06-09 10:58:12.434 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-09 10:58:12.437 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-06-09 10:58:12.440 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-09 10:58:12.442 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-09 10:58:12.445 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-06-09 10:58:12.451 | + inc/python:_setup_package_with_constraints_edit:383 : name=nova 2022-06-09 10:58:12.454 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2022-06-09 10:58:13.040 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/nova -e 2022-06-09 10:58:13.043 | + inc/python:setup_package:417 : local bindep=0 2022-06-09 10:58:13.047 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-09 10:58:13.049 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-09 10:58:13.052 | + inc/python:setup_package:420 : [[ /opt/stack/nova == -bindep* ]] 2022-06-09 10:58:13.054 | + inc/python:setup_package:425 : local project_dir=/opt/stack/nova 2022-06-09 10:58:13.056 | + inc/python:setup_package:426 : local flags=-e 2022-06-09 10:58:13.059 | + inc/python:setup_package:427 : local extras= 2022-06-09 10:58:13.061 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-09 10:58:13.064 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-09 10:58:13.067 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-09 10:58:13.069 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-09 10:58:13.072 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-09 10:58:13.074 | + inc/python:setup_package:445 : pip_install -e /opt/stack/nova 2022-06-09 10:58:13.095 | Using python 3.8 to install /opt/stack/nova 2022-06-09 10:58:13.097 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-06-09 10:58:14.882 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:58:14.882 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:58:14.886 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:14.887 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:14.888 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:58:14.890 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:14.890 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:14.890 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:14.891 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:14.891 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:14.903 | Obtaining file:///opt/stack/nova 2022-06-09 10:58:17.999 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-09 10:58:21.052 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2022-06-09 10:58:21.059 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2022-06-09 10:58:21.062 | Requirement already satisfied: Paste===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.4.3) 2022-06-09 10:58:21.070 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.0) 2022-06-09 10:58:21.078 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:58:21.082 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.4.1) 2022-06-09 10:58:21.090 | Requirement already satisfied: SQLAlchemy===1.3.19 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.19) 2022-06-09 10:58:21.110 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:58:21.124 | Requirement already satisfied: castellan===3.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.6.1) 2022-06-09 10:58:21.143 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.1) 2022-06-09 10:58:21.181 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (0.2.2) 2022-06-09 10:58:21.195 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2) 2022-06-09 10:58:21.198 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) (0.26.1) 2022-06-09 10:58:21.208 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0) 2022-06-09 10:58:21.214 | Requirement already satisfied: greenlet===0.4.16 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (0.4.16) 2022-06-09 10:58:21.216 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.12) 2022-06-09 10:58:21.219 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0) 2022-06-09 10:58:21.231 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.2.1) 2022-06-09 10:58:21.293 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.1.0) 2022-06-09 10:58:21.348 | Requirement already satisfied: lxml===4.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (4.5.2) 2022-06-09 10:58:21.359 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.0.1) 2022-06-09 10:58:21.363 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.5) 2022-06-09 10:58:21.366 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0) 2022-06-09 10:58:21.371 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9) 2022-06-09 10:58:21.374 | Requirement already satisfied: openstacksdk===0.50.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280)) (0.50.0) 2022-06-09 10:58:21.400 | Requirement already satisfied: os-brick===4.0.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (4.0.5) 2022-06-09 10:58:21.425 | Requirement already satisfied: os-resource-classes===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (1.0.0) 2022-06-09 10:58:21.429 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0) 2022-06-09 10:58:21.433 | Requirement already satisfied: os-traits===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.4.0) 2022-06-09 10:58:21.438 | Requirement already satisfied: os-vif===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.2.1) 2022-06-09 10:58:21.461 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.2.0) 2022-06-09 10:58:21.481 | Requirement already satisfied: os-xenapi===0.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (0.3.4) 2022-06-09 10:58:21.499 | Requirement already satisfied: oslo.cache===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.6.3) 2022-06-09 10:58:21.532 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.3.1) 2022-06-09 10:58:21.543 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.3.4) 2022-06-09 10:58:21.558 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.2) 2022-06-09 10:58:21.565 | Requirement already satisfied: oslo.db===8.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.4.1) 2022-06-09 10:58:21.610 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1) 2022-06-09 10:58:21.617 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.4.0) 2022-06-09 10:58:21.655 | Requirement already satisfied: oslo.messaging===12.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (12.5.2) 2022-06-09 10:58:21.707 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.1.1) 2022-06-09 10:58:21.726 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.5.0) 2022-06-09 10:58:21.742 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (2.4.0) 2022-06-09 10:58:21.757 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.2.0) 2022-06-09 10:58:21.771 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (6.2.0) 2022-06-09 10:58:21.775 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.2) 2022-06-09 10:58:21.784 | Requirement already satisfied: oslo.service===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.4.1) 2022-06-09 10:58:21.807 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.1.1) 2022-06-09 10:58:21.815 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.6.1) 2022-06-09 10:58:21.833 | Requirement already satisfied: oslo.versionedobjects===2.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (2.3.0) 2022-06-09 10:58:21.852 | Requirement already satisfied: ovsdbapp===1.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.6.1) 2022-06-09 10:58:21.861 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:58:21.867 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.7.2) 2022-06-09 10:58:21.901 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:58:21.904 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:58:21.907 | Requirement already satisfied: psutil===5.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.7.2) 2022-06-09 10:58:21.927 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2022-06-09 10:58:21.938 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6) 2022-06-09 10:58:21.941 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:58:21.944 | Requirement already satisfied: pypowervm===1.1.24 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.1.24) 2022-06-09 10:58:21.969 | Requirement already satisfied: pyroute2===0.5.14 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (0.5.14) 2022-06-09 10:58:21.976 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (5.0.1) 2022-06-09 10:58:21.991 | Requirement already satisfied: python-cinderclient===7.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (7.2.2) 2022-06-09 10:58:22.009 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (2.8.1) 2022-06-09 10:58:22.014 | Requirement already satisfied: python-glanceclient===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (3.2.2) 2022-06-09 10:58:22.031 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.1.1) 2022-06-09 10:58:22.049 | Requirement already satisfied: python-neutronclient===7.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) (7.2.1) 2022-06-09 10:58:22.075 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2020.1) 2022-06-09 10:58:22.079 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7) 2022-06-09 10:58:22.086 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:58:22.107 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.4.0) 2022-06-09 10:58:22.109 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453)) (1.3.3) 2022-06-09 10:58:22.114 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-06-09 10:58:22.119 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (3.17.2) 2022-06-09 10:58:22.122 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:58:22.125 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (0.13.0) 2022-06-09 10:58:22.136 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (0.3.1) 2022-06-09 10:58:22.139 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (3.3.0) 2022-06-09 10:58:22.142 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:58:22.149 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (4.5.0) 2022-06-09 10:58:22.206 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (6.2.0) 2022-06-09 10:58:22.220 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (2.0.1) 2022-06-09 10:58:22.229 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (0.5.0) 2022-06-09 10:58:22.235 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:58:22.252 | Requirement already satisfied: tooz===2.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (2.7.2) 2022-06-09 10:58:22.330 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:58:22.334 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:58:22.341 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:58:22.362 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.11.7) 2022-06-09 10:58:22.366 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.3.3) 2022-06-09 10:58:22.373 | Requirement already satisfied: websockify===0.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (0.9.0) 2022-06-09 10:58:22.377 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:58:22.381 | Requirement already satisfied: yappi===1.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.2.5) 2022-06-09 10:58:22.384 | Requirement already satisfied: zVMCloudConnector===1.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (1.4.1) 2022-06-09 10:58:22.397 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2022-06-09 10:58:22.401 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0) 2022-06-09 10:58:22.409 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.0.2) 2022-06-09 10:58:22.415 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2022-06-09 10:58:22.418 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (1.26) 2022-06-09 10:58:22.423 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.10.0) 2022-06-09 10:58:22.427 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (2.5.0) 2022-06-09 10:58:22.448 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:58:22.456 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2022-06-09 10:58:22.461 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2022-06-09 10:58:22.466 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.2) 2022-06-09 10:58:22.475 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2022-06-09 10:58:22.479 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2022-06-09 10:58:22.482 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.2) 2022-06-09 10:58:22.522 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.0) 2022-06-09 10:58:22.525 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2022-06-09 10:58:22.536 | Requirement already satisfied: ovs===2.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (2.13.0) 2022-06-09 10:58:22.541 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2022-06-09 10:58:22.554 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2022-06-09 10:58:22.564 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.4.8) 2022-06-09 10:58:22.567 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.2.8) 2022-06-09 10:58:22.572 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2022-06-09 10:58:22.586 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (19.1.0) 2022-06-09 10:58:22.599 | Requirement already satisfied: osc-lib===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.2.1) 2022-06-09 10:58:22.614 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) (2.1.0) 2022-06-09 10:58:22.619 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:58:22.621 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:58:22.625 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:58:22.628 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2022-06-09 10:58:22.631 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (1.4.1) 2022-06-09 10:58:22.635 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2022-06-09 10:58:22.643 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (2.5) 2022-06-09 10:58:22.680 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0) 2022-06-09 10:58:22.683 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2022-06-09 10:58:22.686 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0) 2022-06-09 10:58:22.689 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:58:22.692 | Requirement already satisfied: numpy===1.19.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) (1.19.1) 2022-06-09 10:58:22.695 | Requirement already satisfied: PyJWT===1.7.1 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (1.7.1) 2022-06-09 10:58:22.702 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20) 2022-06-09 10:58:22.706 | Requirement already satisfied: jsonpointer===2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (2.0) 2022-06-09 10:58:22.709 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2022-06-09 10:58:22.717 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (1.0.4) 2022-06-09 10:58:22.720 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (5.0.0) 2022-06-09 10:58:22.723 | Requirement already satisfied: sortedcontainers===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (2.2.2) 2022-06-09 10:58:22.726 | Requirement already satisfied: cmd2===1.3.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.8) 2022-06-09 10:58:22.778 | Requirement already satisfied: colorama===0.4.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.3) 2022-06-09 10:58:22.782 | Requirement already satisfied: attrs===20.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.1.0) 2022-06-09 10:58:22.814 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.8.0) 2022-06-09 10:58:22.817 | Requirement already satisfied: setuptools>=34.4 in /usr/local/lib/python3.8/dist-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 112)) (49.6.0) 2022-06-09 10:58:22.858 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2022-06-09 10:58:23.792 | Installing collected packages: nova 2022-06-09 10:58:23.792 | Attempting uninstall: nova 2022-06-09 10:58:23.794 | Found existing installation: nova 22.4.1.dev4 2022-06-09 10:58:23.798 | Can't uninstall 'nova'. No files were found to uninstall. 2022-06-09 10:58:23.800 | Running setup.py develop for nova 2022-06-09 10:58:27.138 | Successfully installed nova 2022-06-09 10:58:27.275 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:58:27.275 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:58:27.369 | + inc/python:pip_install:200 : result=0 2022-06-09 10:58:27.372 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:58:27.375 | + functions-common:time_stop:2322 : local name 2022-06-09 10:58:27.378 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:58:27.381 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:58:27.384 | + functions-common:time_stop:2325 : local total 2022-06-09 10:58:27.387 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:58:27.390 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:58:27.393 | + functions-common:time_stop:2329 : start_time=1654772293089 2022-06-09 10:58:27.395 | + functions-common:time_stop:2331 : [[ -z 1654772293089 ]] 2022-06-09 10:58:27.398 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:58:27.402 | + functions-common:time_stop:2334 : end_time=1654772307400 2022-06-09 10:58:27.404 | + functions-common:time_stop:2335 : elapsed_time=14311 2022-06-09 10:58:27.406 | + functions-common:time_stop:2336 : total=99025 2022-06-09 10:58:27.409 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:58:27.411 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=113336 2022-06-09 10:58:27.413 | + inc/python:pip_install:203 : return 0 2022-06-09 10:58:27.415 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-09 10:58:27.418 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-09 10:58:27.420 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-09 10:58:27.440 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-09 10:58:27.453 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/nova 2022-06-09 10:58:27.456 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-06-09 10:58:27.458 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:58:27.461 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:58:27.463 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-06-09 10:58:27.466 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:58:27.468 | + lib/nova:install_nova:837 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-06-09 10:58:27.481 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-09 10:58:27.483 | + ./stack.sh:main:906 : configure_nova 2022-06-09 10:58:27.486 | + lib/nova:configure_nova:236 : sudo install -d -o ubuntu /etc/nova 2022-06-09 10:58:27.498 | + lib/nova:configure_nova:238 : configure_rootwrap nova 2022-06-09 10:58:27.500 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-06-09 10:58:27.503 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-06-09 10:58:27.506 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-06-09 10:58:27.507 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-06-09 10:58:27.512 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-06-09 10:58:27.515 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-06-09 10:58:27.517 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-06-09 10:58:27.520 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-06-09 10:58:27.522 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-06-09 10:58:27.524 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-06-09 10:58:27.527 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-06-09 10:58:27.529 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-06-09 10:58:27.541 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-06-09 10:58:27.553 | + 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 2022-06-09 10:58:27.566 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2022-06-09 10:58:27.578 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-06-09 10:58:27.592 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-06-09 10:58:27.595 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-06-09 10:58:27.601 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.5o8uUG4y2Q 2022-06-09 10:58:27.604 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-06-09 10:58:27.606 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-06-09 10:58:27.609 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-06-09 10:58:27.612 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-06-09 10:58:27.614 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-06-09 10:58:27.617 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.5o8uUG4y2Q 2022-06-09 10:58:27.621 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.5o8uUG4y2Q 2022-06-09 10:58:27.634 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.5o8uUG4y2Q /etc/sudoers.d/nova-rootwrap 2022-06-09 10:58:27.653 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-06-09 10:58:27.663 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-06-09 10:58:27.666 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-06-09 10:58:27.668 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-06-09 10:58:27.671 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-06-09 10:58:27.674 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-06-09 10:58:27.676 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-06-09 10:58:27.679 | + lib/nova:configure_nova:240 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-06-09 10:58:27.681 | + lib/nova:configure_nova:242 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-06-09 10:58:27.686 | + lib/nova:configure_nova:245 : is_service_enabled n-cpu 2022-06-09 10:58:27.706 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:27.709 | + lib/nova:configure_nova:323 : create_nova_conf 2022-06-09 10:58:27.713 | + lib/nova:create_nova_conf:390 : rm -f /opt/stack/nova/bin/nova.conf 2022-06-09 10:58:27.717 | + lib/nova:create_nova_conf:393 : rm -f /etc/nova/nova.conf 2022-06-09 10:58:27.721 | + lib/nova:create_nova_conf:394 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-06-09 10:58:27.749 | + lib/nova:create_nova_conf:395 : '[' True == True ']' 2022-06-09 10:58:27.751 | + lib/nova:create_nova_conf:396 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-06-09 10:58:27.782 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-06-09 10:58:27.814 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-06-09 10:58:27.841 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-06-09 10:58:27.870 | + lib/nova:create_nova_conf:401 : iniset /etc/nova/nova.conf scheduler workers 2 2022-06-09 10:58:27.899 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-06-09 10:58:27.929 | + lib/nova:create_nova_conf:403 : [[ 4 == 6 ]] 2022-06-09 10:58:27.931 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.33 2022-06-09 10:58:27.959 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-06-09 10:58:27.986 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-06-09 10:58:28.012 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-06-09 10:58:28.039 | + lib/nova:create_nova_conf:411 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-06-09 10:58:28.066 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-06-09 10:58:28.095 | + lib/nova:create_nova_conf:415 : is_fedora 2022-06-09 10:58:28.098 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-09 10:58:28.100 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-09 10:58:28.102 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-09 10:58:28.104 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-09 10:58:28.106 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-09 10:58:28.109 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-09 10:58:28.111 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-09 10:58:28.113 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-09 10:58:28.115 | + lib/nova:create_nova_conf:415 : is_suse 2022-06-09 10:58:28.117 | + functions-common:is_suse:464 : is_opensuse 2022-06-09 10:58:28.120 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-09 10:58:28.122 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-09 10:58:28.124 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-09 10:58:28.126 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-09 10:58:28.128 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-09 10:58:28.131 | + lib/nova:create_nova_conf:424 : is_service_enabled n-api n-cond n-sched 2022-06-09 10:58:28.146 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:28.148 | + lib/nova:create_nova_conf:428 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-09 10:58:28.151 | + lib/nova:create_nova_conf:431 : local db=nova_cell0 2022-06-09 10:58:28.153 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-06-09 10:58:28.180 | ++ lib/nova:create_nova_conf:437 : database_connection_url nova_cell0 2022-06-09 10:58:28.182 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2022-06-09 10:58:28.184 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2022-06-09 10:58:28.187 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2022-06-09 10:58:28.189 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-06-09 10:58:28.192 | + lib/nova:create_nova_conf:437 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-06-09 10:58:28.224 | ++ lib/nova:create_nova_conf:438 : database_connection_url nova_api 2022-06-09 10:58:28.226 | ++ lib/database:database_connection_url:132 : local db=nova_api 2022-06-09 10:58:28.228 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2022-06-09 10:58:28.231 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2022-06-09 10:58:28.233 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-06-09 10:58:28.235 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-06-09 10:58:28.268 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf cache enabled True 2022-06-09 10:58:28.300 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-06-09 10:58:28.326 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-06-09 10:58:28.353 | + lib/nova:create_nova_conf:448 : is_service_enabled n-api 2022-06-09 10:58:28.369 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:28.371 | + lib/nova:create_nova_conf:449 : is_service_enabled n-api-meta 2022-06-09 10:58:28.387 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:28.390 | ++ lib/nova:create_nova_conf:451 : echo osapi_compute,metadata 2022-06-09 10:58:28.390 | ++ lib/nova:create_nova_conf:451 : sed s/,metadata// 2022-06-09 10:58:28.395 | + lib/nova:create_nova_conf:451 : NOVA_ENABLED_APIS=osapi_compute 2022-06-09 10:58:28.397 | + lib/nova:create_nova_conf:453 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-06-09 10:58:28.427 | + lib/nova:create_nova_conf:454 : is_service_enabled tls-proxy 2022-06-09 10:58:28.444 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:28.447 | + lib/nova:create_nova_conf:460 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-06-09 10:58:28.449 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2022-06-09 10:58:28.451 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2022-06-09 10:58:28.453 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2022-06-09 10:58:28.456 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-06-09 10:58:28.484 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-06-09 10:58:28.511 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.33/identity 2022-06-09 10:58:28.538 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-06-09 10:58:28.565 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-06-09 10:58:28.592 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-06-09 10:58:28.622 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-06-09 10:58:28.649 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-06-09 10:58:28.677 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-09 10:58:28.706 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-06-09 10:58:28.733 | + lib/nova:create_nova_conf:463 : is_service_enabled cinder 2022-06-09 10:58:28.748 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:28.751 | + lib/nova:create_nova_conf:464 : configure_cinder_access 2022-06-09 10:58:28.753 | + lib/nova:configure_cinder_access:585 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-06-09 10:58:28.782 | + lib/nova:configure_cinder_access:586 : iniset /etc/nova/nova.conf cinder auth_type password 2022-06-09 10:58:28.808 | + lib/nova:configure_cinder_access:587 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.33/identity 2022-06-09 10:58:28.835 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder username nova 2022-06-09 10:58:28.863 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-06-09 10:58:28.892 | + lib/nova:configure_cinder_access:596 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-06-09 10:58:28.923 | + lib/nova:configure_cinder_access:597 : iniset /etc/nova/nova.conf cinder project_name service 2022-06-09 10:58:28.953 | + lib/nova:configure_cinder_access:598 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-06-09 10:58:28.982 | + lib/nova:configure_cinder_access:599 : is_service_enabled tls-proxy 2022-06-09 10:58:28.997 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:29.000 | + lib/nova:create_nova_conf:467 : '[' -n /opt/stack/data/nova ']' 2022-06-09 10:58:29.002 | + lib/nova:create_nova_conf:468 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-06-09 10:58:29.030 | + lib/nova:create_nova_conf:469 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-06-09 10:58:29.061 | + lib/nova:create_nova_conf:471 : '[' -n /opt/stack/data/nova/instances ']' 2022-06-09 10:58:29.063 | + lib/nova:create_nova_conf:472 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-06-09 10:58:29.091 | + lib/nova:create_nova_conf:474 : '[' False '!=' False ']' 2022-06-09 10:58:29.093 | + lib/nova:create_nova_conf:477 : '[' False '!=' False ']' 2022-06-09 10:58:29.096 | + lib/nova:create_nova_conf:482 : is_suse 2022-06-09 10:58:29.098 | + functions-common:is_suse:464 : is_opensuse 2022-06-09 10:58:29.100 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-09 10:58:29.102 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-09 10:58:29.104 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-09 10:58:29.106 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-09 10:58:29.109 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-09 10:58:29.111 | + lib/nova:create_nova_conf:487 : setup_logging /etc/nova/nova.conf 2022-06-09 10:58:29.113 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova.conf 2022-06-09 10:58:29.115 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova.conf 2022-06-09 10:58:29.118 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-09 10:58:29.134 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-09 10:58:29.136 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-09 10:58:29.138 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-09 10:58:29.140 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-09 10:58:29.143 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-09 10:58:29.170 | + functions:setup_systemd_logging:728 : 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' 2022-06-09 10:58:29.197 | + functions:setup_systemd_logging:729 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-06-09 10:58:29.224 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-09 10:58:29.251 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-06-09 10:58:29.285 | + lib/nova:create_nova_conf:491 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-06-09 10:58:29.287 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-api-uwsgi.ini 2022-06-09 10:58:29.289 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-06-09 10:58:29.292 | + lib/apache:write_uwsgi_config:259 : local url=/compute 2022-06-09 10:58:29.295 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-09 10:58:29.297 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-09 10:58:29.300 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-api-wsgi 2022-06-09 10:58:29.305 | + lib/apache:write_uwsgi_config:262 : name=nova-api-wsgi 2022-06-09 10:58:29.307 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-09 10:58:29.310 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-09 10:58:29.324 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-09 10:58:29.324 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:58:29.333 | d /var/run/uwsgi 0755 ubuntu root 2022-06-09 10:58:29.337 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:58:29.353 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-06-09 10:58:29.355 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-06-09 10:58:29.359 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-06-09 10:58:29.394 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-06-09 10:58:29.424 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-06-09 10:58:29.453 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-06-09 10:58:29.480 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-06-09 10:58:29.507 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-09 10:58:29.534 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-06-09 10:58:29.561 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-06-09 10:58:29.588 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-06-09 10:58:29.618 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-09 10:58:29.649 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-06-09 10:58:29.678 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-09 10:58:29.706 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-06-09 10:58:29.732 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-09 10:58:29.735 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-09 10:58:29.738 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for nova-api-wsgi 2022-06-09 10:58:29.740 | ++ lib/apache:apache_site_config_for:189 : local site=nova-api-wsgi 2022-06-09 10:58:29.743 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-09 10:58:29.745 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:29.747 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:29.749 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-09 10:58:29.752 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-09 10:58:29.754 | + lib/apache:write_uwsgi_config:307 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-06-09 10:58:29.781 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-06-09 10:58:29.810 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-06-09 10:58:29.810 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-09 10:58:29.819 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-06-09 10:58:29.823 | + lib/apache:write_uwsgi_config:310 : enable_apache_site nova-api-wsgi 2022-06-09 10:58:29.826 | + lib/apache:enable_apache_site:206 : local site=nova-api-wsgi 2022-06-09 10:58:29.829 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-09 10:58:29.832 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-09 10:58:29.835 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:58:29.837 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:29.839 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:29.842 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-09 10:58:29.844 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-09 10:58:29.846 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:29.848 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:29.851 | + lib/apache:enable_apache_site:210 : sudo a2ensite nova-api-wsgi 2022-06-09 10:58:29.914 | Enabling site nova-api-wsgi. 2022-06-09 10:58:29.923 | To activate the new configuration, you need to run: 2022-06-09 10:58:29.923 | systemctl reload apache2 2022-06-09 10:58:29.929 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-09 10:58:29.933 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-09 10:58:29.936 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-09 10:58:29.939 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-09 10:58:30.081 | + lib/nova:create_nova_conf:492 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-06-09 10:58:30.084 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-06-09 10:58:30.087 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-06-09 10:58:30.089 | + lib/apache:write_uwsgi_config:259 : local url= 2022-06-09 10:58:30.091 | + lib/apache:write_uwsgi_config:260 : local http=0.0.0.0:8775 2022-06-09 10:58:30.095 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-09 10:58:30.100 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-metadata-wsgi 2022-06-09 10:58:30.105 | + lib/apache:write_uwsgi_config:262 : name=nova-metadata-wsgi 2022-06-09 10:58:30.107 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-09 10:58:30.109 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-09 10:58:30.122 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-09 10:58:30.122 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:58:30.132 | d /var/run/uwsgi 0755 ubuntu root 2022-06-09 10:58:30.135 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:58:30.151 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-06-09 10:58:30.153 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-06-09 10:58:30.157 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-06-09 10:58:30.186 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-06-09 10:58:30.212 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-06-09 10:58:30.239 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-06-09 10:58:30.266 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-06-09 10:58:30.295 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-09 10:58:30.322 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-06-09 10:58:30.352 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-06-09 10:58:30.380 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-06-09 10:58:30.407 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-09 10:58:30.436 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-06-09 10:58:30.465 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-09 10:58:30.494 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-06-09 10:58:30.521 | + lib/apache:write_uwsgi_config:302 : [[ -n 0.0.0.0:8775 ]] 2022-06-09 10:58:30.523 | + lib/apache:write_uwsgi_config:303 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-06-09 10:58:30.550 | + lib/nova:create_nova_conf:494 : is_service_enabled ceilometer 2022-06-09 10:58:30.566 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:30.568 | + lib/nova:create_nova_conf:502 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-06-09 10:58:30.603 | ++ lib/nova:create_nova_conf:503 : get_notification_url 2022-06-09 10:58:30.605 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-06-09 10:58:30.608 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-06-09 10:58:30.625 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:30.627 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:58:30.630 | + lib/nova:create_nova_conf:503 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:58:30.657 | + lib/nova:create_nova_conf:504 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-06-09 10:58:30.687 | + lib/nova:create_nova_conf:505 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-06-09 10:58:30.690 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-06-09 10:58:30.692 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-06-09 10:58:30.694 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-09 10:58:30.697 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-09 10:58:30.699 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-09 10:58:30.716 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:30.718 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-09 10:58:30.721 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-09 10:58:30.723 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-09 10:58:30.739 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:30.742 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:58:30.744 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/ 2022-06-09 10:58:30.772 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-09 10:58:30.774 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-09 10:58:30.776 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-06-09 10:58:30.803 | + lib/nova:create_nova_conf:508 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-06-09 10:58:30.831 | + lib/nova:create_nova_conf:510 : iniset /etc/nova/nova.conf conductor workers 2 2022-06-09 10:58:30.862 | + lib/nova:create_nova_conf:512 : is_service_enabled tls-proxy 2022-06-09 10:58:30.878 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:30.881 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-06-09 10:58:30.908 | + lib/nova:create_nova_conf:519 : '[' False == True ']' 2022-06-09 10:58:30.910 | + lib/nova:create_nova_conf:523 : is_service_enabled n-cond 2022-06-09 10:58:30.927 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:30.930 | ++ lib/nova:create_nova_conf:524 : seq 1 1 2022-06-09 10:58:30.934 | + lib/nova:create_nova_conf:524 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-09 10:58:30.937 | + lib/nova:create_nova_conf:525 : local conf 2022-06-09 10:58:30.939 | + lib/nova:create_nova_conf:526 : local vhost 2022-06-09 10:58:30.942 | ++ lib/nova:create_nova_conf:527 : conductor_conf 1 2022-06-09 10:58:30.944 | ++ lib/nova:conductor_conf:737 : local cell=1 2022-06-09 10:58:30.947 | ++ lib/nova:conductor_conf:738 : echo /etc/nova/nova_cell1.conf 2022-06-09 10:58:30.949 | + lib/nova:create_nova_conf:527 : conf=/etc/nova/nova_cell1.conf 2022-06-09 10:58:30.952 | + lib/nova:create_nova_conf:528 : vhost=nova_cell1 2022-06-09 10:58:30.954 | + lib/nova:create_nova_conf:530 : rm -f /etc/nova/nova_cell1.conf 2022-06-09 10:58:30.959 | ++ lib/nova:create_nova_conf:531 : database_connection_url nova_cell1 2022-06-09 10:58:30.961 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2022-06-09 10:58:30.964 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2022-06-09 10:58:30.966 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2022-06-09 10:58:30.968 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-06-09 10:58:30.971 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-06-09 10:58:31.001 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-06-09 10:58:31.033 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-06-09 10:58:31.063 | + lib/nova:create_nova_conf:535 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-09 10:58:31.065 | + lib/nova:create_nova_conf:538 : rpc_backend_add_vhost nova_cell1 2022-06-09 10:58:31.068 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-06-09 10:58:31.070 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-06-09 10:58:31.086 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:31.090 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-06-09 10:58:31.090 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-06-09 10:58:31.832 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-06-09 10:58:31.834 | + lib/nova:create_nova_conf:539 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-06-09 10:58:31.837 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-06-09 10:58:31.839 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-06-09 10:58:31.841 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-09 10:58:31.844 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-06-09 10:58:31.846 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-09 10:58:31.863 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:31.866 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-06-09 10:58:31.868 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-06-09 10:58:31.871 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-09 10:58:31.888 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:31.891 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/nova_cell1 2022-06-09 10:58:31.894 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.33:5672/nova_cell1 2022-06-09 10:58:31.921 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-09 10:58:31.924 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-09 10:58:31.927 | + lib/nova:create_nova_conf:543 : is_service_enabled placement placement-client 2022-06-09 10:58:31.948 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:31.952 | + lib/nova:create_nova_conf:544 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-06-09 10:58:31.955 | + lib/nova:configure_placement_nova_compute:572 : local conf=/etc/nova/nova_cell1.conf 2022-06-09 10:58:31.958 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-06-09 10:58:31.988 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.33/identity 2022-06-09 10:58:32.016 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-06-09 10:58:32.044 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-06-09 10:58:32.079 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-06-09 10:58:32.109 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-06-09 10:58:32.144 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-06-09 10:58:32.175 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-06-09 10:58:32.203 | + lib/nova:create_nova_conf:548 : setup_logging /etc/nova/nova_cell1.conf 2022-06-09 10:58:32.206 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-06-09 10:58:32.208 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova_cell1.conf 2022-06-09 10:58:32.211 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-09 10:58:32.227 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-09 10:58:32.229 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-09 10:58:32.232 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-09 10:58:32.234 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-09 10:58:32.236 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-09 10:58:32.263 | + functions:setup_systemd_logging:728 : 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' 2022-06-09 10:58:32.291 | + functions:setup_systemd_logging:729 : 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' 2022-06-09 10:58:32.319 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-09 10:58:32.347 | + lib/nova:create_nova_conf:555 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-09 10:58:32.350 | ++ lib/nova:create_nova_conf:558 : seq 1 1 2022-06-09 10:58:32.354 | + lib/nova:create_nova_conf:558 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-09 10:58:32.356 | + lib/nova:create_nova_conf:559 : local conf 2022-06-09 10:58:32.359 | + lib/nova:create_nova_conf:560 : local offset 2022-06-09 10:58:32.362 | ++ lib/nova:create_nova_conf:561 : conductor_conf 1 2022-06-09 10:58:32.364 | ++ lib/nova:conductor_conf:737 : local cell=1 2022-06-09 10:58:32.367 | ++ lib/nova:conductor_conf:738 : echo /etc/nova/nova_cell1.conf 2022-06-09 10:58:32.369 | + lib/nova:create_nova_conf:561 : conf=/etc/nova/nova_cell1.conf 2022-06-09 10:58:32.372 | + lib/nova:create_nova_conf:562 : offset=0 2022-06-09 10:58:32.374 | + lib/nova:create_nova_conf:563 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-06-09 10:58:32.377 | + lib/nova:configure_console_proxies:672 : local conf=/etc/nova/nova_cell1.conf 2022-06-09 10:58:32.379 | + lib/nova:configure_console_proxies:673 : local offset=0 2022-06-09 10:58:32.382 | + lib/nova:configure_console_proxies:677 : offset=0 2022-06-09 10:58:32.384 | + lib/nova:configure_console_proxies:679 : is_service_enabled n-novnc 2022-06-09 10:58:32.403 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:32.405 | + lib/nova:configure_console_proxies:679 : is_service_enabled n-xvnc 2022-06-09 10:58:32.424 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:32.426 | + lib/nova:configure_console_proxies:679 : '[' False '!=' False ']' 2022-06-09 10:58:32.428 | + lib/nova:configure_console_proxies:713 : is_service_enabled n-spice 2022-06-09 10:58:32.445 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:32.448 | + lib/nova:configure_console_proxies:718 : is_service_enabled n-sproxy 2022-06-09 10:58:32.468 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:32.471 | + lib/nova:configure_nova:325 : is_service_enabled n-cpu 2022-06-09 10:58:32.490 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:32.493 | + ./stack.sh:main:909 : is_service_enabled placement 2022-06-09 10:58:32.511 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:32.514 | + ./stack.sh:main:911 : stack_install_service placement 2022-06-09 10:58:32.516 | + lib/stack:stack_install_service:20 : local service=placement 2022-06-09 10:58:32.519 | + lib/stack:stack_install_service:21 : type install_placement 2022-06-09 10:58:32.521 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-09 10:58:32.524 | + lib/stack:stack_install_service:32 : install_placement 2022-06-09 10:58:32.526 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-06-09 10:58:32.529 | + lib/apache:install_apache_wsgi:146 : is_ubuntu 2022-06-09 10:58:32.531 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:32.534 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:32.536 | + lib/apache:install_apache_wsgi:148 : install_package apache2 2022-06-09 10:58:32.539 | + functions-common:install_package:1356 : update_package_repo 2022-06-09 10:58:32.541 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:58:32.544 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-09 10:58:32.546 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:58:32.549 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:58:32.551 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:58:32.553 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:32.556 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:32.558 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:58:32.561 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-09 10:58:32.563 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-09 10:58:32.565 | + functions-common:apt_get_update:1083 : return 2022-06-09 10:58:32.568 | + functions-common:install_package:1357 : real_install_package apache2 2022-06-09 10:58:32.570 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:58:32.573 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:32.575 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:32.578 | + functions-common:real_install_package:1343 : apt_get install apache2 2022-06-09 10:58:32.605 | + functions-common:apt_get:1123 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-06-09 10:58:32.717 | Reading package lists... 2022-06-09 10:58:32.967 | Building dependency tree... 2022-06-09 10:58:32.969 | Reading state information... 2022-06-09 10:58:33.221 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-09 10:58:33.221 | The following packages were automatically installed and are no longer required: 2022-06-09 10:58:33.222 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:58:33.222 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:58:33.222 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:58:33.222 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:58:33.222 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:58:33.222 | python3-zope.interface 2022-06-09 10:58:33.222 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:58:33.358 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:58:33.363 | + functions-common:apt_get:1127 : result=0 2022-06-09 10:58:33.367 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:58:33.370 | + functions-common:time_stop:2322 : local name 2022-06-09 10:58:33.373 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:58:33.376 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:58:33.379 | + functions-common:time_stop:2325 : local total 2022-06-09 10:58:33.382 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:58:33.385 | + functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:58:33.388 | + functions-common:time_stop:2329 : start_time=1654772312601 2022-06-09 10:58:33.391 | + functions-common:time_stop:2331 : [[ -z 1654772312601 ]] 2022-06-09 10:58:33.395 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:58:33.399 | + functions-common:time_stop:2334 : end_time=1654772313396 2022-06-09 10:58:33.402 | + functions-common:time_stop:2335 : elapsed_time=795 2022-06-09 10:58:33.404 | + functions-common:time_stop:2336 : total=6417 2022-06-09 10:58:33.406 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:58:33.408 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=7212 2022-06-09 10:58:33.412 | + functions-common:apt_get:1131 : return 0 2022-06-09 10:58:33.415 | + lib/apache:install_apache_wsgi:149 : is_package_installed libapache2-mod-wsgi 2022-06-09 10:58:33.417 | + functions-common:is_package_installed:1365 : [[ -z libapache2-mod-wsgi ]] 2022-06-09 10:58:33.419 | + functions-common:is_package_installed:1369 : [[ -z deb ]] 2022-06-09 10:58:33.422 | + functions-common:is_package_installed:1373 : [[ deb = \d\e\b ]] 2022-06-09 10:58:33.425 | + functions-common:is_package_installed:1374 : dpkg -s libapache2-mod-wsgi 2022-06-09 10:58:33.448 | + lib/apache:install_apache_wsgi:152 : install_package libapache2-mod-wsgi-py3 2022-06-09 10:58:33.452 | + functions-common:install_package:1356 : update_package_repo 2022-06-09 10:58:33.455 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-09 10:58:33.458 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-09 10:58:33.461 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-09 10:58:33.464 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-09 10:58:33.467 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-09 10:58:33.470 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:33.474 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:33.477 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-09 10:58:33.480 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-09 10:58:33.483 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-09 10:58:33.486 | + functions-common:apt_get_update:1083 : return 2022-06-09 10:58:33.489 | + functions-common:install_package:1357 : real_install_package libapache2-mod-wsgi-py3 2022-06-09 10:58:33.492 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-09 10:58:33.495 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:33.498 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:33.501 | + functions-common:real_install_package:1343 : apt_get install libapache2-mod-wsgi-py3 2022-06-09 10:58:33.526 | + functions-common:apt_get:1123 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-06-09 10:58:33.637 | Reading package lists... 2022-06-09 10:58:33.893 | Building dependency tree... 2022-06-09 10:58:33.895 | Reading state information... 2022-06-09 10:58:34.150 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3). 2022-06-09 10:58:34.150 | The following packages were automatically installed and are no longer required: 2022-06-09 10:58:34.151 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-09 10:58:34.151 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-09 10:58:34.151 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-09 10:58:34.151 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-09 10:58:34.151 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-09 10:58:34.151 | python3-zope.interface 2022-06-09 10:58:34.151 | Use 'sudo apt autoremove' to remove them. 2022-06-09 10:58:34.280 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-09 10:58:34.286 | + functions-common:apt_get:1127 : result=0 2022-06-09 10:58:34.290 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-09 10:58:34.293 | + functions-common:time_stop:2322 : local name 2022-06-09 10:58:34.297 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:58:34.299 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:58:34.302 | + functions-common:time_stop:2325 : local total 2022-06-09 10:58:34.304 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:58:34.307 | + functions-common:time_stop:2328 : name=apt-get 2022-06-09 10:58:34.310 | + functions-common:time_stop:2329 : start_time=1654772313523 2022-06-09 10:58:34.312 | + functions-common:time_stop:2331 : [[ -z 1654772313523 ]] 2022-06-09 10:58:34.315 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:58:34.320 | + functions-common:time_stop:2334 : end_time=1654772314317 2022-06-09 10:58:34.323 | + functions-common:time_stop:2335 : elapsed_time=794 2022-06-09 10:58:34.326 | + functions-common:time_stop:2336 : total=7212 2022-06-09 10:58:34.329 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:58:34.332 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=8006 2022-06-09 10:58:34.335 | + functions-common:apt_get:1131 : return 0 2022-06-09 10:58:34.337 | + lib/apache:install_apache_wsgi:167 : enable_apache_mod wsgi 2022-06-09 10:58:34.340 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2022-06-09 10:58:34.342 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:58:34.345 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:34.347 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:34.350 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-06-09 10:58:34.352 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2022-06-09 10:58:34.409 | wsgi (enabled by maintainer script) 2022-06-09 10:58:34.413 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-06-09 10:58:34.417 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-06-09 10:58:34.420 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-09 10:58:34.425 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-06-09 10:58:34.429 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-06-09 10:58:34.432 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-09 10:58:34.437 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-06-09 10:58:34.437 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-09 10:58:34.442 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-06-09 10:58:34.445 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-06-09 10:58:34.447 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-06-09 10:58:34.450 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-06-09 10:58:34.453 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-06-09 10:58:34.476 | Using python 3.8 to install osc-placement 2022-06-09 10:58:34.478 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-06-09 10:58:36.245 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:58:36.245 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:58:36.249 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:36.250 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:36.252 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:58:36.253 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:36.253 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:36.254 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:36.254 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:36.254 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:36.270 | Requirement already satisfied: osc-placement===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (2.1.0) 2022-06-09 10:58:36.296 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.6.1) 2022-06-09 10:58:36.314 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:58:36.321 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:58:36.324 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:58:36.327 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2020.1) 2022-06-09 10:58:36.332 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (3.17.2) 2022-06-09 10:58:36.335 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:58:36.338 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.2.1) 2022-06-09 10:58:36.401 | Requirement already satisfied: osc-lib===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.2.1) 2022-06-09 10:58:36.416 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.12) 2022-06-09 10:58:36.419 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0) 2022-06-09 10:58:36.424 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1) 2022-06-09 10:58:36.430 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9) 2022-06-09 10:58:36.433 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:58:36.441 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:58:36.462 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0) 2022-06-09 10:58:36.466 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:58:36.473 | Requirement already satisfied: openstacksdk===0.50.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280)) (0.50.0) 2022-06-09 10:58:36.500 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2022-06-09 10:58:36.514 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:58:36.517 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:58:36.521 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:58:36.542 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:58:36.545 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:58:36.547 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (1.26) 2022-06-09 10:58:36.552 | Requirement already satisfied: cryptography===3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.1) 2022-06-09 10:58:36.591 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.10.0) 2022-06-09 10:58:36.595 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2022-06-09 10:58:36.598 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2) 2022-06-09 10:58:36.601 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (2.5.0) 2022-06-09 10:58:36.623 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.0.2) 2022-06-09 10:58:36.629 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.4.0) 2022-06-09 10:58:36.632 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:58:36.635 | Requirement already satisfied: cmd2===1.3.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.8) 2022-06-09 10:58:36.687 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:58:36.690 | Requirement already satisfied: jsonpointer===2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (2.0) 2022-06-09 10:58:36.693 | Requirement already satisfied: cffi===1.14.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.2) 2022-06-09 10:58:36.697 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2022-06-09 10:58:36.702 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.8.0) 2022-06-09 10:58:36.705 | Requirement already satisfied: colorama===0.4.3 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.3) 2022-06-09 10:58:36.709 | Requirement already satisfied: attrs===20.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.1.0) 2022-06-09 10:58:36.742 | Requirement already satisfied: setuptools>=34.4 in /usr/local/lib/python3.8/dist-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 112)) (49.6.0) 2022-06-09 10:58:36.782 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20) 2022-06-09 10:58:38.655 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:58:38.655 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:58:38.732 | + inc/python:pip_install:200 : result=0 2022-06-09 10:58:38.736 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:58:38.739 | + functions-common:time_stop:2322 : local name 2022-06-09 10:58:38.742 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:58:38.745 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:58:38.748 | + functions-common:time_stop:2325 : local total 2022-06-09 10:58:38.750 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:58:38.753 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:58:38.757 | + functions-common:time_stop:2329 : start_time=1654772314469 2022-06-09 10:58:38.759 | + functions-common:time_stop:2331 : [[ -z 1654772314469 ]] 2022-06-09 10:58:38.762 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:58:38.767 | + functions-common:time_stop:2334 : end_time=1654772318764 2022-06-09 10:58:38.770 | + functions-common:time_stop:2335 : elapsed_time=4295 2022-06-09 10:58:38.772 | + functions-common:time_stop:2336 : total=113336 2022-06-09 10:58:38.775 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:58:38.777 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=117631 2022-06-09 10:58:38.780 | + inc/python:pip_install:203 : return 0 2022-06-09 10:58:38.782 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/victoria 2022-06-09 10:58:38.785 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/placement.git 2022-06-09 10:58:38.788 | + functions-common:git_clone:526 : local git_dest=/opt/stack/placement 2022-06-09 10:58:38.790 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-09 10:58:38.792 | + functions-common:git_clone:528 : local orig_dir 2022-06-09 10:58:38.796 | ++ functions-common:git_clone:529 : pwd 2022-06-09 10:58:38.799 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:58:38.802 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:58:38.805 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:58:38.824 | + functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:58:38.827 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:58:38.830 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:58:38.833 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-09 10:58:38.834 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:58:38.839 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/placement ]] 2022-06-09 10:58:38.841 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:58:38.844 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/placement 2022-06-09 10:58:38.857 | + functions-common:git_clone:606 : cd /opt/stack/placement 2022-06-09 10:58:38.860 | + functions-common:git_clone:607 : git show --oneline 2022-06-09 10:58:38.861 | + functions-common:git_clone:607 : head -1 2022-06-09 10:58:38.864 | 503b1f27 Use 'functional-without-sample-db-tests' tox env for placement nova job 2022-06-09 10:58:38.867 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:58:38.869 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-06-09 10:58:38.872 | + inc/python:setup_develop:338 : local bindep 2022-06-09 10:58:38.875 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-06-09 10:58:38.877 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-06-09 10:58:38.880 | + inc/python:setup_develop:344 : local extras= 2022-06-09 10:58:38.882 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-06-09 10:58:38.885 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-09 10:58:38.887 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-06-09 10:58:38.890 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-06-09 10:58:38.892 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-09 10:58:38.894 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-09 10:58:38.898 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-06-09 10:58:38.900 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-09 10:58:38.903 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-06-09 10:58:38.906 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-09 10:58:38.908 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-09 10:58:38.911 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-06-09 10:58:38.917 | + inc/python:_setup_package_with_constraints_edit:383 : name=openstack-placement 2022-06-09 10:58:38.920 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement '-e file:///opt/stack/placement#egg=openstack-placement' 2022-06-09 10:58:39.499 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/placement -e 2022-06-09 10:58:39.502 | + inc/python:setup_package:417 : local bindep=0 2022-06-09 10:58:39.506 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-09 10:58:39.509 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-09 10:58:39.513 | + inc/python:setup_package:420 : [[ /opt/stack/placement == -bindep* ]] 2022-06-09 10:58:39.516 | + inc/python:setup_package:425 : local project_dir=/opt/stack/placement 2022-06-09 10:58:39.519 | + inc/python:setup_package:426 : local flags=-e 2022-06-09 10:58:39.521 | + inc/python:setup_package:427 : local extras= 2022-06-09 10:58:39.524 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-09 10:58:39.526 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-09 10:58:39.529 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-09 10:58:39.531 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-09 10:58:39.534 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-09 10:58:39.536 | + inc/python:setup_package:445 : pip_install -e /opt/stack/placement 2022-06-09 10:58:39.557 | Using python 3.8 to install /opt/stack/placement 2022-06-09 10:58:39.560 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-06-09 10:58:41.333 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:58:41.333 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:58:41.337 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:41.338 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:41.340 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:58:41.341 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:41.341 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:41.342 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:41.342 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:41.342 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:41.355 | Obtaining file:///opt/stack/placement 2022-06-09 10:58:42.629 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-09 10:58:43.863 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.4.1) 2022-06-09 10:58:43.871 | Requirement already satisfied: SQLAlchemy===1.3.19 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.19) 2022-06-09 10:58:43.892 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2022-06-09 10:58:43.905 | Requirement already satisfied: jsonschema===3.2.0 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0) 2022-06-09 10:58:43.918 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.1.0) 2022-06-09 10:58:43.973 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.0.1) 2022-06-09 10:58:43.978 | Requirement already satisfied: os-resource-classes===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (1.0.0) 2022-06-09 10:58:43.982 | Requirement already satisfied: os-traits===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.4.0) 2022-06-09 10:58:43.987 | Requirement already satisfied: oslo.cache===2.6.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.6.3) 2022-06-09 10:58:44.021 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.3.1) 2022-06-09 10:58:44.031 | Requirement already satisfied: oslo.config===8.3.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.3.4) 2022-06-09 10:58:44.047 | Requirement already satisfied: oslo.context===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.2) 2022-06-09 10:58:44.053 | Requirement already satisfied: oslo.db===8.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.4.1) 2022-06-09 10:58:44.099 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (5.0.1) 2022-06-09 10:58:44.106 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.4.0) 2022-06-09 10:58:44.144 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.1.1) 2022-06-09 10:58:44.161 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.5.0) 2022-06-09 10:58:44.178 | Requirement already satisfied: oslo.serialization===4.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.2) 2022-06-09 10:58:44.187 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (1.1.1) 2022-06-09 10:58:44.195 | Requirement already satisfied: oslo.utils===4.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.6.1) 2022-06-09 10:58:44.213 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:58:44.219 | Requirement already satisfied: pbr===5.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.0) 2022-06-09 10:58:44.222 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2022-06-09 10:58:44.225 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2022-06-09 10:58:44.236 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6) 2022-06-09 10:58:44.239 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:58:44.242 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (2.8.1) 2022-06-09 10:58:44.247 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (4.1.1) 2022-06-09 10:58:44.265 | Requirement already satisfied: pytz===2020.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2020.1) 2022-06-09 10:58:44.271 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7) 2022-06-09 10:58:44.278 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.23.0) 2022-06-09 10:58:44.298 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-06-09 10:58:44.303 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:58:44.307 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (0.13.0) 2022-06-09 10:58:44.317 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (0.3.1) 2022-06-09 10:58:44.320 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (3.3.0) 2022-06-09 10:58:44.323 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.2.2) 2022-06-09 10:58:44.330 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (2.0.1) 2022-06-09 10:58:44.339 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (0.5.0) 2022-06-09 10:58:44.345 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2022-06-09 10:58:44.363 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2022-06-09 10:58:44.366 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2022-06-09 10:58:44.373 | Requirement already satisfied: urllib3===1.25.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.25.10) 2022-06-09 10:58:44.394 | 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/local/lib/python3.8/dist-packages (from openstack-placement==4.0.1.dev3) (49.6.0) 2022-06-09 10:58:44.435 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.2.1) 2022-06-09 10:58:44.499 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.0.2) 2022-06-09 10:58:44.505 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2022-06-09 10:58:44.510 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (2.2.0) 2022-06-09 10:58:44.518 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2022-06-09 10:58:44.521 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0) 2022-06-09 10:58:44.527 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.2) 2022-06-09 10:58:44.535 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2022-06-09 10:58:44.542 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.0) 2022-06-09 10:58:44.545 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.12) 2022-06-09 10:58:44.548 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9) 2022-06-09 10:58:44.552 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2022-06-09 10:58:44.555 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2022-06-09 10:58:44.558 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2021.10.8) 2022-06-09 10:58:44.561 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (4.4.2) 2022-06-09 10:58:44.564 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2022-06-09 10:58:44.567 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2022-06-09 10:58:44.577 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2022-06-09 10:58:44.580 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) (1.6.0) 2022-06-09 10:58:44.584 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0) 2022-06-09 10:58:44.586 | Requirement already satisfied: argparse in /usr/local/lib/python3.8/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.4.0) 2022-06-09 10:58:44.589 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (1.7.0) 2022-06-09 10:58:44.593 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.5) 2022-06-09 10:58:44.596 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2022-06-09 10:58:44.599 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (1.0.4) 2022-06-09 10:58:44.602 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2022-06-09 10:58:44.610 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2022-06-09 10:58:46.161 | Installing collected packages: openstack-placement 2022-06-09 10:58:46.161 | Attempting uninstall: openstack-placement 2022-06-09 10:58:46.163 | Found existing installation: openstack-placement 4.0.1.dev3 2022-06-09 10:58:46.165 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-06-09 10:58:46.166 | Running setup.py develop for openstack-placement 2022-06-09 10:58:47.756 | Successfully installed openstack-placement 2022-06-09 10:58:47.897 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:58:47.897 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:58:47.997 | + inc/python:pip_install:200 : result=0 2022-06-09 10:58:48.001 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:58:48.004 | + functions-common:time_stop:2322 : local name 2022-06-09 10:58:48.008 | + functions-common:time_stop:2323 : local end_time 2022-06-09 10:58:48.011 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:58:48.015 | + functions-common:time_stop:2325 : local total 2022-06-09 10:58:48.018 | + functions-common:time_stop:2326 : local start_time 2022-06-09 10:58:48.022 | + functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:58:48.026 | + functions-common:time_stop:2329 : start_time=1654772319552 2022-06-09 10:58:48.029 | + functions-common:time_stop:2331 : [[ -z 1654772319552 ]] 2022-06-09 10:58:48.033 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:58:48.038 | + functions-common:time_stop:2334 : end_time=1654772328035 2022-06-09 10:58:48.040 | + functions-common:time_stop:2335 : elapsed_time=8483 2022-06-09 10:58:48.042 | + functions-common:time_stop:2336 : total=117631 2022-06-09 10:58:48.045 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:58:48.047 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=126114 2022-06-09 10:58:48.049 | + inc/python:pip_install:203 : return 0 2022-06-09 10:58:48.052 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-09 10:58:48.054 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-09 10:58:48.057 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-09 10:58:48.076 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-09 10:58:48.088 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/placement 2022-06-09 10:58:48.091 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-06-09 10:58:48.094 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-09 10:58:48.096 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-09 10:58:48.099 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-06-09 10:58:48.101 | + inc/python:use_library_from_git:253 : return 1 2022-06-09 10:58:48.104 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-09 10:58:48.106 | + ./stack.sh:main:912 : configure_placement 2022-06-09 10:58:48.109 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-06-09 10:58:48.121 | + lib/placement:configure_placement:107 : create_placement_conf 2022-06-09 10:58:48.124 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-06-09 10:58:48.129 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-06-09 10:58:48.131 | ++ lib/database:database_connection_url:132 : local db=placement 2022-06-09 10:58:48.134 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2022-06-09 10:58:48.136 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2022-06-09 10:58:48.139 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-06-09 10:58:48.142 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-06-09 10:58:48.175 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-06-09 10:58:48.209 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-06-09 10:58:48.241 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-06-09 10:58:48.244 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2022-06-09 10:58:48.246 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2022-06-09 10:58:48.249 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2022-06-09 10:58:48.251 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-06-09 10:58:48.283 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-06-09 10:58:48.313 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.33/identity 2022-06-09 10:58:48.342 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-06-09 10:58:48.375 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-06-09 10:58:48.407 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-06-09 10:58:48.436 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-06-09 10:58:48.466 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-06-09 10:58:48.500 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-09 10:58:48.531 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-06-09 10:58:48.562 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-06-09 10:58:48.564 | + functions:setup_logging:698 : setup_systemd_logging /etc/placement/placement.conf 2022-06-09 10:58:48.567 | + functions:setup_systemd_logging:713 : local conf_file=/etc/placement/placement.conf 2022-06-09 10:58:48.570 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-09 10:58:48.589 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-09 10:58:48.591 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-09 10:58:48.594 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-09 10:58:48.597 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-09 10:58:48.599 | + functions:setup_systemd_logging:726 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-09 10:58:48.629 | + functions:setup_systemd_logging:728 : 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' 2022-06-09 10:58:48.658 | + functions:setup_systemd_logging:729 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-06-09 10:58:48.687 | + functions:setup_systemd_logging:730 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-09 10:58:48.723 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-06-09 10:58:48.725 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-06-09 10:58:48.729 | + lib/apache:write_uwsgi_config:257 : local file=/etc/placement/placement-uwsgi.ini 2022-06-09 10:58:48.731 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/placement-api 2022-06-09 10:58:48.734 | + lib/apache:write_uwsgi_config:259 : local url=/placement 2022-06-09 10:58:48.738 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-09 10:58:48.740 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-09 10:58:48.745 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/placement-api 2022-06-09 10:58:48.749 | + lib/apache:write_uwsgi_config:262 : name=placement-api 2022-06-09 10:58:48.752 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-09 10:58:48.755 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-09 10:58:48.769 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-09 10:58:48.770 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:58:48.779 | d /var/run/uwsgi 0755 ubuntu root 2022-06-09 10:58:48.782 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-09 10:58:48.798 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/placement-api.socket 2022-06-09 10:58:48.801 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/placement/placement-uwsgi.ini 2022-06-09 10:58:48.805 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-06-09 10:58:48.837 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-06-09 10:58:48.865 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-06-09 10:58:48.894 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-06-09 10:58:48.925 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-06-09 10:58:48.956 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-09 10:58:48.984 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-06-09 10:58:49.013 | + lib/apache:write_uwsgi_config:289 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-06-09 10:58:49.043 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-06-09 10:58:49.074 | + lib/apache:write_uwsgi_config:293 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-09 10:58:49.103 | + lib/apache:write_uwsgi_config:295 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-06-09 10:58:49.131 | + lib/apache:write_uwsgi_config:297 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-09 10:58:49.160 | + lib/apache:write_uwsgi_config:299 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-06-09 10:58:49.189 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-09 10:58:49.192 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-09 10:58:49.195 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for placement-api 2022-06-09 10:58:49.197 | ++ lib/apache:apache_site_config_for:189 : local site=placement-api 2022-06-09 10:58:49.200 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-09 10:58:49.202 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:49.205 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:49.208 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/placement-api.conf 2022-06-09 10:58:49.211 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-06-09 10:58:49.213 | + lib/apache:write_uwsgi_config:307 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-06-09 10:58:49.241 | + lib/apache:write_uwsgi_config:308 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-06-09 10:58:49.270 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-06-09 10:58:49.270 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-06-09 10:58:49.279 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-06-09 10:58:49.283 | + lib/apache:write_uwsgi_config:310 : enable_apache_site placement-api 2022-06-09 10:58:49.285 | + lib/apache:enable_apache_site:206 : local site=placement-api 2022-06-09 10:58:49.288 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-09 10:58:49.290 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-09 10:58:49.293 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-09 10:58:49.295 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:49.298 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:49.300 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-09 10:58:49.304 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-09 10:58:49.307 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-09 10:58:49.310 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-09 10:58:49.313 | + lib/apache:enable_apache_site:210 : sudo a2ensite placement-api 2022-06-09 10:58:49.376 | Site placement-api already enabled 2022-06-09 10:58:49.382 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-09 10:58:49.387 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-09 10:58:49.390 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-09 10:58:49.395 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-09 10:58:49.533 | + ./stack.sh:main:919 : is_service_enabled placement placement-client 2022-06-09 10:58:49.563 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:49.565 | + ./stack.sh:main:920 : is_service_enabled n-cpu 2022-06-09 10:58:49.584 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:49.586 | + ./stack.sh:main:920 : is_service_enabled n-sch 2022-06-09 10:58:49.604 | + functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:49.606 | + ./stack.sh:main:921 : configure_placement_nova_compute 2022-06-09 10:58:49.608 | + lib/nova:configure_placement_nova_compute:572 : local conf=/etc/nova/nova.conf 2022-06-09 10:58:49.611 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement auth_type password 2022-06-09 10:58:49.642 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.33/identity 2022-06-09 10:58:49.672 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement username placement 2022-06-09 10:58:49.700 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-06-09 10:58:49.730 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-06-09 10:58:49.759 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova.conf placement project_name service 2022-06-09 10:58:49.789 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-06-09 10:58:49.819 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-06-09 10:58:49.851 | + ./stack.sh:main:925 : is_service_enabled horizon 2022-06-09 10:58:49.868 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:49.871 | + ./stack.sh:main:930 : is_service_enabled tls-proxy 2022-06-09 10:58:49.888 | + functions-common:is_service_enabled:1978 : return 1 2022-06-09 10:58:49.890 | + ./stack.sh:main:938 : run_phase stack install 2022-06-09 10:58:49.893 | + functions-common:run_phase:1750 : local mode=stack 2022-06-09 10:58:49.895 | + functions-common:run_phase:1751 : local phase=install 2022-06-09 10:58:49.898 | + functions-common:run_phase:1752 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-09 10:58:49.900 | + functions-common:run_phase:1753 : local extra_plugin_file_name 2022-06-09 10:58:49.903 | + functions-common:run_phase:1754 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-09 10:58:49.905 | + functions-common:run_phase:1759 : local exceptions=80-tempest.sh 2022-06-09 10:58:49.907 | + functions-common:run_phase:1760 : local extra 2022-06-09 10:58:49.911 | ++ functions-common:run_phase:1761 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-09 10:58:49.915 | + functions-common:run_phase:1761 : extra=80-tempest.sh 2022-06-09 10:58:49.917 | + functions-common:run_phase:1762 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-09 10:58:49.920 | + functions-common:run_phase:1766 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-09 10:58:49.922 | + functions-common:run_phase:1766 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-06-09 10:58:49.925 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-09 10:58:49.940 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-09 10:58:49.942 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-09 10:58:49.944 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-09 10:58:49.948 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-06-09 10:58:49.951 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-06-09 10:58:49.953 | ++ ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-09 10:58:49.956 | ++ ./stack.sh:echo_summary:421 : echo -e Installing Tempest 2022-06-09 10:58:49.958 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2022-06-09 10:58:49.960 | ++ lib/tempest:install_tempest:751 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest 26.1.0 2022-06-09 10:58:49.963 | ++ functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/tempest.git 2022-06-09 10:58:49.965 | ++ functions-common:git_clone:526 : local git_dest=/opt/stack/tempest 2022-06-09 10:58:49.967 | ++ functions-common:git_clone:527 : local git_ref=26.1.0 2022-06-09 10:58:49.969 | ++ functions-common:git_clone:528 : local orig_dir 2022-06-09 10:58:49.973 | +++ functions-common:git_clone:529 : pwd 2022-06-09 10:58:49.976 | ++ functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-09 10:58:49.979 | ++ functions-common:git_clone:530 : local git_clone_flags= 2022-06-09 10:58:49.982 | +++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-09 10:58:49.997 | ++ functions-common:git_clone:532 : RECLONE=False 2022-06-09 10:58:49.999 | ++ functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-09 10:58:50.002 | ++ functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-09 10:58:50.004 | ++ functions-common:git_clone:546 : echo 26.1.0 2022-06-09 10:58:50.005 | ++ functions-common:git_clone:546 : egrep -q '^refs' 2022-06-09 10:58:50.010 | ++ functions-common:git_clone:560 : [[ ! -d /opt/stack/tempest ]] 2022-06-09 10:58:50.012 | ++ functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-09 10:58:50.014 | ++ functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/tempest 2022-06-09 10:58:50.027 | ++ functions-common:git_clone:606 : cd /opt/stack/tempest 2022-06-09 10:58:50.030 | ++ functions-common:git_clone:607 : git show --oneline 2022-06-09 10:58:50.030 | ++ functions-common:git_clone:607 : head -1 2022-06-09 10:58:50.033 | 9e5595f8b Add release notes page for version 31.0.0 2022-06-09 10:58:50.036 | ++ functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-09 10:58:50.038 | ++ lib/tempest:install_tempest:752 : pip_install 'tox!=2.8.0' 2022-06-09 10:58:50.060 | Using python 3.8 to install tox!=2.8.0 2022-06-09 10:58:50.062 | ++ inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0' 2022-06-09 10:58:51.833 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-09 10:58:51.833 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2022-06-09 10:58:51.838 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:51.838 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:51.840 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-09 10:58:51.841 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:51.841 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:51.842 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:51.842 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-09 10:58:51.842 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-09 10:58:51.857 | Requirement already satisfied: tox!=2.8.0 in /usr/local/lib/python3.8/dist-packages (3.25.0) 2022-06-09 10:58:51.916 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (1.15.0) 2022-06-09 10:58:51.919 | Requirement already satisfied: filelock===3.0.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.12) 2022-06-09 10:58:51.922 | Requirement already satisfied: virtualenv===20.0.31 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (20.0.31) 2022-06-09 10:58:51.973 | Requirement already satisfied: py===1.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.9.0) 2022-06-09 10:58:51.977 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.4) 2022-06-09 10:58:51.983 | Requirement already satisfied: toml===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (0.10.0) 2022-06-09 10:58:51.987 | Requirement already satisfied: pluggy===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (0.13.1) 2022-06-09 10:58:51.996 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2022-06-09 10:58:51.999 | Requirement already satisfied: distlib===0.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) (0.3.1) 2022-06-09 10:58:52.002 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2022-06-09 10:58:54.110 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-09 10:58:54.110 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-09 10:58:54.186 | ++ inc/python:pip_install:200 : result=0 2022-06-09 10:58:54.190 | ++ inc/python:pip_install:202 : time_stop pip_install 2022-06-09 10:58:54.193 | ++ functions-common:time_stop:2322 : local name 2022-06-09 10:58:54.195 | ++ functions-common:time_stop:2323 : local end_time 2022-06-09 10:58:54.198 | ++ functions-common:time_stop:2324 : local elapsed_time 2022-06-09 10:58:54.200 | ++ functions-common:time_stop:2325 : local total 2022-06-09 10:58:54.202 | ++ functions-common:time_stop:2326 : local start_time 2022-06-09 10:58:54.205 | ++ functions-common:time_stop:2328 : name=pip_install 2022-06-09 10:58:54.207 | ++ functions-common:time_stop:2329 : start_time=1654772330054 2022-06-09 10:58:54.210 | ++ functions-common:time_stop:2331 : [[ -z 1654772330054 ]] 2022-06-09 10:58:54.213 | +++ functions-common:time_stop:2334 : date +%s%3N 2022-06-09 10:58:54.217 | ++ functions-common:time_stop:2334 : end_time=1654772334215 2022-06-09 10:58:54.220 | ++ functions-common:time_stop:2335 : elapsed_time=4161 2022-06-09 10:58:54.223 | ++ functions-common:time_stop:2336 : total=126114 2022-06-09 10:58:54.226 | ++ functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-09 10:58:54.229 | ++ functions-common:time_stop:2339 : _TIME_TOTAL[$name]=130275 2022-06-09 10:58:54.231 | ++ inc/python:pip_install:203 : return 0 2022-06-09 10:58:54.234 | ++ lib/tempest:install_tempest:753 : pushd /opt/stack/tempest 2022-06-09 10:58:54.234 | /opt/stack/tempest ~/devstack 2022-06-09 10:58:54.237 | ++ lib/tempest:install_tempest:757 : git checkout 26.1.0 2022-06-09 10:58:54.255 | error: Your local changes to the following files would be overwritten by checkout: 2022-06-09 10:58:54.256 | HACKING.rst 2022-06-09 10:58:54.256 | doc/source/conf.py 2022-06-09 10:58:54.256 | doc/source/configuration.rst 2022-06-09 10:58:54.256 | doc/source/contributor/contributing.rst 2022-06-09 10:58:54.256 | doc/source/index.rst 2022-06-09 10:58:54.256 | doc/source/keystone_scopes_and_roles_support.rst 2022-06-09 10:58:54.256 | doc/source/microversion_testing.rst 2022-06-09 10:58:54.256 | doc/source/plugins/plugin.rst 2022-06-09 10:58:54.256 | doc/source/supported_version.rst 2022-06-09 10:58:54.256 | doc/source/test_removal.rst 2022-06-09 10:58:54.256 | playbooks/devstack-tempest-ipv6.yaml 2022-06-09 10:58:54.256 | playbooks/devstack-tempest.yaml 2022-06-09 10:58:54.256 | playbooks/enable-fips.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/Switch-to-ecdsa-ssh-key-type-by-default-0425b5d5ec72c1c3.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/add-qos-minimum-packet-rule-client-c8bfe09873032d4a.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/deprecate-old-api-microversion-fixture-a471aac985c0f3fb.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/drop-py-3-6-and-3-7-a34f2294f5341539.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/end-of-support-for-ussuri-68583f47805eff02.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/end-of-support-of-victoria-9c33f2b089b14cb5.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/floating-ips-port-forwarding-client-cf8820b910bd7f4d.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml 2022-06-09 10:58:54.256 | releasenotes/notes/log-resource-client-20e58a295f729902.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/measure-downtime-during-live-migration-5e8305be270de680.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/remove-compute-api-extensions-config-b8564f60f4fa5495.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/set-default-value-of-concurrency-to-2-d916d5c31e3725d5.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml 2022-06-09 10:58:54.257 | releasenotes/notes/tempest-yoga-release-66e8484b9a402e9f.yaml 2022-06-09 10:58:54.257 | releasenotes/source/conf.py 2022-06-09 10:58:54.257 | releasenotes/source/index.rst 2022-06-09 10:58:54.257 | releasenotes/source/v26.1.0.rst 2022-06-09 10:58:54.257 | releasenotes/source/v27.0.0.rst 2022-06-09 10:58:54.257 | releasenotes/source/v28.0.0.rst 2022-06-09 10:58:54.257 | releasenotes/source/v28.1.0.rst 2022-06-09 10:58:54.257 | releasenotes/source/v29.0.0.rst 2022-06-09 10:58:54.257 | releasenotes/source/v29.1.0.rst 2022-06-09 10:58:54.257 | releasenotes/source/v29.2.0.rst 2022-06-09 10:58:54.257 | releasenotes/source/v30.0.0.rst 2022-06-09 10:58:54.257 | releasenotes/source/v31.0.0.rst 2022-06-09 10:58:54.257 | requirements.txt 2022-06-09 10:58:54.257 | roles/run-tempest/README.rst 2022-06-09 10:58:54.257 | roles/run-tempest/defaults/main.yaml 2022-06-09 10:58:54.257 | roles/run-tempest/tasks/main.yaml 2022-06-09 10:58:54.257 | roles/run-tempest-26/README.rst 2022-06-09 10:58:54.257 | roles/run-tempest-26/defaults/main.yaml 2022-06-09 10:58:54.257 | roles/run-tempest-26/tasks/main.yaml 2022-06-09 10:58:54.257 | setup.cfg 2022-06-09 10:58:54.257 | tempest/api/compute/admin/test_agents.py 2022-06-09 10:58:54.257 | tempest/api/compute/admin/test_aggregates.py 2022-06-09 10:58:54.257 | tempest/api/compute/admin/test_create_server.py 2022-06-09 10:58:54.257 | tempest/api/compute/admin/test_flavors.py 2022-06-09 10:58:54.257 | tempest/api/compute/admin/test_flavors_access.py 2022-06-09 10:58:54.257 | tempest/api/compute/admin/test_flavors_access_negative.py 2022-06-09 10:58:54.257 | tempest/api/compute/admin/test_flavors_extra_specs.py 2022-06-09 10:58:54.257 | tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2022-06-09 10:58:54.258 | tempest/api/compute/ 2022-06-09 10:58:54.258 | Aborting 2022-06-09 10:58:54.258 | + lib/tempest:install_tempest:1 : exit_trap 2022-06-09 10:58:54.261 | + ./stack.sh:exit_trap:496 : local r=1 2022-06-09 10:58:54.264 | ++ ./stack.sh:exit_trap:497 : jobs -p 2022-06-09 10:58:54.267 | + ./stack.sh:exit_trap:497 : jobs= 2022-06-09 10:58:54.270 | + ./stack.sh:exit_trap:500 : [[ -n '' ]] 2022-06-09 10:58:54.272 | + ./stack.sh:exit_trap:506 : '[' -f '' ']' 2022-06-09 10:58:54.274 | + ./stack.sh:exit_trap:511 : kill_spinner 2022-06-09 10:58:54.277 | + ./stack.sh:kill_spinner:406 : '[' '!' -z '' ']' 2022-06-09 10:58:54.279 | + ./stack.sh:exit_trap:513 : [[ 1 -ne 0 ]] 2022-06-09 10:58:54.281 | + ./stack.sh:exit_trap:514 : echo 'Error on exit' 2022-06-09 10:58:54.281 | Error on exit 2022-06-09 10:58:54.284 | + ./stack.sh:exit_trap:516 : type -p generate-subunit 2022-06-09 10:58:54.286 | + ./stack.sh:exit_trap:517 : generate-subunit 1654772147 187 fail 2022-06-09 10:58:54.858 | + ./stack.sh:exit_trap:519 : [[ -z /opt/stack/logs ]] 2022-06-09 10:58:54.861 | + ./stack.sh:exit_trap:522 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-09 10:58:55.096 | ebtables v1.8.4 (nf_tables): table `broute' is incompatible, use 'nft' tool. 2022-06-09 10:58:55.096 | 2022-06-09 10:58:55.372 | + ./stack.sh:exit_trap:531 : exit 1