2022-06-01 10:14:06.988 | + ./stack.sh:main:462 : exec 2022-06-01 10:14:06.988 | + ./stack.sh:main:470 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-01-101406' 2022-06-01 10:14:06.988 | ++ ./stack.sh:main:462 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-01-101406.summary.2022-06-01-101406 2022-06-01 10:14:06.988 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-01 10:14:06.988 | + ./stack.sh:echo_summary:421 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-01-101406 2022-06-01 10:14:06.988 | + ./stack.sh:main:472 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-01-101406 /opt/stack/logs/stack.sh.log 2022-06-01 10:14:06.988 | + ./stack.sh:main:473 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-01-101406.summary.2022-06-01-101406 /opt/stack/logs/stack.sh.log.summary 2022-06-01 10:14:06.988 | + ./stack.sh:main:488 : check_path_perm_sanity /opt/stack 2022-06-01 10:14:06.988 | + functions:check_path_perm_sanity:620 : local real_path 2022-06-01 10:14:06.988 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2022-06-01 10:14:06.988 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2022-06-01 10:14:06.988 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2022-06-01 10:14:06.988 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2022-06-01 10:14:06.988 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2022-06-01 10:14:06.988 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-01 10:14:06.988 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2022-06-01 10:14:06.988 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2022-06-01 10:14:06.988 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2022-06-01 10:14:06.988 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-01 10:14:06.990 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2022-06-01 10:14:06.993 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2022-06-01 10:14:06.996 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2022-06-01 10:14:06.998 | + ./stack.sh:main:494 : trap exit_trap EXIT 2022-06-01 10:14:07.001 | + ./stack.sh:main:535 : trap err_trap ERR 2022-06-01 10:14:07.003 | + ./stack.sh:main:548 : set -o errexit 2022-06-01 10:14:07.005 | + ./stack.sh:main:551 : uname -a 2022-06-01 10:14:07.006 | Linux n-d-842953-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-01 10:14:07.009 | + ./stack.sh:main:554 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-01 10:14:07.010 | + ./stack.sh:main:555 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-01 10:14:07.014 | + ./stack.sh:main:558 : source /home/ubuntu/devstack/lib/database 2022-06-01 10:14:07.041 | + ./stack.sh:main:559 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-01 10:14:07.057 | + ./stack.sh:main:565 : fetch_plugins 2022-06-01 10:14:07.058 | + functions-common:fetch_plugins:1668 : local plugins= 2022-06-01 10:14:07.060 | + functions-common:fetch_plugins:1669 : local plugin 2022-06-01 10:14:07.062 | + functions-common:fetch_plugins:1672 : [[ -z '' ]] 2022-06-01 10:14:07.065 | + functions-common:fetch_plugins:1673 : return 2022-06-01 10:14:07.066 | + ./stack.sh:main:569 : run_phase override_defaults 2022-06-01 10:14:07.068 | + functions-common:run_phase:1750 : local mode=override_defaults 2022-06-01 10:14:07.070 | + functions-common:run_phase:1751 : local phase= 2022-06-01 10:14:07.072 | + functions-common:run_phase:1752 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-01 10:14:07.074 | + functions-common:run_phase:1753 : local extra_plugin_file_name 2022-06-01 10:14:07.075 | + functions-common:run_phase:1754 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-01 10:14:07.077 | + functions-common:run_phase:1759 : local exceptions=80-tempest.sh 2022-06-01 10:14:07.080 | + functions-common:run_phase:1760 : local extra 2022-06-01 10:14:07.082 | ++ functions-common:run_phase:1761 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-01 10:14:07.085 | + functions-common:run_phase:1761 : extra=80-tempest.sh 2022-06-01 10:14:07.087 | + functions-common:run_phase:1762 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-01 10:14:07.089 | + functions-common:run_phase:1766 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-01 10:14:07.090 | + functions-common:run_phase:1766 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-01 10:14:07.092 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-01 10:14:07.105 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:07.107 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-01 10:14:07.109 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-01 10:14:07.110 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-01 10:14:07.112 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-01 10:14:07.114 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-01 10:14:07.116 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-01 10:14:07.117 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-01 10:14:07.119 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-01 10:14:07.121 | + functions-common:run_phase:1771 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-01 10:14:07.123 | + 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-01 10:14:07.125 | + functions-common:run_phase:1775 : plugin_override_defaults 2022-06-01 10:14:07.127 | + functions-common:plugin_override_defaults:1709 : local plugins= 2022-06-01 10:14:07.129 | + functions-common:plugin_override_defaults:1710 : local plugin 2022-06-01 10:14:07.131 | + functions-common:plugin_override_defaults:1713 : [[ -z '' ]] 2022-06-01 10:14:07.132 | + functions-common:plugin_override_defaults:1714 : return 2022-06-01 10:14:07.134 | + ./stack.sh:main:572 : source /home/ubuntu/devstack/lib/apache 2022-06-01 10:14:07.151 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/tls 2022-06-01 10:14:07.154 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-01 10:14:07.166 | ++ functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:14:07.168 | +++ lib/tls:source:43 : hostname -f 2022-06-01 10:14:07.172 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-01 10:14:07.174 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-01 10:14:07.176 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-01 10:14:07.178 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-01 10:14:07.180 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-01 10:14:07.182 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-01 10:14:07.184 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-01 10:14:07.186 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-01 10:14:07.188 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-01 10:14:07.190 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-01 10:14:07.194 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/infra 2022-06-01 10:14:07.206 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/libraries 2022-06-01 10:14:07.223 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/lvm 2022-06-01 10:14:07.236 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/horizon 2022-06-01 10:14:07.248 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/keystone 2022-06-01 10:14:07.274 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/glance 2022-06-01 10:14:07.314 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/nova 2022-06-01 10:14:07.393 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/placement 2022-06-01 10:14:07.414 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/cinder 2022-06-01 10:14:07.453 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/swift 2022-06-01 10:14:07.506 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/neutron 2022-06-01 10:14:07.637 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/ldap 2022-06-01 10:14:07.651 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/dstat 2022-06-01 10:14:07.665 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-01 10:14:07.678 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/etcd3 2022-06-01 10:14:07.769 | + ./stack.sh:main:598 : run_phase source 2022-06-01 10:14:07.772 | + functions-common:run_phase:1750 : local mode=source 2022-06-01 10:14:07.774 | + functions-common:run_phase:1751 : local phase= 2022-06-01 10:14:07.776 | + functions-common:run_phase:1752 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-01 10:14:07.778 | + functions-common:run_phase:1753 : local extra_plugin_file_name 2022-06-01 10:14:07.780 | + functions-common:run_phase:1754 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-01 10:14:07.782 | + functions-common:run_phase:1759 : local exceptions=80-tempest.sh 2022-06-01 10:14:07.784 | + functions-common:run_phase:1760 : local extra 2022-06-01 10:14:07.787 | ++ functions-common:run_phase:1761 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-01 10:14:07.791 | + functions-common:run_phase:1761 : extra=80-tempest.sh 2022-06-01 10:14:07.793 | + functions-common:run_phase:1762 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-01 10:14:07.796 | + functions-common:run_phase:1766 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-01 10:14:07.801 | + functions-common:run_phase:1766 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-01 10:14:07.805 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-01 10:14:07.821 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:07.823 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-01 10:14:07.825 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-01 10:14:07.865 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-01 10:14:07.867 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2022-06-01 10:14:07.869 | + functions-common:run_phase:1771 : [[ source == \s\o\u\r\c\e ]] 2022-06-01 10:14:07.871 | + functions-common:run_phase:1772 : load_plugin_settings 2022-06-01 10:14:07.874 | + functions-common:load_plugin_settings:1686 : local plugins= 2022-06-01 10:14:07.877 | + functions-common:load_plugin_settings:1687 : local plugin 2022-06-01 10:14:07.879 | + functions-common:load_plugin_settings:1690 : [[ -z '' ]] 2022-06-01 10:14:07.881 | + functions-common:load_plugin_settings:1691 : return 2022-06-01 10:14:07.883 | + functions-common:run_phase:1773 : verify_disabled_services 2022-06-01 10:14:07.885 | + functions-common:verify_disabled_services:2033 : local service 2022-06-01 10:14:07.888 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.890 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-01 10:14:07.893 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.895 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-01 10:14:07.898 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.900 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-01 10:14:07.902 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.904 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-01 10:14:07.907 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.910 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-01 10:14:07.913 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.915 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-01 10:14:07.917 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.920 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-01 10:14:07.923 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.925 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-01 10:14:07.927 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.929 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-01 10:14:07.932 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.934 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-01 10:14:07.936 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.939 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-06-01 10:14:07.942 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.944 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-01 10:14:07.946 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.948 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-01 10:14:07.951 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.953 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-01 10:14:07.955 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.958 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-01 10:14:07.960 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.962 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-01 10:14:07.964 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.967 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-01 10:14:07.969 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.971 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-01 10:14:07.973 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.976 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-01 10:14:07.978 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.980 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-01 10:14:07.982 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.985 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-01 10:14:07.988 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.990 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-01 10:14:07.993 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.995 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-01 10:14:07.997 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:07.999 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-01 10:14:08.002 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.005 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-01 10:14:08.007 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.009 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-01 10:14:08.011 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.014 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-01 10:14:08.016 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.018 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-06-01 10:14:08.020 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.023 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-01 10:14:08.025 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.027 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-01 10:14:08.029 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.032 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-01 10:14:08.034 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.037 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-01 10:14:08.039 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.041 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-01 10:14:08.043 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.046 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-01 10:14:08.049 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.051 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-01 10:14:08.053 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.055 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-01 10:14:08.058 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.060 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-01 10:14:08.063 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.065 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-01 10:14:08.068 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.070 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-01 10:14:08.072 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.074 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-01 10:14:08.077 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.079 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-01 10:14:08.081 | + functions-common:verify_disabled_services:2034 : for service in ${ENABLED_SERVICES//,/ } 2022-06-01 10:14:08.084 | + functions-common:verify_disabled_services:2035 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-01 10:14:08.086 | + ./stack.sh:main:669 : initialize_database_backends 2022-06-01 10:14:08.089 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-01 10:14:08.091 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-01 10:14:08.105 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:08.107 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-01 10:14:08.110 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-01 10:14:08.112 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-01 10:14:08.128 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:14:08.130 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-01 10:14:08.132 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-01 10:14:08.134 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-01 10:14:08.136 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-01 10:14:08.139 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-01 10:14:08.141 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-01 10:14:08.143 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-01 10:14:08.146 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-06-01 10:14:08.148 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-01 10:14:08.150 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-06-01 10:14:08.153 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-01 10:14:08.155 | + lib/database:initialize_database_backends:104 : return 0 2022-06-01 10:14:08.158 | + ./stack.sh:main:670 : echo 'Using mysql database backend' 2022-06-01 10:14:08.158 | Using mysql database backend 2022-06-01 10:14:08.160 | + ./stack.sh:main:673 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-01 10:14:08.177 | + ./stack.sh:main:685 : is_service_enabled rabbit 2022-06-01 10:14:08.193 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:08.196 | + ./stack.sh:main:686 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-01 10:14:08.212 | + ./stack.sh:main:693 : is_service_enabled keystone 2022-06-01 10:14:08.228 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:08.230 | + ./stack.sh:main:695 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-01 10:14:08.246 | + ./stack.sh:main:697 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-01 10:14:08.262 | + ./stack.sh:main:708 : is_service_enabled ldap 2022-06-01 10:14:08.278 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:14:08.281 | + ./stack.sh:main:717 : is_service_enabled nova 2022-06-01 10:14:08.297 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:08.300 | + ./stack.sh:main:717 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2022-06-01 10:14:08.302 | + ./stack.sh:main:727 : is_service_enabled s-proxy 2022-06-01 10:14:08.318 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:08.321 | + ./stack.sh:main:731 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-01 10:14:08.337 | + ./stack.sh:main:733 : [[ -z '' ]] 2022-06-01 10:14:08.339 | + ./stack.sh:main:733 : [[ False == \T\r\u\e ]] 2022-06-01 10:14:08.341 | + ./stack.sh:main:739 : save_stackenv 739 2022-06-01 10:14:08.344 | + functions-common:save_stackenv:60 : local tag=739 2022-06-01 10:14:08.348 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-01 10:14:08.352 | + functions-common:save_stackenv:62 : time_stamp=2022-06-01-101408 2022-06-01 10:14:08.354 | + functions-common:save_stackenv:63 : echo '# 2022-06-01-101408 739' 2022-06-01 10:14:08.357 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.359 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-01 10:14:08.362 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.364 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-01 10:14:08.367 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.369 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-01 10:14:08.371 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.374 | + 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-01 10:14:08.376 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.378 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.67 2022-06-01 10:14:08.381 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.383 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.67/identity 2022-06-01 10:14:08.385 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.388 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-01-101406 2022-06-01 10:14:08.390 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.392 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-01 10:14:08.395 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.397 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.67 2022-06-01 10:14:08.400 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.402 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-01 10:14:08.404 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.407 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-01 10:14:08.410 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.412 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-01 10:14:08.415 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-01 10:14:08.417 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-01 10:14:08.419 | + ./stack.sh:main:750 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/victoria 2022-06-01 10:14:08.422 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-01 10:14:08.424 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2022-06-01 10:14:08.426 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-01 10:14:08.428 | + functions-common:git_clone:528 : local orig_dir 2022-06-01 10:14:08.431 | ++ functions-common:git_clone:529 : pwd 2022-06-01 10:14:08.434 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:14:08.436 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:14:08.438 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:14:08.453 | + functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:14:08.455 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:14:08.457 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:14:08.460 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-01 10:14:08.460 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:14:08.465 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2022-06-01 10:14:08.467 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:14:08.470 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-01 10:14:08.482 | + functions-common:git_clone:606 : cd /opt/stack/requirements 2022-06-01 10:14:08.486 | + functions-common:git_clone:607 : git show --oneline 2022-06-01 10:14:08.486 | + functions-common:git_clone:607 : head -1 2022-06-01 10:14:08.489 | 31511864 Merge "update constraint for sushy to new release 3.4.6" into stable/victoria 2022-06-01 10:14:08.492 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:14:08.494 | + ./stack.sh:main:754 : echo_summary 'Installing package prerequisites' 2022-06-01 10:14:08.497 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-01 10:14:08.499 | + ./stack.sh:echo_summary:421 : echo -e Installing package prerequisites 2022-06-01 10:14:08.501 | + ./stack.sh:main:755 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-01 10:14:08.504 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-01 10:14:08.506 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-01 10:14:08.509 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-01 10:14:08.511 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-01 10:14:08.514 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-01 10:14:08.516 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-01 10:14:08.519 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-01 10:14:08.523 | ++ tools/install_prereqs.sh:source:47 : NOW=1654078448 2022-06-01 10:14:08.526 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-01 10:14:08.531 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654078251 2022-06-01 10:14:08.534 | ++ tools/install_prereqs.sh:source:49 : DELTA=197 2022-06-01 10:14:08.536 | ++ tools/install_prereqs.sh:source:50 : [[ 197 -lt 7200 ]] 2022-06-01 10:14:08.539 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-01 10:14:08.541 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-01 10:14:08.543 | ++ functions-common:export_proxy_variables:2140 : isset http_proxy 2022-06-01 10:14:08.546 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-06-01 10:14:08.549 | ++ functions-common:export_proxy_variables:2143 : isset https_proxy 2022-06-01 10:14:08.551 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-06-01 10:14:08.553 | ++ functions-common:export_proxy_variables:2146 : isset no_proxy 2022-06-01 10:14:08.555 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-06-01 10:14:08.559 | +++ 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-01 10:14:08.604 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-01 10:14:08.605 | apache2-dev 2022-06-01 10:14:08.605 | bc 2022-06-01 10:14:08.605 | bsdmainutils 2022-06-01 10:14:08.605 | curl 2022-06-01 10:14:08.605 | g++ 2022-06-01 10:14:08.605 | gcc 2022-06-01 10:14:08.605 | gettext 2022-06-01 10:14:08.605 | git 2022-06-01 10:14:08.605 | graphviz 2022-06-01 10:14:08.605 | iputils-ping 2022-06-01 10:14:08.605 | libapache2-mod-proxy-uwsgi 2022-06-01 10:14:08.605 | libffi-dev 2022-06-01 10:14:08.605 | libjpeg-dev 2022-06-01 10:14:08.605 | libmysqlclient-dev 2022-06-01 10:14:08.605 | libpcre3-dev 2022-06-01 10:14:08.605 | libpq-dev 2022-06-01 10:14:08.605 | libssl-dev 2022-06-01 10:14:08.605 | libsystemd-dev 2022-06-01 10:14:08.605 | libxml2-dev 2022-06-01 10:14:08.605 | libxslt1-dev 2022-06-01 10:14:08.605 | libyaml-dev 2022-06-01 10:14:08.605 | lsof 2022-06-01 10:14:08.605 | openssh-server 2022-06-01 10:14:08.605 | openssl 2022-06-01 10:14:08.605 | pkg-config 2022-06-01 10:14:08.605 | psmisc 2022-06-01 10:14:08.605 | python3-dev 2022-06-01 10:14:08.605 | python3-pip 2022-06-01 10:14:08.605 | python3-venv 2022-06-01 10:14:08.605 | tar 2022-06-01 10:14:08.605 | tcpdump 2022-06-01 10:14:08.605 | unzip 2022-06-01 10:14:08.605 | uuid-runtime 2022-06-01 10:14:08.605 | wget 2022-06-01 10:14:08.605 | wget 2022-06-01 10:14:08.606 | zlib1g-dev 2022-06-01 10:14:08.606 | libkrb5-dev 2022-06-01 10:14:08.606 | libldap2-dev 2022-06-01 10:14:08.606 | libsasl2-dev 2022-06-01 10:14:08.606 | memcached 2022-06-01 10:14:08.606 | python3-mysqldb 2022-06-01 10:14:08.606 | sqlite3 2022-06-01 10:14:08.606 | conntrack 2022-06-01 10:14:08.606 | curl 2022-06-01 10:14:08.606 | dnsmasq-base 2022-06-01 10:14:08.606 | dnsmasq-utils 2022-06-01 10:14:08.606 | ebtables 2022-06-01 10:14:08.606 | gawk 2022-06-01 10:14:08.606 | genisoimage 2022-06-01 10:14:08.606 | iptables 2022-06-01 10:14:08.606 | iputils-arping 2022-06-01 10:14:08.606 | kpartx 2022-06-01 10:14:08.606 | libjs-jquery-tablesorter 2022-06-01 10:14:08.606 | libmysqlclient-dev 2022-06-01 10:14:08.606 | parted 2022-06-01 10:14:08.606 | pm-utils 2022-06-01 10:14:08.606 | python3-mysqldb 2022-06-01 10:14:08.606 | socat 2022-06-01 10:14:08.606 | sqlite3 2022-06-01 10:14:08.606 | sudo 2022-06-01 10:14:08.606 | vlan 2022-06-01 10:14:08.606 | lsscsi 2022-06-01 10:14:08.606 | open-iscsi 2022-06-01 10:14:08.606 | lvm2 2022-06-01 10:14:08.606 | qemu-utils 2022-06-01 10:14:08.606 | thin-provisioning-tools 2022-06-01 10:14:08.606 | acl 2022-06-01 10:14:08.606 | dnsmasq-base 2022-06-01 10:14:08.606 | dnsmasq-utils 2022-06-01 10:14:08.606 | ebtables 2022-06-01 10:14:08.606 | haproxy 2022-06-01 10:14:08.606 | iptables 2022-06-01 10:14:08.607 | iputils-arping 2022-06-01 10:14:08.607 | iputils-ping 2022-06-01 10:14:08.607 | libmysqlclient-dev 2022-06-01 10:14:08.607 | postgresql-server-dev-all 2022-06-01 10:14:08.607 | python3-mysqldb 2022-06-01 10:14:08.607 | sqlite3 2022-06-01 10:14:08.607 | sudo 2022-06-01 10:14:08.607 | vlan 2022-06-01 10:14:08.607 | ipset 2022-06-01 10:14:08.607 | conntrack 2022-06-01 10:14:08.607 | conntrackd 2022-06-01 10:14:08.607 | keepalived 2022-06-01 10:14:08.607 | dstat 2022-06-01 10:14:08.607 | lvm2 2022-06-01 10:14:08.607 | qemu-utils 2022-06-01 10:14:08.607 | thin-provisioning-tools 2022-06-01 10:14:08.607 | curl 2022-06-01 10:14:08.607 | liberasurecode-dev 2022-06-01 10:14:08.607 | make 2022-06-01 10:14:08.607 | memcached 2022-06-01 10:14:08.607 | sqlite3 2022-06-01 10:14:08.607 | xfsprogs' 2022-06-01 10:14:08.607 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-01 10:14:08.626 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-01 10:14:08.626 | apache2-dev 2022-06-01 10:14:08.626 | bc 2022-06-01 10:14:08.626 | bsdmainutils 2022-06-01 10:14:08.626 | curl 2022-06-01 10:14:08.626 | g++ 2022-06-01 10:14:08.626 | gcc 2022-06-01 10:14:08.626 | gettext 2022-06-01 10:14:08.626 | git 2022-06-01 10:14:08.626 | graphviz 2022-06-01 10:14:08.626 | iputils-ping 2022-06-01 10:14:08.626 | libapache2-mod-proxy-uwsgi 2022-06-01 10:14:08.626 | libffi-dev 2022-06-01 10:14:08.626 | libjpeg-dev 2022-06-01 10:14:08.626 | libmysqlclient-dev 2022-06-01 10:14:08.626 | libpcre3-dev 2022-06-01 10:14:08.626 | libpq-dev 2022-06-01 10:14:08.626 | libssl-dev 2022-06-01 10:14:08.626 | libsystemd-dev 2022-06-01 10:14:08.626 | libxml2-dev 2022-06-01 10:14:08.626 | libxslt1-dev 2022-06-01 10:14:08.626 | libyaml-dev 2022-06-01 10:14:08.626 | lsof 2022-06-01 10:14:08.627 | openssh-server 2022-06-01 10:14:08.627 | openssl 2022-06-01 10:14:08.627 | pkg-config 2022-06-01 10:14:08.627 | psmisc 2022-06-01 10:14:08.627 | python3-dev 2022-06-01 10:14:08.627 | python3-pip 2022-06-01 10:14:08.627 | python3-venv 2022-06-01 10:14:08.627 | tar 2022-06-01 10:14:08.627 | tcpdump 2022-06-01 10:14:08.627 | unzip 2022-06-01 10:14:08.627 | uuid-runtime 2022-06-01 10:14:08.627 | wget 2022-06-01 10:14:08.627 | wget 2022-06-01 10:14:08.627 | zlib1g-dev 2022-06-01 10:14:08.627 | libkrb5-dev 2022-06-01 10:14:08.627 | libldap2-dev 2022-06-01 10:14:08.627 | libsasl2-dev 2022-06-01 10:14:08.627 | memcached 2022-06-01 10:14:08.627 | python3-mysqldb 2022-06-01 10:14:08.627 | sqlite3 2022-06-01 10:14:08.627 | conntrack 2022-06-01 10:14:08.627 | curl 2022-06-01 10:14:08.627 | dnsmasq-base 2022-06-01 10:14:08.627 | dnsmasq-utils 2022-06-01 10:14:08.627 | ebtables 2022-06-01 10:14:08.627 | gawk 2022-06-01 10:14:08.627 | genisoimage 2022-06-01 10:14:08.627 | iptables 2022-06-01 10:14:08.627 | iputils-arping 2022-06-01 10:14:08.627 | kpartx 2022-06-01 10:14:08.627 | libjs-jquery-tablesorter 2022-06-01 10:14:08.627 | libmysqlclient-dev 2022-06-01 10:14:08.627 | parted 2022-06-01 10:14:08.627 | pm-utils 2022-06-01 10:14:08.627 | python3-mysqldb 2022-06-01 10:14:08.627 | socat 2022-06-01 10:14:08.627 | sqlite3 2022-06-01 10:14:08.628 | sudo 2022-06-01 10:14:08.628 | vlan 2022-06-01 10:14:08.628 | lsscsi 2022-06-01 10:14:08.628 | open-iscsi 2022-06-01 10:14:08.628 | lvm2 2022-06-01 10:14:08.628 | qemu-utils 2022-06-01 10:14:08.628 | thin-provisioning-tools 2022-06-01 10:14:08.628 | acl 2022-06-01 10:14:08.628 | dnsmasq-base 2022-06-01 10:14:08.628 | dnsmasq-utils 2022-06-01 10:14:08.628 | ebtables 2022-06-01 10:14:08.628 | haproxy 2022-06-01 10:14:08.628 | iptables 2022-06-01 10:14:08.628 | iputils-arping 2022-06-01 10:14:08.628 | iputils-ping 2022-06-01 10:14:08.628 | libmysqlclient-dev 2022-06-01 10:14:08.628 | postgresql-server-dev-all 2022-06-01 10:14:08.628 | python3-mysqldb 2022-06-01 10:14:08.628 | sqlite3 2022-06-01 10:14:08.628 | sudo 2022-06-01 10:14:08.628 | vlan 2022-06-01 10:14:08.628 | ipset 2022-06-01 10:14:08.628 | conntrack 2022-06-01 10:14:08.628 | conntrackd 2022-06-01 10:14:08.628 | keepalived 2022-06-01 10:14:08.628 | dstat 2022-06-01 10:14:08.628 | lvm2 2022-06-01 10:14:08.628 | qemu-utils 2022-06-01 10:14:08.628 | thin-provisioning-tools 2022-06-01 10:14:08.628 | curl 2022-06-01 10:14:08.628 | liberasurecode-dev 2022-06-01 10:14:08.628 | make 2022-06-01 10:14:08.628 | memcached 2022-06-01 10:14:08.628 | sqlite3 2022-06-01 10:14:08.629 | xfsprogs ' 2022-06-01 10:14:08.629 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-01 10:14:08.631 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:08.633 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:08.636 | ++ 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-01 10:14:08.636 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-01 10:14:08.641 | ++ 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-01 10:14:08.644 | ++ functions-common:install_package:1356 : update_package_repo 2022-06-01 10:14:08.646 | ++ functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:14:08.648 | ++ functions-common:update_package_repo:1329 : REPOS_UPDATED=False 2022-06-01 10:14:08.650 | ++ functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:14:08.652 | ++ functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:14:08.654 | ++ functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:14:08.656 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:08.659 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:08.661 | ++ functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:14:08.663 | ++ functions-common:apt_get_update:1082 : [[ False == \T\r\u\e ]] 2022-06-01 10:14:08.665 | ++ functions-common:apt_get_update:1087 : [[ False = \T\r\u\e ]] 2022-06-01 10:14:08.667 | ++ functions-common:apt_get_update:1089 : local sudo=sudo 2022-06-01 10:14:08.670 | +++ functions-common:apt_get_update:1090 : id -u 2022-06-01 10:14:08.674 | ++ functions-common:apt_get_update:1090 : [[ 1000 = \0 ]] 2022-06-01 10:14:08.676 | ++ functions-common:apt_get_update:1093 : time_start apt-get-update 2022-06-01 10:14:08.678 | ++ functions-common:time_start:2308 : local name=apt-get-update 2022-06-01 10:14:08.680 | ++ functions-common:time_start:2309 : local start_time= 2022-06-01 10:14:08.683 | ++ functions-common:time_start:2310 : [[ -n '' ]] 2022-06-01 10:14:08.685 | +++ functions-common:time_start:2313 : date +%s%3N 2022-06-01 10:14:08.689 | ++ functions-common:time_start:2313 : _TIME_START[$name]=1654078448687 2022-06-01 10:14:08.691 | ++ functions-common:apt_get_update:1095 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-01 10:14:08.693 | ++ functions-common:apt_get_update:1096 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-01 10:14:08.695 | ++ 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-01 10:14:08.996 | Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-06-01 10:14:09.078 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-01 10:14:09.199 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-01 10:14:09.329 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-01 10:14:09.783 | Fetched 114 kB in 1s (142 kB/s) 2022-06-01 10:14:11.432 | Reading package lists... 2022-06-01 10:14:11.464 | ++ functions-common:apt_get_update:1101 : REPOS_UPDATED=True 2022-06-01 10:14:11.466 | ++ functions-common:apt_get_update:1103 : time_stop apt-get-update 2022-06-01 10:14:11.468 | ++ functions-common:time_stop:2322 : local name 2022-06-01 10:14:11.471 | ++ functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:11.473 | ++ functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:11.475 | ++ functions-common:time_stop:2325 : local total 2022-06-01 10:14:11.478 | ++ functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:11.480 | ++ functions-common:time_stop:2328 : name=apt-get-update 2022-06-01 10:14:11.482 | ++ functions-common:time_stop:2329 : start_time=1654078448687 2022-06-01 10:14:11.484 | ++ functions-common:time_stop:2331 : [[ -z 1654078448687 ]] 2022-06-01 10:14:11.486 | +++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:11.490 | ++ functions-common:time_stop:2334 : end_time=1654078451488 2022-06-01 10:14:11.492 | ++ functions-common:time_stop:2335 : elapsed_time=2801 2022-06-01 10:14:11.494 | ++ functions-common:time_stop:2336 : total=0 2022-06-01 10:14:11.497 | ++ functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:11.499 | ++ functions-common:time_stop:2339 : _TIME_TOTAL[$name]=2801 2022-06-01 10:14:11.502 | ++ 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-01 10:14:11.504 | ++ functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:14:11.506 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:11.508 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:11.510 | ++ 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-01 10:14:11.531 | ++ 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-01 10:14:11.643 | Reading package lists... 2022-06-01 10:14:11.889 | Building dependency tree... 2022-06-01 10:14:11.890 | Reading state information... 2022-06-01 10:14:11.924 | acl is already the newest version (2.2.53-6). 2022-06-01 10:14:11.924 | bc is already the newest version (1.07.1-2build1). 2022-06-01 10:14:11.924 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-01 10:14:11.924 | conntrack is already the newest version (1:1.4.5-2). 2022-06-01 10:14:11.924 | ebtables is already the newest version (2.0.11-3build1). 2022-06-01 10:14:11.924 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-01 10:14:11.924 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-01 10:14:11.924 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-01 10:14:11.924 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-01 10:14:11.924 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-01 10:14:11.924 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-01 10:14:11.924 | iputils-arping is already the newest version (3:20190709-3). 2022-06-01 10:14:11.924 | iputils-ping is already the newest version (3:20190709-3). 2022-06-01 10:14:11.924 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-01 10:14:11.924 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-01 10:14:11.924 | libffi-dev is already the newest version (3.3-4). 2022-06-01 10:14:11.924 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-01 10:14:11.925 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-01 10:14:11.925 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-01 10:14:11.925 | lsscsi is already the newest version (0.30-0.1). 2022-06-01 10:14:11.925 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-01 10:14:11.925 | make is already the newest version (4.2.1-1.2). 2022-06-01 10:14:11.925 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-01 10:14:11.925 | psmisc is already the newest version (23.3-1). 2022-06-01 10:14:11.925 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-01 10:14:11.925 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-01 10:14:11.925 | socat is already the newest version (1.7.3.3-2). 2022-06-01 10:14:11.925 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-01 10:14:11.925 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-01 10:14:11.925 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-01 10:14:11.925 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-01 10:14:11.925 | dstat is already the newest version (0.7.4-6). 2022-06-01 10:14:11.925 | graphviz is already the newest version (2.42.2-3build2). 2022-06-01 10:14:11.925 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-01 10:14:11.925 | pm-utils is already the newest version (1.4.1-19). 2022-06-01 10:14:11.925 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-01 10:14:11.925 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-01 10:14:11.925 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-01 10:14:11.925 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-01 10:14:11.925 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-01 10:14:11.925 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-01 10:14:11.925 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-01 10:14:11.925 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-01 10:14:11.925 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-01 10:14:11.925 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-01 10:14:11.925 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-01 10:14:11.925 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-01 10:14:11.925 | libmysqlclient-dev is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-01 10:14:11.925 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-01 10:14:11.925 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-01 10:14:11.926 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-01 10:14:11.926 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-01 10:14:11.926 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-01 10:14:11.926 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-01 10:14:11.926 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-01 10:14:11.926 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-01 10:14:11.926 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-01 10:14:11.926 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-01 10:14:11.926 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-01 10:14:11.926 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-01 10:14:11.926 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-01 10:14:11.926 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-01 10:14:11.926 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-01 10:14:11.926 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-01 10:14:11.926 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-01 10:14:11.926 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-01 10:14:11.926 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-01 10:14:11.926 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-01 10:14:12.152 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-01 10:14:12.152 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-01 10:14:12.152 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-01 10:14:12.152 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-01 10:14:12.152 | The following packages were automatically installed and are no longer required: 2022-06-01 10:14:12.153 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:14:12.153 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:14:12.154 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:14:12.154 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:14:12.154 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:14:12.154 | python3-zope.interface 2022-06-01 10:14:12.154 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:14:12.268 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:14:12.272 | ++ functions-common:apt_get:1127 : result=0 2022-06-01 10:14:12.274 | ++ functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:14:12.277 | ++ functions-common:time_stop:2322 : local name 2022-06-01 10:14:12.279 | ++ functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:12.281 | ++ functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:12.284 | ++ functions-common:time_stop:2325 : local total 2022-06-01 10:14:12.286 | ++ functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:12.288 | ++ functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:14:12.291 | ++ functions-common:time_stop:2329 : start_time=1654078451528 2022-06-01 10:14:12.294 | ++ functions-common:time_stop:2331 : [[ -z 1654078451528 ]] 2022-06-01 10:14:12.296 | +++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:12.301 | ++ functions-common:time_stop:2334 : end_time=1654078452299 2022-06-01 10:14:12.303 | ++ functions-common:time_stop:2335 : elapsed_time=771 2022-06-01 10:14:12.305 | ++ functions-common:time_stop:2336 : total=770 2022-06-01 10:14:12.308 | ++ functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:12.310 | ++ functions-common:time_stop:2339 : _TIME_TOTAL[$name]=1541 2022-06-01 10:14:12.312 | ++ functions-common:apt_get:1131 : return 0 2022-06-01 10:14:12.315 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-01 10:14:12.317 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-01 10:14:12.319 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-01 10:14:12.324 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-01 10:14:12.328 | + ./stack.sh:main:758 : [[ False != \T\r\u\e ]] 2022-06-01 10:14:12.330 | + ./stack.sh:main:759 : PYPI_ALTERNATIVE_URL= 2022-06-01 10:14:12.333 | + ./stack.sh:main:759 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-01 10:14:13.951 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-01 10:14:13.954 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-01 10:14:13.956 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-01 10:14:13.958 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-01 10:14:13.960 | + functions-common:GetDistro:373 : GetOSVersion 2022-06-01 10:14:13.961 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-06-01 10:14:13.964 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-06-01 10:14:13.966 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-06-01 10:14:13.968 | + functions-common:_ensure_lsb_release:328 : return 2022-06-01 10:14:13.971 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-06-01 10:14:14.042 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-06-01 10:14:14.044 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-06-01 10:14:14.116 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-06-01 10:14:14.118 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-06-01 10:14:14.191 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-06-01 10:14:14.193 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-01 10:14:14.194 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-06-01 10:14:14.196 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-06-01 10:14:14.198 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-06-01 10:14:14.200 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-06-01 10:14:14.202 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-06-01 10:14:14.204 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-01 10:14:14.206 | + functions-common:GetDistro:378 : DISTRO=focal 2022-06-01 10:14:14.208 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2022-06-01 10:14:14.210 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-01 10:14:14.210 | Distro: focal 2022-06-01 10:14:14.212 | + tools/install_pip.sh:main:136 : get_versions 2022-06-01 10:14:14.215 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-01 10:14:14.218 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-01 10:14:14.221 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-01 10:14:14.224 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-01 10:14:14.224 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-01 10:14:14.707 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2022-06-01 10:14:14.708 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2022-06-01 10:14:14.708 | pip: 20.2.2 2022-06-01 10:14:14.710 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2022-06-01 10:14:15.163 | pip 20.2.2 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2022-06-01 10:14:15.186 | + tools/install_pip.sh:main:138 : [[ -n '' ]] 2022-06-01 10:14:15.188 | + tools/install_pip.sh:main:143 : [[ focal == focal ]] 2022-06-01 10:14:15.190 | + tools/install_pip.sh:main:144 : exit 0 2022-06-01 10:14:15.193 | + ./stack.sh:main:763 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-01 10:14:15.196 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-01 10:14:15.199 | + ./stack.sh:main:764 : fixup_all 2022-06-01 10:14:15.202 | + tools/fixup_stuff.sh:fixup_all:195 : fixup_keystone 2022-06-01 10:14:15.204 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-06-01 10:14:15.206 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-06-01 10:14:15.211 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-06-01 10:14:15.211 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-06-01 10:14:15.212 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-06-01 10:14:15.217 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2022-06-01 10:14:15.219 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2022-06-01 10:14:15.222 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2022-06-01 10:14:15.230 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2022-06-01 10:14:15.233 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_ubuntu 2022-06-01 10:14:15.236 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ focal != \b\i\o\n\i\c ]] 2022-06-01 10:14:15.238 | + tools/fixup_stuff.sh:fixup_ubuntu:67 : return 2022-06-01 10:14:15.240 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_fedora 2022-06-01 10:14:15.242 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2022-06-01 10:14:15.244 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-01 10:14:15.246 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-01 10:14:15.248 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-01 10:14:15.250 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-01 10:14:15.252 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-01 10:14:15.254 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-01 10:14:15.256 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-01 10:14:15.258 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-01 10:14:15.261 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2022-06-01 10:14:15.263 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_suse 2022-06-01 10:14:15.265 | + tools/fixup_stuff.sh:fixup_suse:156 : is_suse 2022-06-01 10:14:15.267 | + functions-common:is_suse:464 : is_opensuse 2022-06-01 10:14:15.269 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-01 10:14:15.271 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-01 10:14:15.273 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-01 10:14:15.275 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-01 10:14:15.277 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-01 10:14:15.280 | + tools/fixup_stuff.sh:fixup_suse:157 : return 2022-06-01 10:14:15.283 | + ./stack.sh:main:767 : pip_install -U os-testr 2022-06-01 10:14:15.304 | Using python 3.8 to install os-testr 2022-06-01 10:14:15.306 | + 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-01 10:14:17.122 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:14:17.123 | 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-01 10:14:17.128 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:17.129 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:17.130 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:14:17.132 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:17.132 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:17.132 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:17.132 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:17.133 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:17.213 | 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-01 10:14:17.224 | 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-01 10:14:17.227 | 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-01 10:14:17.242 | 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-01 10:14:17.271 | 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-01 10:14:17.290 | 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-01 10:14:17.294 | 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-01 10:14:17.301 | 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-01 10:14:17.306 | 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-01 10:14:17.309 | 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-01 10:14:17.320 | 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-01 10:14:17.323 | 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-01 10:14:17.327 | 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-01 10:14:17.341 | 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-01 10:14:17.345 | 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-01 10:14:17.348 | 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-01 10:14:17.351 | 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-01 10:14:17.354 | 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-01 10:14:17.408 | 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-01 10:14:17.411 | 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-01 10:14:17.418 | 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-01 10:14:17.421 | 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-01 10:14:17.464 | 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-01 10:14:17.470 | 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-01 10:14:17.504 | 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-01 10:14:17.506 | 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-01 10:14:19.572 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:14:19.572 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:14:19.646 | + inc/python:pip_install:200 : result=0 2022-06-01 10:14:19.648 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:14:19.650 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:19.652 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:19.655 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:19.658 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:19.660 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:19.662 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:14:19.664 | + functions-common:time_stop:2329 : start_time=1654078455298 2022-06-01 10:14:19.666 | + functions-common:time_stop:2331 : [[ -z 1654078455298 ]] 2022-06-01 10:14:19.668 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:19.673 | + functions-common:time_stop:2334 : end_time=1654078459670 2022-06-01 10:14:19.675 | + functions-common:time_stop:2335 : elapsed_time=4372 2022-06-01 10:14:19.677 | + functions-common:time_stop:2336 : total=0 2022-06-01 10:14:19.679 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:19.682 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=4372 2022-06-01 10:14:19.684 | + inc/python:pip_install:203 : return 0 2022-06-01 10:14:19.686 | + ./stack.sh:main:769 : pip_install_gr systemd-python 2022-06-01 10:14:19.688 | + inc/python:pip_install_gr:76 : local name=systemd-python 2022-06-01 10:14:19.691 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-01 10:14:19.694 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2022-06-01 10:14:19.696 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2022-06-01 10:14:19.698 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-01 10:14:19.702 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-01 10:14:19.702 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2022-06-01 10:14:19.708 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2022-06-01 10:14:19.710 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2022-06-01 10:14:19.712 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2022-06-01 10:14:19.715 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2022-06-01 10:14:19.717 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2022-06-01 10:14:19.738 | Using python 3.8 to install systemd-python 2022-06-01 10:14:19.741 | + 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-01 10:14:21.540 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:14:21.540 | 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-01 10:14:21.544 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:21.545 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:21.547 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:14:21.548 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:21.548 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:21.549 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:21.549 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:21.549 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:21.564 | 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-01 10:14:23.831 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:14:23.831 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:14:23.903 | + inc/python:pip_install:200 : result=0 2022-06-01 10:14:23.906 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:14:23.908 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:23.910 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:23.912 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:23.914 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:23.917 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:23.919 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:14:23.921 | + functions-common:time_stop:2329 : start_time=1654078459733 2022-06-01 10:14:23.923 | + functions-common:time_stop:2331 : [[ -z 1654078459733 ]] 2022-06-01 10:14:23.926 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:23.930 | + functions-common:time_stop:2334 : end_time=1654078463928 2022-06-01 10:14:23.932 | + functions-common:time_stop:2335 : elapsed_time=4195 2022-06-01 10:14:23.934 | + functions-common:time_stop:2336 : total=4372 2022-06-01 10:14:23.937 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:23.940 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=8567 2022-06-01 10:14:23.942 | + inc/python:pip_install:203 : return 0 2022-06-01 10:14:23.944 | + ./stack.sh:main:772 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-01 10:14:23.996 | + ./stack.sh:main:773 : sudo systemctl restart systemd-journald 2022-06-01 10:14:24.100 | + ./stack.sh:main:779 : install_infra 2022-06-01 10:14:24.102 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-01 10:14:24.105 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-01 10:14:24.107 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-01 10:14:24.112 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-01 10:14:24.135 | + 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-01 10:14:26.222 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:26.233 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:26.292 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:14:26.335 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:26.337 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:26.339 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:26.341 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:26.344 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:26.881 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:14:27.022 | 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-01 10:14:27.274 | + inc/python:pip_install:200 : result=0 2022-06-01 10:14:27.276 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:14:27.278 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:27.281 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:27.283 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:27.285 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:27.287 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:27.289 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:14:27.291 | + functions-common:time_stop:2329 : start_time=1654078464128 2022-06-01 10:14:27.293 | + functions-common:time_stop:2331 : [[ -z 1654078464128 ]] 2022-06-01 10:14:27.296 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:27.300 | + functions-common:time_stop:2334 : end_time=1654078467298 2022-06-01 10:14:27.302 | + functions-common:time_stop:2335 : elapsed_time=3170 2022-06-01 10:14:27.305 | + functions-common:time_stop:2336 : total=8567 2022-06-01 10:14:27.307 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:27.309 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=11737 2022-06-01 10:14:27.311 | + inc/python:pip_install:203 : return 0 2022-06-01 10:14:27.313 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-01 10:14:27.316 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-01 10:14:27.338 | + 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-01 10:14:29.408 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:29.421 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:29.480 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:14:29.523 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:29.525 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:29.527 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:29.529 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:29.531 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:30.068 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:14:30.070 | Processing /opt/stack/requirements 2022-06-01 10:14:31.743 | 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-01 10:14:31.746 | 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-01 10:14:31.758 | 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-01 10:14:31.764 | 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-01 10:14:31.767 | 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-01 10:14:31.770 | 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-01 10:14:31.789 | 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-01 10:14:31.792 | 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-01 10:14:31.809 | 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-01 10:14:31.813 | 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-01 10:14:31.820 | 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-01 10:14:31.840 | 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-01 10:14:31.842 | 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-01 10:14:31.858 | 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-01 10:14:31.861 | 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-01 10:14:31.864 | 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-01 10:14:31.867 | 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-01 10:14:31.869 | 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-01 10:14:31.872 | 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-01 10:14:31.875 | 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-01 10:14:31.877 | 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-01 10:14:31.891 | 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-01 10:14:31.893 | 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-01 10:14:31.899 | 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-01 10:14:31.953 | 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-01 10:14:31.957 | 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-01 10:14:32.009 | 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-01 10:14:32.012 | 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-01 10:14:32.015 | 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-01 10:14:32.018 | Building wheels for collected packages: openstack-requirements 2022-06-01 10:14:32.019 | Building wheel for openstack-requirements (setup.py): started 2022-06-01 10:14:32.781 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-01 10:14:32.782 | ERROR: Command errored out with exit status 1: 2022-06-01 10:14:32.782 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-4tjz3dm4/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-4tjz3dm4/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-1geir7fo 2022-06-01 10:14:32.782 | cwd: /tmp/pip-req-build-4tjz3dm4/ 2022-06-01 10:14:32.782 | Complete output (6 lines): 2022-06-01 10:14:32.782 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-01 10:14:32.782 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-01 10:14:32.782 | or: setup.py --help-commands 2022-06-01 10:14:32.782 | or: setup.py cmd --help 2022-06-01 10:14:32.782 | 2022-06-01 10:14:32.782 | error: invalid command 'bdist_wheel' 2022-06-01 10:14:32.782 | ---------------------------------------- 2022-06-01 10:14:32.782 | ERROR: Failed building wheel for openstack-requirements 2022-06-01 10:14:32.782 | Running setup.py clean for openstack-requirements 2022-06-01 10:14:33.560 | Failed to build openstack-requirements 2022-06-01 10:14:33.574 | Installing collected packages: openstack-requirements 2022-06-01 10:14:33.574 | Attempting uninstall: openstack-requirements 2022-06-01 10:14:33.575 | Found existing installation: openstack-requirements 1.2.1.dev4208 2022-06-01 10:14:33.612 | Uninstalling openstack-requirements-1.2.1.dev4208: 2022-06-01 10:14:33.631 | Successfully uninstalled openstack-requirements-1.2.1.dev4208 2022-06-01 10:14:33.634 | Running setup.py install for openstack-requirements: started 2022-06-01 10:14:35.834 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-01 10:14:35.860 | Successfully installed openstack-requirements-1.2.1.dev4208 2022-06-01 10:14:35.989 | + inc/python:pip_install:200 : result=0 2022-06-01 10:14:35.991 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:14:35.993 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:35.995 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:35.997 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:35.999 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:36.001 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:36.003 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:14:36.005 | + functions-common:time_stop:2329 : start_time=1654078467330 2022-06-01 10:14:36.007 | + functions-common:time_stop:2331 : [[ -z 1654078467330 ]] 2022-06-01 10:14:36.010 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:36.014 | + functions-common:time_stop:2334 : end_time=1654078476012 2022-06-01 10:14:36.016 | + functions-common:time_stop:2335 : elapsed_time=8682 2022-06-01 10:14:36.019 | + functions-common:time_stop:2336 : total=11737 2022-06-01 10:14:36.021 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:36.023 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=20419 2022-06-01 10:14:36.025 | + inc/python:pip_install:203 : return 0 2022-06-01 10:14:36.027 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-01 10:14:36.030 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-01 10:14:36.033 | + inc/python:use_library_from_git:250 : local name=pbr 2022-06-01 10:14:36.035 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:36.038 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:36.040 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-06-01 10:14:36.042 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:36.045 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-01 10:14:36.065 | Using python 3.8 to install pbr 2022-06-01 10:14:36.068 | + 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-01 10:14:37.924 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:14:37.924 | 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-01 10:14:37.929 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:37.929 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:37.931 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:14:37.933 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:37.933 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:37.933 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:37.934 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:37.934 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:38.072 | 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-01 10:14:40.355 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:14:40.355 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:14:40.436 | + inc/python:pip_install:200 : result=0 2022-06-01 10:14:40.438 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:14:40.440 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:40.442 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:40.444 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:40.446 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:40.448 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:40.450 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:14:40.453 | + functions-common:time_stop:2329 : start_time=1654078476059 2022-06-01 10:14:40.455 | + functions-common:time_stop:2331 : [[ -z 1654078476059 ]] 2022-06-01 10:14:40.458 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:40.462 | + functions-common:time_stop:2334 : end_time=1654078480459 2022-06-01 10:14:40.464 | + functions-common:time_stop:2335 : elapsed_time=4400 2022-06-01 10:14:40.466 | + functions-common:time_stop:2336 : total=20419 2022-06-01 10:14:40.468 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:40.470 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=24819 2022-06-01 10:14:40.473 | + inc/python:pip_install:203 : return 0 2022-06-01 10:14:40.475 | + ./stack.sh:main:782 : python3 -m venv /opt/stack/bindep-venv 2022-06-01 10:14:42.757 | + ./stack.sh:main:784 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-01 10:14:44.638 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:14:44.639 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-01 10:14:44.659 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-01 10:14:44.662 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-01 10:14:44.668 | 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-01 10:14:44.671 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-01 10:14:44.674 | 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-01 10:14:44.747 | + ./stack.sh:main:785 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-01 10:14:44.751 | + ./stack.sh:main:785 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-01 10:14:44.754 | ++ ./stack.sh:main:788 : _get_plugin_bindep_packages 2022-06-01 10:14:44.771 | + ./stack.sh:main:788 : pkgs= 2022-06-01 10:14:44.774 | + ./stack.sh:main:789 : [[ -n '' ]] 2022-06-01 10:14:44.776 | + ./stack.sh:main:796 : run_phase stack pre-install 2022-06-01 10:14:44.779 | + functions-common:run_phase:1750 : local mode=stack 2022-06-01 10:14:44.782 | + functions-common:run_phase:1751 : local phase=pre-install 2022-06-01 10:14:44.784 | + functions-common:run_phase:1752 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-01 10:14:44.786 | + functions-common:run_phase:1753 : local extra_plugin_file_name 2022-06-01 10:14:44.788 | + functions-common:run_phase:1754 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-01 10:14:44.790 | + functions-common:run_phase:1759 : local exceptions=80-tempest.sh 2022-06-01 10:14:44.793 | + functions-common:run_phase:1760 : local extra 2022-06-01 10:14:44.796 | ++ functions-common:run_phase:1761 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-01 10:14:44.799 | + functions-common:run_phase:1761 : extra=80-tempest.sh 2022-06-01 10:14:44.802 | + functions-common:run_phase:1762 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-01 10:14:44.804 | + functions-common:run_phase:1766 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-01 10:14:44.806 | + functions-common:run_phase:1766 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-01 10:14:44.809 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-01 10:14:44.823 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:44.826 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-01 10:14:44.829 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-01 10:14:44.831 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-01 10:14:44.833 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-01 10:14:44.835 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-01 10:14:44.837 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-01 10:14:44.839 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-01 10:14:44.841 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-01 10:14:44.844 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-01 10:14:44.847 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-01 10:14:44.849 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-01 10:14:44.852 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-01 10:14:44.854 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2022-06-01 10:14:44.857 | + functions-common:run_phase:1771 : [[ stack == \s\o\u\r\c\e ]] 2022-06-01 10:14:44.859 | + functions-common:run_phase:1774 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-01 10:14:44.862 | + functions-common:run_phase:1777 : run_plugins stack pre-install 2022-06-01 10:14:44.864 | + functions-common:run_plugins:1736 : local mode=stack 2022-06-01 10:14:44.866 | + functions-common:run_plugins:1737 : local phase=pre-install 2022-06-01 10:14:44.868 | + functions-common:run_plugins:1739 : local plugins= 2022-06-01 10:14:44.871 | + functions-common:run_plugins:1740 : local plugin 2022-06-01 10:14:44.873 | + ./stack.sh:main:799 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-01 10:14:44.876 | + functions:set_systemd_override:825 : local key=DefaultLimitNOFILE 2022-06-01 10:14:44.878 | + functions:set_systemd_override:826 : local value=2048 2022-06-01 10:14:44.882 | + functions:set_systemd_override:828 : local sysconf=/etc/systemd/system.conf 2022-06-01 10:14:44.885 | + functions:set_systemd_override:829 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-01 10:14:44.939 | + functions:set_systemd_override:830 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-01 10:14:44.939 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-01 10:14:44.941 | + functions:set_systemd_override:832 : sudo systemctl daemon-reload 2022-06-01 10:14:45.300 | + ./stack.sh:main:801 : install_rpc_backend 2022-06-01 10:14:45.302 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-01 10:14:45.319 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:45.321 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-01 10:14:45.323 | + functions-common:install_package:1356 : update_package_repo 2022-06-01 10:14:45.326 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:14:45.329 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-01 10:14:45.331 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:14:45.333 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:14:45.336 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:14:45.338 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:45.340 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:45.343 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:14:45.345 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-01 10:14:45.347 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-01 10:14:45.350 | + functions-common:apt_get_update:1083 : return 2022-06-01 10:14:45.352 | + functions-common:install_package:1357 : real_install_package rabbitmq-server 2022-06-01 10:14:45.354 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:14:45.356 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:45.359 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:45.361 | + functions-common:real_install_package:1343 : apt_get install rabbitmq-server 2022-06-01 10:14:45.382 | + 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-01 10:14:45.492 | Reading package lists... 2022-06-01 10:14:45.742 | Building dependency tree... 2022-06-01 10:14:45.743 | Reading state information... 2022-06-01 10:14:46.022 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-01 10:14:46.023 | The following packages were automatically installed and are no longer required: 2022-06-01 10:14:46.024 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:14:46.024 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:14:46.024 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:14:46.024 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:14:46.024 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:14:46.024 | python3-zope.interface 2022-06-01 10:14:46.024 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:14:46.141 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:14:46.145 | + functions-common:apt_get:1127 : result=0 2022-06-01 10:14:46.147 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:14:46.150 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:46.152 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:46.154 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:46.156 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:46.159 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:46.161 | + functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:14:46.163 | + functions-common:time_stop:2329 : start_time=1654078485379 2022-06-01 10:14:46.165 | + functions-common:time_stop:2331 : [[ -z 1654078485379 ]] 2022-06-01 10:14:46.168 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:46.172 | + functions-common:time_stop:2334 : end_time=1654078486169 2022-06-01 10:14:46.174 | + functions-common:time_stop:2335 : elapsed_time=790 2022-06-01 10:14:46.177 | + functions-common:time_stop:2336 : total=1541 2022-06-01 10:14:46.179 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:46.181 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=2331 2022-06-01 10:14:46.183 | + functions-common:apt_get:1131 : return 0 2022-06-01 10:14:46.186 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-01 10:14:46.189 | + functions-common:is_suse:464 : is_opensuse 2022-06-01 10:14:46.191 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-01 10:14:46.193 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-01 10:14:46.196 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-01 10:14:46.198 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-01 10:14:46.200 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-01 10:14:46.202 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-01 10:14:46.205 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-01 10:14:46.207 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-01 10:14:46.209 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-01 10:14:46.211 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-01 10:14:46.214 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-01 10:14:46.216 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-01 10:14:46.218 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-01 10:14:46.220 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-01 10:14:46.223 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-01 10:14:46.225 | + functions-common:is_suse:464 : is_opensuse 2022-06-01 10:14:46.227 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-01 10:14:46.229 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-01 10:14:46.232 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-01 10:14:46.235 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-01 10:14:46.237 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-01 10:14:46.240 | + ./stack.sh:main:802 : restart_rpc_backend 2022-06-01 10:14:46.242 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-01 10:14:46.258 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:46.261 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-01 10:14:46.263 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-01 10:14:46.265 | + ./stack.sh:echo_summary:421 : echo -e Starting RabbitMQ 2022-06-01 10:14:46.267 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-01 10:14:46.271 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-01 10:14:46.275 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-01 10:14:46.277 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-01 10:14:46.280 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-01 10:14:46.282 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-01 10:14:46.285 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-01 10:14:46.287 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-01 10:14:46.290 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-01 10:14:46.980 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-01 10:14:46.980 | user tags 2022-06-01 10:14:46.980 | stackrabbit []' 2022-06-01 10:14:46.984 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-01 10:14:46.984 | user tags 2022-06-01 10:14:46.984 | stackrabbit []' 2022-06-01 10:14:46.984 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-01 10:14:46.990 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-01 10:14:46.992 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-01 10:14:46.994 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-01 10:14:47.672 | Changing password for user "stackrabbit" ... 2022-06-01 10:14:47.695 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-01 10:14:48.390 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-01 10:14:48.412 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-01 10:14:48.415 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-01 10:14:49.106 | Changing password for user "stackrabbit" ... 2022-06-01 10:14:49.129 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-01 10:14:49.131 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-01 10:14:49.133 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-01 10:14:49.783 | Deleting user "guest" ... 2022-06-01 10:14:49.798 | Error: 2022-06-01 10:14:49.798 | {:no_such_user, "guest"} 2022-06-01 10:14:49.811 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-01 10:14:49.814 | + ./stack.sh:main:804 : is_service_enabled mysql postgresql 2022-06-01 10:14:49.831 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:49.833 | + ./stack.sh:main:805 : install_database 2022-06-01 10:14:49.836 | + lib/database:install_database:116 : install_database_mysql 2022-06-01 10:14:49.838 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-06-01 10:14:49.840 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:49.843 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:49.845 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-06-01 10:14:50.069 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-01 10:14:50.071 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-06-01 10:14:50.074 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2022-06-01 10:14:50.076 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2022-06-01 10:14:50.079 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-06-01 10:14:50.081 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-01 10:14:50.083 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-01 10:14:50.086 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-01 10:14:50.088 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-01 10:14:50.090 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-01 10:14:50.093 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-01 10:14:50.095 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-01 10:14:50.098 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-01 10:14:50.100 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-06-01 10:14:50.102 | + functions-common:is_suse:464 : is_opensuse 2022-06-01 10:14:50.104 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-01 10:14:50.107 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-01 10:14:50.110 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-01 10:14:50.112 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-01 10:14:50.114 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-01 10:14:50.117 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-06-01 10:14:50.119 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:50.121 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:50.124 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-06-01 10:14:50.126 | + functions-common:install_package:1356 : update_package_repo 2022-06-01 10:14:50.129 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:14:50.131 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-01 10:14:50.133 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:14:50.136 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:14:50.138 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:14:50.140 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:50.142 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:50.145 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:14:50.147 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-01 10:14:50.149 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-01 10:14:50.151 | + functions-common:apt_get_update:1083 : return 2022-06-01 10:14:50.154 | + functions-common:install_package:1357 : real_install_package mysql-server 2022-06-01 10:14:50.156 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:14:50.158 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:50.161 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:50.163 | + functions-common:real_install_package:1343 : apt_get install mysql-server 2022-06-01 10:14:50.184 | + 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-01 10:14:50.293 | Reading package lists... 2022-06-01 10:14:50.540 | Building dependency tree... 2022-06-01 10:14:50.541 | Reading state information... 2022-06-01 10:14:50.800 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-01 10:14:50.800 | The following packages were automatically installed and are no longer required: 2022-06-01 10:14:50.801 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:14:50.801 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:14:50.801 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:14:50.801 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:14:50.801 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:14:50.801 | python3-zope.interface 2022-06-01 10:14:50.801 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:14:50.916 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:14:50.921 | + functions-common:apt_get:1127 : result=0 2022-06-01 10:14:50.923 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:14:50.925 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:50.928 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:50.930 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:50.932 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:50.934 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:50.937 | + functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:14:50.939 | + functions-common:time_stop:2329 : start_time=1654078490182 2022-06-01 10:14:50.941 | + functions-common:time_stop:2331 : [[ -z 1654078490182 ]] 2022-06-01 10:14:50.944 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:50.948 | + functions-common:time_stop:2334 : end_time=1654078490946 2022-06-01 10:14:50.950 | + functions-common:time_stop:2335 : elapsed_time=764 2022-06-01 10:14:50.953 | + functions-common:time_stop:2336 : total=2331 2022-06-01 10:14:50.955 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:50.957 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=3095 2022-06-01 10:14:50.959 | + functions-common:apt_get:1131 : return 0 2022-06-01 10:14:50.962 | + ./stack.sh:main:807 : '[' -n mysql ']' 2022-06-01 10:14:50.964 | + ./stack.sh:main:808 : install_database_python 2022-06-01 10:14:50.966 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-06-01 10:14:50.969 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-06-01 10:14:50.972 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-01 10:14:50.974 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-01 10:14:50.977 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-01 10:14:50.979 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-06-01 10:14:50.982 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-01 10:14:50.985 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-01 10:14:50.986 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-01 10:14:50.991 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-06-01 10:14:50.993 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-06-01 10:14:50.995 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-06-01 10:14:50.998 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-01 10:14:51.001 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-01 10:14:51.022 | Using python 3.8 to install PyMySQL 2022-06-01 10:14:51.025 | + 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-01 10:14:52.821 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:14:52.821 | 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-01 10:14:52.825 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:52.826 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:52.828 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:14:52.829 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:52.829 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:52.829 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:52.830 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:14:52.830 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:14:52.845 | 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-01 10:14:55.102 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:14:55.102 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:14:55.176 | + inc/python:pip_install:200 : result=0 2022-06-01 10:14:55.178 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:14:55.181 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:55.183 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:55.186 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:55.188 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:55.191 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:55.193 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:14:55.195 | + functions-common:time_stop:2329 : start_time=1654078491017 2022-06-01 10:14:55.198 | + functions-common:time_stop:2331 : [[ -z 1654078491017 ]] 2022-06-01 10:14:55.201 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:55.205 | + functions-common:time_stop:2334 : end_time=1654078495202 2022-06-01 10:14:55.207 | + functions-common:time_stop:2335 : elapsed_time=4185 2022-06-01 10:14:55.210 | + functions-common:time_stop:2336 : total=24819 2022-06-01 10:14:55.212 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:55.214 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=29004 2022-06-01 10:14:55.216 | + inc/python:pip_install:203 : return 0 2022-06-01 10:14:55.219 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-01 10:14:55.221 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-01 10:14:55.223 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-01 10:14:55.226 | + ./stack.sh:main:811 : is_service_enabled neutron 2022-06-01 10:14:55.242 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:55.245 | + ./stack.sh:main:812 : install_neutron_agent_packages 2022-06-01 10:14:55.247 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-06-01 10:14:55.251 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-01 10:14:55.251 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-06-01 10:14:55.256 | + 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-01 10:14:55.259 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-01 10:14:55.261 | + 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-01 10:14:55.264 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-06-01 10:14:55.266 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-06-01 10:14:55.268 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2022-06-01 10:14:55.284 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:55.286 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2022-06-01 10:14:55.289 | + functions-common:install_package:1356 : update_package_repo 2022-06-01 10:14:55.291 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:14:55.293 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-01 10:14:55.296 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:14:55.298 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:14:55.301 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:14:55.303 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:55.305 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:55.308 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:14:55.310 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-01 10:14:55.313 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-01 10:14:55.315 | + functions-common:apt_get_update:1083 : return 2022-06-01 10:14:55.317 | + functions-common:install_package:1357 : real_install_package radvd 2022-06-01 10:14:55.320 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:14:55.322 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:55.324 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:55.327 | + functions-common:real_install_package:1343 : apt_get install radvd 2022-06-01 10:14:55.347 | + 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-01 10:14:55.467 | Reading package lists... 2022-06-01 10:14:55.721 | Building dependency tree... 2022-06-01 10:14:55.723 | Reading state information... 2022-06-01 10:14:55.978 | radvd is already the newest version (1:2.17-2). 2022-06-01 10:14:55.979 | The following packages were automatically installed and are no longer required: 2022-06-01 10:14:55.980 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:14:55.980 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:14:55.980 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:14:55.980 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:14:55.980 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:14:55.980 | python3-zope.interface 2022-06-01 10:14:55.980 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:14:56.094 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:14:56.098 | + functions-common:apt_get:1127 : result=0 2022-06-01 10:14:56.100 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:14:56.103 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:56.105 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:56.107 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:56.110 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:56.112 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:56.114 | + functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:14:56.116 | + functions-common:time_stop:2329 : start_time=1654078495344 2022-06-01 10:14:56.118 | + functions-common:time_stop:2331 : [[ -z 1654078495344 ]] 2022-06-01 10:14:56.121 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:56.126 | + functions-common:time_stop:2334 : end_time=1654078496124 2022-06-01 10:14:56.128 | + functions-common:time_stop:2335 : elapsed_time=780 2022-06-01 10:14:56.130 | + functions-common:time_stop:2336 : total=3095 2022-06-01 10:14:56.133 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:56.135 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=3875 2022-06-01 10:14:56.137 | + functions-common:apt_get:1131 : return 0 2022-06-01 10:14:56.140 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2022-06-01 10:14:56.156 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:56.158 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2022-06-01 10:14:56.161 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-01 10:14:56.163 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-06-01 10:14:56.183 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-06-01 10:14:56.186 | + functions-common:install_package:1356 : update_package_repo 2022-06-01 10:14:56.189 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:14:56.191 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-01 10:14:56.193 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:14:56.196 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:14:56.198 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:14:56.200 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:56.202 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:56.205 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:14:56.207 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-01 10:14:56.209 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-01 10:14:56.211 | + functions-common:apt_get_update:1083 : return 2022-06-01 10:14:56.213 | + functions-common:install_package:1357 : real_install_package fakeroot make openvswitch-switch 2022-06-01 10:14:56.216 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:14:56.218 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:56.220 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:56.223 | + functions-common:real_install_package:1343 : apt_get install fakeroot make openvswitch-switch 2022-06-01 10:14:56.243 | + 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-01 10:14:56.353 | Reading package lists... 2022-06-01 10:14:56.603 | Building dependency tree... 2022-06-01 10:14:56.605 | Reading state information... 2022-06-01 10:14:56.869 | fakeroot is already the newest version (1.24-1). 2022-06-01 10:14:56.869 | make is already the newest version (4.2.1-1.2). 2022-06-01 10:14:56.869 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-01 10:14:56.869 | The following packages were automatically installed and are no longer required: 2022-06-01 10:14:56.870 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:14:56.870 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:14:56.870 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:14:56.870 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:14:56.870 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:14:56.870 | python3-zope.interface 2022-06-01 10:14:56.870 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:14:56.987 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:14:56.991 | + functions-common:apt_get:1127 : result=0 2022-06-01 10:14:56.993 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:14:56.995 | + functions-common:time_stop:2322 : local name 2022-06-01 10:14:56.997 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:14:57.000 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:14:57.002 | + functions-common:time_stop:2325 : local total 2022-06-01 10:14:57.004 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:14:57.006 | + functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:14:57.008 | + functions-common:time_stop:2329 : start_time=1654078496241 2022-06-01 10:14:57.010 | + functions-common:time_stop:2331 : [[ -z 1654078496241 ]] 2022-06-01 10:14:57.013 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:14:57.017 | + functions-common:time_stop:2334 : end_time=1654078497015 2022-06-01 10:14:57.019 | + functions-common:time_stop:2335 : elapsed_time=774 2022-06-01 10:14:57.021 | + functions-common:time_stop:2336 : total=3875 2022-06-01 10:14:57.023 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:14:57.026 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=4649 2022-06-01 10:14:57.028 | + functions-common:apt_get:1131 : return 0 2022-06-01 10:14:57.031 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-06-01 10:14:57.033 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:14:57.035 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:14:57.038 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-01 10:14:57.040 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-06-01 10:14:57.043 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-06-01 10:14:57.048 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-06-01 10:14:57.050 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-06-01 10:14:57.053 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-06-01 10:14:57.054 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-06-01 10:14:57.059 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-06-01 10:14:57.061 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-06-01 10:14:57.064 | + functions:vercmp:652 : local v1=5.4 2022-06-01 10:14:57.066 | + functions:vercmp:653 : local 'op=<' 2022-06-01 10:14:57.068 | + functions:vercmp:654 : local v2=3.13 2022-06-01 10:14:57.070 | + functions:vercmp:655 : local result 2022-06-01 10:14:57.074 | ++ functions:vercmp:659 : echo -e '5.4\n3.13' 2022-06-01 10:14:57.074 | ++ functions:vercmp:659 : head -1 2022-06-01 10:14:57.074 | ++ functions:vercmp:659 : sort -V 2022-06-01 10:14:57.079 | + functions:vercmp:659 : result=3.13 2022-06-01 10:14:57.081 | + functions:vercmp:661 : case $op in 2022-06-01 10:14:57.084 | + functions:vercmp:671 : '[' 5.4 '!=' 3.13 ']' 2022-06-01 10:14:57.086 | + functions:vercmp:671 : '[' 3.13 = 5.4 ']' 2022-06-01 10:14:57.088 | + functions:vercmp:672 : return 2022-06-01 10:14:57.091 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-06-01 10:14:57.094 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-01 10:14:57.097 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart openvswitch-switch 2022-06-01 10:14:57.578 | + ./stack.sh:main:815 : is_service_enabled etcd3 2022-06-01 10:14:57.597 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:14:57.600 | + ./stack.sh:main:816 : install_etcd3 2022-06-01 10:14:57.602 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-01 10:14:57.602 | Installing etcd 2022-06-01 10:14:57.604 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-01 10:14:57.618 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-01 10:14:57.629 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-01 10:14:57.632 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-01 10:14:57.645 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-01 10:14:57.648 | ++ 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-01 10:14:57.655 | ++ 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-01 10:14:57.658 | +++ 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-01 10:14:57.662 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-01 10:14:57.665 | ++ 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-01 10:14:57.667 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-01 10:14:57.670 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-01 10:14:57.672 | ++ functions:get_extra_file:73 : return 2022-06-01 10:14:57.675 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-01 10:14:57.677 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-01 10:14:57.679 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-01 10:14:57.682 | + ./stack.sh:main:825 : is_service_enabled tls-proxy 2022-06-01 10:14:57.698 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:14:57.700 | + ./stack.sh:main:835 : install_dstat 2022-06-01 10:14:57.703 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-01 10:14:57.720 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:14:57.722 | + ./stack.sh:main:841 : echo_summary 'Installing OpenStack project source' 2022-06-01 10:14:57.725 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-01 10:14:57.727 | + ./stack.sh:echo_summary:421 : echo -e Installing OpenStack project source 2022-06-01 10:14:57.730 | + ./stack.sh:main:844 : install_libs 2022-06-01 10:14:57.732 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2022-06-01 10:14:57.734 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2022-06-01 10:14:57.737 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2022-06-01 10:14:57.739 | + inc/python:use_library_from_git:250 : local name=automaton 2022-06-01 10:14:57.741 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.743 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.746 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-06-01 10:14:57.748 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.750 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2022-06-01 10:14:57.752 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2022-06-01 10:14:57.755 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2022-06-01 10:14:57.757 | + inc/python:use_library_from_git:250 : local name=castellan 2022-06-01 10:14:57.759 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.761 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.764 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-06-01 10:14:57.766 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.769 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2022-06-01 10:14:57.771 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2022-06-01 10:14:57.773 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2022-06-01 10:14:57.775 | + inc/python:use_library_from_git:250 : local name=cliff 2022-06-01 10:14:57.778 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.781 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.783 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-06-01 10:14:57.785 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.787 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2022-06-01 10:14:57.790 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2022-06-01 10:14:57.792 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2022-06-01 10:14:57.794 | + inc/python:use_library_from_git:250 : local name=cursive 2022-06-01 10:14:57.796 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.799 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.801 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-06-01 10:14:57.803 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.806 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2022-06-01 10:14:57.808 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2022-06-01 10:14:57.811 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2022-06-01 10:14:57.813 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-06-01 10:14:57.815 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.818 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.820 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-06-01 10:14:57.822 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.824 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2022-06-01 10:14:57.827 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2022-06-01 10:14:57.830 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2022-06-01 10:14:57.832 | + inc/python:use_library_from_git:250 : local name=futurist 2022-06-01 10:14:57.834 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.836 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.838 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-06-01 10:14:57.841 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.843 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2022-06-01 10:14:57.846 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2022-06-01 10:14:57.848 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2022-06-01 10:14:57.850 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-06-01 10:14:57.852 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.854 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.857 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-06-01 10:14:57.859 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.861 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2022-06-01 10:14:57.863 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2022-06-01 10:14:57.866 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2022-06-01 10:14:57.868 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-06-01 10:14:57.870 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.873 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.875 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-06-01 10:14:57.878 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.880 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2022-06-01 10:14:57.882 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2022-06-01 10:14:57.885 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2022-06-01 10:14:57.887 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-06-01 10:14:57.890 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.892 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.894 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-06-01 10:14:57.896 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.899 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2022-06-01 10:14:57.901 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2022-06-01 10:14:57.903 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2022-06-01 10:14:57.906 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-06-01 10:14:57.908 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.910 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.912 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-06-01 10:14:57.914 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.917 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2022-06-01 10:14:57.919 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2022-06-01 10:14:57.921 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2022-06-01 10:14:57.924 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-06-01 10:14:57.926 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.928 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.931 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-06-01 10:14:57.933 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.936 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2022-06-01 10:14:57.938 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2022-06-01 10:14:57.940 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2022-06-01 10:14:57.943 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-06-01 10:14:57.945 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.947 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.949 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-01 10:14:57.952 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.955 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2022-06-01 10:14:57.957 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2022-06-01 10:14:57.960 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2022-06-01 10:14:57.962 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-06-01 10:14:57.964 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.966 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.969 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-06-01 10:14:57.971 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.973 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2022-06-01 10:14:57.976 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2022-06-01 10:14:57.978 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2022-06-01 10:14:57.980 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-06-01 10:14:57.983 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:57.985 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:57.987 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-06-01 10:14:57.989 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:57.992 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2022-06-01 10:14:57.994 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2022-06-01 10:14:57.996 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2022-06-01 10:14:57.999 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-06-01 10:14:58.001 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.004 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.007 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-06-01 10:14:58.009 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.011 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2022-06-01 10:14:58.014 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2022-06-01 10:14:58.017 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2022-06-01 10:14:58.019 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-06-01 10:14:58.021 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.024 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.026 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-01 10:14:58.028 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.031 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2022-06-01 10:14:58.033 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2022-06-01 10:14:58.035 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2022-06-01 10:14:58.038 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-06-01 10:14:58.040 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.042 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.044 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-06-01 10:14:58.047 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.049 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2022-06-01 10:14:58.052 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2022-06-01 10:14:58.054 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2022-06-01 10:14:58.057 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-06-01 10:14:58.059 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.062 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.064 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-01 10:14:58.067 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.069 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2022-06-01 10:14:58.071 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2022-06-01 10:14:58.074 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2022-06-01 10:14:58.077 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-06-01 10:14:58.079 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.082 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.084 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-01 10:14:58.086 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.089 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2022-06-01 10:14:58.091 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2022-06-01 10:14:58.094 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2022-06-01 10:14:58.097 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-06-01 10:14:58.099 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.101 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.103 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-06-01 10:14:58.106 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.108 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2022-06-01 10:14:58.111 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2022-06-01 10:14:58.113 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2022-06-01 10:14:58.115 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-06-01 10:14:58.117 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.120 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.122 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-01 10:14:58.125 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.127 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2022-06-01 10:14:58.130 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2022-06-01 10:14:58.132 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2022-06-01 10:14:58.134 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-06-01 10:14:58.137 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.139 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.142 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-06-01 10:14:58.144 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.146 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2022-06-01 10:14:58.149 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2022-06-01 10:14:58.151 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2022-06-01 10:14:58.153 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-06-01 10:14:58.156 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.158 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.160 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-01 10:14:58.163 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.165 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2022-06-01 10:14:58.167 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2022-06-01 10:14:58.170 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2022-06-01 10:14:58.173 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-06-01 10:14:58.175 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.177 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.180 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-01 10:14:58.182 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.184 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2022-06-01 10:14:58.187 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2022-06-01 10:14:58.190 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2022-06-01 10:14:58.192 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-06-01 10:14:58.194 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.197 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.199 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-06-01 10:14:58.201 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.204 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2022-06-01 10:14:58.206 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2022-06-01 10:14:58.208 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2022-06-01 10:14:58.210 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-06-01 10:14:58.213 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.215 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.217 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-06-01 10:14:58.220 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.222 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2022-06-01 10:14:58.224 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2022-06-01 10:14:58.226 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2022-06-01 10:14:58.229 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-06-01 10:14:58.231 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.234 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.236 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-01 10:14:58.239 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.241 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2022-06-01 10:14:58.243 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2022-06-01 10:14:58.246 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2022-06-01 10:14:58.249 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-06-01 10:14:58.251 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.253 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.255 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-01 10:14:58.258 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.260 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2022-06-01 10:14:58.262 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2022-06-01 10:14:58.265 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2022-06-01 10:14:58.267 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-06-01 10:14:58.269 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.272 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.274 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-06-01 10:14:58.276 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.278 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2022-06-01 10:14:58.281 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2022-06-01 10:14:58.283 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2022-06-01 10:14:58.285 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-06-01 10:14:58.288 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.290 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.292 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-06-01 10:14:58.296 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.298 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2022-06-01 10:14:58.300 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2022-06-01 10:14:58.303 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2022-06-01 10:14:58.305 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-06-01 10:14:58.308 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.310 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.313 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-06-01 10:14:58.316 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.318 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2022-06-01 10:14:58.320 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2022-06-01 10:14:58.323 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2022-06-01 10:14:58.325 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-06-01 10:14:58.327 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.330 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.332 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-06-01 10:14:58.334 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.337 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2022-06-01 10:14:58.339 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2022-06-01 10:14:58.341 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2022-06-01 10:14:58.344 | + inc/python:use_library_from_git:250 : local name=tooz 2022-06-01 10:14:58.346 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.348 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.350 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-06-01 10:14:58.353 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.355 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2022-06-01 10:14:58.358 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2022-06-01 10:14:58.360 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2022-06-01 10:14:58.363 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-06-01 10:14:58.365 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.367 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.369 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-06-01 10:14:58.372 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.375 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2022-06-01 10:14:58.377 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2022-06-01 10:14:58.379 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2022-06-01 10:14:58.382 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-06-01 10:14:58.384 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.386 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.389 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-06-01 10:14:58.391 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.393 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2022-06-01 10:14:58.396 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2022-06-01 10:14:58.398 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2022-06-01 10:14:58.400 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-06-01 10:14:58.403 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:14:58.405 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:14:58.407 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-01 10:14:58.410 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:14:58.412 | + lib/libraries:install_libs:135 : pip_install etcd3 2022-06-01 10:14:58.433 | Using python 3.8 to install etcd3 2022-06-01 10:14:58.436 | + 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-01 10:15:00.229 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:15:00.230 | 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-01 10:15:00.234 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:00.235 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:00.236 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:15:00.238 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:00.238 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:00.238 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:00.239 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:00.239 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:00.254 | 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-01 10:15:00.264 | 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-01 10:15:00.288 | 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-01 10:15:00.293 | 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-01 10:15:00.297 | 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-01 10:15:00.312 | 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-01 10:15:02.493 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:15:02.493 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:15:02.573 | + inc/python:pip_install:200 : result=0 2022-06-01 10:15:02.575 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:15:02.578 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:02.580 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:02.582 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:02.584 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:02.586 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:02.588 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:15:02.591 | + functions-common:time_stop:2329 : start_time=1654078498427 2022-06-01 10:15:02.593 | + functions-common:time_stop:2331 : [[ -z 1654078498427 ]] 2022-06-01 10:15:02.596 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:02.600 | + functions-common:time_stop:2334 : end_time=1654078502598 2022-06-01 10:15:02.602 | + functions-common:time_stop:2335 : elapsed_time=4171 2022-06-01 10:15:02.604 | + functions-common:time_stop:2336 : total=29004 2022-06-01 10:15:02.606 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:02.609 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=33175 2022-06-01 10:15:02.611 | + inc/python:pip_install:203 : return 0 2022-06-01 10:15:02.614 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2022-06-01 10:15:02.634 | Using python 3.8 to install etcd3gw 2022-06-01 10:15:02.637 | + 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-01 10:15:04.461 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:15:04.461 | 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-01 10:15:04.466 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:04.466 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:04.468 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:15:04.469 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:04.469 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:04.470 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:04.470 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:04.470 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:04.485 | 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-01 10:15:04.512 | 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-01 10:15:04.518 | 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-01 10:15:04.521 | 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-01 10:15:04.543 | 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-01 10:15:04.547 | 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-01 10:15:04.567 | 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-01 10:15:04.570 | 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-01 10:15:04.574 | 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-01 10:15:06.823 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:15:06.823 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:15:06.896 | + inc/python:pip_install:200 : result=0 2022-06-01 10:15:06.898 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:15:06.900 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:06.902 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:06.906 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:06.908 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:06.910 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:06.912 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:15:06.914 | + functions-common:time_stop:2329 : start_time=1654078502629 2022-06-01 10:15:06.916 | + functions-common:time_stop:2331 : [[ -z 1654078502629 ]] 2022-06-01 10:15:06.919 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:06.924 | + functions-common:time_stop:2334 : end_time=1654078506921 2022-06-01 10:15:06.926 | + functions-common:time_stop:2335 : elapsed_time=4292 2022-06-01 10:15:06.928 | + functions-common:time_stop:2336 : total=33175 2022-06-01 10:15:06.930 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:06.933 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=37467 2022-06-01 10:15:06.935 | + inc/python:pip_install:203 : return 0 2022-06-01 10:15:06.938 | + ./stack.sh:main:847 : install_apache_uwsgi 2022-06-01 10:15:06.940 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-06-01 10:15:06.942 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-06-01 10:15:06.945 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-01 10:15:06.947 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-01 10:15:06.949 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-01 10:15:06.952 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-01 10:15:06.955 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-01 10:15:06.957 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-01 10:15:06.959 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-01 10:15:06.962 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-01 10:15:06.964 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-06-01 10:15:06.966 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-06-01 10:15:06.969 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:06.971 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:06.973 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-01 10:15:06.976 | + lib/apache:install_apache_uwsgi:96 : [[ focal == \b\i\o\n\i\c ]] 2022-06-01 10:15:06.978 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-01 10:15:06.980 | + functions-common:install_package:1356 : update_package_repo 2022-06-01 10:15:06.984 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:15:06.986 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-01 10:15:06.988 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:15:06.990 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:15:06.993 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:15:06.995 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:06.998 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:07.000 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:15:07.002 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-01 10:15:07.004 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-01 10:15:07.007 | + functions-common:apt_get_update:1083 : return 2022-06-01 10:15:07.009 | + functions-common:install_package:1357 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-01 10:15:07.011 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:15:07.014 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:07.016 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:07.019 | + functions-common:real_install_package:1343 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-01 10:15:07.040 | + 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-01 10:15:07.163 | Reading package lists... 2022-06-01 10:15:07.409 | Building dependency tree... 2022-06-01 10:15:07.410 | Reading state information... 2022-06-01 10:15:07.682 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-01 10:15:07.683 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-01 10:15:07.683 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-01 10:15:07.683 | The following packages were automatically installed and are no longer required: 2022-06-01 10:15:07.684 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:15:07.684 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:15:07.684 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:15:07.684 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:15:07.684 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:15:07.684 | python3-zope.interface 2022-06-01 10:15:07.684 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:15:07.798 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:15:07.803 | + functions-common:apt_get:1127 : result=0 2022-06-01 10:15:07.805 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:15:07.808 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:07.810 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:07.813 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:07.815 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:07.817 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:07.819 | + functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:15:07.821 | + functions-common:time_stop:2329 : start_time=1654078507037 2022-06-01 10:15:07.823 | + functions-common:time_stop:2331 : [[ -z 1654078507037 ]] 2022-06-01 10:15:07.826 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:07.831 | + functions-common:time_stop:2334 : end_time=1654078507829 2022-06-01 10:15:07.833 | + functions-common:time_stop:2335 : elapsed_time=792 2022-06-01 10:15:07.835 | + functions-common:time_stop:2336 : total=4649 2022-06-01 10:15:07.837 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:07.839 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=5441 2022-06-01 10:15:07.842 | + functions-common:apt_get:1131 : return 0 2022-06-01 10:15:07.844 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2022-06-01 10:15:07.846 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:07.849 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:07.851 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2022-06-01 10:15:07.914 | Module proxy already enabled 2022-06-01 10:15:07.918 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2022-06-01 10:15:07.980 | Considering dependency proxy for proxy_uwsgi: 2022-06-01 10:15:07.980 | Module proxy already enabled 2022-06-01 10:15:07.980 | Module proxy_uwsgi already enabled 2022-06-01 10:15:07.985 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2022-06-01 10:15:07.987 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-01 10:15:07.989 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-01 10:15:07.992 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-01 10:15:08.129 | + ./stack.sh:main:850 : install_keystoneauth 2022-06-01 10:15:08.131 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2022-06-01 10:15:08.134 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-06-01 10:15:08.136 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.138 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.141 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-06-01 10:15:08.143 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.146 | + ./stack.sh:main:851 : install_keystoneclient 2022-06-01 10:15:08.148 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2022-06-01 10:15:08.151 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-06-01 10:15:08.153 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.155 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.158 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-06-01 10:15:08.160 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.163 | + ./stack.sh:main:852 : install_glanceclient 2022-06-01 10:15:08.165 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2022-06-01 10:15:08.167 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-06-01 10:15:08.170 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.173 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.175 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-06-01 10:15:08.178 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.180 | + ./stack.sh:main:853 : install_cinderclient 2022-06-01 10:15:08.183 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2022-06-01 10:15:08.186 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-06-01 10:15:08.189 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.191 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.193 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-06-01 10:15:08.196 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.198 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2022-06-01 10:15:08.201 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-06-01 10:15:08.203 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.206 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.208 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-06-01 10:15:08.211 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.213 | + ./stack.sh:main:854 : install_novaclient 2022-06-01 10:15:08.216 | + lib/nova:install_novaclient:791 : use_library_from_git python-novaclient 2022-06-01 10:15:08.218 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-06-01 10:15:08.220 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.223 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.225 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-06-01 10:15:08.228 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.230 | + ./stack.sh:main:855 : is_service_enabled swift glance horizon 2022-06-01 10:15:08.247 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:08.250 | + ./stack.sh:main:856 : install_swiftclient 2022-06-01 10:15:08.252 | + lib/swift:install_swiftclient:753 : use_library_from_git python-swiftclient 2022-06-01 10:15:08.255 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-06-01 10:15:08.257 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.259 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.262 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-06-01 10:15:08.264 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.267 | + ./stack.sh:main:858 : is_service_enabled neutron nova horizon 2022-06-01 10:15:08.284 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:08.286 | + ./stack.sh:main:859 : install_neutronclient 2022-06-01 10:15:08.288 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-06-01 10:15:08.291 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-06-01 10:15:08.293 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.296 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.299 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-06-01 10:15:08.301 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.304 | + ./stack.sh:main:863 : install_keystonemiddleware 2022-06-01 10:15:08.306 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2022-06-01 10:15:08.309 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-06-01 10:15:08.311 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:08.314 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:08.316 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-06-01 10:15:08.318 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:08.321 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2022-06-01 10:15:08.323 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-01 10:15:08.326 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-01 10:15:08.329 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-01 10:15:08.331 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-06-01 10:15:08.334 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-01 10:15:08.337 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-01 10:15:08.337 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-01 10:15:08.343 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-06-01 10:15:08.345 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-06-01 10:15:08.347 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-06-01 10:15:08.350 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-01 10:15:08.353 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-01 10:15:08.374 | Using python 3.8 to install keystonemiddleware 2022-06-01 10:15:08.376 | + 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-01 10:15:10.173 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:15:10.173 | 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-01 10:15:10.177 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:10.178 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:10.180 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:15:10.181 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:10.182 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:10.182 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:10.182 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:10.183 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:10.198 | 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-01 10:15:10.269 | 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-01 10:15:10.304 | 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-01 10:15:10.320 | 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-01 10:15:10.327 | 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-01 10:15:10.333 | 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-01 10:15:10.373 | 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-01 10:15:10.382 | 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-01 10:15:10.400 | 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-01 10:15:10.406 | 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-01 10:15:10.410 | 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-01 10:15:10.421 | 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-01 10:15:10.423 | 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-01 10:15:10.426 | 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-01 10:15:10.432 | 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-01 10:15:10.451 | 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-01 10:15:10.455 | 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-01 10:15:10.475 | 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-01 10:15:10.480 | 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-01 10:15:10.484 | 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-01 10:15:10.491 | 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-01 10:15:10.511 | 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-01 10:15:10.525 | 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-01 10:15:10.589 | 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-01 10:15:10.596 | 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-01 10:15:10.601 | 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-01 10:15:10.609 | 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-01 10:15:10.612 | 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-01 10:15:10.615 | 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-01 10:15:10.618 | 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-01 10:15:10.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-01 10:15:10.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-01 10:15:10.628 | 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-01 10:15:10.631 | 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-01 10:15:10.635 | 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-01 10:15:10.639 | 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-01 10:15:12.636 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:15:12.636 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:15:12.710 | + inc/python:pip_install:200 : result=0 2022-06-01 10:15:12.713 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:15:12.715 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:12.718 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:12.720 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:12.724 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:12.726 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:12.728 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:15:12.730 | + functions-common:time_stop:2329 : start_time=1654078508368 2022-06-01 10:15:12.733 | + functions-common:time_stop:2331 : [[ -z 1654078508368 ]] 2022-06-01 10:15:12.736 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:12.740 | + functions-common:time_stop:2334 : end_time=1654078512738 2022-06-01 10:15:12.742 | + functions-common:time_stop:2335 : elapsed_time=4370 2022-06-01 10:15:12.744 | + functions-common:time_stop:2336 : total=37467 2022-06-01 10:15:12.746 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:12.749 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=41837 2022-06-01 10:15:12.752 | + inc/python:pip_install:203 : return 0 2022-06-01 10:15:12.754 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2022-06-01 10:15:12.756 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-01 10:15:12.759 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-01 10:15:12.762 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-01 10:15:12.764 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-06-01 10:15:12.767 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-01 10:15:12.771 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-01 10:15:12.771 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-01 10:15:12.776 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-06-01 10:15:12.779 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-06-01 10:15:12.782 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-06-01 10:15:12.785 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-01 10:15:12.787 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-01 10:15:12.810 | Using python 3.8 to install python-memcached 2022-06-01 10:15:12.812 | + 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-01 10:15:14.619 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:15:14.619 | 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-01 10:15:14.625 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:14.626 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:14.627 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:15:14.629 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:14.629 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:14.629 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:14.630 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:14.630 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:14.646 | 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-01 10:15:14.650 | 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-01 10:15:16.936 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:15:16.936 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:15:17.009 | + inc/python:pip_install:200 : result=0 2022-06-01 10:15:17.011 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:15:17.014 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:17.016 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:17.018 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:17.021 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:17.023 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:17.025 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:15:17.027 | + functions-common:time_stop:2329 : start_time=1654078512804 2022-06-01 10:15:17.030 | + functions-common:time_stop:2331 : [[ -z 1654078512804 ]] 2022-06-01 10:15:17.033 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:17.037 | + functions-common:time_stop:2334 : end_time=1654078517035 2022-06-01 10:15:17.040 | + functions-common:time_stop:2335 : elapsed_time=4231 2022-06-01 10:15:17.042 | + functions-common:time_stop:2336 : total=41837 2022-06-01 10:15:17.044 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:17.046 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=46068 2022-06-01 10:15:17.049 | + inc/python:pip_install:203 : return 0 2022-06-01 10:15:17.051 | + ./stack.sh:main:865 : is_service_enabled keystone 2022-06-01 10:15:17.068 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:17.070 | + ./stack.sh:main:866 : '[' 10.222.0.67 == 10.222.0.67 ']' 2022-06-01 10:15:17.072 | + ./stack.sh:main:867 : stack_install_service keystone 2022-06-01 10:15:17.075 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-01 10:15:17.078 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-01 10:15:17.080 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-01 10:15:17.082 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-01 10:15:17.085 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2022-06-01 10:15:17.100 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:17.102 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/victoria 2022-06-01 10:15:17.105 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-01 10:15:17.107 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2022-06-01 10:15:17.109 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-01 10:15:17.111 | + functions-common:git_clone:528 : local orig_dir 2022-06-01 10:15:17.114 | ++ functions-common:git_clone:529 : pwd 2022-06-01 10:15:17.116 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:15:17.118 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:15:17.121 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:15:17.136 | + functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:15:17.138 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:15:17.140 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:15:17.143 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-01 10:15:17.143 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:15:17.148 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2022-06-01 10:15:17.150 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:15:17.153 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-01 10:15:17.166 | + functions-common:git_clone:606 : cd /opt/stack/keystone 2022-06-01 10:15:17.169 | + functions-common:git_clone:607 : git show --oneline 2022-06-01 10:15:17.169 | + functions-common:git_clone:607 : head -1 2022-06-01 10:15:17.172 | 67584ec84 Merge "Fix typos in application credential policies" into stable/victoria 2022-06-01 10:15:17.175 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:15:17.177 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2022-06-01 10:15:17.179 | + inc/python:setup_develop:338 : local bindep 2022-06-01 10:15:17.182 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-01 10:15:17.184 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-06-01 10:15:17.187 | + inc/python:setup_develop:344 : local extras= 2022-06-01 10:15:17.189 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-01 10:15:17.192 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-01 10:15:17.194 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-01 10:15:17.196 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-06-01 10:15:17.199 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-01 10:15:17.201 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-01 10:15:17.204 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-06-01 10:15:17.207 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-01 10:15:17.210 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-06-01 10:15:17.213 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-01 10:15:17.216 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-01 10:15:17.219 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-01 10:15:17.225 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2022-06-01 10:15:17.228 | + 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-01 10:15:17.830 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2022-06-01 10:15:17.832 | + inc/python:setup_package:417 : local bindep=0 2022-06-01 10:15:17.834 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-01 10:15:17.836 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-01 10:15:17.838 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-01 10:15:17.841 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2022-06-01 10:15:17.843 | + inc/python:setup_package:426 : local flags=-e 2022-06-01 10:15:17.845 | + inc/python:setup_package:427 : local extras= 2022-06-01 10:15:17.847 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-01 10:15:17.850 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-01 10:15:17.852 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-01 10:15:17.854 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-01 10:15:17.856 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-01 10:15:17.859 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2022-06-01 10:15:17.879 | Using python 3.8 to install /opt/stack/keystone 2022-06-01 10:15:17.881 | + 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-01 10:15:19.696 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:15:19.697 | 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-01 10:15:19.702 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:19.702 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:19.704 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:15:19.705 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:19.705 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:19.706 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:19.706 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:19.706 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:19.720 | Obtaining file:///opt/stack/keystone 2022-06-01 10:15:21.308 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-01 10:15:22.886 | 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-01 10:15:22.915 | 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-01 10:15:22.926 | 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-01 10:15:22.933 | 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-01 10:15:22.937 | 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-01 10:15:22.944 | 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-01 10:15:22.965 | 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-01 10:15:22.979 | 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-01 10:15:22.995 | 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-01 10:15:23.000 | 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-01 10:15:23.010 | 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-01 10:15:23.013 | 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-01 10:15:23.017 | 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-01 10:15:23.057 | 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-01 10:15:23.063 | 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-01 10:15:23.067 | 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-01 10:15:23.079 | 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-01 10:15:23.134 | 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-01 10:15:23.138 | 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-01 10:15:23.144 | 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-01 10:15:23.179 | 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-01 10:15:23.195 | 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-01 10:15:23.202 | 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-01 10:15:23.249 | 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-01 10:15:23.256 | 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-01 10:15:23.295 | 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-01 10:15:23.350 | 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-01 10:15:23.369 | 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-01 10:15:23.387 | 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-01 10:15:23.396 | 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-01 10:15:23.420 | 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-01 10:15:23.428 | 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-01 10:15:23.446 | 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-01 10:15:23.492 | 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-01 10:15:23.499 | 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-01 10:15:23.512 | 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-01 10:15:23.516 | 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-01 10:15:23.519 | 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-01 10:15:23.529 | 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-01 10:15:23.532 | 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-01 10:15:23.535 | 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-01 10:15:23.538 | 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-01 10:15:23.554 | 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-01 10:15:23.559 | 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-01 10:15:23.579 | 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-01 10:15:23.583 | 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-01 10:15:23.604 | 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-01 10:15:23.608 | 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-01 10:15:23.612 | 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-01 10:15:23.615 | 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-01 10:15:23.626 | 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-01 10:15:23.630 | 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-01 10:15:23.632 | 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-01 10:15:23.640 | 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-01 10:15:23.649 | 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-01 10:15:23.655 | 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-01 10:15:23.673 | 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-01 10:15:23.676 | 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-01 10:15:23.683 | 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-01 10:15:23.705 | 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-01 10:15:23.708 | 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-01 10:15:23.711 | 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-01 10:15:23.775 | 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-01 10:15:23.783 | 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-01 10:15:23.788 | 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-01 10:15:23.791 | 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-01 10:15:23.800 | 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-01 10:15:23.805 | 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-01 10:15:23.812 | 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-01 10:15:23.815 | 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-01 10:15:23.855 | 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-01 10:15:23.863 | 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-01 10:15:23.874 | 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-01 10:15:23.877 | 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-01 10:15:23.888 | 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-01 10:15:23.897 | 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-01 10:15:23.905 | 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-01 10:15:23.913 | 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-01 10:15:23.916 | 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-01 10:15:23.920 | 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-01 10:15:23.933 | 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-01 10:15:23.939 | 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-01 10:15:23.942 | 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-01 10:15:23.946 | 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-01 10:15:23.949 | 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-01 10:15:23.952 | 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-01 10:15:23.954 | 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-01 10:15:23.957 | 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-01 10:15:23.959 | 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-01 10:15:23.962 | 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-01 10:15:23.967 | 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-01 10:15:23.970 | 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-01 10:15:23.977 | 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-01 10:15:23.980 | 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-01 10:15:23.984 | 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-01 10:15:23.989 | 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-01 10:15:23.992 | 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-01 10:15:24.001 | 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-01 10:15:25.392 | Installing collected packages: keystone 2022-06-01 10:15:25.393 | Attempting uninstall: keystone 2022-06-01 10:15:25.394 | Found existing installation: keystone 18.1.0 2022-06-01 10:15:25.397 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-06-01 10:15:25.399 | Running setup.py develop for keystone 2022-06-01 10:15:27.313 | Successfully installed keystone 2022-06-01 10:15:27.461 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:15:27.461 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:15:27.548 | + inc/python:pip_install:200 : result=0 2022-06-01 10:15:27.550 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:15:27.553 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:27.555 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:27.557 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:27.559 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:27.561 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:27.563 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:15:27.565 | + functions-common:time_stop:2329 : start_time=1654078517874 2022-06-01 10:15:27.567 | + functions-common:time_stop:2331 : [[ -z 1654078517874 ]] 2022-06-01 10:15:27.570 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:27.574 | + functions-common:time_stop:2334 : end_time=1654078527572 2022-06-01 10:15:27.577 | + functions-common:time_stop:2335 : elapsed_time=9698 2022-06-01 10:15:27.579 | + functions-common:time_stop:2336 : total=46068 2022-06-01 10:15:27.581 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:27.583 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=55766 2022-06-01 10:15:27.585 | + inc/python:pip_install:203 : return 0 2022-06-01 10:15:27.587 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-01 10:15:27.590 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-01 10:15:27.593 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-01 10:15:27.612 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-01 10:15:27.624 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2022-06-01 10:15:27.626 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-06-01 10:15:27.629 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:27.631 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:27.633 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-06-01 10:15:27.636 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:27.639 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2022-06-01 10:15:27.657 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:27.660 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2022-06-01 10:15:27.662 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-01 10:15:27.664 | + ./stack.sh:main:868 : configure_keystone 2022-06-01 10:15:27.667 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2022-06-01 10:15:27.679 | + 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-01 10:15:27.682 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-06-01 10:15:27.686 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2022-06-01 10:15:27.702 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:27.705 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2022-06-01 10:15:27.735 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-06-01 10:15:27.761 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-06-01 10:15:27.792 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2022-06-01 10:15:27.822 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2022-06-01 10:15:27.853 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2022-06-01 10:15:27.883 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-06-01 10:15:27.910 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-06-01 10:15:27.938 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-06-01 10:15:27.940 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-06-01 10:15:27.943 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-06-01 10:15:27.945 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-06-01 10:15:27.947 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-01 10:15:27.949 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-01 10:15:27.965 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:27.968 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-01 10:15:27.971 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-01 10:15:27.973 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-01 10:15:27.988 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:27.991 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:15:27.994 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:15:28.030 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-01 10:15:28.032 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-01 10:15:28.035 | + lib/keystone:configure_keystone:225 : local service_port=5000 2022-06-01 10:15:28.038 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2022-06-01 10:15:28.040 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2022-06-01 10:15:28.057 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:28.059 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.67/identity 2022-06-01 10:15:28.091 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.67/identity 2022-06-01 10:15:28.118 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2022-06-01 10:15:28.121 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2022-06-01 10:15:28.152 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2022-06-01 10:15:28.155 | ++ lib/database:database_connection_url:132 : local db=keystone 2022-06-01 10:15:28.157 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2022-06-01 10:15:28.159 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2022-06-01 10:15:28.162 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-06-01 10:15:28.165 | + 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-01 10:15:28.196 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2022-06-01 10:15:28.198 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2022-06-01 10:15:28.200 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2022-06-01 10:15:28.203 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2022-06-01 10:15:28.206 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-01 10:15:28.222 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-01 10:15:28.225 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-01 10:15:28.227 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-01 10:15:28.229 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-01 10:15:28.232 | + 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-01 10:15:28.260 | + 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-01 10:15:28.287 | + 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-01 10:15:28.315 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-01 10:15:28.343 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-06-01 10:15:28.371 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2022-06-01 10:15:28.374 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-06-01 10:15:28.377 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-06-01 10:15:28.379 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-06-01 10:15:28.381 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2022-06-01 10:15:28.384 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-01 10:15:28.386 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-01 10:15:28.389 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2022-06-01 10:15:28.393 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2022-06-01 10:15:28.395 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-01 10:15:28.397 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-01 10:15:28.410 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-01 10:15:28.410 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:15:28.422 | d /var/run/uwsgi 0755 ubuntu root 2022-06-01 10:15:28.426 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:15:28.442 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-06-01 10:15:28.445 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-06-01 10:15:28.449 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-06-01 10:15:28.478 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-06-01 10:15:28.505 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-06-01 10:15:28.533 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-06-01 10:15:28.565 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-06-01 10:15:28.591 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-06-01 10:15:28.619 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-06-01 10:15:28.647 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-06-01 10:15:28.676 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-06-01 10:15:28.704 | + 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-01 10:15:28.733 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-06-01 10:15:28.761 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-06-01 10:15:28.791 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-06-01 10:15:28.820 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-01 10:15:28.823 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-01 10:15:28.826 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2022-06-01 10:15:28.829 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2022-06-01 10:15:28.831 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-01 10:15:28.834 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:28.836 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:28.839 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-01 10:15:28.842 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-01 10:15:28.845 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-06-01 10:15:28.874 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-06-01 10:15:28.904 | + 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-01 10:15:28.905 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-01 10:15:28.913 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-06-01 10:15:28.917 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2022-06-01 10:15:28.919 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2022-06-01 10:15:28.923 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-01 10:15:28.925 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-01 10:15:28.927 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:15:28.930 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:28.933 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:28.935 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-01 10:15:28.938 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-01 10:15:28.941 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:28.943 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:28.946 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2022-06-01 10:15:29.010 | Site keystone-wsgi-public already enabled 2022-06-01 10:15:29.016 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-01 10:15:29.018 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-01 10:15:29.020 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-01 10:15:29.023 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-01 10:15:29.165 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2022-06-01 10:15:29.168 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2022-06-01 10:15:29.172 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2022-06-01 10:15:29.175 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2022-06-01 10:15:29.178 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-01 10:15:29.180 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-01 10:15:29.184 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2022-06-01 10:15:29.188 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2022-06-01 10:15:29.190 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-01 10:15:29.193 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-01 10:15:29.208 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:15:29.209 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-01 10:15:29.217 | d /var/run/uwsgi 0755 ubuntu root 2022-06-01 10:15:29.221 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:15:29.241 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2022-06-01 10:15:29.243 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2022-06-01 10:15:29.248 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2022-06-01 10:15:29.283 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2022-06-01 10:15:29.312 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2022-06-01 10:15:29.341 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2022-06-01 10:15:29.373 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2022-06-01 10:15:29.401 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2022-06-01 10:15:29.428 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2022-06-01 10:15:29.457 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2022-06-01 10:15:29.484 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2022-06-01 10:15:29.512 | + 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-01 10:15:29.539 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2022-06-01 10:15:29.568 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2022-06-01 10:15:29.596 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2022-06-01 10:15:29.624 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-01 10:15:29.627 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-01 10:15:29.630 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2022-06-01 10:15:29.632 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2022-06-01 10:15:29.634 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-01 10:15:29.637 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:29.640 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:29.642 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-01 10:15:29.646 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-01 10:15:29.648 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2022-06-01 10:15:29.676 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2022-06-01 10:15:29.705 | + 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-01 10:15:29.705 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-01 10:15:29.714 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 2022-06-01 10:15:29.717 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2022-06-01 10:15:29.720 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2022-06-01 10:15:29.722 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-01 10:15:29.724 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-01 10:15:29.726 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:15:29.729 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:29.731 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:29.734 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-01 10:15:29.736 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-01 10:15:29.739 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:29.741 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:29.743 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2022-06-01 10:15:29.806 | Site keystone-wsgi-admin already enabled 2022-06-01 10:15:29.811 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-01 10:15:29.814 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-01 10:15:29.816 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-01 10:15:29.818 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-01 10:15:29.953 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-06-01 10:15:29.989 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-06-01 10:15:30.022 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-06-01 10:15:30.054 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2022-06-01 10:15:30.057 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-06-01 10:15:30.087 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-06-01 10:15:30.116 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-06-01 10:15:30.144 | + ./stack.sh:main:872 : is_service_enabled swift 2022-06-01 10:15:30.161 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:30.163 | + ./stack.sh:main:873 : is_service_enabled ceilometer 2022-06-01 10:15:30.181 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:30.183 | + ./stack.sh:main:876 : stack_install_service swift 2022-06-01 10:15:30.186 | + lib/stack:stack_install_service:20 : local service=swift 2022-06-01 10:15:30.188 | + lib/stack:stack_install_service:21 : type install_swift 2022-06-01 10:15:30.191 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-01 10:15:30.193 | + lib/stack:stack_install_service:32 : install_swift 2022-06-01 10:15:30.195 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/victoria 2022-06-01 10:15:30.198 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2022-06-01 10:15:30.200 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2022-06-01 10:15:30.202 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-01 10:15:30.204 | + functions-common:git_clone:528 : local orig_dir 2022-06-01 10:15:30.207 | ++ functions-common:git_clone:529 : pwd 2022-06-01 10:15:30.210 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:15:30.212 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:15:30.215 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:15:30.231 | + functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:15:30.234 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:15:30.237 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:15:30.239 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-01 10:15:30.240 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:15:30.245 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2022-06-01 10:15:30.247 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:15:30.249 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/swift 2022-06-01 10:15:30.262 | + functions-common:git_clone:606 : cd /opt/stack/swift 2022-06-01 10:15:30.265 | + functions-common:git_clone:607 : git show --oneline 2022-06-01 10:15:30.265 | + functions-common:git_clone:607 : head -1 2022-06-01 10:15:30.271 | 4ca7bdf93 s3api: Use constant-time string comparisons in check_signature 2022-06-01 10:15:30.274 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:15:30.276 | + lib/swift:install_swift:746 : setup_develop /opt/stack/swift keystone 2022-06-01 10:15:30.279 | + inc/python:setup_develop:338 : local bindep 2022-06-01 10:15:30.282 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-06-01 10:15:30.284 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-06-01 10:15:30.286 | + inc/python:setup_develop:344 : local extras=keystone 2022-06-01 10:15:30.289 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-06-01 10:15:30.291 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-01 10:15:30.294 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-06-01 10:15:30.296 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-06-01 10:15:30.299 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-01 10:15:30.301 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-06-01 10:15:30.304 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-06-01 10:15:30.307 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-01 10:15:30.310 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-06-01 10:15:30.312 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-01 10:15:30.314 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-01 10:15:30.317 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-06-01 10:15:30.323 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2022-06-01 10:15:30.325 | + 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-01 10:15:30.927 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e keystone 2022-06-01 10:15:30.929 | + inc/python:setup_package:417 : local bindep=0 2022-06-01 10:15:30.932 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-01 10:15:30.934 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-01 10:15:30.937 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2022-06-01 10:15:30.939 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2022-06-01 10:15:30.941 | + inc/python:setup_package:426 : local flags=-e 2022-06-01 10:15:30.944 | + inc/python:setup_package:427 : local extras=keystone 2022-06-01 10:15:30.946 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-01 10:15:30.949 | + inc/python:setup_package:431 : [[ -z keystone ]] 2022-06-01 10:15:30.952 | + inc/python:setup_package:436 : [[ ! -z keystone ]] 2022-06-01 10:15:30.955 | + inc/python:setup_package:437 : extras='[keystone]' 2022-06-01 10:15:30.958 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-01 10:15:30.961 | + inc/python:setup_package:445 : pip_install -e '/opt/stack/swift[keystone]' 2022-06-01 10:15:30.983 | Using python 3.8 to install /opt/stack/swift 2022-06-01 10:15:30.986 | + 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-01 10:15:32.789 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:15:32.789 | 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-01 10:15:32.793 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:32.794 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:32.796 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:15:32.797 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:32.798 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:32.798 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:32.798 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:32.799 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:32.813 | Obtaining file:///opt/stack/swift 2022-06-01 10:15:34.065 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-01 10:15:35.310 | 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-01 10:15:35.318 | 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-01 10:15:35.359 | 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-01 10:15:35.368 | 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-01 10:15:35.371 | 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-01 10:15:35.430 | 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-01 10:15:35.441 | 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-01 10:15:35.444 | 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-01 10:15:35.447 | 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-01 10:15:35.482 | 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-01 10:15:35.498 | 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-01 10:15:35.505 | 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-01 10:15:35.511 | 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-01 10:15:35.552 | 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-01 10:15:35.562 | 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-01 10:15:35.580 | 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-01 10:15:35.586 | 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-01 10:15:35.589 | 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-01 10:15:35.601 | 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-01 10:15:35.604 | 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-01 10:15:35.606 | 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-01 10:15:35.611 | 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-01 10:15:35.616 | 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-01 10:15:35.634 | 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-01 10:15:35.639 | 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-01 10:15:35.660 | 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-01 10:15:35.665 | 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-01 10:15:35.668 | 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-01 10:15:35.676 | 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-01 10:15:35.696 | 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-01 10:15:35.700 | 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-01 10:15:35.705 | 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-01 10:15:35.714 | 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-01 10:15:35.727 | 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-01 10:15:35.792 | 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-01 10:15:35.798 | 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-01 10:15:35.803 | 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-01 10:15:35.812 | 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-01 10:15:35.815 | 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-01 10:15:35.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 209)) (0.1.12) 2022-06-01 10:15:35.821 | 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-01 10:15:35.824 | 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-01 10:15:35.828 | 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-01 10:15:35.831 | 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-01 10:15:35.834 | 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-01 10:15:35.839 | 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-01 10:15:35.842 | 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-01 10:15:37.546 | Installing collected packages: swift 2022-06-01 10:15:37.546 | Attempting uninstall: swift 2022-06-01 10:15:37.548 | Found existing installation: swift 2.26.1.dev35 2022-06-01 10:15:37.551 | Can't uninstall 'swift'. No files were found to uninstall. 2022-06-01 10:15:37.553 | Running setup.py develop for swift 2022-06-01 10:15:39.254 | Successfully installed swift 2022-06-01 10:15:39.425 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:15:39.426 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:15:39.503 | + inc/python:pip_install:200 : result=0 2022-06-01 10:15:39.505 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:15:39.508 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:39.510 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:39.512 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:39.515 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:39.518 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:39.520 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:15:39.522 | + functions-common:time_stop:2329 : start_time=1654078530977 2022-06-01 10:15:39.525 | + functions-common:time_stop:2331 : [[ -z 1654078530977 ]] 2022-06-01 10:15:39.527 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:39.532 | + functions-common:time_stop:2334 : end_time=1654078539529 2022-06-01 10:15:39.534 | + functions-common:time_stop:2335 : elapsed_time=8552 2022-06-01 10:15:39.537 | + functions-common:time_stop:2336 : total=55766 2022-06-01 10:15:39.539 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:39.541 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=64318 2022-06-01 10:15:39.543 | + inc/python:pip_install:203 : return 0 2022-06-01 10:15:39.546 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-01 10:15:39.548 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-01 10:15:39.550 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-01 10:15:39.569 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-01 10:15:39.581 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2022-06-01 10:15:39.584 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-06-01 10:15:39.586 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:39.589 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:39.591 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-06-01 10:15:39.594 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:39.597 | + lib/swift:install_swift:747 : '[' False == True ']' 2022-06-01 10:15:39.599 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-01 10:15:39.602 | + ./stack.sh:main:877 : configure_swift 2022-06-01 10:15:39.604 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-06-01 10:15:39.606 | + lib/swift:configure_swift:335 : local node_number 2022-06-01 10:15:39.608 | + lib/swift:configure_swift:336 : local swift_node_config 2022-06-01 10:15:39.610 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-06-01 10:15:39.612 | + lib/swift:configure_swift:338 : local user_group 2022-06-01 10:15:39.614 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-06-01 10:15:40.453 | No object-replicator running 2022-06-01 10:15:40.453 | No container-reconciler running 2022-06-01 10:15:40.453 | No container-updater running 2022-06-01 10:15:40.453 | No object-updater running 2022-06-01 10:15:40.453 | No account-server running 2022-06-01 10:15:40.453 | No object-server running 2022-06-01 10:15:40.453 | No object-reconstructor running 2022-06-01 10:15:40.453 | No container-auditor running 2022-06-01 10:15:40.453 | No proxy-server running 2022-06-01 10:15:40.453 | No account-auditor running 2022-06-01 10:15:40.453 | No container-replicator running 2022-06-01 10:15:40.453 | No object-auditor running 2022-06-01 10:15:40.453 | No container-sync running 2022-06-01 10:15:40.453 | No object-expirer running 2022-06-01 10:15:40.453 | No account-reaper running 2022-06-01 10:15:40.453 | No account-replicator running 2022-06-01 10:15:40.453 | No container-sharder running 2022-06-01 10:15:40.453 | No container-server running 2022-06-01 10:15:40.500 | + lib/swift:configure_swift:341 : true 2022-06-01 10:15:40.502 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2022-06-01 10:15:40.514 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-06-01 10:15:40.526 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-06-01 10:15:40.529 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2022-06-01 10:15:40.529 | + lib/swift:configure_swift:355 : sed -e ' 2022-06-01 10:15:40.529 | s/%GROUP%//; 2022-06-01 10:15:40.529 | s/%USER%/ubuntu/; 2022-06-01 10:15:40.529 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-06-01 10:15:40.529 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-06-01 10:15:40.538 | uid = ubuntu 2022-06-01 10:15:40.538 | gid = 2022-06-01 10:15:40.538 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-06-01 10:15:40.538 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-06-01 10:15:40.538 | address = 127.0.0.1 2022-06-01 10:15:40.538 | 2022-06-01 10:15:40.538 | [account6612] 2022-06-01 10:15:40.538 | max connections = 25 2022-06-01 10:15:40.538 | path = /opt/stack/data/swift/1/node/ 2022-06-01 10:15:40.538 | read only = false 2022-06-01 10:15:40.538 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-06-01 10:15:40.538 | 2022-06-01 10:15:40.538 | [account6622] 2022-06-01 10:15:40.538 | max connections = 25 2022-06-01 10:15:40.538 | path = /opt/stack/data/swift/2/node/ 2022-06-01 10:15:40.538 | read only = false 2022-06-01 10:15:40.539 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-06-01 10:15:40.539 | 2022-06-01 10:15:40.539 | [account6632] 2022-06-01 10:15:40.539 | max connections = 25 2022-06-01 10:15:40.539 | path = /opt/stack/data/swift/3/node/ 2022-06-01 10:15:40.539 | read only = false 2022-06-01 10:15:40.539 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-06-01 10:15:40.539 | 2022-06-01 10:15:40.539 | [account6642] 2022-06-01 10:15:40.539 | max connections = 25 2022-06-01 10:15:40.539 | path = /opt/stack/data/swift/4/node/ 2022-06-01 10:15:40.539 | read only = false 2022-06-01 10:15:40.539 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-06-01 10:15:40.539 | 2022-06-01 10:15:40.539 | 2022-06-01 10:15:40.539 | [container6611] 2022-06-01 10:15:40.539 | max connections = 25 2022-06-01 10:15:40.539 | path = /opt/stack/data/swift/1/node/ 2022-06-01 10:15:40.539 | read only = false 2022-06-01 10:15:40.539 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-06-01 10:15:40.539 | 2022-06-01 10:15:40.539 | [container6621] 2022-06-01 10:15:40.539 | max connections = 25 2022-06-01 10:15:40.539 | path = /opt/stack/data/swift/2/node/ 2022-06-01 10:15:40.539 | read only = false 2022-06-01 10:15:40.539 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-06-01 10:15:40.539 | 2022-06-01 10:15:40.539 | [container6631] 2022-06-01 10:15:40.539 | max connections = 25 2022-06-01 10:15:40.539 | path = /opt/stack/data/swift/3/node/ 2022-06-01 10:15:40.539 | read only = false 2022-06-01 10:15:40.539 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-06-01 10:15:40.539 | 2022-06-01 10:15:40.539 | [container6641] 2022-06-01 10:15:40.539 | max connections = 25 2022-06-01 10:15:40.539 | path = /opt/stack/data/swift/4/node/ 2022-06-01 10:15:40.540 | read only = false 2022-06-01 10:15:40.540 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-06-01 10:15:40.540 | 2022-06-01 10:15:40.540 | 2022-06-01 10:15:40.540 | [object6613] 2022-06-01 10:15:40.540 | max connections = 25 2022-06-01 10:15:40.540 | path = /opt/stack/data/swift/1/node/ 2022-06-01 10:15:40.540 | read only = false 2022-06-01 10:15:40.540 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-06-01 10:15:40.540 | 2022-06-01 10:15:40.540 | [object6623] 2022-06-01 10:15:40.540 | max connections = 25 2022-06-01 10:15:40.540 | path = /opt/stack/data/swift/2/node/ 2022-06-01 10:15:40.540 | read only = false 2022-06-01 10:15:40.540 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-06-01 10:15:40.540 | 2022-06-01 10:15:40.540 | [object6633] 2022-06-01 10:15:40.540 | max connections = 25 2022-06-01 10:15:40.540 | path = /opt/stack/data/swift/3/node/ 2022-06-01 10:15:40.540 | read only = false 2022-06-01 10:15:40.540 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-06-01 10:15:40.540 | 2022-06-01 10:15:40.540 | [object6643] 2022-06-01 10:15:40.540 | max connections = 25 2022-06-01 10:15:40.540 | path = /opt/stack/data/swift/4/node/ 2022-06-01 10:15:40.540 | read only = false 2022-06-01 10:15:40.540 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-06-01 10:15:40.541 | + lib/swift:configure_swift:361 : is_ubuntu 2022-06-01 10:15:40.543 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:15:40.545 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:15:40.548 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-06-01 10:15:40.560 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-06-01 10:15:40.562 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-06-01 10:15:40.566 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-06-01 10:15:40.570 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-06-01 10:15:40.572 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-06-01 10:15:40.576 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-06-01 10:15:40.605 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.67:8080/v1/ 2022-06-01 10:15:40.632 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-06-01 10:15:40.649 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-06-01 10:15:40.677 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-06-01 10:15:40.694 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-06-01 10:15:40.723 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-06-01 10:15:40.741 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-06-01 10:15:40.769 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-06-01 10:15:40.787 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-06-01 10:15:40.815 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-06-01 10:15:40.832 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-06-01 10:15:40.860 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-06-01 10:15:40.878 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2022-06-01 10:15:40.893 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:40.895 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-06-01 10:15:40.922 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-06-01 10:15:40.949 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-06-01 10:15:40.977 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-06-01 10:15:41.004 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2022-06-01 10:15:41.019 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:41.021 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-06-01 10:15:41.049 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2022-06-01 10:15:41.065 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:41.067 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2022-06-01 10:15:41.082 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:41.084 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2022-06-01 10:15:41.087 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2022-06-01 10:15:41.102 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:41.104 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2022-06-01 10:15:41.106 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2022-06-01 10:15:41.108 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-06-01 10:15:41.113 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-06-01 10:15:41.118 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-06-01 10:15:41.145 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-06-01 10:15:41.172 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-06-01 10:15:41.201 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-06-01 10:15:41.230 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-06-01 10:15:41.257 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-06-01 10:15:41.260 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2022-06-01 10:15:41.262 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2022-06-01 10:15:41.264 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2022-06-01 10:15:41.267 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-06-01 10:15:41.294 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-06-01 10:15:41.325 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.67/identity 2022-06-01 10:15:41.352 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-06-01 10:15:41.379 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-06-01 10:15:41.406 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-06-01 10:15:41.433 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-06-01 10:15:41.461 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-06-01 10:15:41.487 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-01 10:15:41.514 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-06-01 10:15:41.541 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-06-01 10:15:41.569 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-06-01 10:15:41.597 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-06-01 10:15:41.624 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-06-01 10:15:41.654 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-06-01 10:15:41.681 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-06-01 10:15:41.699 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-06-01 10:15:41.726 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-06-01 10:15:41.754 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-06-01 10:15:41.759 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-06-01 10:15:41.786 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-06-01 10:15:41.814 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-06-01 10:15:41.840 | + lib/swift:configure_swift:479 : local node_number 2022-06-01 10:15:41.842 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-06-01 10:15:41.845 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2022-06-01 10:15:41.847 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-06-01 10:15:41.853 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-06-01 10:15:41.855 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-06-01 10:15:41.857 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-01 10:15:41.860 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-06-01 10:15:41.862 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-06-01 10:15:41.864 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-01 10:15:41.867 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-01 10:15:41.869 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-06-01 10:15:41.889 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-06-01 10:15:41.918 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-06-01 10:15:41.937 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-06-01 10:15:41.965 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-06-01 10:15:41.982 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-01 10:15:42.010 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-06-01 10:15:42.029 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-01 10:15:42.059 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-06-01 10:15:42.080 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-01 10:15:42.109 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-06-01 10:15:42.127 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-06-01 10:15:42.154 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-06-01 10:15:42.173 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-06-01 10:15:42.202 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-06-01 10:15:42.221 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-06-01 10:15:42.250 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-06-01 10:15:42.267 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-06-01 10:15:42.294 | + 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-01 10:15:42.299 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-06-01 10:15:42.318 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-01 10:15:42.346 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-06-01 10:15:42.375 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2022-06-01 10:15:42.377 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-06-01 10:15:42.381 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-06-01 10:15:42.384 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-06-01 10:15:42.386 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-01 10:15:42.388 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-06-01 10:15:42.391 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-06-01 10:15:42.393 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-01 10:15:42.395 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-01 10:15:42.397 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-06-01 10:15:42.416 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-06-01 10:15:42.444 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-06-01 10:15:42.462 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-06-01 10:15:42.490 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-06-01 10:15:42.508 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-01 10:15:42.537 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-06-01 10:15:42.554 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-01 10:15:42.583 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-06-01 10:15:42.601 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-01 10:15:42.628 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-06-01 10:15:42.651 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-06-01 10:15:42.679 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-06-01 10:15:42.697 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-06-01 10:15:42.725 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-06-01 10:15:42.742 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-06-01 10:15:42.771 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-06-01 10:15:42.789 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-06-01 10:15:42.816 | + 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-01 10:15:42.821 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-06-01 10:15:42.839 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-01 10:15:42.868 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2022-06-01 10:15:42.870 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-06-01 10:15:42.875 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-06-01 10:15:42.877 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-06-01 10:15:42.879 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-01 10:15:42.881 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-06-01 10:15:42.883 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-06-01 10:15:42.885 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-01 10:15:42.888 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-01 10:15:42.891 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-06-01 10:15:42.908 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-06-01 10:15:42.937 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-06-01 10:15:42.955 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-06-01 10:15:42.983 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-06-01 10:15:43.001 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-01 10:15:43.029 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-06-01 10:15:43.048 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-01 10:15:43.076 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-06-01 10:15:43.098 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-01 10:15:43.127 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-06-01 10:15:43.145 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-06-01 10:15:43.174 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-06-01 10:15:43.192 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-06-01 10:15:43.221 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-06-01 10:15:43.239 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-06-01 10:15:43.268 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-06-01 10:15:43.286 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-06-01 10:15:43.314 | + 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-01 10:15:43.318 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-06-01 10:15:43.337 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-01 10:15:43.365 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-06-01 10:15:43.393 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-06-01 10:15:43.421 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-06-01 10:15:43.449 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2022-06-01 10:15:43.451 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-06-01 10:15:43.456 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-06-01 10:15:43.484 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-06-01 10:15:43.512 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-06-01 10:15:43.542 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-06-01 10:15:43.570 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-06-01 10:15:43.605 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-06-01 10:15:43.633 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-06-01 10:15:43.661 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2022-06-01 10:15:43.688 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-06-01 10:15:43.715 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2022-06-01 10:15:43.732 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:43.734 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-06-01 10:15:43.752 | + lib/swift:configure_swift:522 : local auth_vers 2022-06-01 10:15:43.755 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2022-06-01 10:15:43.775 | + lib/swift:configure_swift:523 : auth_vers=3 2022-06-01 10:15:43.777 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.67 2022-06-01 10:15:43.804 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2022-06-01 10:15:43.807 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2022-06-01 10:15:43.835 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.67/identity 2022-06-01 10:15:43.864 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2022-06-01 10:15:43.866 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-06-01 10:15:43.895 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2022-06-01 10:15:43.911 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:43.913 | + lib/swift:configure_swift:542 : local user_group 2022-06-01 10:15:43.916 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2022-06-01 10:15:43.921 | + lib/swift:configure_swift:543 : user_group=1000 2022-06-01 10:15:43.924 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-06-01 10:15:43.940 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2022-06-01 10:15:43.942 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2022-06-01 10:15:43.954 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2022-06-01 10:15:43.956 | + lib/swift:configure_swift:549 : is_suse 2022-06-01 10:15:43.958 | + functions-common:is_suse:464 : is_opensuse 2022-06-01 10:15:43.960 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-01 10:15:43.963 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-01 10:15:43.965 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-01 10:15:43.967 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-01 10:15:43.970 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-01 10:15:43.972 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-06-01 10:15:43.984 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2022-06-01 10:15:43.986 | + lib/swift:configure_swift:562 : '[' False == True ']' 2022-06-01 10:15:43.989 | + ./stack.sh:main:880 : is_service_enabled s3api 2022-06-01 10:15:44.006 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:44.009 | + ./stack.sh:main:886 : is_service_enabled g-api n-api 2022-06-01 10:15:44.026 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:44.029 | + ./stack.sh:main:888 : stack_install_service glance 2022-06-01 10:15:44.031 | + lib/stack:stack_install_service:20 : local service=glance 2022-06-01 10:15:44.034 | + lib/stack:stack_install_service:21 : type install_glance 2022-06-01 10:15:44.036 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-01 10:15:44.038 | + lib/stack:stack_install_service:32 : install_glance 2022-06-01 10:15:44.041 | + lib/glance:install_glance:436 : glance_store_extras=() 2022-06-01 10:15:44.043 | + lib/glance:install_glance:436 : local glance_store_extras 2022-06-01 10:15:44.046 | + lib/glance:install_glance:438 : is_service_enabled cinder 2022-06-01 10:15:44.064 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:44.066 | + lib/glance:install_glance:439 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-06-01 10:15:44.069 | + lib/glance:install_glance:442 : is_service_enabled swift 2022-06-01 10:15:44.086 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:44.088 | + lib/glance:install_glance:443 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-06-01 10:15:44.091 | + lib/glance:install_glance:448 : use_library_from_git glance_store 2022-06-01 10:15:44.094 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-06-01 10:15:44.097 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:44.099 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:44.102 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-06-01 10:15:44.104 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:44.107 | ++ lib/glance:install_glance:454 : join_extras swift cinder 2022-06-01 10:15:44.110 | ++ inc/python:join_extras:29 : local IFS=, 2022-06-01 10:15:44.113 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-06-01 10:15:44.116 | + lib/glance:install_glance:454 : pip_install_gr_extras glance-store swift,cinder 2022-06-01 10:15:44.118 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-06-01 10:15:44.121 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-06-01 10:15:44.124 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-06-01 10:15:44.128 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-06-01 10:15:44.130 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-06-01 10:15:44.133 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-06-01 10:15:44.137 | +++ 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-01 10:15:44.137 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-06-01 10:15:44.143 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-06-01 10:15:44.146 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-06-01 10:15:44.148 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-06-01 10:15:44.152 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-06-01 10:15:44.154 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-06-01 10:15:44.176 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-06-01 10:15:44.178 | + 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-01 10:15:45.983 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:15:45.983 | 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-01 10:15:45.988 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:45.989 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:45.990 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:15:45.991 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:45.992 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:45.992 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:45.992 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:45.993 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:46.008 | 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-01 10:15:46.104 | 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-01 10:15:46.107 | 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-01 10:15:46.119 | 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-01 10:15:46.185 | 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-01 10:15:46.210 | 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-01 10:15:46.215 | 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-01 10:15:46.237 | 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-01 10:15:46.248 | 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-01 10:15:46.263 | 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-01 10:15:46.270 | 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-01 10:15:46.276 | 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-01 10:15:46.317 | 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-01 10:15:46.332 | 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-01 10:15:46.336 | 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-01 10:15:46.347 | 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-01 10:15:46.370 | 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-01 10:15:46.388 | 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-01 10:15:46.395 | 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-01 10:15:46.398 | 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-01 10:15:46.401 | 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-01 10:15:46.404 | 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-01 10:15:46.423 | 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-01 10:15:46.428 | 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-01 10:15:46.447 | 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-01 10:15:46.470 | 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-01 10:15:46.475 | 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-01 10:15:46.496 | 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-01 10:15:46.500 | 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-01 10:15:46.504 | 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-01 10:15:46.507 | 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-01 10:15:46.513 | 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-01 10:15:46.528 | 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-01 10:15:46.550 | 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-01 10:15:46.554 | 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-01 10:15:46.563 | 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-01 10:15:46.566 | 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-01 10:15:46.571 | 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-01 10:15:46.575 | 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-01 10:15:46.580 | 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-01 10:15:46.587 | 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-01 10:15:46.593 | 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-01 10:15:46.596 | 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-01 10:15:46.599 | 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-01 10:15:46.603 | 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-01 10:15:46.611 | 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-01 10:15:46.625 | 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-01 10:15:46.632 | 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-01 10:15:46.643 | 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-01 10:15:46.651 | 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-01 10:15:46.654 | 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-01 10:15:46.657 | 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-01 10:15:46.660 | 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-01 10:15:46.663 | 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-01 10:15:46.666 | 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-01 10:15:46.669 | 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-01 10:15:46.677 | 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-01 10:15:46.680 | 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-01 10:15:46.683 | 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-01 10:15:46.691 | 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-01 10:15:46.710 | 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-01 10:15:46.712 | 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-01 10:15:46.716 | 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-01 10:15:46.719 | 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-01 10:15:46.726 | 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-01 10:15:46.729 | 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-01 10:15:48.605 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:15:48.605 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:15:48.679 | + inc/python:pip_install:200 : result=0 2022-06-01 10:15:48.682 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:15:48.684 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:48.687 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:48.689 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:48.691 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:48.694 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:48.696 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:15:48.698 | + functions-common:time_stop:2329 : start_time=1654078544170 2022-06-01 10:15:48.701 | + functions-common:time_stop:2331 : [[ -z 1654078544170 ]] 2022-06-01 10:15:48.703 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:48.708 | + functions-common:time_stop:2334 : end_time=1654078548705 2022-06-01 10:15:48.710 | + functions-common:time_stop:2335 : elapsed_time=4535 2022-06-01 10:15:48.712 | + functions-common:time_stop:2336 : total=64318 2022-06-01 10:15:48.715 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:48.717 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=68853 2022-06-01 10:15:48.720 | + inc/python:pip_install:203 : return 0 2022-06-01 10:15:48.723 | + lib/glance:install_glance:455 : copy_rootwrap /usr/local/etc/glance 2022-06-01 10:15:48.725 | + lib/glance:copy_rootwrap:215 : local source_path=/usr/local/etc/glance 2022-06-01 10:15:48.728 | + lib/glance:copy_rootwrap:217 : sudo install -d -o ubuntu /etc/glance 2022-06-01 10:15:48.742 | + lib/glance:copy_rootwrap:218 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-06-01 10:15:48.747 | + lib/glance:install_glance:458 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/victoria 2022-06-01 10:15:48.749 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/glance.git 2022-06-01 10:15:48.752 | + functions-common:git_clone:526 : local git_dest=/opt/stack/glance 2022-06-01 10:15:48.754 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-01 10:15:48.756 | + functions-common:git_clone:528 : local orig_dir 2022-06-01 10:15:48.759 | ++ functions-common:git_clone:529 : pwd 2022-06-01 10:15:48.762 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:15:48.765 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:15:48.767 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:15:48.785 | + functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:15:48.787 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:15:48.789 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:15:48.792 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-01 10:15:48.792 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:15:48.797 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/glance ]] 2022-06-01 10:15:48.800 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:15:48.802 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/glance 2022-06-01 10:15:48.815 | + functions-common:git_clone:606 : cd /opt/stack/glance 2022-06-01 10:15:48.818 | + functions-common:git_clone:607 : git show --oneline 2022-06-01 10:15:48.818 | + functions-common:git_clone:607 : head -1 2022-06-01 10:15:48.822 | 78d63ec15 [stable-only] Specify openstacksdk stable branch 2022-06-01 10:15:48.824 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:15:48.827 | + lib/glance:install_glance:460 : setup_develop /opt/stack/glance 2022-06-01 10:15:48.830 | + inc/python:setup_develop:338 : local bindep 2022-06-01 10:15:48.833 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-06-01 10:15:48.835 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-06-01 10:15:48.838 | + inc/python:setup_develop:344 : local extras= 2022-06-01 10:15:48.840 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-06-01 10:15:48.843 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-01 10:15:48.846 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-06-01 10:15:48.848 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-06-01 10:15:48.851 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-01 10:15:48.853 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-01 10:15:48.856 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-06-01 10:15:48.859 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-01 10:15:48.862 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-06-01 10:15:48.864 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-01 10:15:48.866 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-01 10:15:48.870 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-06-01 10:15:48.875 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2022-06-01 10:15:48.878 | + 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-01 10:15:49.466 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2022-06-01 10:15:49.469 | + inc/python:setup_package:417 : local bindep=0 2022-06-01 10:15:49.472 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-01 10:15:49.474 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-01 10:15:49.476 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2022-06-01 10:15:49.479 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2022-06-01 10:15:49.481 | + inc/python:setup_package:426 : local flags=-e 2022-06-01 10:15:49.484 | + inc/python:setup_package:427 : local extras= 2022-06-01 10:15:49.486 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-01 10:15:49.489 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-01 10:15:49.491 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-01 10:15:49.493 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-01 10:15:49.496 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-01 10:15:49.498 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2022-06-01 10:15:49.520 | Using python 3.8 to install /opt/stack/glance 2022-06-01 10:15:49.522 | + 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-01 10:15:51.345 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:15:51.346 | 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-01 10:15:51.350 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:51.351 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:51.352 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:15:51.353 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:51.354 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:51.354 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:51.354 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:15:51.355 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:15:51.367 | Obtaining file:///opt/stack/glance 2022-06-01 10:15:52.673 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-01 10:15:53.950 | 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-01 10:15:53.959 | 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-01 10:15:53.967 | 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-01 10:15:53.975 | 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-01 10:15:53.996 | 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-01 10:15:54.006 | 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-01 10:15:54.020 | 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-01 10:15:54.029 | 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-01 10:15:54.049 | 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-01 10:15:54.089 | 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-01 10:15:54.103 | 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-01 10:15:54.111 | 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-01 10:15:54.117 | 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-01 10:15:54.126 | 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-01 10:15:54.132 | 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-01 10:15:54.202 | 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-01 10:15:54.205 | 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-01 10:15:54.207 | 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-01 10:15:54.210 | 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-01 10:15:54.222 | 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-01 10:15:54.286 | 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-01 10:15:54.343 | 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-01 10:15:54.345 | 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-01 10:15:54.350 | 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-01 10:15:54.355 | 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-01 10:15:54.376 | 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-01 10:15:54.411 | 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-01 10:15:54.422 | 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-01 10:15:54.438 | 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-01 10:15:54.444 | 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-01 10:15:54.491 | 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-01 10:15:54.498 | 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-01 10:15:54.537 | 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-01 10:15:54.592 | 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-01 10:15:54.611 | 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-01 10:15:54.627 | 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-01 10:15:54.642 | 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-01 10:15:54.651 | 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-01 10:15:54.676 | 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-01 10:15:54.684 | 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-01 10:15:54.702 | 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-01 10:15:54.748 | 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-01 10:15:54.755 | 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-01 10:15:54.758 | 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-01 10:15:54.761 | 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-01 10:15:54.782 | 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-01 10:15:54.797 | 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-01 10:15:54.808 | 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-01 10:15:54.810 | 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-01 10:15:54.814 | 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-01 10:15:54.831 | 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-01 10:15:54.836 | 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-01 10:15:54.838 | 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-01 10:15:54.857 | 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-01 10:15:54.862 | 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-01 10:15:54.869 | 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-01 10:15:54.890 | 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-01 10:15:54.895 | 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-01 10:15:54.900 | 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-01 10:15:54.903 | 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-01 10:15:54.906 | 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-01 10:15:54.916 | 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-01 10:15:54.920 | 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-01 10:15:54.923 | 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-01 10:15:54.930 | 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-01 10:15:54.993 | 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-01 10:15:55.008 | 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-01 10:15:55.019 | 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-01 10:15:55.025 | 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-01 10:15:55.046 | 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-01 10:15:55.050 | 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-01 10:15:55.058 | 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-01 10:15:55.079 | 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-01 10:15:55.082 | 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-01 10:15:55.085 | 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-01 10:15:55.093 | 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-01 10:15:55.097 | 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-01 10:15:55.105 | 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-01 10:15:55.110 | 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-01 10:15:55.116 | 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-01 10:15:55.122 | 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-01 10:15:55.126 | 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-01 10:15:55.167 | 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-01 10:15:55.170 | 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-01 10:15:55.175 | 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-01 10:15:55.182 | 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-01 10:15:55.185 | 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-01 10:15:55.196 | 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-01 10:15:55.199 | 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-01 10:15:55.213 | 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-01 10:15:55.215 | 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-01 10:15:55.220 | 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-01 10:15:55.223 | 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-01 10:15:55.225 | 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-01 10:15:55.228 | 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-01 10:15:55.289 | 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-01 10:15:55.298 | 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-01 10:15:55.302 | 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-01 10:15:55.305 | 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-01 10:15:55.308 | 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-01 10:15:55.310 | 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-01 10:15:55.314 | 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-01 10:15:55.317 | 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-01 10:15:55.320 | 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-01 10:15:55.323 | 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-01 10:15:55.379 | 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-01 10:15:55.382 | 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-01 10:15:55.416 | 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-01 10:15:55.459 | 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-01 10:15:55.464 | 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-01 10:15:56.553 | Installing collected packages: glance 2022-06-01 10:15:56.553 | Attempting uninstall: glance 2022-06-01 10:15:56.554 | Found existing installation: glance 21.1.1.dev1 2022-06-01 10:15:56.558 | Can't uninstall 'glance'. No files were found to uninstall. 2022-06-01 10:15:56.560 | Running setup.py develop for glance 2022-06-01 10:15:58.159 | Successfully installed glance 2022-06-01 10:15:58.301 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:15:58.301 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:15:58.389 | + inc/python:pip_install:200 : result=0 2022-06-01 10:15:58.392 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:15:58.394 | + functions-common:time_stop:2322 : local name 2022-06-01 10:15:58.396 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:15:58.399 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:15:58.401 | + functions-common:time_stop:2325 : local total 2022-06-01 10:15:58.403 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:15:58.406 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:15:58.409 | + functions-common:time_stop:2329 : start_time=1654078549513 2022-06-01 10:15:58.411 | + functions-common:time_stop:2331 : [[ -z 1654078549513 ]] 2022-06-01 10:15:58.414 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:15:58.418 | + functions-common:time_stop:2334 : end_time=1654078558415 2022-06-01 10:15:58.421 | + functions-common:time_stop:2335 : elapsed_time=8902 2022-06-01 10:15:58.423 | + functions-common:time_stop:2336 : total=68853 2022-06-01 10:15:58.425 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:15:58.427 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=77755 2022-06-01 10:15:58.430 | + inc/python:pip_install:203 : return 0 2022-06-01 10:15:58.433 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-01 10:15:58.435 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-01 10:15:58.439 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-01 10:15:58.459 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-01 10:15:58.471 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2022-06-01 10:15:58.473 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-06-01 10:15:58.476 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:15:58.478 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:15:58.481 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-06-01 10:15:58.483 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:15:58.486 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-01 10:15:58.488 | + ./stack.sh:main:889 : configure_glance 2022-06-01 10:15:58.491 | + lib/glance:configure_glance:267 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-06-01 10:15:58.503 | + lib/glance:configure_glance:270 : local dburl 2022-06-01 10:15:58.507 | ++ lib/glance:configure_glance:271 : database_connection_url glance 2022-06-01 10:15:58.509 | ++ lib/database:database_connection_url:132 : local db=glance 2022-06-01 10:15:58.512 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2022-06-01 10:15:58.514 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2022-06-01 10:15:58.517 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-06-01 10:15:58.520 | + lib/glance:configure_glance:271 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-06-01 10:15:58.522 | + lib/glance:configure_glance:273 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-06-01 10:15:58.550 | + 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-01 10:15:58.580 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-06-01 10:15:58.609 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-06-01 10:15:58.638 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-06-01 10:15:58.667 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-06-01 10:15:58.697 | + lib/glance:configure_glance:279 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-06-01 10:15:58.700 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2022-06-01 10:15:58.702 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2022-06-01 10:15:58.704 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2022-06-01 10:15:58.707 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-06-01 10:15:58.735 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-06-01 10:15:58.767 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.67/identity 2022-06-01 10:15:58.796 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-06-01 10:15:58.827 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-06-01 10:15:58.856 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-06-01 10:15:58.886 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-06-01 10:15:58.916 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-06-01 10:15:58.946 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-01 10:15:58.976 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-06-01 10:15:59.005 | + lib/glance:configure_glance:280 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-06-01 10:15:59.035 | + lib/glance:configure_glance:281 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-06-01 10:15:59.038 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-06-01 10:15:59.040 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-06-01 10:15:59.043 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-01 10:15:59.046 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-01 10:15:59.048 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-01 10:15:59.066 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:59.070 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-01 10:15:59.073 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-01 10:15:59.075 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-01 10:15:59.093 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:59.096 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:15:59.099 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:15:59.133 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-01 10:15:59.135 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-01 10:15:59.138 | + lib/glance:configure_glance:282 : '[' libvirt = xenserver ']' 2022-06-01 10:15:59.140 | + lib/glance:configure_glance:286 : '[' libvirt = libvirt ']' 2022-06-01 10:15:59.144 | + lib/glance:configure_glance:286 : '[' kvm = parallels ']' 2022-06-01 10:15:59.146 | + lib/glance:configure_glance:291 : configure_glance_store False False 2022-06-01 10:15:59.149 | + lib/glance:configure_glance_store:228 : local use_cinder_for_glance=False 2022-06-01 10:15:59.152 | + lib/glance:configure_glance_store:229 : local glance_enable_multiple_stores=False 2022-06-01 10:15:59.156 | + lib/glance:configure_glance_store:230 : local be 2022-06-01 10:15:59.158 | + lib/glance:configure_glance_store:232 : [[ False == \F\a\l\s\e ]] 2022-06-01 10:15:59.161 | + lib/glance:configure_glance_store:234 : [[ False == \T\r\u\e ]] 2022-06-01 10:15:59.163 | + lib/glance:configure_glance_store:251 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-06-01 10:15:59.194 | + lib/glance:configure_glance:294 : '[' -n '' ']' 2022-06-01 10:15:59.196 | + lib/glance:configure_glance:297 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.67 2022-06-01 10:15:59.226 | + lib/glance:configure_glance:301 : [[ False == \F\a\l\s\e ]] 2022-06-01 10:15:59.228 | + lib/glance:configure_glance:303 : is_service_enabled s-proxy 2022-06-01 10:15:59.245 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:15:59.248 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-06-01 10:15:59.279 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-06-01 10:15:59.310 | + 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-01 10:15:59.340 | + lib/glance:configure_glance:308 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-06-01 10:15:59.370 | + lib/glance:configure_glance:309 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-06-01 10:15:59.400 | + lib/glance:configure_glance:310 : is_service_enabled tls-proxy 2022-06-01 10:15:59.417 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:59.420 | + lib/glance:configure_glance:313 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-06-01 10:15:59.450 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-06-01 10:15:59.481 | + lib/glance:configure_glance:317 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-06-01 10:15:59.510 | + lib/glance:configure_glance:318 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.67/identity/v3 2022-06-01 10:15:59.541 | + lib/glance:configure_glance:319 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-06-01 10:15:59.570 | + lib/glance:configure_glance:325 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.67/image 2022-06-01 10:15:59.601 | + lib/glance:configure_glance:327 : is_service_enabled tls-proxy 2022-06-01 10:15:59.623 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:15:59.626 | + lib/glance:configure_glance:333 : setup_logging /etc/glance/glance-api.conf 2022-06-01 10:15:59.629 | + functions:setup_logging:698 : setup_systemd_logging /etc/glance/glance-api.conf 2022-06-01 10:15:59.631 | + functions:setup_systemd_logging:713 : local conf_file=/etc/glance/glance-api.conf 2022-06-01 10:15:59.634 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-01 10:15:59.652 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-01 10:15:59.654 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-01 10:15:59.657 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-01 10:15:59.660 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-01 10:15:59.662 | + 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-01 10:15:59.692 | + 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-01 10:15:59.722 | + 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-01 10:15:59.752 | + functions:setup_systemd_logging:730 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-01 10:15:59.783 | + lib/glance:configure_glance:335 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-06-01 10:15:59.788 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-06-01 10:15:59.819 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-06-01 10:15:59.849 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-06-01 10:15:59.879 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.67/identity 2022-06-01 10:15:59.910 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-06-01 10:15:59.940 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-06-01 10:15:59.970 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-06-01 10:16:00.000 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-06-01 10:16:00.031 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-06-01 10:16:00.061 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-06-01 10:16:00.091 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-06-01 10:16:00.121 | + lib/glance:configure_glance:354 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-06-01 10:16:00.126 | + 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-01 10:16:00.134 | + lib/glance:configure_glance:358 : is_service_enabled tls-proxy 2022-06-01 10:16:00.151 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:00.153 | + lib/glance:configure_glance:366 : [[ True == False ]] 2022-06-01 10:16:00.157 | + lib/glance:configure_glance:369 : write_local_proxy_http_config glance http://10.222.0.67:19292 /image 2022-06-01 10:16:00.159 | + lib/apache:write_local_proxy_http_config:378 : local name=glance 2022-06-01 10:16:00.162 | + lib/apache:write_local_proxy_http_config:379 : local url=http://10.222.0.67:19292 2022-06-01 10:16:00.164 | + lib/apache:write_local_proxy_http_config:380 : local loc=/image 2022-06-01 10:16:00.166 | + lib/apache:write_local_proxy_http_config:381 : local apache_conf 2022-06-01 10:16:00.169 | ++ lib/apache:write_local_proxy_http_config:382 : apache_site_config_for glance 2022-06-01 10:16:00.172 | ++ lib/apache:apache_site_config_for:189 : local site=glance 2022-06-01 10:16:00.174 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-01 10:16:00.177 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:00.179 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:00.181 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance.conf 2022-06-01 10:16:00.184 | + lib/apache:write_local_proxy_http_config:382 : apache_conf=/etc/apache2/sites-available/glance.conf 2022-06-01 10:16:00.187 | + lib/apache:write_local_proxy_http_config:384 : enable_apache_mod proxy 2022-06-01 10:16:00.189 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-06-01 10:16:00.192 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:16:00.194 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:00.197 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:00.199 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-06-01 10:16:00.202 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-06-01 10:16:00.257 | proxy (enabled by site administrator) 2022-06-01 10:16:00.260 | + lib/apache:write_local_proxy_http_config:385 : enable_apache_mod proxy_http 2022-06-01 10:16:00.262 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-06-01 10:16:00.265 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:16:00.268 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:00.270 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:00.272 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-06-01 10:16:00.275 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-06-01 10:16:00.330 | proxy_http (enabled by site administrator) 2022-06-01 10:16:00.334 | + lib/apache:write_local_proxy_http_config:387 : echo 'KeepAlive Off' 2022-06-01 10:16:00.334 | + lib/apache:write_local_proxy_http_config:387 : sudo tee /etc/apache2/sites-available/glance.conf 2022-06-01 10:16:00.344 | KeepAlive Off 2022-06-01 10:16:00.348 | + lib/apache:write_local_proxy_http_config:388 : echo 'SetEnv proxy-sendchunked 1' 2022-06-01 10:16:00.348 | + lib/apache:write_local_proxy_http_config:388 : sudo tee -a /etc/apache2/sites-available/glance.conf 2022-06-01 10:16:00.356 | SetEnv proxy-sendchunked 1 2022-06-01 10:16:00.360 | + lib/apache:write_local_proxy_http_config:389 : echo 'ProxyPass "/image" "http://10.222.0.67:19292" retry=0 ' 2022-06-01 10:16:00.361 | + lib/apache:write_local_proxy_http_config:389 : sudo tee -a /etc/apache2/sites-available/glance.conf 2022-06-01 10:16:00.369 | ProxyPass "/image" "http://10.222.0.67:19292" retry=0 2022-06-01 10:16:00.372 | + lib/apache:write_local_proxy_http_config:390 : enable_apache_site glance 2022-06-01 10:16:00.375 | + lib/apache:enable_apache_site:206 : local site=glance 2022-06-01 10:16:00.378 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-01 10:16:00.380 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-01 10:16:00.382 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:16:00.385 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:00.387 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:00.390 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-01 10:16:00.392 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-01 10:16:00.395 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:00.397 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:00.400 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance 2022-06-01 10:16:00.462 | Site glance already enabled 2022-06-01 10:16:00.467 | + lib/apache:write_local_proxy_http_config:391 : restart_apache_server 2022-06-01 10:16:00.469 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-01 10:16:00.472 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-01 10:16:00.475 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-01 10:16:00.612 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-api.conf DEFAULT bind_host 0.0.0.0 2022-06-01 10:16:00.645 | + lib/glance:configure_glance:371 : iniset /etc/glance/glance-api.conf DEFAULT bind_port 19292 2022-06-01 10:16:00.679 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-api.conf DEFAULT workers 2 2022-06-01 10:16:00.710 | + ./stack.sh:main:892 : is_service_enabled cinder 2022-06-01 10:16:00.727 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:00.730 | + ./stack.sh:main:894 : stack_install_service cinder 2022-06-01 10:16:00.732 | + lib/stack:stack_install_service:20 : local service=cinder 2022-06-01 10:16:00.734 | + lib/stack:stack_install_service:21 : type install_cinder 2022-06-01 10:16:00.737 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-01 10:16:00.739 | + lib/stack:stack_install_service:32 : install_cinder 2022-06-01 10:16:00.742 | + lib/cinder:install_cinder:413 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/victoria 2022-06-01 10:16:00.744 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/cinder.git 2022-06-01 10:16:00.747 | + functions-common:git_clone:526 : local git_dest=/opt/stack/cinder 2022-06-01 10:16:00.750 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-01 10:16:00.752 | + functions-common:git_clone:528 : local orig_dir 2022-06-01 10:16:00.755 | ++ functions-common:git_clone:529 : pwd 2022-06-01 10:16:00.758 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:16:00.760 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:16:00.763 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:16:00.783 | + functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:16:00.785 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:16:00.787 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:00.790 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-01 10:16:00.790 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:16:00.796 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/cinder ]] 2022-06-01 10:16:00.798 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:00.801 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-06-01 10:16:00.814 | + functions-common:git_clone:606 : cd /opt/stack/cinder 2022-06-01 10:16:00.817 | + functions-common:git_clone:607 : git show --oneline 2022-06-01 10:16:00.818 | + functions-common:git_clone:607 : head -1 2022-06-01 10:16:00.821 | 070a0effb Handle the case when tempest fails 2022-06-01 10:16:00.823 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:16:00.826 | + lib/cinder:install_cinder:414 : setup_develop /opt/stack/cinder 2022-06-01 10:16:00.828 | + inc/python:setup_develop:338 : local bindep 2022-06-01 10:16:00.831 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-01 10:16:00.833 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-06-01 10:16:00.836 | + inc/python:setup_develop:344 : local extras= 2022-06-01 10:16:00.838 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-06-01 10:16:00.841 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-01 10:16:00.843 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-01 10:16:00.846 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-06-01 10:16:00.848 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-01 10:16:00.851 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-01 10:16:00.854 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-06-01 10:16:00.857 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-01 10:16:00.860 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-06-01 10:16:00.863 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-01 10:16:00.865 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-01 10:16:00.868 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-06-01 10:16:00.875 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2022-06-01 10:16:00.877 | + 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-01 10:16:01.471 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2022-06-01 10:16:01.474 | + inc/python:setup_package:417 : local bindep=0 2022-06-01 10:16:01.476 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-01 10:16:01.479 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-01 10:16:01.481 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-01 10:16:01.484 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2022-06-01 10:16:01.487 | + inc/python:setup_package:426 : local flags=-e 2022-06-01 10:16:01.489 | + inc/python:setup_package:427 : local extras= 2022-06-01 10:16:01.492 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-01 10:16:01.494 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-01 10:16:01.497 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-01 10:16:01.499 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-01 10:16:01.502 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-01 10:16:01.504 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2022-06-01 10:16:01.525 | Using python 3.8 to install /opt/stack/cinder 2022-06-01 10:16:01.527 | + 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-01 10:16:03.312 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:16:03.312 | 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-01 10:16:03.316 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:03.317 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:03.318 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:16:03.320 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:03.320 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:03.320 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:03.321 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:03.321 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:03.334 | Obtaining file:///opt/stack/cinder 2022-06-01 10:16:05.305 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-01 10:16:07.264 | 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-01 10:16:07.272 | 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-01 10:16:07.280 | 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-01 10:16:07.288 | 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-01 10:16:07.310 | 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-01 10:16:07.323 | 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-01 10:16:07.344 | 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-01 10:16:07.383 | 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-01 10:16:07.397 | 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-01 10:16:07.400 | 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-01 10:16:07.410 | 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-01 10:16:07.424 | 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-01 10:16:07.440 | 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-01 10:16:07.446 | 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-01 10:16:07.449 | 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-01 10:16:07.452 | 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-01 10:16:07.455 | 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-01 10:16:07.466 | 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-01 10:16:07.540 | 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-01 10:16:07.596 | 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-01 10:16:07.607 | 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-01 10:16:07.610 | 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-01 10:16:07.619 | 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-01 10:16:07.645 | 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-01 10:16:07.649 | 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-01 10:16:07.670 | 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-01 10:16:07.706 | 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-01 10:16:07.716 | 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-01 10:16:07.732 | 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-01 10:16:07.738 | 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-01 10:16:07.785 | 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-01 10:16:07.792 | 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-01 10:16:07.833 | 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-01 10:16:07.886 | 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-01 10:16:07.904 | 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-01 10:16:07.921 | 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-01 10:16:07.936 | 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-01 10:16:07.950 | 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-01 10:16:07.955 | 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-01 10:16:07.964 | 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-01 10:16:07.989 | 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-01 10:16:07.996 | 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-01 10:16:08.014 | 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-01 10:16:08.034 | 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-01 10:16:08.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-01 10:16:08.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-01 10:16:08.111 | 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-01 10:16:08.145 | 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-01 10:16:08.148 | 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-01 10:16:08.150 | 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-01 10:16:08.172 | 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-01 10:16:08.174 | 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-01 10:16:08.180 | 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-01 10:16:08.191 | 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-01 10:16:08.193 | 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-01 10:16:08.197 | 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-01 10:16:08.213 | 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-01 10:16:08.218 | 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-01 10:16:08.236 | 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-01 10:16:08.254 | 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-01 10:16:08.273 | 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-01 10:16:08.296 | 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-01 10:16:08.300 | 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-01 10:16:08.307 | 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-01 10:16:08.328 | 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-01 10:16:08.333 | 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-01 10:16:08.337 | 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-01 10:16:08.343 | 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-01 10:16:08.346 | 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-01 10:16:08.349 | 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-01 10:16:08.360 | 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-01 10:16:08.363 | 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-01 10:16:08.366 | 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-01 10:16:08.373 | 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-01 10:16:08.376 | 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-01 10:16:08.382 | 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-01 10:16:08.441 | 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-01 10:16:08.456 | 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-01 10:16:08.464 | 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-01 10:16:08.471 | 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-01 10:16:08.488 | 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-01 10:16:08.568 | 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-01 10:16:08.572 | 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-01 10:16:08.579 | 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-01 10:16:08.583 | 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-01 10:16:08.604 | 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-01 10:16:08.609 | 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-01 10:16:08.617 | 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-01 10:16:08.619 | 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-01 10:16:08.623 | 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-01 10:16:08.626 | 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-01 10:16:08.630 | 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-01 10:16:08.638 | 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-01 10:16:08.661 | 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-01 10:16:08.704 | 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-01 10:16:08.707 | 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-01 10:16:08.712 | 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-01 10:16:08.718 | 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-01 10:16:08.723 | 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-01 10:16:08.730 | 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-01 10:16:08.736 | 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-01 10:16:08.739 | 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-01 10:16:08.747 | 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-01 10:16:08.752 | 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-01 10:16:08.758 | 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-01 10:16:08.800 | 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-01 10:16:08.807 | 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-01 10:16:08.811 | 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-01 10:16:08.822 | 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-01 10:16:08.826 | 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-01 10:16:08.836 | 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-01 10:16:08.850 | 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-01 10:16:08.864 | 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-01 10:16:08.878 | 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-01 10:16:08.881 | 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-01 10:16:08.885 | 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-01 10:16:08.887 | 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-01 10:16:08.892 | 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-01 10:16:08.895 | 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-01 10:16:08.933 | 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-01 10:16:08.938 | 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-01 10:16:08.946 | 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-01 10:16:08.949 | 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-01 10:16:08.952 | 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-01 10:16:08.955 | 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-01 10:16:08.958 | 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-01 10:16:08.963 | 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-01 10:16:08.966 | 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-01 10:16:08.972 | 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-01 10:16:08.977 | 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-01 10:16:08.980 | 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-01 10:16:08.988 | 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-01 10:16:08.991 | 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-01 10:16:08.994 | 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-01 10:16:09.051 | 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-01 10:16:09.055 | 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-01 10:16:09.060 | 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-01 10:16:09.063 | 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-01 10:16:09.067 | 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-01 10:16:10.071 | Installing collected packages: cinder 2022-06-01 10:16:10.071 | Attempting uninstall: cinder 2022-06-01 10:16:10.073 | Found existing installation: cinder 17.4.1.dev1 2022-06-01 10:16:10.077 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-06-01 10:16:10.078 | Running setup.py develop for cinder 2022-06-01 10:16:12.300 | Successfully installed cinder 2022-06-01 10:16:12.441 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:16:12.441 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:16:12.529 | + inc/python:pip_install:200 : result=0 2022-06-01 10:16:12.532 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:16:12.534 | + functions-common:time_stop:2322 : local name 2022-06-01 10:16:12.536 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:16:12.538 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:16:12.541 | + functions-common:time_stop:2325 : local total 2022-06-01 10:16:12.543 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:16:12.545 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:16:12.548 | + functions-common:time_stop:2329 : start_time=1654078561520 2022-06-01 10:16:12.551 | + functions-common:time_stop:2331 : [[ -z 1654078561520 ]] 2022-06-01 10:16:12.553 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:16:12.558 | + functions-common:time_stop:2334 : end_time=1654078572555 2022-06-01 10:16:12.560 | + functions-common:time_stop:2335 : elapsed_time=11035 2022-06-01 10:16:12.563 | + functions-common:time_stop:2336 : total=77755 2022-06-01 10:16:12.565 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:16:12.567 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=88790 2022-06-01 10:16:12.569 | + inc/python:pip_install:203 : return 0 2022-06-01 10:16:12.572 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-01 10:16:12.574 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-01 10:16:12.577 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-01 10:16:12.596 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-01 10:16:12.609 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/cinder 2022-06-01 10:16:12.611 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-06-01 10:16:12.614 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:16:12.616 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:16:12.618 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-06-01 10:16:12.621 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:16:12.624 | + lib/cinder:install_cinder:415 : [[ tgtadm == \t\g\t\a\d\m ]] 2022-06-01 10:16:12.626 | + lib/cinder:install_cinder:416 : install_package tgt 2022-06-01 10:16:12.629 | + functions-common:install_package:1356 : update_package_repo 2022-06-01 10:16:12.631 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:16:12.634 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-01 10:16:12.636 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:16:12.640 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:12.642 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:16:12.645 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:12.647 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:12.650 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:16:12.652 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-01 10:16:12.655 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-01 10:16:12.657 | + functions-common:apt_get_update:1083 : return 2022-06-01 10:16:12.660 | + functions-common:install_package:1357 : real_install_package tgt 2022-06-01 10:16:12.662 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:16:12.665 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:12.667 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:12.670 | + functions-common:real_install_package:1343 : apt_get install tgt 2022-06-01 10:16:12.693 | + 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-01 10:16:12.804 | Reading package lists... 2022-06-01 10:16:13.059 | Building dependency tree... 2022-06-01 10:16:13.061 | Reading state information... 2022-06-01 10:16:13.326 | tgt is already the newest version (1:1.0.79-2ubuntu1). 2022-06-01 10:16:13.326 | The following packages were automatically installed and are no longer required: 2022-06-01 10:16:13.328 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:16:13.328 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:16:13.328 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:16:13.328 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:16:13.328 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:16:13.328 | python3-zope.interface 2022-06-01 10:16:13.328 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:16:13.442 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:16:13.447 | + functions-common:apt_get:1127 : result=0 2022-06-01 10:16:13.450 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:16:13.452 | + functions-common:time_stop:2322 : local name 2022-06-01 10:16:13.455 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:16:13.458 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:16:13.460 | + functions-common:time_stop:2325 : local total 2022-06-01 10:16:13.463 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:16:13.465 | + functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:16:13.468 | + functions-common:time_stop:2329 : start_time=1654078572690 2022-06-01 10:16:13.471 | + functions-common:time_stop:2331 : [[ -z 1654078572690 ]] 2022-06-01 10:16:13.474 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:16:13.478 | + functions-common:time_stop:2334 : end_time=1654078573475 2022-06-01 10:16:13.481 | + functions-common:time_stop:2335 : elapsed_time=785 2022-06-01 10:16:13.484 | + functions-common:time_stop:2336 : total=5441 2022-06-01 10:16:13.486 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:16:13.489 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=6226 2022-06-01 10:16:13.491 | + functions-common:apt_get:1131 : return 0 2022-06-01 10:16:13.494 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-01 10:16:13.496 | + ./stack.sh:main:895 : configure_cinder 2022-06-01 10:16:13.499 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-06-01 10:16:13.511 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2022-06-01 10:16:13.516 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2022-06-01 10:16:13.518 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-06-01 10:16:13.521 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-06-01 10:16:13.524 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-06-01 10:16:13.524 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-06-01 10:16:13.528 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-06-01 10:16:13.531 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-06-01 10:16:13.533 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-06-01 10:16:13.535 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-06-01 10:16:13.538 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-06-01 10:16:13.540 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-06-01 10:16:13.542 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-06-01 10:16:13.544 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-06-01 10:16:13.555 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-06-01 10:16:13.567 | + 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-01 10:16:13.580 | + 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-01 10:16:13.593 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-06-01 10:16:13.605 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-06-01 10:16:13.607 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-06-01 10:16:13.611 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.rqOMC2CoMq 2022-06-01 10:16:13.614 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-06-01 10:16:13.616 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-06-01 10:16:13.618 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-06-01 10:16:13.620 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.rqOMC2CoMq 2022-06-01 10:16:13.625 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.rqOMC2CoMq 2022-06-01 10:16:13.636 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.rqOMC2CoMq /etc/sudoers.d/cinder-rootwrap 2022-06-01 10:16:13.649 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-06-01 10:16:13.653 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-06-01 10:16:13.656 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-06-01 10:16:13.658 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-06-01 10:16:13.660 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-06-01 10:16:13.662 | + 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-01 10:16:13.664 | + 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-01 10:16:13.667 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-06-01 10:16:13.669 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-06-01 10:16:13.674 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-06-01 10:16:13.678 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-06-01 10:16:13.698 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-06-01 10:16:13.718 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-06-01 10:16:13.737 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-06-01 10:16:13.755 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-06-01 10:16:13.775 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-06-01 10:16:13.794 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-06-01 10:16:13.814 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-06-01 10:16:13.833 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-06-01 10:16:13.835 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2022-06-01 10:16:13.838 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2022-06-01 10:16:13.840 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2022-06-01 10:16:13.842 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-06-01 10:16:13.872 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-06-01 10:16:13.900 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.67/identity 2022-06-01 10:16:13.928 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-06-01 10:16:13.955 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-06-01 10:16:13.983 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-06-01 10:16:14.010 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-06-01 10:16:14.038 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-06-01 10:16:14.066 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-01 10:16:14.094 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-06-01 10:16:14.121 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-06-01 10:16:14.152 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2022-06-01 10:16:14.182 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2022-06-01 10:16:14.184 | ++ lib/database:database_connection_url:132 : local db=cinder 2022-06-01 10:16:14.187 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2022-06-01 10:16:14.189 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2022-06-01 10:16:14.192 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-06-01 10:16:14.195 | + 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-01 10:16:14.225 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-06-01 10:16:14.255 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-06-01 10:16:14.284 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-06-01 10:16:14.313 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-06-01 10:16:14.341 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-06-01 10:16:14.370 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-06-01 10:16:14.401 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2022-06-01 10:16:14.403 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.67 2022-06-01 10:16:14.431 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-06-01 10:16:14.464 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2022-06-01 10:16:14.472 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 785d0bee2dccef93289f0f4fae01c799 2022-06-01 10:16:14.499 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2022-06-01 10:16:14.516 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:14.518 | + lib/cinder:configure_cinder:239 : [[ -n lvm:lvmdriver-1 ]] 2022-06-01 10:16:14.521 | + lib/cinder:configure_cinder:240 : local enabled_backends= 2022-06-01 10:16:14.523 | + lib/cinder:configure_cinder:241 : local default_name= 2022-06-01 10:16:14.526 | + lib/cinder:configure_cinder:242 : local be be_name be_type 2022-06-01 10:16:14.528 | + lib/cinder:configure_cinder:243 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-06-01 10:16:14.531 | + lib/cinder:configure_cinder:244 : be_type=lvm 2022-06-01 10:16:14.533 | + lib/cinder:configure_cinder:245 : be_name=lvmdriver-1 2022-06-01 10:16:14.535 | + lib/cinder:configure_cinder:246 : type configure_cinder_backend_lvm 2022-06-01 10:16:14.538 | + lib/cinder:configure_cinder:247 : configure_cinder_backend_lvm lvmdriver-1 2022-06-01 10:16:14.540 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-06-01 10:16:14.543 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-06-01 10:16:14.573 | + 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-01 10:16:14.604 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-06-01 10:16:14.632 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper tgtadm 2022-06-01 10:16:14.662 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-06-01 10:16:14.690 | + lib/cinder:configure_cinder:249 : [[ -z '' ]] 2022-06-01 10:16:14.693 | + lib/cinder:configure_cinder:250 : default_name=lvmdriver-1 2022-06-01 10:16:14.695 | + lib/cinder:configure_cinder:252 : enabled_backends+=lvmdriver-1, 2022-06-01 10:16:14.697 | + lib/cinder:configure_cinder:254 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-06-01 10:16:14.727 | + lib/cinder:configure_cinder:257 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-06-01 10:16:14.755 | + lib/cinder:configure_cinder:258 : [[ -n lvmdriver-1 ]] 2022-06-01 10:16:14.757 | + lib/cinder:configure_cinder:259 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-06-01 10:16:14.785 | + lib/cinder:configure_cinder:261 : configure_cinder_image_volume_cache 2022-06-01 10:16:14.788 | + lib/cinder:configure_cinder_image_volume_cache:558 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-06-01 10:16:14.790 | + lib/cinder:configure_cinder_image_volume_cache:559 : local be_name=lvmdriver-1 2022-06-01 10:16:14.793 | + lib/cinder:configure_cinder_image_volume_cache:561 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-06-01 10:16:14.822 | + lib/cinder:configure_cinder_image_volume_cache:563 : [[ -n '' ]] 2022-06-01 10:16:14.824 | + lib/cinder:configure_cinder_image_volume_cache:567 : [[ -n '' ]] 2022-06-01 10:16:14.827 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2022-06-01 10:16:14.844 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:14.846 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.67:8080/v1/AUTH_ 2022-06-01 10:16:14.875 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2022-06-01 10:16:14.892 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:14.894 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2022-06-01 10:16:14.911 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:14.914 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2022-06-01 10:16:14.917 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-06-01 10:16:14.920 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-06-01 10:16:14.923 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-06-01 10:16:14.925 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-01 10:16:14.928 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-01 10:16:14.930 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-01 10:16:14.947 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:14.950 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-01 10:16:14.953 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-01 10:16:14.955 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-01 10:16:14.971 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:14.974 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:16:14.977 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:16:15.005 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-01 10:16:15.007 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-01 10:16:15.010 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2022-06-01 10:16:15.012 | + functions:setup_logging:698 : setup_systemd_logging /etc/cinder/cinder.conf 2022-06-01 10:16:15.015 | + functions:setup_systemd_logging:713 : local conf_file=/etc/cinder/cinder.conf 2022-06-01 10:16:15.018 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-01 10:16:15.036 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-01 10:16:15.038 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-01 10:16:15.041 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-01 10:16:15.043 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-01 10:16:15.046 | + 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-01 10:16:15.074 | + 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-01 10:16:15.103 | + 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-01 10:16:15.131 | + functions:setup_systemd_logging:730 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-01 10:16:15.160 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-06-01 10:16:15.162 | + lib/apache:write_uwsgi_config:257 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-06-01 10:16:15.165 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/cinder-wsgi 2022-06-01 10:16:15.167 | + lib/apache:write_uwsgi_config:259 : local url=/volume 2022-06-01 10:16:15.169 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-01 10:16:15.172 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-01 10:16:15.175 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/cinder-wsgi 2022-06-01 10:16:15.179 | + lib/apache:write_uwsgi_config:262 : name=cinder-wsgi 2022-06-01 10:16:15.181 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-01 10:16:15.184 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-01 10:16:15.197 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-01 10:16:15.197 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:16:15.206 | d /var/run/uwsgi 0755 ubuntu root 2022-06-01 10:16:15.209 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:16:15.225 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-06-01 10:16:15.228 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-06-01 10:16:15.231 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-06-01 10:16:15.260 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-06-01 10:16:15.288 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-06-01 10:16:15.316 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-06-01 10:16:15.347 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-06-01 10:16:15.375 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-01 10:16:15.403 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-06-01 10:16:15.430 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-06-01 10:16:15.459 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-06-01 10:16:15.487 | + 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-01 10:16:15.515 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-06-01 10:16:15.542 | + lib/apache:write_uwsgi_config:297 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-01 10:16:15.570 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-06-01 10:16:15.598 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-01 10:16:15.601 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-01 10:16:15.604 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for cinder-wsgi 2022-06-01 10:16:15.606 | ++ lib/apache:apache_site_config_for:189 : local site=cinder-wsgi 2022-06-01 10:16:15.608 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-01 10:16:15.611 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:15.613 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:15.616 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-06-01 10:16:15.619 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-06-01 10:16:15.621 | + lib/apache:write_uwsgi_config:307 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-06-01 10:16:15.650 | + lib/apache:write_uwsgi_config:308 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-06-01 10:16:15.678 | + 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-01 10:16:15.679 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-06-01 10:16:15.688 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-06-01 10:16:15.691 | + lib/apache:write_uwsgi_config:310 : enable_apache_site cinder-wsgi 2022-06-01 10:16:15.694 | + lib/apache:enable_apache_site:206 : local site=cinder-wsgi 2022-06-01 10:16:15.696 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-01 10:16:15.698 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-01 10:16:15.701 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:16:15.703 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:15.706 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:15.708 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-01 10:16:15.710 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-01 10:16:15.713 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:15.715 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:15.718 | + lib/apache:enable_apache_site:210 : sudo a2ensite cinder-wsgi 2022-06-01 10:16:15.781 | Enabling site cinder-wsgi. 2022-06-01 10:16:15.786 | To activate the new configuration, you need to run: 2022-06-01 10:16:15.786 | systemctl reload apache2 2022-06-01 10:16:15.790 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-01 10:16:15.793 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-01 10:16:15.795 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-01 10:16:15.798 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-01 10:16:15.936 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-06-01 10:16:15.938 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-06-01 10:16:15.971 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.67/image 2022-06-01 10:16:16.000 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2022-06-01 10:16:16.017 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:16.020 | + lib/cinder:configure_cinder:315 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-06-01 10:16:16.022 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2022-06-01 10:16:16.025 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2022-06-01 10:16:16.027 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2022-06-01 10:16:16.030 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-06-01 10:16:16.061 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2022-06-01 10:16:16.089 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.67/identity 2022-06-01 10:16:16.117 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2022-06-01 10:16:16.146 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-06-01 10:16:16.175 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-06-01 10:16:16.203 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2022-06-01 10:16:16.231 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-06-01 10:16:16.261 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-06-01 10:16:16.290 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-06-01 10:16:16.318 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-06-01 10:16:16.348 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-06-01 10:16:16.377 | + lib/cinder:configure_cinder:319 : [[ ! -z '' ]] 2022-06-01 10:16:16.379 | + lib/cinder:configure_cinder:321 : is_service_enabled etcd3 2022-06-01 10:16:16.395 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:16.398 | + lib/cinder:configure_cinder:322 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.67:2379 2022-06-01 10:16:16.430 | + ./stack.sh:main:898 : is_service_enabled neutron 2022-06-01 10:16:16.447 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:16.450 | + ./stack.sh:main:900 : stack_install_service neutron 2022-06-01 10:16:16.453 | + lib/stack:stack_install_service:20 : local service=neutron 2022-06-01 10:16:16.455 | + lib/stack:stack_install_service:21 : type install_neutron 2022-06-01 10:16:16.458 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-01 10:16:16.460 | + lib/stack:stack_install_service:32 : install_neutron 2022-06-01 10:16:16.463 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2022-06-01 10:16:16.466 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-01 10:16:16.468 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-06-01 10:16:16.473 | + 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-01 10:16:16.476 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-01 10:16:16.478 | + 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-01 10:16:16.481 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-06-01 10:16:16.485 | + lib/neutron:install_neutron:659 : install_mutnauq 2022-06-01 10:16:16.487 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2022-06-01 10:16:16.490 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-06-01 10:16:16.492 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:16:16.495 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:16:16.497 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-06-01 10:16:16.500 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:16:16.503 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/victoria 2022-06-01 10:16:16.505 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/neutron.git 2022-06-01 10:16:16.507 | + functions-common:git_clone:526 : local git_dest=/opt/stack/neutron 2022-06-01 10:16:16.509 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-01 10:16:16.512 | + functions-common:git_clone:528 : local orig_dir 2022-06-01 10:16:16.515 | ++ functions-common:git_clone:529 : pwd 2022-06-01 10:16:16.518 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:16:16.520 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:16:16.523 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:16:16.540 | + functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:16:16.542 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:16:16.545 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:16.548 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-01 10:16:16.548 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:16:16.554 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/neutron ]] 2022-06-01 10:16:16.556 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:16.559 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-06-01 10:16:16.572 | + functions-common:git_clone:606 : cd /opt/stack/neutron 2022-06-01 10:16:16.575 | + functions-common:git_clone:607 : git show --oneline 2022-06-01 10:16:16.577 | + functions-common:git_clone:607 : head -1 2022-06-01 10:16:16.590 | bca80bfbfb [OVN] Add baremetal support with Neutron DHCP agent 2022-06-01 10:16:16.594 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:16:16.596 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2022-06-01 10:16:16.599 | + inc/python:setup_develop:338 : local bindep 2022-06-01 10:16:16.601 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-01 10:16:16.604 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-06-01 10:16:16.606 | + inc/python:setup_develop:344 : local extras= 2022-06-01 10:16:16.609 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-06-01 10:16:16.612 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-01 10:16:16.614 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-01 10:16:16.617 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-06-01 10:16:16.619 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-01 10:16:16.622 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-01 10:16:16.625 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-06-01 10:16:16.628 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-01 10:16:16.631 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-06-01 10:16:16.633 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-01 10:16:16.635 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-01 10:16:16.639 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-06-01 10:16:16.645 | + inc/python:_setup_package_with_constraints_edit:383 : name=neutron 2022-06-01 10:16:16.647 | + 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-01 10:16:17.240 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/neutron -e 2022-06-01 10:16:17.242 | + inc/python:setup_package:417 : local bindep=0 2022-06-01 10:16:17.245 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-01 10:16:17.247 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-01 10:16:17.250 | + inc/python:setup_package:420 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-01 10:16:17.252 | + inc/python:setup_package:425 : local project_dir=/opt/stack/neutron 2022-06-01 10:16:17.255 | + inc/python:setup_package:426 : local flags=-e 2022-06-01 10:16:17.257 | + inc/python:setup_package:427 : local extras= 2022-06-01 10:16:17.259 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-01 10:16:17.262 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-01 10:16:17.265 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-01 10:16:17.267 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-01 10:16:17.270 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-01 10:16:17.272 | + inc/python:setup_package:445 : pip_install -e /opt/stack/neutron 2022-06-01 10:16:17.292 | Using python 3.8 to install /opt/stack/neutron 2022-06-01 10:16:17.295 | + 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-01 10:16:19.099 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:16:19.099 | 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-01 10:16:19.104 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:19.104 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:19.106 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:16:19.108 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:19.108 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:19.109 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:19.109 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:19.109 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:19.122 | Obtaining file:///opt/stack/neutron 2022-06-01 10:16:21.209 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-01 10:16:23.355 | 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-01 10:16:23.363 | 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-01 10:16:23.366 | 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-01 10:16:23.375 | 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-01 10:16:23.383 | 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-01 10:16:23.391 | 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-01 10:16:23.412 | 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-01 10:16:23.427 | 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-01 10:16:23.436 | 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-01 10:16:23.444 | 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-01 10:16:23.447 | 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-01 10:16:23.457 | 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-01 10:16:23.463 | 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-01 10:16:23.466 | 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-01 10:16:23.469 | 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-01 10:16:23.536 | 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-01 10:16:23.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-01 10:16:23.596 | 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-01 10:16:23.601 | 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-01 10:16:23.604 | 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-01 10:16:23.645 | 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-01 10:16:23.673 | 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-01 10:16:23.691 | 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-01 10:16:23.696 | 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-01 10:16:23.701 | 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-01 10:16:23.724 | 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-01 10:16:23.742 | 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-01 10:16:23.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-01 10:16:23.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-01 10:16:23.804 | 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-01 10:16:23.811 | 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-01 10:16:23.857 | 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-01 10:16:23.864 | 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-01 10:16:23.903 | 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-01 10:16:23.956 | 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-01 10:16:23.974 | 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-01 10:16:23.990 | 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-01 10:16:24.005 | 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-01 10:16:24.020 | 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-01 10:16:24.024 | 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-01 10:16:24.034 | 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-01 10:16:24.058 | 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-01 10:16:24.066 | 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-01 10:16:24.084 | 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-01 10:16:24.103 | 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-01 10:16:24.149 | 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-01 10:16:24.154 | 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-01 10:16:24.163 | 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-01 10:16:24.170 | 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-01 10:16:24.205 | 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-01 10:16:24.208 | 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-01 10:16:24.217 | 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-01 10:16:24.220 | 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-01 10:16:24.241 | 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-01 10:16:24.255 | 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-01 10:16:24.266 | 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-01 10:16:24.269 | 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-01 10:16:24.272 | 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-01 10:16:24.278 | 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-01 10:16:24.283 | 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-01 10:16:24.303 | 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-01 10:16:24.306 | 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-01 10:16:24.325 | 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-01 10:16:24.352 | 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-01 10:16:24.369 | 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-01 10:16:24.375 | 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-01 10:16:24.384 | 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-01 10:16:24.405 | 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-01 10:16:24.408 | 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-01 10:16:24.412 | 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-01 10:16:24.415 | 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-01 10:16:24.418 | 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-01 10:16:24.422 | 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-01 10:16:24.426 | 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-01 10:16:24.436 | 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-01 10:16:24.439 | 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-01 10:16:24.443 | 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-01 10:16:24.450 | 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-01 10:16:24.464 | 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-01 10:16:24.474 | 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-01 10:16:24.479 | 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-01 10:16:24.497 | 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-01 10:16:24.516 | 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-01 10:16:24.573 | 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-01 10:16:24.577 | 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-01 10:16:24.584 | 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-01 10:16:24.605 | 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-01 10:16:24.609 | 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-01 10:16:24.612 | 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-01 10:16:24.615 | 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-01 10:16:24.623 | 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-01 10:16:24.631 | 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-01 10:16:24.634 | 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-01 10:16:24.700 | 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-01 10:16:24.704 | 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-01 10:16:24.707 | 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-01 10:16:24.710 | 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-01 10:16:24.733 | 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-01 10:16:24.738 | 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-01 10:16:24.744 | 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-01 10:16:24.747 | 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-01 10:16:24.752 | 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-01 10:16:24.757 | 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-01 10:16:24.760 | 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-01 10:16:24.802 | 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-01 10:16:24.806 | 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-01 10:16:24.811 | 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-01 10:16:24.822 | 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-01 10:16:24.832 | 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-01 10:16:24.845 | 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-01 10:16:24.847 | 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-01 10:16:24.870 | 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-01 10:16:24.885 | 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-01 10:16:24.900 | 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-01 10:16:24.911 | 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-01 10:16:24.915 | 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-01 10:16:24.919 | 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-01 10:16:24.922 | 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-01 10:16:24.925 | 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-01 10:16:24.928 | 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-01 10:16:24.930 | 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-01 10:16:24.933 | 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-01 10:16:24.936 | 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-01 10:16:24.939 | 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-01 10:16:24.942 | 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-01 10:16:24.945 | 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-01 10:16:24.948 | 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-01 10:16:24.956 | 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-01 10:16:24.969 | 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-01 10:16:25.024 | 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-01 10:16:25.030 | 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-01 10:16:25.074 | 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-01 10:16:25.080 | 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-01 10:16:25.083 | 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-01 10:16:25.115 | 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-01 10:16:26.097 | Installing collected packages: neutron 2022-06-01 10:16:26.097 | Attempting uninstall: neutron 2022-06-01 10:16:26.099 | Found existing installation: neutron 17.4.2.dev8 2022-06-01 10:16:26.108 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-06-01 10:16:26.109 | Running setup.py develop for neutron 2022-06-01 10:16:28.511 | Successfully installed neutron 2022-06-01 10:16:28.652 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:16:28.652 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:16:28.741 | + inc/python:pip_install:200 : result=0 2022-06-01 10:16:28.744 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:16:28.746 | + functions-common:time_stop:2322 : local name 2022-06-01 10:16:28.748 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:16:28.750 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:16:28.753 | + functions-common:time_stop:2325 : local total 2022-06-01 10:16:28.755 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:16:28.757 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:16:28.759 | + functions-common:time_stop:2329 : start_time=1654078577287 2022-06-01 10:16:28.761 | + functions-common:time_stop:2331 : [[ -z 1654078577287 ]] 2022-06-01 10:16:28.765 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:16:28.769 | + functions-common:time_stop:2334 : end_time=1654078588766 2022-06-01 10:16:28.771 | + functions-common:time_stop:2335 : elapsed_time=11479 2022-06-01 10:16:28.774 | + functions-common:time_stop:2336 : total=88790 2022-06-01 10:16:28.776 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:16:28.778 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=100269 2022-06-01 10:16:28.781 | + inc/python:pip_install:203 : return 0 2022-06-01 10:16:28.784 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-01 10:16:28.786 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-01 10:16:28.789 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-01 10:16:28.808 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-01 10:16:28.820 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/neutron 2022-06-01 10:16:28.822 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-06-01 10:16:28.825 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:16:28.828 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:16:28.830 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-06-01 10:16:28.833 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:16:28.835 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2022-06-01 10:16:28.838 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-01 10:16:28.840 | + ./stack.sh:main:903 : is_service_enabled nova 2022-06-01 10:16:28.858 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:28.860 | + ./stack.sh:main:905 : stack_install_service nova 2022-06-01 10:16:28.863 | + lib/stack:stack_install_service:20 : local service=nova 2022-06-01 10:16:28.865 | + lib/stack:stack_install_service:21 : type install_nova 2022-06-01 10:16:28.868 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-01 10:16:28.870 | + lib/stack:stack_install_service:32 : install_nova 2022-06-01 10:16:28.873 | + lib/nova:install_nova:802 : use_library_from_git os-vif 2022-06-01 10:16:28.876 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-06-01 10:16:28.878 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:16:28.881 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:16:28.883 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-06-01 10:16:28.885 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:16:28.888 | + lib/nova:install_nova:807 : is_service_enabled n-cpu 2022-06-01 10:16:28.905 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:28.908 | + lib/nova:install_nova:811 : is_service_enabled n-novnc 2022-06-01 10:16:28.924 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:28.926 | + lib/nova:install_nova:823 : is_service_enabled n-spice 2022-06-01 10:16:28.943 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:28.946 | + lib/nova:install_nova:835 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/victoria 2022-06-01 10:16:28.948 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/nova.git 2022-06-01 10:16:28.950 | + functions-common:git_clone:526 : local git_dest=/opt/stack/nova 2022-06-01 10:16:28.953 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-01 10:16:28.955 | + functions-common:git_clone:528 : local orig_dir 2022-06-01 10:16:28.958 | ++ functions-common:git_clone:529 : pwd 2022-06-01 10:16:28.960 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:16:28.963 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:16:28.965 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:16:28.981 | + functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:16:28.983 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:16:28.985 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:28.988 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-01 10:16:28.988 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:16:28.993 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/nova ]] 2022-06-01 10:16:28.996 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:28.998 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/nova 2022-06-01 10:16:29.011 | + functions-common:git_clone:606 : cd /opt/stack/nova 2022-06-01 10:16:29.015 | + functions-common:git_clone:607 : git show --oneline 2022-06-01 10:16:29.015 | + functions-common:git_clone:607 : head -1 2022-06-01 10:16:29.018 | bb40858249 Merge commit 'refs/changes/52/842952/2' of ssh://review.openstack.org:29418/openstack/nova into HEAD 2022-06-01 10:16:29.021 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:16:29.024 | + lib/nova:install_nova:836 : setup_develop /opt/stack/nova 2022-06-01 10:16:29.026 | + inc/python:setup_develop:338 : local bindep 2022-06-01 10:16:29.028 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-06-01 10:16:29.031 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-06-01 10:16:29.033 | + inc/python:setup_develop:344 : local extras= 2022-06-01 10:16:29.035 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-06-01 10:16:29.038 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-01 10:16:29.040 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-06-01 10:16:29.043 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-06-01 10:16:29.045 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-01 10:16:29.048 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-01 10:16:29.051 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-06-01 10:16:29.054 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-01 10:16:29.057 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-06-01 10:16:29.059 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-01 10:16:29.062 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-01 10:16:29.065 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-06-01 10:16:29.071 | + inc/python:_setup_package_with_constraints_edit:383 : name=nova 2022-06-01 10:16:29.074 | + 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-01 10:16:29.674 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/nova -e 2022-06-01 10:16:29.676 | + inc/python:setup_package:417 : local bindep=0 2022-06-01 10:16:29.678 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-01 10:16:29.681 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-01 10:16:29.683 | + inc/python:setup_package:420 : [[ /opt/stack/nova == -bindep* ]] 2022-06-01 10:16:29.686 | + inc/python:setup_package:425 : local project_dir=/opt/stack/nova 2022-06-01 10:16:29.688 | + inc/python:setup_package:426 : local flags=-e 2022-06-01 10:16:29.690 | + inc/python:setup_package:427 : local extras= 2022-06-01 10:16:29.693 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-01 10:16:29.695 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-01 10:16:29.697 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-01 10:16:29.700 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-01 10:16:29.702 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-01 10:16:29.704 | + inc/python:setup_package:445 : pip_install -e /opt/stack/nova 2022-06-01 10:16:29.726 | Using python 3.8 to install /opt/stack/nova 2022-06-01 10:16:29.729 | + 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-01 10:16:31.705 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:16:31.705 | 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-01 10:16:31.710 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:31.710 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:31.712 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:16:31.714 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:31.714 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:31.714 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:31.715 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:31.715 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:31.730 | Obtaining file:///opt/stack/nova 2022-06-01 10:16:34.795 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-01 10:16:37.916 | 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-01 10:16:37.924 | 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-01 10:16:37.927 | 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-01 10:16:37.935 | 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-01 10:16:37.944 | 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-01 10:16:37.947 | 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-01 10:16:37.955 | 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-01 10:16:37.976 | 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-01 10:16:37.990 | 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-01 10:16:38.009 | 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-01 10:16:38.048 | 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-01 10:16:38.062 | 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-01 10:16:38.065 | 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-01 10:16:38.075 | 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-01 10:16:38.081 | 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-01 10:16:38.083 | 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-01 10:16:38.086 | 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-01 10:16:38.099 | 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-01 10:16:38.162 | 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-01 10:16:38.218 | 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-01 10:16:38.229 | 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-01 10:16:38.234 | 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-01 10:16:38.237 | 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-01 10:16:38.241 | 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-01 10:16:38.245 | 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-01 10:16:38.271 | 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-01 10:16:38.296 | 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-01 10:16:38.300 | 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-01 10:16:38.305 | 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-01 10:16:38.309 | 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-01 10:16:38.333 | 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-01 10:16:38.354 | 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-01 10:16:38.371 | 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-01 10:16:38.406 | 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-01 10:16:38.417 | 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-01 10:16:38.432 | 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-01 10:16:38.439 | 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-01 10:16:38.485 | 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-01 10:16:38.491 | 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-01 10:16:38.531 | 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-01 10:16:38.584 | 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-01 10:16:38.603 | 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-01 10:16:38.619 | 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-01 10:16:38.635 | 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-01 10:16:38.649 | 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-01 10:16:38.653 | 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-01 10:16:38.663 | 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-01 10:16:38.687 | 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-01 10:16:38.695 | 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-01 10:16:38.713 | 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-01 10:16:38.733 | 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-01 10:16:38.742 | 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-01 10:16:38.748 | 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-01 10:16:38.784 | 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-01 10:16:38.787 | 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-01 10:16:38.789 | 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-01 10:16:38.812 | 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-01 10:16:38.823 | 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-01 10:16:38.826 | 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-01 10:16:38.830 | 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-01 10:16:38.855 | 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-01 10:16:38.861 | 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-01 10:16:38.878 | 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-01 10:16:38.896 | 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-01 10:16:38.901 | 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-01 10:16:38.918 | 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-01 10:16:38.937 | 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-01 10:16:38.964 | 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-01 10:16:38.968 | 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-01 10:16:38.975 | 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-01 10:16:38.995 | 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-01 10:16:38.998 | 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-01 10:16:39.003 | 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-01 10:16:39.007 | 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-01 10:16:39.010 | 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-01 10:16:39.014 | 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-01 10:16:39.025 | 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-01 10:16:39.028 | 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-01 10:16:39.031 | 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-01 10:16:39.038 | 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-01 10:16:39.095 | 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-01 10:16:39.111 | 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-01 10:16:39.120 | 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-01 10:16:39.126 | 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-01 10:16:39.143 | 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-01 10:16:39.223 | 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-01 10:16:39.226 | 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-01 10:16:39.234 | 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-01 10:16:39.255 | 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-01 10:16:39.259 | 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-01 10:16:39.266 | 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-01 10:16:39.270 | 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-01 10:16:39.273 | 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-01 10:16:39.276 | 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-01 10:16:39.290 | 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-01 10:16:39.294 | 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-01 10:16:39.302 | 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-01 10:16:39.308 | 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-01 10:16:39.313 | 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-01 10:16:39.318 | 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-01 10:16:39.321 | 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-01 10:16:39.342 | 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-01 10:16:39.349 | 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-01 10:16:39.354 | 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-01 10:16:39.360 | 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-01 10:16:39.369 | 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-01 10:16:39.372 | 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-01 10:16:39.413 | 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-01 10:16:39.417 | 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-01 10:16:39.421 | 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-01 10:16:39.432 | 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-01 10:16:39.437 | 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-01 10:16:39.447 | 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-01 10:16:39.460 | 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-01 10:16:39.463 | 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-01 10:16:39.469 | 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-01 10:16:39.483 | 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-01 10:16:39.497 | 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-01 10:16:39.512 | 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-01 10:16:39.516 | 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-01 10:16:39.519 | 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-01 10:16:39.522 | 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-01 10:16:39.526 | 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-01 10:16:39.528 | 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-01 10:16:39.566 | 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-01 10:16:39.574 | 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-01 10:16:39.579 | 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-01 10:16:39.582 | 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-01 10:16:39.585 | 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-01 10:16:39.587 | 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-01 10:16:39.590 | 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-01 10:16:39.594 | 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-01 10:16:39.603 | 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-01 10:16:39.606 | 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-01 10:16:39.610 | 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-01 10:16:39.613 | 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-01 10:16:39.620 | 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-01 10:16:39.623 | 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-01 10:16:39.626 | 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-01 10:16:39.682 | 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-01 10:16:39.715 | 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-01 10:16:39.719 | 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-01 10:16:39.724 | 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-01 10:16:39.727 | 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-01 10:16:40.723 | Installing collected packages: nova 2022-06-01 10:16:40.723 | Attempting uninstall: nova 2022-06-01 10:16:40.724 | Found existing installation: nova 22.4.1.dev5 2022-06-01 10:16:40.729 | Can't uninstall 'nova'. No files were found to uninstall. 2022-06-01 10:16:40.730 | Running setup.py develop for nova 2022-06-01 10:16:44.080 | Successfully installed nova 2022-06-01 10:16:44.221 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:16:44.222 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:16:44.310 | + inc/python:pip_install:200 : result=0 2022-06-01 10:16:44.312 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:16:44.315 | + functions-common:time_stop:2322 : local name 2022-06-01 10:16:44.317 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:16:44.319 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:16:44.321 | + functions-common:time_stop:2325 : local total 2022-06-01 10:16:44.323 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:16:44.326 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:16:44.328 | + functions-common:time_stop:2329 : start_time=1654078589721 2022-06-01 10:16:44.330 | + functions-common:time_stop:2331 : [[ -z 1654078589721 ]] 2022-06-01 10:16:44.333 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:16:44.338 | + functions-common:time_stop:2334 : end_time=1654078604335 2022-06-01 10:16:44.340 | + functions-common:time_stop:2335 : elapsed_time=14614 2022-06-01 10:16:44.343 | + functions-common:time_stop:2336 : total=100269 2022-06-01 10:16:44.345 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:16:44.348 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=114883 2022-06-01 10:16:44.350 | + inc/python:pip_install:203 : return 0 2022-06-01 10:16:44.353 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-01 10:16:44.355 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-01 10:16:44.358 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-01 10:16:44.377 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-01 10:16:44.388 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/nova 2022-06-01 10:16:44.391 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-06-01 10:16:44.394 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:16:44.396 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:16:44.398 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-06-01 10:16:44.401 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:16:44.403 | + 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-01 10:16:44.417 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-01 10:16:44.419 | + ./stack.sh:main:906 : configure_nova 2022-06-01 10:16:44.422 | + lib/nova:configure_nova:236 : sudo install -d -o ubuntu /etc/nova 2022-06-01 10:16:44.435 | + lib/nova:configure_nova:238 : configure_rootwrap nova 2022-06-01 10:16:44.437 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-06-01 10:16:44.440 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-06-01 10:16:44.443 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-06-01 10:16:44.444 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-06-01 10:16:44.449 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-06-01 10:16:44.451 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-06-01 10:16:44.453 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-06-01 10:16:44.456 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-06-01 10:16:44.458 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-06-01 10:16:44.461 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-06-01 10:16:44.463 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-06-01 10:16:44.466 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-06-01 10:16:44.477 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-06-01 10:16:44.490 | + 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-01 10:16:44.503 | + 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-01 10:16:44.515 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-06-01 10:16:44.527 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-06-01 10:16:44.530 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-06-01 10:16:44.535 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.bHSOY74Xvh 2022-06-01 10:16:44.538 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-06-01 10:16:44.540 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-06-01 10:16:44.543 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-06-01 10:16:44.545 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-06-01 10:16:44.547 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-06-01 10:16:44.551 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.bHSOY74Xvh 2022-06-01 10:16:44.554 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.bHSOY74Xvh 2022-06-01 10:16:44.567 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.bHSOY74Xvh /etc/sudoers.d/nova-rootwrap 2022-06-01 10:16:44.579 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-06-01 10:16:44.584 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-06-01 10:16:44.587 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-06-01 10:16:44.589 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-06-01 10:16:44.592 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-06-01 10:16:44.594 | + 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-01 10:16:44.597 | + 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-01 10:16:44.600 | + 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-01 10:16:44.602 | + lib/nova:configure_nova:242 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-06-01 10:16:44.608 | + lib/nova:configure_nova:245 : is_service_enabled n-cpu 2022-06-01 10:16:44.625 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:44.627 | + lib/nova:configure_nova:323 : create_nova_conf 2022-06-01 10:16:44.629 | + lib/nova:create_nova_conf:390 : rm -f /opt/stack/nova/bin/nova.conf 2022-06-01 10:16:44.633 | + lib/nova:create_nova_conf:393 : rm -f /etc/nova/nova.conf 2022-06-01 10:16:44.637 | + lib/nova:create_nova_conf:394 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-06-01 10:16:44.665 | + lib/nova:create_nova_conf:395 : '[' True == True ']' 2022-06-01 10:16:44.668 | + lib/nova:create_nova_conf:396 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-06-01 10:16:44.694 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-06-01 10:16:44.725 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-06-01 10:16:44.751 | + 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-01 10:16:44.781 | + lib/nova:create_nova_conf:401 : iniset /etc/nova/nova.conf scheduler workers 2 2022-06-01 10:16:44.813 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-06-01 10:16:44.842 | + lib/nova:create_nova_conf:403 : [[ 4 == 6 ]] 2022-06-01 10:16:44.844 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.67 2022-06-01 10:16:44.871 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-06-01 10:16:44.898 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-06-01 10:16:44.926 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-06-01 10:16:44.952 | + lib/nova:create_nova_conf:411 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-06-01 10:16:44.979 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-06-01 10:16:45.009 | + lib/nova:create_nova_conf:415 : is_fedora 2022-06-01 10:16:45.011 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-06-01 10:16:45.013 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-06-01 10:16:45.015 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-06-01 10:16:45.018 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-01 10:16:45.020 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-01 10:16:45.022 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-06-01 10:16:45.024 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-06-01 10:16:45.026 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-06-01 10:16:45.029 | + lib/nova:create_nova_conf:415 : is_suse 2022-06-01 10:16:45.031 | + functions-common:is_suse:464 : is_opensuse 2022-06-01 10:16:45.033 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-01 10:16:45.036 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-01 10:16:45.038 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-01 10:16:45.040 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-01 10:16:45.042 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-01 10:16:45.044 | + lib/nova:create_nova_conf:424 : is_service_enabled n-api n-cond n-sched 2022-06-01 10:16:45.061 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:45.063 | + lib/nova:create_nova_conf:428 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-01 10:16:45.065 | + lib/nova:create_nova_conf:431 : local db=nova_cell0 2022-06-01 10:16:45.067 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-06-01 10:16:45.094 | ++ lib/nova:create_nova_conf:437 : database_connection_url nova_cell0 2022-06-01 10:16:45.097 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2022-06-01 10:16:45.100 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2022-06-01 10:16:45.102 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2022-06-01 10:16:45.104 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-06-01 10:16:45.107 | + 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-01 10:16:45.137 | ++ lib/nova:create_nova_conf:438 : database_connection_url nova_api 2022-06-01 10:16:45.139 | ++ lib/database:database_connection_url:132 : local db=nova_api 2022-06-01 10:16:45.142 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2022-06-01 10:16:45.144 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2022-06-01 10:16:45.146 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-06-01 10:16:45.149 | + 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-01 10:16:45.179 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf cache enabled True 2022-06-01 10:16:45.209 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-06-01 10:16:45.236 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-06-01 10:16:45.263 | + lib/nova:create_nova_conf:448 : is_service_enabled n-api 2022-06-01 10:16:45.279 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:45.281 | + lib/nova:create_nova_conf:449 : is_service_enabled n-api-meta 2022-06-01 10:16:45.297 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:45.301 | ++ lib/nova:create_nova_conf:451 : echo osapi_compute,metadata 2022-06-01 10:16:45.301 | ++ lib/nova:create_nova_conf:451 : sed s/,metadata// 2022-06-01 10:16:45.306 | + lib/nova:create_nova_conf:451 : NOVA_ENABLED_APIS=osapi_compute 2022-06-01 10:16:45.309 | + lib/nova:create_nova_conf:453 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-06-01 10:16:45.336 | + lib/nova:create_nova_conf:454 : is_service_enabled tls-proxy 2022-06-01 10:16:45.352 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:45.354 | + lib/nova:create_nova_conf:460 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-06-01 10:16:45.357 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2022-06-01 10:16:45.359 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2022-06-01 10:16:45.361 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2022-06-01 10:16:45.364 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-06-01 10:16:45.395 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-06-01 10:16:45.422 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.67/identity 2022-06-01 10:16:45.449 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-06-01 10:16:45.476 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-06-01 10:16:45.504 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-06-01 10:16:45.531 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-06-01 10:16:45.559 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-06-01 10:16:45.587 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-01 10:16:45.615 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-06-01 10:16:45.646 | + lib/nova:create_nova_conf:463 : is_service_enabled cinder 2022-06-01 10:16:45.662 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:45.665 | + lib/nova:create_nova_conf:464 : configure_cinder_access 2022-06-01 10:16:45.667 | + lib/nova:configure_cinder_access:585 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-06-01 10:16:45.697 | + lib/nova:configure_cinder_access:586 : iniset /etc/nova/nova.conf cinder auth_type password 2022-06-01 10:16:45.728 | + lib/nova:configure_cinder_access:587 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.67/identity 2022-06-01 10:16:45.757 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder username nova 2022-06-01 10:16:45.785 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-06-01 10:16:45.812 | + lib/nova:configure_cinder_access:596 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-06-01 10:16:45.841 | + lib/nova:configure_cinder_access:597 : iniset /etc/nova/nova.conf cinder project_name service 2022-06-01 10:16:45.867 | + lib/nova:configure_cinder_access:598 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-06-01 10:16:45.895 | + lib/nova:configure_cinder_access:599 : is_service_enabled tls-proxy 2022-06-01 10:16:45.911 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:45.913 | + lib/nova:create_nova_conf:467 : '[' -n /opt/stack/data/nova ']' 2022-06-01 10:16:45.916 | + lib/nova:create_nova_conf:468 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-06-01 10:16:45.943 | + lib/nova:create_nova_conf:469 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-06-01 10:16:45.973 | + lib/nova:create_nova_conf:471 : '[' -n /opt/stack/data/nova/instances ']' 2022-06-01 10:16:45.976 | + lib/nova:create_nova_conf:472 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-06-01 10:16:46.003 | + lib/nova:create_nova_conf:474 : '[' False '!=' False ']' 2022-06-01 10:16:46.005 | + lib/nova:create_nova_conf:477 : '[' False '!=' False ']' 2022-06-01 10:16:46.008 | + lib/nova:create_nova_conf:482 : is_suse 2022-06-01 10:16:46.010 | + functions-common:is_suse:464 : is_opensuse 2022-06-01 10:16:46.012 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-06-01 10:16:46.014 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-01 10:16:46.017 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-06-01 10:16:46.020 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-06-01 10:16:46.022 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-01 10:16:46.024 | + lib/nova:create_nova_conf:487 : setup_logging /etc/nova/nova.conf 2022-06-01 10:16:46.026 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova.conf 2022-06-01 10:16:46.029 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova.conf 2022-06-01 10:16:46.031 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-01 10:16:46.048 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-01 10:16:46.051 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-01 10:16:46.053 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-01 10:16:46.055 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-01 10:16:46.058 | + 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-01 10:16:46.088 | + 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-01 10:16:46.116 | + 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-01 10:16:46.143 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-01 10:16:46.170 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-06-01 10:16:46.201 | + lib/nova:create_nova_conf:491 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-06-01 10:16:46.204 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-api-uwsgi.ini 2022-06-01 10:16:46.206 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-06-01 10:16:46.208 | + lib/apache:write_uwsgi_config:259 : local url=/compute 2022-06-01 10:16:46.210 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-01 10:16:46.213 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-01 10:16:46.215 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-api-wsgi 2022-06-01 10:16:46.219 | + lib/apache:write_uwsgi_config:262 : name=nova-api-wsgi 2022-06-01 10:16:46.222 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-01 10:16:46.224 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-01 10:16:46.237 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-01 10:16:46.237 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:16:46.245 | d /var/run/uwsgi 0755 ubuntu root 2022-06-01 10:16:46.249 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:16:46.264 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-06-01 10:16:46.267 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-06-01 10:16:46.271 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-06-01 10:16:46.300 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-06-01 10:16:46.327 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-06-01 10:16:46.354 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-06-01 10:16:46.383 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-06-01 10:16:46.410 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-01 10:16:46.437 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-06-01 10:16:46.464 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-06-01 10:16:46.491 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-06-01 10:16:46.518 | + 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-01 10:16:46.545 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-06-01 10:16:46.573 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-01 10:16:46.600 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-06-01 10:16:46.627 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-01 10:16:46.630 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-01 10:16:46.633 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for nova-api-wsgi 2022-06-01 10:16:46.635 | ++ lib/apache:apache_site_config_for:189 : local site=nova-api-wsgi 2022-06-01 10:16:46.638 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-01 10:16:46.640 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:46.642 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:46.644 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-01 10:16:46.647 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-01 10:16:46.649 | + lib/apache:write_uwsgi_config:307 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-06-01 10:16:46.677 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-06-01 10:16:46.706 | + 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-01 10:16:46.707 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-01 10:16:46.715 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-06-01 10:16:46.718 | + lib/apache:write_uwsgi_config:310 : enable_apache_site nova-api-wsgi 2022-06-01 10:16:46.721 | + lib/apache:enable_apache_site:206 : local site=nova-api-wsgi 2022-06-01 10:16:46.723 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-01 10:16:46.726 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-01 10:16:46.728 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:16:46.730 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:46.732 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:46.735 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-01 10:16:46.738 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-01 10:16:46.740 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:46.742 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:46.745 | + lib/apache:enable_apache_site:210 : sudo a2ensite nova-api-wsgi 2022-06-01 10:16:46.806 | Enabling site nova-api-wsgi. 2022-06-01 10:16:46.811 | To activate the new configuration, you need to run: 2022-06-01 10:16:46.811 | systemctl reload apache2 2022-06-01 10:16:46.816 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-01 10:16:46.818 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-01 10:16:46.821 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-01 10:16:46.823 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-01 10:16:46.959 | + 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-01 10:16:46.961 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-06-01 10:16:46.965 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-06-01 10:16:46.970 | + lib/apache:write_uwsgi_config:259 : local url= 2022-06-01 10:16:46.973 | + lib/apache:write_uwsgi_config:260 : local http=0.0.0.0:8775 2022-06-01 10:16:46.975 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-01 10:16:46.978 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-metadata-wsgi 2022-06-01 10:16:46.982 | + lib/apache:write_uwsgi_config:262 : name=nova-metadata-wsgi 2022-06-01 10:16:46.985 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-01 10:16:46.987 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-01 10:16:47.000 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:16:47.000 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-01 10:16:47.009 | d /var/run/uwsgi 0755 ubuntu root 2022-06-01 10:16:47.013 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:16:47.029 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-06-01 10:16:47.032 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-06-01 10:16:47.036 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-06-01 10:16:47.066 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-06-01 10:16:47.094 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-06-01 10:16:47.121 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-06-01 10:16:47.149 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-06-01 10:16:47.176 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-01 10:16:47.206 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-06-01 10:16:47.233 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-06-01 10:16:47.260 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-06-01 10:16:47.288 | + 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-01 10:16:47.315 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-06-01 10:16:47.343 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-01 10:16:47.370 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-06-01 10:16:47.398 | + lib/apache:write_uwsgi_config:302 : [[ -n 0.0.0.0:8775 ]] 2022-06-01 10:16:47.400 | + lib/apache:write_uwsgi_config:303 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-06-01 10:16:47.427 | + lib/nova:create_nova_conf:494 : is_service_enabled ceilometer 2022-06-01 10:16:47.443 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:47.446 | + lib/nova:create_nova_conf:502 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-06-01 10:16:47.477 | ++ lib/nova:create_nova_conf:503 : get_notification_url 2022-06-01 10:16:47.479 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-06-01 10:16:47.481 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-06-01 10:16:47.497 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:47.500 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:16:47.503 | + lib/nova:create_nova_conf:503 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:16:47.531 | + lib/nova:create_nova_conf:504 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-06-01 10:16:47.562 | + lib/nova:create_nova_conf:505 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-06-01 10:16:47.565 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-06-01 10:16:47.567 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-06-01 10:16:47.569 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-01 10:16:47.571 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-01 10:16:47.574 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-01 10:16:47.590 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:47.593 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-01 10:16:47.595 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-01 10:16:47.597 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-01 10:16:47.614 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:47.616 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:16:47.619 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2022-06-01 10:16:47.648 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-01 10:16:47.651 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-01 10:16:47.655 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-06-01 10:16:47.685 | + lib/nova:create_nova_conf:508 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-06-01 10:16:47.715 | + lib/nova:create_nova_conf:510 : iniset /etc/nova/nova.conf conductor workers 2 2022-06-01 10:16:47.747 | + lib/nova:create_nova_conf:512 : is_service_enabled tls-proxy 2022-06-01 10:16:47.764 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:47.766 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-06-01 10:16:47.793 | + lib/nova:create_nova_conf:519 : '[' False == True ']' 2022-06-01 10:16:47.796 | + lib/nova:create_nova_conf:523 : is_service_enabled n-cond 2022-06-01 10:16:47.813 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:47.816 | ++ lib/nova:create_nova_conf:524 : seq 1 1 2022-06-01 10:16:47.820 | + lib/nova:create_nova_conf:524 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-01 10:16:47.822 | + lib/nova:create_nova_conf:525 : local conf 2022-06-01 10:16:47.825 | + lib/nova:create_nova_conf:526 : local vhost 2022-06-01 10:16:47.828 | ++ lib/nova:create_nova_conf:527 : conductor_conf 1 2022-06-01 10:16:47.830 | ++ lib/nova:conductor_conf:737 : local cell=1 2022-06-01 10:16:47.832 | ++ lib/nova:conductor_conf:738 : echo /etc/nova/nova_cell1.conf 2022-06-01 10:16:47.835 | + lib/nova:create_nova_conf:527 : conf=/etc/nova/nova_cell1.conf 2022-06-01 10:16:47.837 | + lib/nova:create_nova_conf:528 : vhost=nova_cell1 2022-06-01 10:16:47.840 | + lib/nova:create_nova_conf:530 : rm -f /etc/nova/nova_cell1.conf 2022-06-01 10:16:47.844 | ++ lib/nova:create_nova_conf:531 : database_connection_url nova_cell1 2022-06-01 10:16:47.847 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2022-06-01 10:16:47.849 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2022-06-01 10:16:47.851 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2022-06-01 10:16:47.854 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-06-01 10:16:47.856 | + 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-01 10:16:47.887 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-06-01 10:16:47.917 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-06-01 10:16:47.948 | + lib/nova:create_nova_conf:535 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-01 10:16:47.950 | + lib/nova:create_nova_conf:538 : rpc_backend_add_vhost nova_cell1 2022-06-01 10:16:47.953 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-06-01 10:16:47.956 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-06-01 10:16:47.972 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:47.976 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-06-01 10:16:47.976 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-06-01 10:16:48.665 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-06-01 10:16:48.667 | + lib/nova:create_nova_conf:539 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-06-01 10:16:48.670 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-06-01 10:16:48.672 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-06-01 10:16:48.675 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-01 10:16:48.677 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-06-01 10:16:48.679 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-01 10:16:48.696 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:48.699 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-06-01 10:16:48.701 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-06-01 10:16:48.703 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-01 10:16:48.720 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:48.723 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/nova_cell1 2022-06-01 10:16:48.725 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/nova_cell1 2022-06-01 10:16:48.753 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-01 10:16:48.755 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-01 10:16:48.758 | + lib/nova:create_nova_conf:543 : is_service_enabled placement placement-client 2022-06-01 10:16:48.774 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:48.777 | + lib/nova:create_nova_conf:544 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-06-01 10:16:48.779 | + lib/nova:configure_placement_nova_compute:572 : local conf=/etc/nova/nova_cell1.conf 2022-06-01 10:16:48.781 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-06-01 10:16:48.813 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.67/identity 2022-06-01 10:16:48.841 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-06-01 10:16:48.869 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-06-01 10:16:48.897 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-06-01 10:16:48.924 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-06-01 10:16:48.952 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-06-01 10:16:48.980 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-06-01 10:16:49.008 | + lib/nova:create_nova_conf:548 : setup_logging /etc/nova/nova_cell1.conf 2022-06-01 10:16:49.010 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-06-01 10:16:49.012 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova_cell1.conf 2022-06-01 10:16:49.015 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-01 10:16:49.035 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-01 10:16:49.038 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-01 10:16:49.040 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-01 10:16:49.042 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-01 10:16:49.045 | + 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-01 10:16:49.073 | + 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-01 10:16:49.101 | + 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-01 10:16:49.129 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-01 10:16:49.156 | + lib/nova:create_nova_conf:555 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-01 10:16:49.159 | ++ lib/nova:create_nova_conf:558 : seq 1 1 2022-06-01 10:16:49.163 | + lib/nova:create_nova_conf:558 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-01 10:16:49.165 | + lib/nova:create_nova_conf:559 : local conf 2022-06-01 10:16:49.167 | + lib/nova:create_nova_conf:560 : local offset 2022-06-01 10:16:49.170 | ++ lib/nova:create_nova_conf:561 : conductor_conf 1 2022-06-01 10:16:49.173 | ++ lib/nova:conductor_conf:737 : local cell=1 2022-06-01 10:16:49.175 | ++ lib/nova:conductor_conf:738 : echo /etc/nova/nova_cell1.conf 2022-06-01 10:16:49.178 | + lib/nova:create_nova_conf:561 : conf=/etc/nova/nova_cell1.conf 2022-06-01 10:16:49.180 | + lib/nova:create_nova_conf:562 : offset=0 2022-06-01 10:16:49.183 | + lib/nova:create_nova_conf:563 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-06-01 10:16:49.185 | + lib/nova:configure_console_proxies:672 : local conf=/etc/nova/nova_cell1.conf 2022-06-01 10:16:49.188 | + lib/nova:configure_console_proxies:673 : local offset=0 2022-06-01 10:16:49.191 | + lib/nova:configure_console_proxies:677 : offset=0 2022-06-01 10:16:49.193 | + lib/nova:configure_console_proxies:679 : is_service_enabled n-novnc 2022-06-01 10:16:49.208 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:49.211 | + lib/nova:configure_console_proxies:679 : is_service_enabled n-xvnc 2022-06-01 10:16:49.227 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:49.229 | + lib/nova:configure_console_proxies:679 : '[' False '!=' False ']' 2022-06-01 10:16:49.232 | + lib/nova:configure_console_proxies:713 : is_service_enabled n-spice 2022-06-01 10:16:49.248 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:49.250 | + lib/nova:configure_console_proxies:718 : is_service_enabled n-sproxy 2022-06-01 10:16:49.266 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:49.269 | + lib/nova:configure_nova:325 : is_service_enabled n-cpu 2022-06-01 10:16:49.285 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:16:49.288 | + ./stack.sh:main:909 : is_service_enabled placement 2022-06-01 10:16:49.305 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:16:49.308 | + ./stack.sh:main:911 : stack_install_service placement 2022-06-01 10:16:49.311 | + lib/stack:stack_install_service:20 : local service=placement 2022-06-01 10:16:49.313 | + lib/stack:stack_install_service:21 : type install_placement 2022-06-01 10:16:49.316 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-01 10:16:49.319 | + lib/stack:stack_install_service:32 : install_placement 2022-06-01 10:16:49.321 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-06-01 10:16:49.324 | + lib/apache:install_apache_wsgi:146 : is_ubuntu 2022-06-01 10:16:49.326 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:49.329 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:49.331 | + lib/apache:install_apache_wsgi:148 : install_package apache2 2022-06-01 10:16:49.334 | + functions-common:install_package:1356 : update_package_repo 2022-06-01 10:16:49.336 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:16:49.339 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-01 10:16:49.341 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:16:49.344 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:49.346 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:16:49.349 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:49.351 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:49.354 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:16:49.356 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-01 10:16:49.358 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-01 10:16:49.362 | + functions-common:apt_get_update:1083 : return 2022-06-01 10:16:49.364 | + functions-common:install_package:1357 : real_install_package apache2 2022-06-01 10:16:49.367 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:16:49.369 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:49.372 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:49.376 | + functions-common:real_install_package:1343 : apt_get install apache2 2022-06-01 10:16:49.399 | + 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-01 10:16:49.510 | Reading package lists... 2022-06-01 10:16:49.758 | Building dependency tree... 2022-06-01 10:16:49.759 | Reading state information... 2022-06-01 10:16:50.016 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-01 10:16:50.016 | The following packages were automatically installed and are no longer required: 2022-06-01 10:16:50.018 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:16:50.018 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:16:50.018 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:16:50.018 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:16:50.018 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:16:50.018 | python3-zope.interface 2022-06-01 10:16:50.018 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:16:50.132 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:16:50.137 | + functions-common:apt_get:1127 : result=0 2022-06-01 10:16:50.139 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:16:50.142 | + functions-common:time_stop:2322 : local name 2022-06-01 10:16:50.144 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:16:50.147 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:16:50.149 | + functions-common:time_stop:2325 : local total 2022-06-01 10:16:50.151 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:16:50.154 | + functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:16:50.156 | + functions-common:time_stop:2329 : start_time=1654078609396 2022-06-01 10:16:50.159 | + functions-common:time_stop:2331 : [[ -z 1654078609396 ]] 2022-06-01 10:16:50.162 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:16:50.166 | + functions-common:time_stop:2334 : end_time=1654078610164 2022-06-01 10:16:50.169 | + functions-common:time_stop:2335 : elapsed_time=768 2022-06-01 10:16:50.171 | + functions-common:time_stop:2336 : total=6226 2022-06-01 10:16:50.174 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:16:50.176 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=6994 2022-06-01 10:16:50.179 | + functions-common:apt_get:1131 : return 0 2022-06-01 10:16:50.181 | + lib/apache:install_apache_wsgi:149 : is_package_installed libapache2-mod-wsgi 2022-06-01 10:16:50.184 | + functions-common:is_package_installed:1365 : [[ -z libapache2-mod-wsgi ]] 2022-06-01 10:16:50.187 | + functions-common:is_package_installed:1369 : [[ -z deb ]] 2022-06-01 10:16:50.189 | + functions-common:is_package_installed:1373 : [[ deb = \d\e\b ]] 2022-06-01 10:16:50.192 | + functions-common:is_package_installed:1374 : dpkg -s libapache2-mod-wsgi 2022-06-01 10:16:50.214 | + lib/apache:install_apache_wsgi:152 : install_package libapache2-mod-wsgi-py3 2022-06-01 10:16:50.216 | + functions-common:install_package:1356 : update_package_repo 2022-06-01 10:16:50.219 | + functions-common:update_package_repo:1328 : NO_UPDATE_REPOS=False 2022-06-01 10:16:50.222 | + functions-common:update_package_repo:1329 : REPOS_UPDATED=True 2022-06-01 10:16:50.224 | + functions-common:update_package_repo:1330 : RETRY_UPDATE=False 2022-06-01 10:16:50.227 | + functions-common:update_package_repo:1332 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:50.229 | + functions-common:update_package_repo:1336 : is_ubuntu 2022-06-01 10:16:50.232 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:50.234 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:50.238 | + functions-common:update_package_repo:1337 : apt_get_update 2022-06-01 10:16:50.240 | + functions-common:apt_get_update:1082 : [[ True == \T\r\u\e ]] 2022-06-01 10:16:50.243 | + functions-common:apt_get_update:1082 : [[ False != \T\r\u\e ]] 2022-06-01 10:16:50.245 | + functions-common:apt_get_update:1083 : return 2022-06-01 10:16:50.248 | + functions-common:install_package:1357 : real_install_package libapache2-mod-wsgi-py3 2022-06-01 10:16:50.250 | + functions-common:real_install_package:1342 : is_ubuntu 2022-06-01 10:16:50.253 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:50.255 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:50.258 | + functions-common:real_install_package:1343 : apt_get install libapache2-mod-wsgi-py3 2022-06-01 10:16:50.281 | + 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-01 10:16:50.391 | Reading package lists... 2022-06-01 10:16:50.634 | Building dependency tree... 2022-06-01 10:16:50.635 | Reading state information... 2022-06-01 10:16:50.891 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3). 2022-06-01 10:16:50.891 | The following packages were automatically installed and are no longer required: 2022-06-01 10:16:50.892 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-01 10:16:50.892 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-01 10:16:50.892 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-01 10:16:50.892 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-01 10:16:50.892 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-06-01 10:16:50.892 | python3-zope.interface 2022-06-01 10:16:50.892 | Use 'sudo apt autoremove' to remove them. 2022-06-01 10:16:51.005 | 0 upgraded, 0 newly installed, 0 to remove and 140 not upgraded. 2022-06-01 10:16:51.010 | + functions-common:apt_get:1127 : result=0 2022-06-01 10:16:51.012 | + functions-common:apt_get:1130 : time_stop apt-get 2022-06-01 10:16:51.015 | + functions-common:time_stop:2322 : local name 2022-06-01 10:16:51.017 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:16:51.020 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:16:51.022 | + functions-common:time_stop:2325 : local total 2022-06-01 10:16:51.025 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:16:51.027 | + functions-common:time_stop:2328 : name=apt-get 2022-06-01 10:16:51.029 | + functions-common:time_stop:2329 : start_time=1654078610278 2022-06-01 10:16:51.032 | + functions-common:time_stop:2331 : [[ -z 1654078610278 ]] 2022-06-01 10:16:51.035 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:16:51.040 | + functions-common:time_stop:2334 : end_time=1654078611037 2022-06-01 10:16:51.042 | + functions-common:time_stop:2335 : elapsed_time=759 2022-06-01 10:16:51.044 | + functions-common:time_stop:2336 : total=6994 2022-06-01 10:16:51.047 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:16:51.050 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=7753 2022-06-01 10:16:51.053 | + functions-common:apt_get:1131 : return 0 2022-06-01 10:16:51.055 | + lib/apache:install_apache_wsgi:167 : enable_apache_mod wsgi 2022-06-01 10:16:51.058 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2022-06-01 10:16:51.060 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:16:51.063 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:16:51.065 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:16:51.068 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-06-01 10:16:51.070 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2022-06-01 10:16:51.126 | wsgi (enabled by maintainer script) 2022-06-01 10:16:51.130 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-06-01 10:16:51.132 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-06-01 10:16:51.135 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-01 10:16:51.138 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-06-01 10:16:51.141 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-06-01 10:16:51.143 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-01 10:16:51.147 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-06-01 10:16:51.147 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-01 10:16:51.153 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-06-01 10:16:51.155 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-06-01 10:16:51.158 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-06-01 10:16:51.161 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-06-01 10:16:51.163 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-06-01 10:16:51.187 | Using python 3.8 to install osc-placement 2022-06-01 10:16:51.189 | + 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-01 10:16:52.973 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:16:52.974 | 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-01 10:16:52.978 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:52.978 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:52.980 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:16:52.981 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:52.982 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:52.982 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:52.982 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:52.983 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:52.997 | 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-01 10:16:53.024 | 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-01 10:16:53.042 | 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-01 10:16:53.049 | 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-01 10:16:53.052 | 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-01 10:16:53.055 | 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-01 10:16:53.059 | 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-01 10:16:53.063 | 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-01 10:16:53.066 | 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-01 10:16:53.081 | 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-01 10:16:53.146 | 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-01 10:16:53.149 | 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-01 10:16:53.152 | 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-01 10:16:53.160 | 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-01 10:16:53.166 | 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-01 10:16:53.171 | 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-01 10:16:53.185 | 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-01 10:16:53.193 | 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-01 10:16:53.219 | 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-01 10:16:53.224 | 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-01 10:16:53.244 | 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-01 10:16:53.247 | 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-01 10:16:53.251 | 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-01 10:16:53.304 | 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-01 10:16:53.307 | 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-01 10:16:53.313 | 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-01 10:16:53.316 | 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-01 10:16:53.355 | 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-01 10:16:53.358 | 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-01 10:16:53.363 | 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-01 10:16:53.367 | 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-01 10:16:53.389 | 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-01 10:16:53.393 | 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-01 10:16:53.395 | 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-01 10:16:53.399 | 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-01 10:16:53.419 | 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-01 10:16:53.422 | 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-01 10:16:53.464 | 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-01 10:16:53.466 | 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-01 10:16:53.499 | 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-01 10:16:53.504 | 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-01 10:16:53.508 | 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-01 10:16:53.512 | 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-01 10:16:53.515 | 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-01 10:16:55.401 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:16:55.401 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:16:55.479 | + inc/python:pip_install:200 : result=0 2022-06-01 10:16:55.482 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:16:55.484 | + functions-common:time_stop:2322 : local name 2022-06-01 10:16:55.488 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:16:55.490 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:16:55.493 | + functions-common:time_stop:2325 : local total 2022-06-01 10:16:55.495 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:16:55.498 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:16:55.500 | + functions-common:time_stop:2329 : start_time=1654078611181 2022-06-01 10:16:55.503 | + functions-common:time_stop:2331 : [[ -z 1654078611181 ]] 2022-06-01 10:16:55.506 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:16:55.511 | + functions-common:time_stop:2334 : end_time=1654078615508 2022-06-01 10:16:55.513 | + functions-common:time_stop:2335 : elapsed_time=4327 2022-06-01 10:16:55.516 | + functions-common:time_stop:2336 : total=114883 2022-06-01 10:16:55.519 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:16:55.521 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=119210 2022-06-01 10:16:55.524 | + inc/python:pip_install:203 : return 0 2022-06-01 10:16:55.526 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/victoria 2022-06-01 10:16:55.529 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/placement.git 2022-06-01 10:16:55.531 | + functions-common:git_clone:526 : local git_dest=/opt/stack/placement 2022-06-01 10:16:55.534 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-06-01 10:16:55.537 | + functions-common:git_clone:528 : local orig_dir 2022-06-01 10:16:55.540 | ++ functions-common:git_clone:529 : pwd 2022-06-01 10:16:55.543 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:16:55.545 | + functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:16:55.549 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:16:55.566 | + functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:16:55.568 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:16:55.571 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:55.574 | + functions-common:git_clone:546 : echo stable/victoria 2022-06-01 10:16:55.574 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:16:55.580 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/placement ]] 2022-06-01 10:16:55.582 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:16:55.585 | + functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/placement 2022-06-01 10:16:55.598 | + functions-common:git_clone:606 : cd /opt/stack/placement 2022-06-01 10:16:55.601 | + functions-common:git_clone:607 : git show --oneline 2022-06-01 10:16:55.602 | + functions-common:git_clone:607 : head -1 2022-06-01 10:16:55.605 | 503b1f27 Use 'functional-without-sample-db-tests' tox env for placement nova job 2022-06-01 10:16:55.608 | + functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:16:55.611 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-06-01 10:16:55.614 | + inc/python:setup_develop:338 : local bindep 2022-06-01 10:16:55.617 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-06-01 10:16:55.619 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-06-01 10:16:55.622 | + inc/python:setup_develop:344 : local extras= 2022-06-01 10:16:55.624 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-06-01 10:16:55.627 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-01 10:16:55.629 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-06-01 10:16:55.631 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-06-01 10:16:55.634 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-01 10:16:55.636 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-01 10:16:55.640 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-06-01 10:16:55.642 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-01 10:16:55.645 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-06-01 10:16:55.648 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-01 10:16:55.650 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-06-01 10:16:55.653 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-06-01 10:16:55.659 | + inc/python:_setup_package_with_constraints_edit:383 : name=openstack-placement 2022-06-01 10:16:55.662 | + 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-01 10:16:56.333 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/placement -e 2022-06-01 10:16:56.336 | + inc/python:setup_package:417 : local bindep=0 2022-06-01 10:16:56.338 | + inc/python:setup_package:418 : local bindep_flag= 2022-06-01 10:16:56.341 | + inc/python:setup_package:419 : local bindep_profiles= 2022-06-01 10:16:56.343 | + inc/python:setup_package:420 : [[ /opt/stack/placement == -bindep* ]] 2022-06-01 10:16:56.346 | + inc/python:setup_package:425 : local project_dir=/opt/stack/placement 2022-06-01 10:16:56.349 | + inc/python:setup_package:426 : local flags=-e 2022-06-01 10:16:56.351 | + inc/python:setup_package:427 : local extras= 2022-06-01 10:16:56.354 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-06-01 10:16:56.356 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-06-01 10:16:56.359 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-06-01 10:16:56.362 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-06-01 10:16:56.365 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-06-01 10:16:56.367 | + inc/python:setup_package:445 : pip_install -e /opt/stack/placement 2022-06-01 10:16:56.389 | Using python 3.8 to install /opt/stack/placement 2022-06-01 10:16:56.391 | + 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-01 10:16:58.186 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:16:58.187 | 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-01 10:16:58.196 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:58.197 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:58.199 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:16:58.201 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:58.201 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:58.201 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:58.202 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:16:58.202 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:16:58.215 | Obtaining file:///opt/stack/placement 2022-06-01 10:16:59.465 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2022-06-01 10:17:00.699 | 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-01 10:17:00.709 | 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-01 10:17:00.730 | 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-01 10:17:00.744 | 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-01 10:17:00.756 | 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-01 10:17:00.813 | 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-01 10:17:00.818 | 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-01 10:17:00.822 | 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-01 10:17:00.827 | 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-01 10:17:00.862 | 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-01 10:17:00.873 | 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-01 10:17:00.889 | 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-01 10:17:00.896 | 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-01 10:17:00.944 | 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-01 10:17:00.950 | 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-01 10:17:00.989 | 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-01 10:17:01.008 | 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-01 10:17:01.025 | 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-01 10:17:01.034 | 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-01 10:17:01.042 | 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-01 10:17:01.060 | 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-01 10:17:01.068 | 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-01 10:17:01.071 | 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-01 10:17:01.073 | 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-01 10:17:01.084 | 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-01 10:17:01.087 | 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-01 10:17:01.090 | 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-01 10:17:01.095 | 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-01 10:17:01.114 | 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-01 10:17:01.118 | 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-01 10:17:01.126 | 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-01 10:17:01.146 | 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-01 10:17:01.151 | 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-01 10:17:01.154 | 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-01 10:17:01.165 | 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-01 10:17:01.168 | 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-01 10:17:01.171 | 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-01 10:17:01.178 | 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-01 10:17:01.188 | 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-01 10:17:01.194 | 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-01 10:17:01.212 | 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-01 10:17:01.215 | 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-01 10:17:01.222 | 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-01 10:17:01.244 | 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-01 10:17:01.287 | 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-01 10:17:01.353 | 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-01 10:17:01.359 | 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-01 10:17:01.365 | 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-01 10:17:01.369 | 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-01 10:17:01.373 | 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-01 10:17:01.381 | 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-01 10:17:01.390 | 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-01 10:17:01.397 | 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-01 10:17:01.400 | 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-01 10:17:01.404 | 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-01 10:17:01.407 | 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-01 10:17:01.411 | 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-01 10:17:01.414 | 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-01 10:17:01.416 | 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-01 10:17:01.419 | 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-01 10:17:01.422 | 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-01 10:17:01.426 | 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-01 10:17:01.436 | 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-01 10:17:01.439 | 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-01 10:17:01.442 | 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-01 10:17:01.445 | 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-01 10:17:01.449 | 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-01 10:17:01.452 | 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-01 10:17:01.455 | 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-01 10:17:01.457 | 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-01 10:17:01.465 | 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-01 10:17:03.055 | Installing collected packages: openstack-placement 2022-06-01 10:17:03.055 | Attempting uninstall: openstack-placement 2022-06-01 10:17:03.057 | Found existing installation: openstack-placement 4.0.1.dev3 2022-06-01 10:17:03.059 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-06-01 10:17:03.060 | Running setup.py develop for openstack-placement 2022-06-01 10:17:04.666 | Successfully installed openstack-placement 2022-06-01 10:17:04.808 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:17:04.808 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:17:04.894 | + inc/python:pip_install:200 : result=0 2022-06-01 10:17:04.897 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:17:04.899 | + functions-common:time_stop:2322 : local name 2022-06-01 10:17:04.902 | + functions-common:time_stop:2323 : local end_time 2022-06-01 10:17:04.904 | + functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:17:04.906 | + functions-common:time_stop:2325 : local total 2022-06-01 10:17:04.909 | + functions-common:time_stop:2326 : local start_time 2022-06-01 10:17:04.911 | + functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:17:04.914 | + functions-common:time_stop:2329 : start_time=1654078616383 2022-06-01 10:17:04.916 | + functions-common:time_stop:2331 : [[ -z 1654078616383 ]] 2022-06-01 10:17:04.919 | ++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:17:04.924 | + functions-common:time_stop:2334 : end_time=1654078624921 2022-06-01 10:17:04.926 | + functions-common:time_stop:2335 : elapsed_time=8538 2022-06-01 10:17:04.929 | + functions-common:time_stop:2336 : total=119210 2022-06-01 10:17:04.931 | + functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:17:04.934 | + functions-common:time_stop:2339 : _TIME_TOTAL[$name]=127748 2022-06-01 10:17:04.936 | + inc/python:pip_install:203 : return 0 2022-06-01 10:17:04.940 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2022-06-01 10:17:04.942 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-01 10:17:04.945 | + functions-common:safe_chown:2223 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-01 10:17:04.964 | + functions-common:_safe_permission_operation:2071 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-01 10:17:04.976 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/placement 2022-06-01 10:17:04.979 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-06-01 10:17:04.981 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-01 10:17:04.984 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-01 10:17:04.987 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-06-01 10:17:04.989 | + inc/python:use_library_from_git:253 : return 1 2022-06-01 10:17:04.992 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-01 10:17:04.995 | + ./stack.sh:main:912 : configure_placement 2022-06-01 10:17:04.997 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-06-01 10:17:05.010 | + lib/placement:configure_placement:107 : create_placement_conf 2022-06-01 10:17:05.013 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-06-01 10:17:05.017 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-06-01 10:17:05.020 | ++ lib/database:database_connection_url:132 : local db=placement 2022-06-01 10:17:05.022 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2022-06-01 10:17:05.025 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2022-06-01 10:17:05.027 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-06-01 10:17:05.031 | + 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-01 10:17:05.063 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-06-01 10:17:05.095 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-06-01 10:17:05.127 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-06-01 10:17:05.130 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2022-06-01 10:17:05.132 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2022-06-01 10:17:05.135 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2022-06-01 10:17:05.137 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-06-01 10:17:05.169 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-06-01 10:17:05.199 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.67/identity 2022-06-01 10:17:05.229 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-06-01 10:17:05.258 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-06-01 10:17:05.288 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-06-01 10:17:05.318 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-06-01 10:17:05.348 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-06-01 10:17:05.378 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-01 10:17:05.408 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-06-01 10:17:05.437 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-06-01 10:17:05.440 | + functions:setup_logging:698 : setup_systemd_logging /etc/placement/placement.conf 2022-06-01 10:17:05.443 | + functions:setup_systemd_logging:713 : local conf_file=/etc/placement/placement.conf 2022-06-01 10:17:05.446 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2022-06-01 10:17:05.464 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2022-06-01 10:17:05.467 | + functions:setup_systemd_logging:719 : local pidstr= 2022-06-01 10:17:05.469 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2022-06-01 10:17:05.473 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2022-06-01 10:17:05.475 | + 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-01 10:17:05.505 | + 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-01 10:17:05.536 | + 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-01 10:17:05.566 | + functions:setup_systemd_logging:730 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-01 10:17:05.595 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-06-01 10:17:05.598 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-06-01 10:17:05.600 | + lib/apache:write_uwsgi_config:257 : local file=/etc/placement/placement-uwsgi.ini 2022-06-01 10:17:05.603 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/placement-api 2022-06-01 10:17:05.605 | + lib/apache:write_uwsgi_config:259 : local url=/placement 2022-06-01 10:17:05.608 | + lib/apache:write_uwsgi_config:260 : local http= 2022-06-01 10:17:05.611 | + lib/apache:write_uwsgi_config:261 : local name= 2022-06-01 10:17:05.614 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/placement-api 2022-06-01 10:17:05.618 | + lib/apache:write_uwsgi_config:262 : name=placement-api 2022-06-01 10:17:05.621 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2022-06-01 10:17:05.623 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-01 10:17:05.637 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-01 10:17:05.637 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:17:05.646 | d /var/run/uwsgi 0755 ubuntu root 2022-06-01 10:17:05.649 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-01 10:17:05.665 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/placement-api.socket 2022-06-01 10:17:05.667 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/placement/placement-uwsgi.ini 2022-06-01 10:17:05.671 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-06-01 10:17:05.703 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-06-01 10:17:05.733 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-06-01 10:17:05.762 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-06-01 10:17:05.790 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-06-01 10:17:05.820 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-01 10:17:05.848 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-06-01 10:17:05.878 | + lib/apache:write_uwsgi_config:289 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-06-01 10:17:05.907 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-06-01 10:17:05.937 | + 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-01 10:17:05.967 | + lib/apache:write_uwsgi_config:295 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-06-01 10:17:05.997 | + lib/apache:write_uwsgi_config:297 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-01 10:17:06.026 | + lib/apache:write_uwsgi_config:299 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-06-01 10:17:06.056 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2022-06-01 10:17:06.058 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2022-06-01 10:17:06.062 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for placement-api 2022-06-01 10:17:06.064 | ++ lib/apache:apache_site_config_for:189 : local site=placement-api 2022-06-01 10:17:06.067 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2022-06-01 10:17:06.069 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:17:06.072 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:17:06.074 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/placement-api.conf 2022-06-01 10:17:06.077 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-06-01 10:17:06.080 | + lib/apache:write_uwsgi_config:307 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-06-01 10:17:06.109 | + lib/apache:write_uwsgi_config:308 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-06-01 10:17:06.139 | + 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-01 10:17:06.139 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-06-01 10:17:06.148 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-06-01 10:17:06.152 | + lib/apache:write_uwsgi_config:310 : enable_apache_site placement-api 2022-06-01 10:17:06.154 | + lib/apache:enable_apache_site:206 : local site=placement-api 2022-06-01 10:17:06.157 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2022-06-01 10:17:06.160 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-01 10:17:06.162 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-01 10:17:06.165 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:17:06.167 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:17:06.170 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-01 10:17:06.173 | + lib/apache:enable_apache_site:209 : is_ubuntu 2022-06-01 10:17:06.176 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-06-01 10:17:06.178 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-06-01 10:17:06.181 | + lib/apache:enable_apache_site:210 : sudo a2ensite placement-api 2022-06-01 10:17:06.242 | Site placement-api already enabled 2022-06-01 10:17:06.247 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2022-06-01 10:17:06.249 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-06-01 10:17:06.252 | + functions-common:restart_service:2206 : '[' -x /bin/systemctl ']' 2022-06-01 10:17:06.254 | + functions-common:restart_service:2207 : sudo /bin/systemctl restart apache2 2022-06-01 10:17:06.391 | + ./stack.sh:main:919 : is_service_enabled placement placement-client 2022-06-01 10:17:06.412 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:17:06.415 | + ./stack.sh:main:920 : is_service_enabled n-cpu 2022-06-01 10:17:06.435 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:17:06.437 | + ./stack.sh:main:920 : is_service_enabled n-sch 2022-06-01 10:17:06.457 | + functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:17:06.459 | + ./stack.sh:main:921 : configure_placement_nova_compute 2022-06-01 10:17:06.462 | + lib/nova:configure_placement_nova_compute:572 : local conf=/etc/nova/nova.conf 2022-06-01 10:17:06.464 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement auth_type password 2022-06-01 10:17:06.496 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.67/identity 2022-06-01 10:17:06.526 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement username placement 2022-06-01 10:17:06.556 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-06-01 10:17:06.586 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-06-01 10:17:06.617 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova.conf placement project_name service 2022-06-01 10:17:06.647 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-06-01 10:17:06.676 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-06-01 10:17:06.706 | + ./stack.sh:main:925 : is_service_enabled horizon 2022-06-01 10:17:06.723 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:17:06.726 | + ./stack.sh:main:930 : is_service_enabled tls-proxy 2022-06-01 10:17:06.743 | + functions-common:is_service_enabled:1978 : return 1 2022-06-01 10:17:06.746 | + ./stack.sh:main:938 : run_phase stack install 2022-06-01 10:17:06.748 | + functions-common:run_phase:1750 : local mode=stack 2022-06-01 10:17:06.752 | + functions-common:run_phase:1751 : local phase=install 2022-06-01 10:17:06.754 | + functions-common:run_phase:1752 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-01 10:17:06.756 | + functions-common:run_phase:1753 : local extra_plugin_file_name 2022-06-01 10:17:06.759 | + functions-common:run_phase:1754 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-01 10:17:06.762 | + functions-common:run_phase:1759 : local exceptions=80-tempest.sh 2022-06-01 10:17:06.764 | + functions-common:run_phase:1760 : local extra 2022-06-01 10:17:06.769 | ++ functions-common:run_phase:1761 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-01 10:17:06.773 | + functions-common:run_phase:1761 : extra=80-tempest.sh 2022-06-01 10:17:06.775 | + functions-common:run_phase:1762 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-01 10:17:06.778 | + functions-common:run_phase:1766 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-01 10:17:06.781 | + functions-common:run_phase:1766 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-06-01 10:17:06.784 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-01 10:17:06.800 | ++ functions-common:is_service_enabled:1978 : return 0 2022-06-01 10:17:06.802 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-01 10:17:06.804 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-01 10:17:06.807 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-06-01 10:17:06.809 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-06-01 10:17:06.812 | ++ ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-06-01 10:17:06.815 | ++ ./stack.sh:echo_summary:421 : echo -e Installing Tempest 2022-06-01 10:17:06.817 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2022-06-01 10:17:06.820 | ++ lib/tempest:install_tempest:751 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest 26.1.0 2022-06-01 10:17:06.824 | ++ functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/tempest.git 2022-06-01 10:17:06.826 | ++ functions-common:git_clone:526 : local git_dest=/opt/stack/tempest 2022-06-01 10:17:06.828 | ++ functions-common:git_clone:527 : local git_ref=26.1.0 2022-06-01 10:17:06.831 | ++ functions-common:git_clone:528 : local orig_dir 2022-06-01 10:17:06.833 | +++ functions-common:git_clone:529 : pwd 2022-06-01 10:17:06.836 | ++ functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-06-01 10:17:06.838 | ++ functions-common:git_clone:530 : local git_clone_flags= 2022-06-01 10:17:06.841 | +++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-06-01 10:17:06.859 | ++ functions-common:git_clone:532 : RECLONE=False 2022-06-01 10:17:06.861 | ++ functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-06-01 10:17:06.863 | ++ functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-06-01 10:17:06.866 | ++ functions-common:git_clone:546 : echo 26.1.0 2022-06-01 10:17:06.867 | ++ functions-common:git_clone:546 : egrep -q '^refs' 2022-06-01 10:17:06.872 | ++ functions-common:git_clone:560 : [[ ! -d /opt/stack/tempest ]] 2022-06-01 10:17:06.875 | ++ functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-06-01 10:17:06.878 | ++ functions-common:git_clone:603 : sudo git config --system --add safe.directory /opt/stack/tempest 2022-06-01 10:17:06.893 | ++ functions-common:git_clone:606 : cd /opt/stack/tempest 2022-06-01 10:17:06.896 | ++ functions-common:git_clone:607 : head -1 2022-06-01 10:17:06.899 | ++ functions-common:git_clone:607 : git show --oneline 2022-06-01 10:17:06.902 | 991866fd7 Fix supported releases and py versions in the doc 2022-06-01 10:17:06.904 | ++ functions-common:git_clone:608 : cd /home/ubuntu/devstack 2022-06-01 10:17:06.907 | ++ lib/tempest:install_tempest:752 : pip_install 'tox!=2.8.0' 2022-06-01 10:17:06.930 | Using python 3.8 to install tox!=2.8.0 2022-06-01 10:17:06.932 | ++ 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-01 10:17:08.723 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-01 10:17:08.724 | 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-01 10:17:08.728 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:17:08.728 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:17:08.730 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-06-01 10:17:08.731 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:17:08.732 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:17:08.732 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:17:08.732 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-06-01 10:17:08.733 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-06-01 10:17:08.748 | Requirement already satisfied: tox!=2.8.0 in /usr/local/lib/python3.8/dist-packages (3.25.0) 2022-06-01 10:17:08.807 | 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-01 10:17:08.817 | 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-01 10:17:08.821 | 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-01 10:17:08.827 | 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-01 10:17:08.879 | 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-01 10:17:08.882 | 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-01 10:17:08.885 | 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-01 10:17:08.888 | 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-01 10:17:08.892 | 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-01 10:17:08.895 | 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-01 10:17:11.010 | WARNING: You are using pip version 20.2.2; however, version 22.1.2 is available. 2022-06-01 10:17:11.010 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-01 10:17:11.084 | ++ inc/python:pip_install:200 : result=0 2022-06-01 10:17:11.087 | ++ inc/python:pip_install:202 : time_stop pip_install 2022-06-01 10:17:11.089 | ++ functions-common:time_stop:2322 : local name 2022-06-01 10:17:11.092 | ++ functions-common:time_stop:2323 : local end_time 2022-06-01 10:17:11.094 | ++ functions-common:time_stop:2324 : local elapsed_time 2022-06-01 10:17:11.097 | ++ functions-common:time_stop:2325 : local total 2022-06-01 10:17:11.100 | ++ functions-common:time_stop:2326 : local start_time 2022-06-01 10:17:11.102 | ++ functions-common:time_stop:2328 : name=pip_install 2022-06-01 10:17:11.104 | ++ functions-common:time_stop:2329 : start_time=1654078626923 2022-06-01 10:17:11.107 | ++ functions-common:time_stop:2331 : [[ -z 1654078626923 ]] 2022-06-01 10:17:11.110 | +++ functions-common:time_stop:2334 : date +%s%3N 2022-06-01 10:17:11.114 | ++ functions-common:time_stop:2334 : end_time=1654078631112 2022-06-01 10:17:11.117 | ++ functions-common:time_stop:2335 : elapsed_time=4189 2022-06-01 10:17:11.119 | ++ functions-common:time_stop:2336 : total=127748 2022-06-01 10:17:11.122 | ++ functions-common:time_stop:2338 : _TIME_START[$name]= 2022-06-01 10:17:11.124 | ++ functions-common:time_stop:2339 : _TIME_TOTAL[$name]=131937 2022-06-01 10:17:11.127 | ++ inc/python:pip_install:203 : return 0 2022-06-01 10:17:11.129 | ++ lib/tempest:install_tempest:753 : pushd /opt/stack/tempest 2022-06-01 10:17:11.129 | /opt/stack/tempest ~/devstack 2022-06-01 10:17:11.131 | ++ lib/tempest:install_tempest:757 : git checkout 26.1.0 2022-06-01 10:17:11.150 | error: Your local changes to the following files would be overwritten by checkout: 2022-06-01 10:17:11.150 | HACKING.rst 2022-06-01 10:17:11.150 | doc/source/conf.py 2022-06-01 10:17:11.150 | doc/source/configuration.rst 2022-06-01 10:17:11.150 | doc/source/contributor/contributing.rst 2022-06-01 10:17:11.150 | doc/source/index.rst 2022-06-01 10:17:11.150 | doc/source/keystone_scopes_and_roles_support.rst 2022-06-01 10:17:11.150 | doc/source/microversion_testing.rst 2022-06-01 10:17:11.150 | doc/source/plugins/plugin.rst 2022-06-01 10:17:11.150 | doc/source/supported_version.rst 2022-06-01 10:17:11.150 | doc/source/test_removal.rst 2022-06-01 10:17:11.150 | playbooks/devstack-tempest-ipv6.yaml 2022-06-01 10:17:11.150 | playbooks/devstack-tempest.yaml 2022-06-01 10:17:11.150 | playbooks/enable-fips.yaml 2022-06-01 10:17:11.150 | releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml 2022-06-01 10:17:11.150 | releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/Switch-to-ecdsa-ssh-key-type-by-default-0425b5d5ec72c1c3.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/add-qos-minimum-packet-rule-client-c8bfe09873032d4a.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/deprecate-old-api-microversion-fixture-a471aac985c0f3fb.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/drop-py-3-6-and-3-7-a34f2294f5341539.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/end-of-support-for-ussuri-68583f47805eff02.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/end-of-support-of-victoria-9c33f2b089b14cb5.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/floating-ips-port-forwarding-client-cf8820b910bd7f4d.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/log-resource-client-20e58a295f729902.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/remove-compute-api-extensions-config-b8564f60f4fa5495.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/set-default-value-of-concurrency-to-2-d916d5c31e3725d5.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml 2022-06-01 10:17:11.151 | releasenotes/notes/tempest-yoga-release-66e8484b9a402e9f.yaml 2022-06-01 10:17:11.151 | releasenotes/source/conf.py 2022-06-01 10:17:11.152 | releasenotes/source/index.rst 2022-06-01 10:17:11.152 | releasenotes/source/v26.1.0.rst 2022-06-01 10:17:11.152 | releasenotes/source/v27.0.0.rst 2022-06-01 10:17:11.152 | releasenotes/source/v28.0.0.rst 2022-06-01 10:17:11.152 | releasenotes/source/v28.1.0.rst 2022-06-01 10:17:11.152 | releasenotes/source/v29.0.0.rst 2022-06-01 10:17:11.152 | releasenotes/source/v29.1.0.rst 2022-06-01 10:17:11.152 | releasenotes/source/v29.2.0.rst 2022-06-01 10:17:11.152 | releasenotes/source/v30.0.0.rst 2022-06-01 10:17:11.152 | requirements.txt 2022-06-01 10:17:11.152 | roles/run-tempest/README.rst 2022-06-01 10:17:11.152 | roles/run-tempest/defaults/main.yaml 2022-06-01 10:17:11.152 | roles/run-tempest/tasks/main.yaml 2022-06-01 10:17:11.152 | roles/run-tempest-26/README.rst 2022-06-01 10:17:11.152 | roles/run-tempest-26/defaults/main.yaml 2022-06-01 10:17:11.152 | roles/run-tempest-26/tasks/main.yaml 2022-06-01 10:17:11.152 | setup.cfg 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_agents.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_aggregates.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_create_server.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_flavors.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_flavors_access.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_flavors_access_negative.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_flavors_extra_specs.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_hypervisor.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_live_migration.py 2022-06-01 10:17:11.152 | tempest/api/compute/admin/test_quotas. 2022-06-01 10:17:11.152 | Aborting 2022-06-01 10:17:11.153 | + lib/tempest:install_tempest:1 : exit_trap 2022-06-01 10:17:11.155 | + ./stack.sh:exit_trap:496 : local r=1 2022-06-01 10:17:11.159 | ++ ./stack.sh:exit_trap:497 : jobs -p 2022-06-01 10:17:11.162 | + ./stack.sh:exit_trap:497 : jobs= 2022-06-01 10:17:11.164 | + ./stack.sh:exit_trap:500 : [[ -n '' ]] 2022-06-01 10:17:11.167 | + ./stack.sh:exit_trap:506 : '[' -f '' ']' 2022-06-01 10:17:11.169 | + ./stack.sh:exit_trap:511 : kill_spinner 2022-06-01 10:17:11.171 | + ./stack.sh:kill_spinner:406 : '[' '!' -z '' ']' 2022-06-01 10:17:11.174 | + ./stack.sh:exit_trap:513 : [[ 1 -ne 0 ]] 2022-06-01 10:17:11.176 | + ./stack.sh:exit_trap:514 : echo 'Error on exit' 2022-06-01 10:17:11.176 | Error on exit 2022-06-01 10:17:11.178 | + ./stack.sh:exit_trap:516 : type -p generate-subunit 2022-06-01 10:17:11.181 | + ./stack.sh:exit_trap:517 : generate-subunit 1654078443 188 fail 2022-06-01 10:17:11.778 | + ./stack.sh:exit_trap:519 : [[ -z /opt/stack/logs ]] 2022-06-01 10:17:11.780 | + ./stack.sh:exit_trap:522 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-01 10:17:11.997 | ebtables v1.8.4 (nf_tables): table `broute' is incompatible, use 'nft' tool. 2022-06-01 10:17:11.997 | 2022-06-01 10:17:12.251 | + ./stack.sh:exit_trap:531 : exit 1