2022-06-21 18:11:51.967 | + ./stack.sh:main:473 : exec 2022-06-21 18:11:51.967 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-21-181151' 2022-06-21 18:11:51.967 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-21-181151.summary.2022-06-21-181151 2022-06-21 18:11:51.967 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-06-21 18:11:51.967 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-21-181151 2022-06-21 18:11:51.967 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-21-181151 /opt/stack/logs/stack.sh.log 2022-06-21 18:11:51.967 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-21-181151.summary.2022-06-21-181151 /opt/stack/logs/stack.sh.log.summary 2022-06-21 18:11:51.968 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-21 18:11:51.968 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-21 18:11:51.968 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-21 18:11:51.968 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-21 18:11:51.968 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-21 18:11:51.968 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-21 18:11:51.968 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-21 18:11:51.968 | + ./stack.sh:main:505 : trap exit_trap EXIT 2022-06-21 18:11:51.968 | + ./stack.sh:main:546 : trap err_trap ERR 2022-06-21 18:11:51.970 | + ./stack.sh:main:559 : set -o errexit 2022-06-21 18:11:51.972 | + ./stack.sh:main:562 : uname -a 2022-06-21 18:11:51.973 | Linux dv-neutron-846031-3-hyperv 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-21 18:11:51.975 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-21 18:11:51.977 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-21 18:11:51.981 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2022-06-21 18:11:52.010 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-21 18:11:52.026 | + ./stack.sh:main:576 : fetch_plugins 2022-06-21 18:11:52.028 | + functions-common:fetch_plugins:1667 : local plugins= 2022-06-21 18:11:52.029 | + functions-common:fetch_plugins:1668 : local plugin 2022-06-21 18:11:52.032 | + functions-common:fetch_plugins:1671 : [[ -z '' ]] 2022-06-21 18:11:52.034 | + functions-common:fetch_plugins:1672 : return 2022-06-21 18:11:52.036 | + ./stack.sh:main:580 : run_phase override_defaults 2022-06-21 18:11:52.038 | + functions-common:run_phase:1749 : local mode=override_defaults 2022-06-21 18:11:52.040 | + functions-common:run_phase:1750 : local phase= 2022-06-21 18:11:52.042 | + functions-common:run_phase:1751 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-21 18:11:52.044 | + functions-common:run_phase:1752 : local extra_plugin_file_name 2022-06-21 18:11:52.046 | + functions-common:run_phase:1753 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-21 18:11:52.049 | + functions-common:run_phase:1758 : local exceptions=80-tempest.sh 2022-06-21 18:11:52.052 | + functions-common:run_phase:1759 : local extra 2022-06-21 18:11:52.054 | ++ functions-common:run_phase:1760 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-21 18:11:52.057 | + functions-common:run_phase:1760 : extra=80-tempest.sh 2022-06-21 18:11:52.059 | + functions-common:run_phase:1761 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-21 18:11:52.061 | + functions-common:run_phase:1765 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-21 18:11:52.063 | + functions-common:run_phase:1765 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-21 18:11:52.065 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-21 18:11:52.081 | ++ functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:11:52.083 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-21 18:11:52.085 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-21 18:11:52.087 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-21 18:11:52.089 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-21 18:11:52.091 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-21 18:11:52.092 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-21 18:11:52.095 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-21 18:11:52.097 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-21 18:11:52.098 | + functions-common:run_phase:1770 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-21 18:11:52.100 | + functions-common:run_phase:1773 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-21 18:11:52.102 | + functions-common:run_phase:1774 : plugin_override_defaults 2022-06-21 18:11:52.104 | + functions-common:plugin_override_defaults:1708 : local plugins= 2022-06-21 18:11:52.106 | + functions-common:plugin_override_defaults:1709 : local plugin 2022-06-21 18:11:52.108 | + functions-common:plugin_override_defaults:1712 : [[ -z '' ]] 2022-06-21 18:11:52.110 | + functions-common:plugin_override_defaults:1713 : return 2022-06-21 18:11:52.112 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2022-06-21 18:11:52.128 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2022-06-21 18:11:52.131 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-21 18:11:52.144 | ++ functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:11:52.146 | +++ lib/tls:source:43 : hostname -f 2022-06-21 18:11:52.149 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-21 18:11:52.151 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-21 18:11:52.153 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-21 18:11:52.155 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-21 18:11:52.158 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-21 18:11:52.160 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-21 18:11:52.162 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-21 18:11:52.163 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-21 18:11:52.165 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-21 18:11:52.167 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-21 18:11:52.172 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2022-06-21 18:11:52.184 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2022-06-21 18:11:52.201 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2022-06-21 18:11:52.213 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2022-06-21 18:11:52.226 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2022-06-21 18:11:52.253 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2022-06-21 18:11:52.311 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2022-06-21 18:11:52.398 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2022-06-21 18:11:52.420 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2022-06-21 18:11:52.473 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2022-06-21 18:11:52.527 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2022-06-21 18:11:52.655 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2022-06-21 18:11:52.670 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2022-06-21 18:11:52.682 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-21 18:11:52.695 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2022-06-21 18:11:52.788 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/os-vif 2022-06-21 18:11:52.790 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-21 18:11:52.793 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-21 18:11:52.795 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-21 18:11:52.797 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-21 18:11:52.799 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-21 18:11:52.801 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-21 18:11:52.801 | False' 2022-06-21 18:11:52.804 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-21 18:11:52.819 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-21 18:11:52.821 | + ./stack.sh:main:610 : run_phase source 2022-06-21 18:11:52.823 | + functions-common:run_phase:1749 : local mode=source 2022-06-21 18:11:52.825 | + functions-common:run_phase:1750 : local phase= 2022-06-21 18:11:52.827 | + functions-common:run_phase:1751 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-21 18:11:52.830 | + functions-common:run_phase:1752 : local extra_plugin_file_name 2022-06-21 18:11:52.832 | + functions-common:run_phase:1753 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-21 18:11:52.834 | + functions-common:run_phase:1758 : local exceptions=80-tempest.sh 2022-06-21 18:11:52.836 | + functions-common:run_phase:1759 : local extra 2022-06-21 18:11:52.839 | ++ functions-common:run_phase:1760 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-21 18:11:52.842 | + functions-common:run_phase:1760 : extra=80-tempest.sh 2022-06-21 18:11:52.844 | + functions-common:run_phase:1761 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-21 18:11:52.846 | + functions-common:run_phase:1765 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-21 18:11:52.848 | + functions-common:run_phase:1765 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-21 18:11:52.850 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-21 18:11:52.865 | ++ functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:11:52.867 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-21 18:11:52.869 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-21 18:11:52.910 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-21 18:11:52.912 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-21 18:11:52.914 | + functions-common:run_phase:1770 : [[ source == \s\o\u\r\c\e ]] 2022-06-21 18:11:52.916 | + functions-common:run_phase:1771 : load_plugin_settings 2022-06-21 18:11:52.918 | + functions-common:load_plugin_settings:1685 : local plugins= 2022-06-21 18:11:52.920 | + functions-common:load_plugin_settings:1686 : local plugin 2022-06-21 18:11:52.923 | + functions-common:load_plugin_settings:1689 : [[ -z '' ]] 2022-06-21 18:11:52.925 | + functions-common:load_plugin_settings:1690 : return 2022-06-21 18:11:52.927 | + functions-common:run_phase:1772 : verify_disabled_services 2022-06-21 18:11:52.930 | + functions-common:verify_disabled_services:2032 : local service 2022-06-21 18:11:52.932 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.934 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-21 18:11:52.936 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.938 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-21 18:11:52.941 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.943 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-21 18:11:52.945 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.947 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-21 18:11:52.949 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.952 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-21 18:11:52.954 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.956 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-21 18:11:52.958 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.961 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-21 18:11:52.963 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.965 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-21 18:11:52.967 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.970 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-21 18:11:52.972 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.974 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-21 18:11:52.977 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.979 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-06-21 18:11:52.981 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.983 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-21 18:11:52.986 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.988 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-21 18:11:52.991 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.993 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-21 18:11:52.995 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:52.997 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-21 18:11:53.000 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.002 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-21 18:11:53.004 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.006 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-21 18:11:53.008 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.011 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-21 18:11:53.013 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.015 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-21 18:11:53.017 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.020 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-21 18:11:53.022 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.024 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-21 18:11:53.026 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.028 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-21 18:11:53.030 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.033 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-21 18:11:53.035 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.038 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-21 18:11:53.040 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.042 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-21 18:11:53.044 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.047 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-21 18:11:53.049 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.052 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-21 18:11:53.054 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.056 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-21 18:11:53.058 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.060 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-21 18:11:53.063 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.065 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-21 18:11:53.067 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.069 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-21 18:11:53.071 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.074 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-21 18:11:53.076 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.078 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-06-21 18:11:53.080 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.082 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-21 18:11:53.085 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.087 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-21 18:11:53.089 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.092 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-21 18:11:53.094 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.097 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-21 18:11:53.099 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.101 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-21 18:11:53.103 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.106 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-21 18:11:53.108 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.111 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-21 18:11:53.113 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.115 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-21 18:11:53.117 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.120 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-21 18:11:53.122 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.125 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-21 18:11:53.127 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.129 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-21 18:11:53.131 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.134 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-21 18:11:53.136 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.138 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-21 18:11:53.141 | + functions-common:verify_disabled_services:2033 : for service in ${ENABLED_SERVICES//,/ } 2022-06-21 18:11:53.143 | + functions-common:verify_disabled_services:2034 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-21 18:11:53.146 | + ./stack.sh:main:681 : initialize_database_backends 2022-06-21 18:11:53.148 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-21 18:11:53.150 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-21 18:11:53.165 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:11:53.167 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-21 18:11:53.170 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-21 18:11:53.172 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-21 18:11:53.188 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:11:53.191 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-21 18:11:53.194 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-21 18:11:53.196 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-21 18:11:53.198 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-21 18:11:53.200 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-21 18:11:53.203 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-21 18:11:53.205 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-21 18:11:53.208 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-06-21 18:11:53.210 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-21 18:11:53.213 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-06-21 18:11:53.215 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-21 18:11:53.218 | + lib/database:initialize_database_backends:104 : return 0 2022-06-21 18:11:53.220 | + ./stack.sh:main:682 : echo 'Using mysql database backend' 2022-06-21 18:11:53.220 | Using mysql database backend 2022-06-21 18:11:53.222 | + ./stack.sh:main:685 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-21 18:11:53.238 | + ./stack.sh:main:697 : is_service_enabled rabbit 2022-06-21 18:11:53.255 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:11:53.257 | + ./stack.sh:main:698 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-21 18:11:53.273 | + ./stack.sh:main:705 : is_service_enabled keystone 2022-06-21 18:11:53.288 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:11:53.291 | + ./stack.sh:main:707 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-21 18:11:53.307 | + ./stack.sh:main:709 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-21 18:11:53.323 | + ./stack.sh:main:720 : is_service_enabled ldap 2022-06-21 18:11:53.339 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:11:53.342 | + ./stack.sh:main:729 : is_service_enabled s-proxy 2022-06-21 18:11:53.357 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:11:53.360 | + ./stack.sh:main:733 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-21 18:11:53.378 | + ./stack.sh:main:735 : [[ -z '' ]] 2022-06-21 18:11:53.380 | + ./stack.sh:main:735 : [[ False == \T\r\u\e ]] 2022-06-21 18:11:53.383 | + ./stack.sh:main:741 : save_stackenv 741 2022-06-21 18:11:53.385 | + functions-common:save_stackenv:60 : local tag=741 2022-06-21 18:11:53.388 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-21 18:11:53.392 | + functions-common:save_stackenv:62 : time_stamp=2022-06-21-181153 2022-06-21 18:11:53.395 | + functions-common:save_stackenv:63 : echo '# 2022-06-21-181153 741' 2022-06-21 18:11:53.398 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.400 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-21 18:11:53.402 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.405 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-21 18:11:53.407 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.409 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-21 18:11:53.413 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.415 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,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-21 18:11:53.418 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.420 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.66 2022-06-21 18:11:53.423 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.425 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.66/identity 2022-06-21 18:11:53.428 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.430 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-21-181151 2022-06-21 18:11:53.432 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.435 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-21 18:11:53.438 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.440 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.66 2022-06-21 18:11:53.443 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.445 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-21 18:11:53.447 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.450 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-21 18:11:53.453 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.455 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-21 18:11:53.457 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-21 18:11:53.460 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-21 18:11:53.463 | + ./stack.sh:main:752 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/xena 2022-06-21 18:11:53.465 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-21 18:11:53.467 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2022-06-21 18:11:53.469 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-06-21 18:11:53.471 | + functions-common:git_clone:526 : local orig_dir 2022-06-21 18:11:53.474 | ++ functions-common:git_clone:527 : pwd 2022-06-21 18:11:53.477 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-06-21 18:11:53.479 | + functions-common:git_clone:528 : local git_clone_flags= 2022-06-21 18:11:53.481 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-06-21 18:11:53.498 | + functions-common:git_clone:530 : RECLONE=False 2022-06-21 18:11:53.501 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-06-21 18:11:53.503 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-06-21 18:11:53.506 | + functions-common:git_clone:544 : echo stable/xena 2022-06-21 18:11:53.507 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-06-21 18:11:53.513 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2022-06-21 18:11:53.515 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-06-21 18:11:53.517 | + functions-common:git_clone:601 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-21 18:11:53.530 | + functions-common:git_clone:604 : cd /opt/stack/requirements 2022-06-21 18:11:53.534 | + functions-common:git_clone:605 : git show --oneline 2022-06-21 18:11:53.534 | + functions-common:git_clone:605 : head -1 2022-06-21 18:11:53.538 | 03061a94 update constraint for python-designateclient to new release 4.3.1 2022-06-21 18:11:53.540 | + functions-common:git_clone:606 : cd /home/ubuntu/devstack 2022-06-21 18:11:53.543 | + ./stack.sh:main:756 : echo_summary 'Installing package prerequisites' 2022-06-21 18:11:53.545 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-06-21 18:11:53.549 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2022-06-21 18:11:53.551 | + ./stack.sh:main:757 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-21 18:11:53.554 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-21 18:11:53.556 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-21 18:11:53.559 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-21 18:11:53.561 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-21 18:11:53.563 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-21 18:11:53.566 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-21 18:11:53.569 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-21 18:11:53.574 | ++ tools/install_prereqs.sh:source:47 : NOW=1655835113 2022-06-21 18:11:53.577 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-21 18:11:53.581 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1655834933 2022-06-21 18:11:53.584 | ++ tools/install_prereqs.sh:source:49 : DELTA=180 2022-06-21 18:11:53.587 | ++ tools/install_prereqs.sh:source:50 : [[ 180 -lt 7200 ]] 2022-06-21 18:11:53.589 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-21 18:11:53.591 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-21 18:11:53.594 | ++ functions-common:export_proxy_variables:2139 : isset http_proxy 2022-06-21 18:11:53.596 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-06-21 18:11:53.599 | ++ functions-common:export_proxy_variables:2142 : isset https_proxy 2022-06-21 18:11:53.601 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-06-21 18:11:53.603 | ++ functions-common:export_proxy_variables:2145 : isset no_proxy 2022-06-21 18:11:53.606 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-06-21 18:11:53.610 | +++ 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,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-21 18:11:53.658 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-21 18:11:53.658 | apache2-dev 2022-06-21 18:11:53.658 | bc 2022-06-21 18:11:53.658 | bsdmainutils 2022-06-21 18:11:53.658 | curl 2022-06-21 18:11:53.658 | g++ 2022-06-21 18:11:53.658 | gawk 2022-06-21 18:11:53.658 | gcc 2022-06-21 18:11:53.658 | gettext 2022-06-21 18:11:53.658 | git 2022-06-21 18:11:53.658 | graphviz 2022-06-21 18:11:53.658 | iputils-ping 2022-06-21 18:11:53.658 | libapache2-mod-proxy-uwsgi 2022-06-21 18:11:53.658 | libffi-dev 2022-06-21 18:11:53.658 | libjpeg-dev 2022-06-21 18:11:53.658 | libpcre3-dev 2022-06-21 18:11:53.658 | libpq-dev 2022-06-21 18:11:53.658 | libssl-dev 2022-06-21 18:11:53.658 | libsystemd-dev 2022-06-21 18:11:53.658 | libxml2-dev 2022-06-21 18:11:53.658 | libxslt1-dev 2022-06-21 18:11:53.659 | libyaml-dev 2022-06-21 18:11:53.659 | lsof 2022-06-21 18:11:53.659 | openssh-server 2022-06-21 18:11:53.659 | openssl 2022-06-21 18:11:53.659 | pkg-config 2022-06-21 18:11:53.659 | psmisc 2022-06-21 18:11:53.659 | python3-dev 2022-06-21 18:11:53.659 | python3-pip 2022-06-21 18:11:53.659 | python3-systemd 2022-06-21 18:11:53.659 | python3-venv 2022-06-21 18:11:53.659 | tar 2022-06-21 18:11:53.659 | tcpdump 2022-06-21 18:11:53.659 | unzip 2022-06-21 18:11:53.659 | uuid-runtime 2022-06-21 18:11:53.659 | wget 2022-06-21 18:11:53.659 | wget 2022-06-21 18:11:53.659 | zlib1g-dev 2022-06-21 18:11:53.659 | libkrb5-dev 2022-06-21 18:11:53.659 | libldap2-dev 2022-06-21 18:11:53.659 | libsasl2-dev 2022-06-21 18:11:53.659 | memcached 2022-06-21 18:11:53.659 | python3-mysqldb 2022-06-21 18:11:53.659 | sqlite3 2022-06-21 18:11:53.659 | conntrack 2022-06-21 18:11:53.659 | curl 2022-06-21 18:11:53.659 | dnsmasq-base 2022-06-21 18:11:53.659 | dnsmasq-utils 2022-06-21 18:11:53.659 | ebtables 2022-06-21 18:11:53.659 | genisoimage 2022-06-21 18:11:53.659 | iptables 2022-06-21 18:11:53.659 | iputils-arping 2022-06-21 18:11:53.659 | kpartx 2022-06-21 18:11:53.659 | libjs-jquery-tablesorter 2022-06-21 18:11:53.659 | parted 2022-06-21 18:11:53.659 | pm-utils 2022-06-21 18:11:53.659 | python3-mysqldb 2022-06-21 18:11:53.660 | socat 2022-06-21 18:11:53.660 | sqlite3 2022-06-21 18:11:53.660 | sudo 2022-06-21 18:11:53.660 | vlan 2022-06-21 18:11:53.660 | lsscsi 2022-06-21 18:11:53.660 | open-iscsi 2022-06-21 18:11:53.660 | lvm2 2022-06-21 18:11:53.660 | qemu-utils 2022-06-21 18:11:53.660 | thin-provisioning-tools 2022-06-21 18:11:53.660 | acl 2022-06-21 18:11:53.660 | dnsmasq-base 2022-06-21 18:11:53.660 | dnsmasq-utils 2022-06-21 18:11:53.660 | ebtables 2022-06-21 18:11:53.660 | haproxy 2022-06-21 18:11:53.660 | iptables 2022-06-21 18:11:53.660 | iputils-arping 2022-06-21 18:11:53.660 | iputils-ping 2022-06-21 18:11:53.660 | postgresql-server-dev-all 2022-06-21 18:11:53.660 | python3-mysqldb 2022-06-21 18:11:53.660 | sqlite3 2022-06-21 18:11:53.660 | sudo 2022-06-21 18:11:53.660 | vlan 2022-06-21 18:11:53.660 | pcp 2022-06-21 18:11:53.660 | ipset 2022-06-21 18:11:53.660 | conntrack 2022-06-21 18:11:53.660 | conntrackd 2022-06-21 18:11:53.660 | keepalived 2022-06-21 18:11:53.660 | lvm2 2022-06-21 18:11:53.660 | qemu-utils 2022-06-21 18:11:53.660 | thin-provisioning-tools 2022-06-21 18:11:53.660 | curl 2022-06-21 18:11:53.660 | liberasurecode-dev 2022-06-21 18:11:53.660 | make 2022-06-21 18:11:53.660 | memcached 2022-06-21 18:11:53.660 | sqlite3 2022-06-21 18:11:53.660 | xfsprogs' 2022-06-21 18:11:53.662 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-21 18:11:53.680 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-21 18:11:53.680 | apache2-dev 2022-06-21 18:11:53.680 | bc 2022-06-21 18:11:53.680 | bsdmainutils 2022-06-21 18:11:53.680 | curl 2022-06-21 18:11:53.680 | g++ 2022-06-21 18:11:53.680 | gawk 2022-06-21 18:11:53.680 | gcc 2022-06-21 18:11:53.680 | gettext 2022-06-21 18:11:53.680 | git 2022-06-21 18:11:53.680 | graphviz 2022-06-21 18:11:53.680 | iputils-ping 2022-06-21 18:11:53.680 | libapache2-mod-proxy-uwsgi 2022-06-21 18:11:53.680 | libffi-dev 2022-06-21 18:11:53.680 | libjpeg-dev 2022-06-21 18:11:53.681 | libpcre3-dev 2022-06-21 18:11:53.681 | libpq-dev 2022-06-21 18:11:53.681 | libssl-dev 2022-06-21 18:11:53.681 | libsystemd-dev 2022-06-21 18:11:53.681 | libxml2-dev 2022-06-21 18:11:53.681 | libxslt1-dev 2022-06-21 18:11:53.681 | libyaml-dev 2022-06-21 18:11:53.681 | lsof 2022-06-21 18:11:53.681 | openssh-server 2022-06-21 18:11:53.681 | openssl 2022-06-21 18:11:53.681 | pkg-config 2022-06-21 18:11:53.681 | psmisc 2022-06-21 18:11:53.681 | python3-dev 2022-06-21 18:11:53.681 | python3-pip 2022-06-21 18:11:53.681 | python3-systemd 2022-06-21 18:11:53.681 | python3-venv 2022-06-21 18:11:53.681 | tar 2022-06-21 18:11:53.681 | tcpdump 2022-06-21 18:11:53.681 | unzip 2022-06-21 18:11:53.681 | uuid-runtime 2022-06-21 18:11:53.681 | wget 2022-06-21 18:11:53.681 | wget 2022-06-21 18:11:53.681 | zlib1g-dev 2022-06-21 18:11:53.681 | libkrb5-dev 2022-06-21 18:11:53.681 | libldap2-dev 2022-06-21 18:11:53.681 | libsasl2-dev 2022-06-21 18:11:53.681 | memcached 2022-06-21 18:11:53.681 | python3-mysqldb 2022-06-21 18:11:53.681 | sqlite3 2022-06-21 18:11:53.681 | conntrack 2022-06-21 18:11:53.681 | curl 2022-06-21 18:11:53.681 | dnsmasq-base 2022-06-21 18:11:53.681 | dnsmasq-utils 2022-06-21 18:11:53.681 | ebtables 2022-06-21 18:11:53.681 | genisoimage 2022-06-21 18:11:53.682 | iptables 2022-06-21 18:11:53.682 | iputils-arping 2022-06-21 18:11:53.682 | kpartx 2022-06-21 18:11:53.682 | libjs-jquery-tablesorter 2022-06-21 18:11:53.682 | parted 2022-06-21 18:11:53.682 | pm-utils 2022-06-21 18:11:53.682 | python3-mysqldb 2022-06-21 18:11:53.682 | socat 2022-06-21 18:11:53.682 | sqlite3 2022-06-21 18:11:53.682 | sudo 2022-06-21 18:11:53.682 | vlan 2022-06-21 18:11:53.682 | lsscsi 2022-06-21 18:11:53.682 | open-iscsi 2022-06-21 18:11:53.682 | lvm2 2022-06-21 18:11:53.682 | qemu-utils 2022-06-21 18:11:53.682 | thin-provisioning-tools 2022-06-21 18:11:53.682 | acl 2022-06-21 18:11:53.682 | dnsmasq-base 2022-06-21 18:11:53.682 | dnsmasq-utils 2022-06-21 18:11:53.682 | ebtables 2022-06-21 18:11:53.682 | haproxy 2022-06-21 18:11:53.682 | iptables 2022-06-21 18:11:53.682 | iputils-arping 2022-06-21 18:11:53.682 | iputils-ping 2022-06-21 18:11:53.682 | postgresql-server-dev-all 2022-06-21 18:11:53.682 | python3-mysqldb 2022-06-21 18:11:53.682 | sqlite3 2022-06-21 18:11:53.682 | sudo 2022-06-21 18:11:53.682 | vlan 2022-06-21 18:11:53.682 | pcp 2022-06-21 18:11:53.682 | ipset 2022-06-21 18:11:53.682 | conntrack 2022-06-21 18:11:53.682 | conntrackd 2022-06-21 18:11:53.682 | keepalived 2022-06-21 18:11:53.682 | lvm2 2022-06-21 18:11:53.682 | qemu-utils 2022-06-21 18:11:53.683 | thin-provisioning-tools 2022-06-21 18:11:53.683 | curl 2022-06-21 18:11:53.683 | liberasurecode-dev 2022-06-21 18:11:53.683 | make 2022-06-21 18:11:53.683 | memcached 2022-06-21 18:11:53.683 | sqlite3 2022-06-21 18:11:53.683 | xfsprogs ' 2022-06-21 18:11:53.683 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-21 18:11:53.685 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:11:53.687 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:11:53.690 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-21 18:11:53.691 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-21 18:11:53.695 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-21 18:11:53.698 | ++ functions-common:install_package:1359 : update_package_repo 2022-06-21 18:11:53.700 | ++ functions-common:update_package_repo:1331 : NO_UPDATE_REPOS=False 2022-06-21 18:11:53.702 | ++ functions-common:update_package_repo:1332 : REPOS_UPDATED=False 2022-06-21 18:11:53.704 | ++ functions-common:update_package_repo:1333 : RETRY_UPDATE=False 2022-06-21 18:11:53.706 | ++ functions-common:update_package_repo:1335 : [[ False = \T\r\u\e ]] 2022-06-21 18:11:53.708 | ++ functions-common:update_package_repo:1339 : is_ubuntu 2022-06-21 18:11:53.710 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:11:53.712 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:11:53.715 | ++ functions-common:update_package_repo:1340 : apt_get_update 2022-06-21 18:11:53.717 | ++ functions-common:apt_get_update:1085 : [[ False == \T\r\u\e ]] 2022-06-21 18:11:53.720 | ++ functions-common:apt_get_update:1090 : [[ False = \T\r\u\e ]] 2022-06-21 18:11:53.722 | ++ functions-common:apt_get_update:1092 : local sudo=sudo 2022-06-21 18:11:53.724 | +++ functions-common:apt_get_update:1093 : id -u 2022-06-21 18:11:53.728 | ++ functions-common:apt_get_update:1093 : [[ 1000 = \0 ]] 2022-06-21 18:11:53.730 | ++ functions-common:apt_get_update:1096 : time_start apt-get-update 2022-06-21 18:11:53.733 | ++ functions-common:time_start:2307 : local name=apt-get-update 2022-06-21 18:11:53.735 | ++ functions-common:time_start:2308 : local start_time= 2022-06-21 18:11:53.737 | ++ functions-common:time_start:2309 : [[ -n '' ]] 2022-06-21 18:11:53.740 | +++ functions-common:time_start:2312 : date +%s%3N 2022-06-21 18:11:53.744 | ++ functions-common:time_start:2312 : _TIME_START[$name]=1655835113741 2022-06-21 18:11:53.746 | ++ functions-common:apt_get_update:1098 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-21 18:11:53.748 | ++ functions-common:apt_get_update:1099 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-21 18:11:53.750 | ++ functions-common:apt_get_update:1100 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-06-21 18:11:53.993 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-21 18:11:54.042 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-21 18:11:54.101 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-21 18:11:54.238 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-21 18:11:56.309 | Reading package lists... 2022-06-21 18:11:56.341 | ++ functions-common:apt_get_update:1104 : REPOS_UPDATED=True 2022-06-21 18:11:56.343 | ++ functions-common:apt_get_update:1106 : time_stop apt-get-update 2022-06-21 18:11:56.345 | ++ functions-common:time_stop:2321 : local name 2022-06-21 18:11:56.347 | ++ functions-common:time_stop:2322 : local end_time 2022-06-21 18:11:56.349 | ++ functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:11:56.351 | ++ functions-common:time_stop:2324 : local total 2022-06-21 18:11:56.353 | ++ functions-common:time_stop:2325 : local start_time 2022-06-21 18:11:56.355 | ++ functions-common:time_stop:2327 : name=apt-get-update 2022-06-21 18:11:56.357 | ++ functions-common:time_stop:2328 : start_time=1655835113741 2022-06-21 18:11:56.359 | ++ functions-common:time_stop:2330 : [[ -z 1655835113741 ]] 2022-06-21 18:11:56.362 | +++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:11:56.366 | ++ functions-common:time_stop:2333 : end_time=1655835116364 2022-06-21 18:11:56.368 | ++ functions-common:time_stop:2334 : elapsed_time=2623 2022-06-21 18:11:56.370 | ++ functions-common:time_stop:2335 : total=0 2022-06-21 18:11:56.372 | ++ functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:11:56.374 | ++ functions-common:time_stop:2338 : _TIME_TOTAL[$name]=2623 2022-06-21 18:11:56.377 | ++ functions-common:install_package:1360 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-21 18:11:56.379 | ++ functions-common:real_install_package:1345 : is_ubuntu 2022-06-21 18:11:56.381 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:11:56.384 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:11:56.386 | ++ functions-common:real_install_package:1346 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-21 18:11:56.407 | ++ functions-common:apt_get:1126 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-06-21 18:11:56.518 | Reading package lists... 2022-06-21 18:11:56.776 | Building dependency tree... 2022-06-21 18:11:56.778 | Reading state information... 2022-06-21 18:11:56.813 | acl is already the newest version (2.2.53-6). 2022-06-21 18:11:56.813 | bc is already the newest version (1.07.1-2build1). 2022-06-21 18:11:56.813 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-21 18:11:56.813 | conntrack is already the newest version (1:1.4.5-2). 2022-06-21 18:11:56.813 | ebtables is already the newest version (2.0.11-3build1). 2022-06-21 18:11:56.813 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-21 18:11:56.813 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-21 18:11:56.813 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-21 18:11:56.813 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-21 18:11:56.813 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-21 18:11:56.813 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-21 18:11:56.813 | iputils-arping is already the newest version (3:20190709-3). 2022-06-21 18:11:56.813 | iputils-ping is already the newest version (3:20190709-3). 2022-06-21 18:11:56.813 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-21 18:11:56.813 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-21 18:11:56.813 | libffi-dev is already the newest version (3.3-4). 2022-06-21 18:11:56.813 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-21 18:11:56.813 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-21 18:11:56.813 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-21 18:11:56.813 | lsscsi is already the newest version (0.30-0.1). 2022-06-21 18:11:56.813 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-21 18:11:56.813 | make is already the newest version (4.2.1-1.2). 2022-06-21 18:11:56.813 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-21 18:11:56.813 | psmisc is already the newest version (23.3-1). 2022-06-21 18:11:56.813 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-21 18:11:56.813 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-21 18:11:56.813 | python3-systemd is already the newest version (234-3build2). 2022-06-21 18:11:56.813 | socat is already the newest version (1.7.3.3-2). 2022-06-21 18:11:56.814 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-21 18:11:56.814 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-21 18:11:56.814 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-21 18:11:56.814 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-21 18:11:56.814 | graphviz is already the newest version (2.42.2-3build2). 2022-06-21 18:11:56.814 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-21 18:11:56.814 | pcp is already the newest version (5.0.3-1). 2022-06-21 18:11:56.814 | pm-utils is already the newest version (1.4.1-19). 2022-06-21 18:11:56.814 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-21 18:11:56.814 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-06-21 18:11:56.814 | apache2-dev is already the newest version (2.4.41-4ubuntu3.12). 2022-06-21 18:11:56.814 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-21 18:11:56.814 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-21 18:11:56.814 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-21 18:11:56.814 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-21 18:11:56.814 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-21 18:11:56.814 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-21 18:11:56.814 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-21 18:11:56.814 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-21 18:11:56.814 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-21 18:11:56.814 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-21 18:11:56.814 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-21 18:11:56.814 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-21 18:11:56.814 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.15). 2022-06-21 18:11:56.814 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-21 18:11:56.814 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-21 18:11:56.814 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-21 18:11:56.814 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-21 18:11:56.814 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-21 18:11:56.814 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-21 18:11:56.814 | openssl is already the newest version (1.1.1f-1ubuntu2.15). 2022-06-21 18:11:56.814 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-21 18:11:56.814 | qemu-utils is already the newest version (1:4.2-3ubuntu6.23). 2022-06-21 18:11:56.815 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-21 18:11:56.815 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-21 18:11:56.815 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-21 18:11:56.815 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-21 18:11:56.815 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-21 18:11:56.815 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-21 18:11:56.815 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-21 18:11:57.037 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-06-21 18:11:57.037 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-21 18:11:57.037 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-21 18:11:57.037 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-21 18:11:57.037 | The following packages were automatically installed and are no longer required: 2022-06-21 18:11:57.038 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-21 18:11:57.038 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-21 18:11:57.038 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-21 18:11:57.038 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-21 18:11:57.038 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-21 18:11:57.038 | python3-zope.interface 2022-06-21 18:11:57.038 | Use 'sudo apt autoremove' to remove them. 2022-06-21 18:11:57.152 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-21 18:11:57.156 | ++ functions-common:apt_get:1130 : result=0 2022-06-21 18:11:57.159 | ++ functions-common:apt_get:1133 : time_stop apt-get 2022-06-21 18:11:57.161 | ++ functions-common:time_stop:2321 : local name 2022-06-21 18:11:57.163 | ++ functions-common:time_stop:2322 : local end_time 2022-06-21 18:11:57.165 | ++ functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:11:57.167 | ++ functions-common:time_stop:2324 : local total 2022-06-21 18:11:57.169 | ++ functions-common:time_stop:2325 : local start_time 2022-06-21 18:11:57.172 | ++ functions-common:time_stop:2327 : name=apt-get 2022-06-21 18:11:57.174 | ++ functions-common:time_stop:2328 : start_time=1655835116404 2022-06-21 18:11:57.176 | ++ functions-common:time_stop:2330 : [[ -z 1655835116404 ]] 2022-06-21 18:11:57.179 | +++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:11:57.183 | ++ functions-common:time_stop:2333 : end_time=1655835117180 2022-06-21 18:11:57.185 | ++ functions-common:time_stop:2334 : elapsed_time=776 2022-06-21 18:11:57.188 | ++ functions-common:time_stop:2335 : total=840 2022-06-21 18:11:57.190 | ++ functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:11:57.192 | ++ functions-common:time_stop:2338 : _TIME_TOTAL[$name]=1616 2022-06-21 18:11:57.194 | ++ functions-common:apt_get:1134 : return 0 2022-06-21 18:11:57.197 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-21 18:11:57.199 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-21 18:11:57.202 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-21 18:11:57.207 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-21 18:11:57.212 | + ./stack.sh:main:772 : [[ False != \T\r\u\e ]] 2022-06-21 18:11:57.214 | + ./stack.sh:main:773 : PYPI_ALTERNATIVE_URL= 2022-06-21 18:11:57.217 | + ./stack.sh:main:773 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-21 18:11:58.702 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-21 18:11:58.704 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-21 18:11:58.706 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-21 18:11:58.708 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-21 18:11:58.711 | + functions-common:GetDistro:373 : GetOSVersion 2022-06-21 18:11:58.713 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-06-21 18:11:58.715 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-06-21 18:11:58.718 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-06-21 18:11:58.720 | + functions-common:_ensure_lsb_release:328 : return 2022-06-21 18:11:58.722 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-06-21 18:11:58.809 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-06-21 18:11:58.811 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-06-21 18:11:58.887 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-06-21 18:11:58.889 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-06-21 18:11:58.966 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-06-21 18:11:58.968 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-21 18:11:58.969 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-06-21 18:11:58.971 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-06-21 18:11:58.973 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-06-21 18:11:58.975 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-06-21 18:11:58.977 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-06-21 18:11:58.979 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-21 18:11:58.981 | + functions-common:GetDistro:378 : DISTRO=focal 2022-06-21 18:11:58.983 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2022-06-21 18:11:58.985 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-21 18:11:58.985 | Distro: focal 2022-06-21 18:11:58.987 | + tools/install_pip.sh:main:124 : get_versions 2022-06-21 18:11:58.990 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-21 18:11:58.993 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-21 18:11:58.995 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-21 18:11:58.998 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-21 18:11:58.998 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-21 18:11:59.565 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=22.1.2 2022-06-21 18:11:59.567 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 22.1.2' 2022-06-21 18:11:59.567 | pip: 22.1.2 2022-06-21 18:11:59.568 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-21 18:11:59.570 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-21 18:11:59.572 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-06-21 18:11:59.574 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-06-21 18:11:59.576 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-06-21 18:11:59.578 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-21 18:11:59.580 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-21 18:11:59.582 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-06-21 18:11:59.583 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-06-21 18:11:59.585 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-06-21 18:11:59.587 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-06-21 18:11:59.589 | + tools/install_pip.sh:main:142 : install_get_pip 2022-06-21 18:11:59.594 | + tools/install_pip.sh:install_get_pip:60 : [[ 3.8 = \3\.\6 ]] 2022-06-21 18:11:59.595 | + tools/install_pip.sh:install_get_pip:64 : _pip_url=https://bootstrap.pypa.io/get-pip.py 2022-06-21 18:11:59.597 | ++ tools/install_pip.sh:install_get_pip:65 : basename https://bootstrap.pypa.io/get-pip.py 2022-06-21 18:11:59.601 | + tools/install_pip.sh:install_get_pip:65 : _local_pip=/home/ubuntu/devstack/files/get-pip.py 2022-06-21 18:11:59.602 | + tools/install_pip.sh:install_get_pip:71 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-06-21 18:11:59.604 | + tools/install_pip.sh:install_get_pip:72 : head -1 /home/ubuntu/devstack/files/get-pip.py 2022-06-21 18:11:59.605 | + tools/install_pip.sh:install_get_pip:72 : grep -q '#!/usr/bin/env python' 2022-06-21 18:11:59.609 | + tools/install_pip.sh:install_get_pip:88 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-06-21 18:11:59.611 | + tools/install_pip.sh:install_get_pip:88 : [[ -r /home/ubuntu/devstack/files/get-pip.py.downloaded ]] 2022-06-21 18:11:59.612 | + tools/install_pip.sh:install_get_pip:91 : local timecond= 2022-06-21 18:11:59.614 | + tools/install_pip.sh:install_get_pip:92 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-06-21 18:11:59.616 | + tools/install_pip.sh:install_get_pip:93 : timecond='-z /home/ubuntu/devstack/files/get-pip.py' 2022-06-21 18:11:59.617 | + tools/install_pip.sh:install_get_pip:96 : curl -f --retry 6 --retry-delay 5 -z /home/ubuntu/devstack/files/get-pip.py -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2022-06-21 18:11:59.629 | % Total % Received % Xferd Average Speed Time Time Time Current 2022-06-21 18:11:59.629 | Dload Upload Total Spent Left Speed 2022-06-21 18:11:59.751 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2022-06-21 18:11:59.755 | + tools/install_pip.sh:install_get_pip:99 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2022-06-21 18:11:59.759 | + tools/install_pip.sh:install_get_pip:101 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2022-06-21 18:12:02.997 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:02.997 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:02.997 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:02.997 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:03.602 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:12:03.755 | Collecting pip 2022-06-21 18:12:03.767 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3e/dacb89022ef52/pip-22.1.2-py3-none-any.whl (2.1 MB) 2022-06-21 18:12:03.805 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 65.2 MB/s eta 0:00:00 2022-06-21 18:12:04.450 | Collecting setuptools 2022-06-21 18:12:04.460 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c18/48f654aea2e35/setuptools-62.6.0-py3-none-any.whl (1.2 MB) 2022-06-21 18:12:04.479 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 85.0 MB/s eta 0:00:00 2022-06-21 18:12:06.871 | Installing collected packages: setuptools, pip 2022-06-21 18:12:07.722 | Attempting uninstall: pip 2022-06-21 18:12:07.724 | Found existing installation: pip 22.1.2 2022-06-21 18:12:08.081 | Uninstalling pip-22.1.2: 2022-06-21 18:12:08.098 | Successfully uninstalled pip-22.1.2 2022-06-21 18:12:10.135 | Successfully installed pip-22.1.2 setuptools-62.6.0 2022-06-21 18:12:10.135 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:12:10.481 | + tools/install_pip.sh:main:145 : set -x 2022-06-21 18:12:10.483 | + tools/install_pip.sh:main:149 : pip_install_gr setuptools 2022-06-21 18:12:10.485 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-06-21 18:12:10.487 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-21 18:12:10.490 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-06-21 18:12:10.491 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-06-21 18:12:10.493 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-21 18:12:10.496 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-06-21 18:12:10.496 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-21 18:12:10.500 | ++ inc/python:get_from_global_requirements:227 : required_pkg='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,!=48.0.0,!=49.0.0 ' 2022-06-21 18:12:10.502 | ++ inc/python:get_from_global_requirements:228 : [[ 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,!=48.0.0,!=49.0.0 == '' ]] 2022-06-21 18:12:10.504 | ++ inc/python:get_from_global_requirements:231 : echo '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,!=48.0.0,!=49.0.0' 2022-06-21 18:12:10.506 | + inc/python:pip_install_gr:78 : clean_name='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,!=48.0.0,!=49.0.0' 2022-06-21 18:12:10.508 | + inc/python:pip_install_gr:79 : pip_install '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,!=48.0.0,!=49.0.0' 2022-06-21 18:12:10.526 | Using python 3.8 to install 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,!=48.0.0,!=49.0.0 2022-06-21 18:12:10.528 | + 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 '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,!=48.0.0,!=49.0.0' 2022-06-21 18:12:11.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:11.247 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:11.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:11.247 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:12.588 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:12:14.128 | Collecting 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,!=48.0.0,!=49.0.0 2022-06-21 18:12:14.138 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a49/230977aa6cfb9/setuptools-57.4.0-py3-none-any.whl (819 kB) 2022-06-21 18:12:14.157 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.0/819.0 kB 63.3 MB/s eta 0:00:00 2022-06-21 18:12:16.594 | Installing collected packages: setuptools 2022-06-21 18:12:16.594 | Attempting uninstall: setuptools 2022-06-21 18:12:16.596 | Found existing installation: setuptools 62.6.0 2022-06-21 18:12:16.751 | Uninstalling setuptools-62.6.0: 2022-06-21 18:12:17.111 | Successfully uninstalled setuptools-62.6.0 2022-06-21 18:12:17.789 | Successfully installed setuptools-57.4.0 2022-06-21 18:12:17.790 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:12:17.955 | + inc/python:pip_install:200 : result=0 2022-06-21 18:12:17.957 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:12:17.959 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:17.961 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:17.962 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:17.964 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:17.966 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:17.967 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:12:17.970 | + functions-common:time_stop:2328 : start_time=1655835130521 2022-06-21 18:12:17.972 | + functions-common:time_stop:2330 : [[ -z 1655835130521 ]] 2022-06-21 18:12:17.974 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:17.977 | + functions-common:time_stop:2333 : end_time=1655835137975 2022-06-21 18:12:17.979 | + functions-common:time_stop:2334 : elapsed_time=7454 2022-06-21 18:12:17.980 | + functions-common:time_stop:2335 : total=0 2022-06-21 18:12:17.982 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:17.984 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=7454 2022-06-21 18:12:17.985 | + inc/python:pip_install:203 : return 0 2022-06-21 18:12:17.987 | + tools/install_pip.sh:main:151 : get_versions 2022-06-21 18:12:17.990 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-21 18:12:17.993 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-21 18:12:17.995 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-21 18:12:17.998 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-21 18:12:18.009 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-21 18:12:18.548 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=22.1.2 2022-06-21 18:12:18.550 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 22.1.2' 2022-06-21 18:12:18.550 | pip: 22.1.2 2022-06-21 18:12:18.553 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-21 18:12:18.556 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-21 18:12:18.559 | + ./stack.sh:main:778 : fixup_all 2022-06-21 18:12:18.562 | + tools/fixup_stuff.sh:fixup_all:175 : fixup_keystone 2022-06-21 18:12:18.564 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-06-21 18:12:18.566 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-06-21 18:12:18.571 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-06-21 18:12:18.571 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-06-21 18:12:18.572 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-06-21 18:12:18.577 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2022-06-21 18:12:18.580 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2022-06-21 18:12:18.582 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2022-06-21 18:12:18.590 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2022-06-21 18:12:18.594 | + tools/fixup_stuff.sh:fixup_all:176 : fixup_ubuntu 2022-06-21 18:12:18.596 | + tools/fixup_stuff.sh:fixup_ubuntu:159 : is_ubuntu 2022-06-21 18:12:18.598 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:18.600 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:18.603 | + tools/fixup_stuff.sh:fixup_ubuntu:169 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-21 18:12:18.614 | + tools/fixup_stuff.sh:fixup_ubuntu:170 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-21 18:12:18.626 | + tools/fixup_stuff.sh:fixup_ubuntu:171 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-21 18:12:18.636 | + tools/fixup_stuff.sh:fixup_all:177 : fixup_fedora 2022-06-21 18:12:18.639 | + tools/fixup_stuff.sh:fixup_fedora:66 : is_fedora 2022-06-21 18:12:18.641 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-06-21 18:12:18.643 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-06-21 18:12:18.645 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-06-21 18:12:18.647 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-21 18:12:18.649 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-21 18:12:18.651 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-06-21 18:12:18.653 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-06-21 18:12:18.655 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-06-21 18:12:18.657 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-06-21 18:12:18.659 | + tools/fixup_stuff.sh:fixup_fedora:67 : return 2022-06-21 18:12:18.662 | + tools/fixup_stuff.sh:fixup_all:178 : fixup_suse 2022-06-21 18:12:18.664 | + tools/fixup_stuff.sh:fixup_suse:112 : is_suse 2022-06-21 18:12:18.666 | + functions-common:is_suse:462 : is_opensuse 2022-06-21 18:12:18.668 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-06-21 18:12:18.670 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-21 18:12:18.673 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-06-21 18:12:18.675 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-06-21 18:12:18.677 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-21 18:12:18.679 | + tools/fixup_stuff.sh:fixup_suse:113 : return 2022-06-21 18:12:18.682 | + ./stack.sh:main:781 : pip_install -U os-testr 2022-06-21 18:12:18.703 | Using python 3.8 to install os-testr 2022-06-21 18:12:18.705 | + 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-21 18:12:19.424 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:19.424 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:19.424 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:19.424 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:20.811 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:12:20.822 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.1) 2022-06-21 18:12:20.873 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-21 18:12:20.875 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (3.2.0) 2022-06-21 18:12:20.877 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-06-21 18:12:20.878 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.6.0) 2022-06-21 18:12:20.893 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-06-21 18:12:20.919 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.9.0) 2022-06-21 18:12:20.922 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.1) 2022-06-21 18:12:20.923 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.18.2) 2022-06-21 18:12:20.924 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (5.4.1) 2022-06-21 18:12:20.926 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-06-21 18:12:20.949 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.7) 2022-06-21 18:12:20.951 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.7.2) 2022-06-21 18:12:20.955 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.0) 2022-06-21 18:12:20.956 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.1.2) 2022-06-21 18:12:20.957 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.4.0) 2022-06-21 18:12:20.970 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-06-21 18:12:21.040 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-06-21 18:12:21.041 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-06-21 18:12:21.043 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.2.0) 2022-06-21 18:12:21.044 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.4) 2022-06-21 18:12:23.286 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:12:23.436 | + inc/python:pip_install:200 : result=0 2022-06-21 18:12:23.439 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:12:23.441 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:23.443 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:23.445 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:23.447 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:23.449 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:23.451 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:12:23.453 | + functions-common:time_stop:2328 : start_time=1655835138697 2022-06-21 18:12:23.455 | + functions-common:time_stop:2330 : [[ -z 1655835138697 ]] 2022-06-21 18:12:23.458 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:23.462 | + functions-common:time_stop:2333 : end_time=1655835143460 2022-06-21 18:12:23.464 | + functions-common:time_stop:2334 : elapsed_time=4763 2022-06-21 18:12:23.466 | + functions-common:time_stop:2335 : total=0 2022-06-21 18:12:23.469 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:23.471 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=4763 2022-06-21 18:12:23.473 | + inc/python:pip_install:203 : return 0 2022-06-21 18:12:23.477 | + ./stack.sh:main:785 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-21 18:12:23.530 | + ./stack.sh:main:786 : sudo systemctl restart systemd-journald 2022-06-21 18:12:23.630 | + ./stack.sh:main:792 : install_infra 2022-06-21 18:12:23.633 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-21 18:12:23.636 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-21 18:12:23.639 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-21 18:12:23.641 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-21 18:12:23.664 | + 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-21 18:12:25.742 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:25.745 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:25.767 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:25.805 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:25.810 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:25.992 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:26.010 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:26.297 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:26.404 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:26.464 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:12:26.586 | Requirement already up-to-date: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (5.6.0) 2022-06-21 18:12:26.870 | + inc/python:pip_install:200 : result=0 2022-06-21 18:12:26.872 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:12:26.875 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:26.877 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:26.879 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:26.881 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:26.883 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:26.885 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:12:26.887 | + functions-common:time_stop:2328 : start_time=1655835143656 2022-06-21 18:12:26.890 | + functions-common:time_stop:2330 : [[ -z 1655835143656 ]] 2022-06-21 18:12:26.893 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:26.898 | + functions-common:time_stop:2333 : end_time=1655835146895 2022-06-21 18:12:26.900 | + functions-common:time_stop:2334 : elapsed_time=3239 2022-06-21 18:12:26.902 | + functions-common:time_stop:2335 : total=4763 2022-06-21 18:12:26.904 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:26.906 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=8002 2022-06-21 18:12:26.908 | + inc/python:pip_install:203 : return 0 2022-06-21 18:12:26.911 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-21 18:12:26.913 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-21 18:12:26.938 | + 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-21 18:12:28.868 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:28.872 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:28.893 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:28.932 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:28.937 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:29.122 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:29.141 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:29.428 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:29.536 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-06-21 18:12:29.597 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:12:29.599 | Processing /opt/stack/requirements 2022-06-21 18:12:31.366 | Requirement already satisfied: PyYAML===5.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2022-06-21 18:12:31.370 | 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 171)) (3.0.0) 2022-06-21 18:12:31.382 | Requirement already satisfied: packaging===21.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (21.0) 2022-06-21 18:12:31.387 | Requirement already satisfied: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (5.6.0) 2022-06-21 18:12:31.391 | 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 372)) (2.4.7) 2022-06-21 18:12:31.395 | Requirement already satisfied: requests===2.26.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (2.26.0) 2022-06-21 18:12:31.421 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (1.16.0) 2022-06-21 18:12:31.424 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.5.0) 2022-06-21 18:12:31.433 | Requirement already satisfied: urllib3===1.26.6 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (1.26.6) 2022-06-21 18:12:31.454 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev4980) (1.3) 2022-06-21 18:12:31.456 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev4980) (0.3.0) 2022-06-21 18:12:31.473 | Requirement already satisfied: idna===3.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) (3.2) 2022-06-21 18:12:31.476 | Requirement already satisfied: charset-normalizer===2.0.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (2.0.4) 2022-06-21 18:12:31.481 | Requirement already satisfied: certifi===2021.5.30 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2021.5.30) 2022-06-21 18:12:31.484 | 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 167)) (1.0.0) 2022-06-21 18:12:31.486 | Requirement already satisfied: cliff===3.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (3.9.0) 2022-06-21 18:12:31.498 | 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 344)) (0.7.2) 2022-06-21 18:12:31.501 | Requirement already satisfied: stevedore===3.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (3.4.0) 2022-06-21 18:12:31.507 | Requirement already satisfied: cmd2===2.1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117)) (2.1.2) 2022-06-21 18:12:31.578 | Requirement already satisfied: autopage===0.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (0.4.0) 2022-06-21 18:12:31.582 | 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 580)) (0.2.5) 2022-06-21 18:12:31.586 | Requirement already satisfied: colorama===0.4.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) (0.4.4) 2022-06-21 18:12:31.591 | Requirement already satisfied: attrs===21.2.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (21.2.0) 2022-06-21 18:12:31.644 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (1.8.2) 2022-06-21 18:12:31.647 | Building wheels for collected packages: openstack-requirements 2022-06-21 18:12:31.647 | Building wheel for openstack-requirements (setup.py): started 2022-06-21 18:12:32.465 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-21 18:12:32.465 | ERROR: Command errored out with exit status 1: 2022-06-21 18:12:32.465 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-1agmx3fo/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-1agmx3fo/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-nu4xm2uq 2022-06-21 18:12:32.465 | cwd: /tmp/pip-req-build-1agmx3fo/ 2022-06-21 18:12:32.465 | Complete output (6 lines): 2022-06-21 18:12:32.466 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-21 18:12:32.466 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-21 18:12:32.466 | or: setup.py --help-commands 2022-06-21 18:12:32.466 | or: setup.py cmd --help 2022-06-21 18:12:32.466 | 2022-06-21 18:12:32.466 | error: invalid command 'bdist_wheel' 2022-06-21 18:12:32.466 | ---------------------------------------- 2022-06-21 18:12:32.466 | ERROR: Failed building wheel for openstack-requirements 2022-06-21 18:12:32.466 | Running setup.py clean for openstack-requirements 2022-06-21 18:12:33.296 | Failed to build openstack-requirements 2022-06-21 18:12:33.313 | Installing collected packages: openstack-requirements 2022-06-21 18:12:33.313 | Attempting uninstall: openstack-requirements 2022-06-21 18:12:33.314 | Found existing installation: openstack-requirements 1.2.1.dev4980 2022-06-21 18:12:33.349 | Uninstalling openstack-requirements-1.2.1.dev4980: 2022-06-21 18:12:33.367 | Successfully uninstalled openstack-requirements-1.2.1.dev4980 2022-06-21 18:12:33.371 | Running setup.py install for openstack-requirements: started 2022-06-21 18:12:35.717 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-21 18:12:35.741 | Successfully installed openstack-requirements-1.2.1.dev4980 2022-06-21 18:12:35.869 | + inc/python:pip_install:200 : result=0 2022-06-21 18:12:35.871 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:12:35.874 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:35.876 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:35.878 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:35.880 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:35.882 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:35.884 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:12:35.886 | + functions-common:time_stop:2328 : start_time=1655835146929 2022-06-21 18:12:35.888 | + functions-common:time_stop:2330 : [[ -z 1655835146929 ]] 2022-06-21 18:12:35.891 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:35.895 | + functions-common:time_stop:2333 : end_time=1655835155893 2022-06-21 18:12:35.898 | + functions-common:time_stop:2334 : elapsed_time=8964 2022-06-21 18:12:35.900 | + functions-common:time_stop:2335 : total=8002 2022-06-21 18:12:35.902 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:35.905 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=16966 2022-06-21 18:12:35.907 | + inc/python:pip_install:203 : return 0 2022-06-21 18:12:35.910 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-21 18:12:35.912 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-21 18:12:35.915 | + inc/python:use_library_from_git:250 : local name=pbr 2022-06-21 18:12:35.917 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:35.920 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:35.922 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-06-21 18:12:35.924 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:35.927 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-21 18:12:35.947 | Using python 3.8 to install pbr 2022-06-21 18:12:35.949 | + 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-21 18:12:36.679 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:36.679 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:36.679 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:36.679 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:38.062 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:12:38.072 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.6.0) 2022-06-21 18:12:40.509 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:12:40.684 | + inc/python:pip_install:200 : result=0 2022-06-21 18:12:40.686 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:12:40.688 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:40.690 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:40.693 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:40.695 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:40.697 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:40.699 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:12:40.702 | + functions-common:time_stop:2328 : start_time=1655835155942 2022-06-21 18:12:40.704 | + functions-common:time_stop:2330 : [[ -z 1655835155942 ]] 2022-06-21 18:12:40.706 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:40.711 | + functions-common:time_stop:2333 : end_time=1655835160708 2022-06-21 18:12:40.713 | + functions-common:time_stop:2334 : elapsed_time=4766 2022-06-21 18:12:40.715 | + functions-common:time_stop:2335 : total=16966 2022-06-21 18:12:40.717 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:40.720 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=21732 2022-06-21 18:12:40.722 | + inc/python:pip_install:203 : return 0 2022-06-21 18:12:40.724 | + ./stack.sh:main:795 : python3 -m venv /opt/stack/bindep-venv 2022-06-21 18:12:43.093 | + ./stack.sh:main:797 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-21 18:12:45.061 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:12:45.062 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-21 18:12:45.081 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-21 18:12:45.084 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-21 18:12:45.087 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-21 18:12:45.093 | 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-21 18:12:45.097 | 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-21 18:12:45.175 | + ./stack.sh:main:798 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-21 18:12:45.178 | + ./stack.sh:main:798 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-21 18:12:45.181 | ++ ./stack.sh:main:801 : _get_plugin_bindep_packages 2022-06-21 18:12:45.198 | + ./stack.sh:main:801 : pkgs= 2022-06-21 18:12:45.201 | + ./stack.sh:main:802 : [[ -n '' ]] 2022-06-21 18:12:45.204 | + ./stack.sh:main:809 : run_phase stack pre-install 2022-06-21 18:12:45.206 | + functions-common:run_phase:1749 : local mode=stack 2022-06-21 18:12:45.208 | + functions-common:run_phase:1750 : local phase=pre-install 2022-06-21 18:12:45.211 | + functions-common:run_phase:1751 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-21 18:12:45.213 | + functions-common:run_phase:1752 : local extra_plugin_file_name 2022-06-21 18:12:45.215 | + functions-common:run_phase:1753 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-21 18:12:45.218 | + functions-common:run_phase:1758 : local exceptions=80-tempest.sh 2022-06-21 18:12:45.220 | + functions-common:run_phase:1759 : local extra 2022-06-21 18:12:45.223 | ++ functions-common:run_phase:1760 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-21 18:12:45.227 | + functions-common:run_phase:1760 : extra=80-tempest.sh 2022-06-21 18:12:45.229 | + functions-common:run_phase:1761 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-21 18:12:45.231 | + functions-common:run_phase:1765 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-21 18:12:45.234 | + functions-common:run_phase:1765 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-21 18:12:45.236 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-21 18:12:45.252 | ++ functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:12:45.254 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-21 18:12:45.256 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-21 18:12:45.258 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-21 18:12:45.260 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-21 18:12:45.262 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-21 18:12:45.264 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-21 18:12:45.266 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-21 18:12:45.268 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-21 18:12:45.270 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-21 18:12:45.272 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-21 18:12:45.275 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-21 18:12:45.277 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-21 18:12:45.279 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-21 18:12:45.282 | + functions-common:run_phase:1770 : [[ stack == \s\o\u\r\c\e ]] 2022-06-21 18:12:45.284 | + functions-common:run_phase:1773 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-21 18:12:45.286 | + functions-common:run_phase:1776 : run_plugins stack pre-install 2022-06-21 18:12:45.288 | + functions-common:run_plugins:1735 : local mode=stack 2022-06-21 18:12:45.290 | + functions-common:run_plugins:1736 : local phase=pre-install 2022-06-21 18:12:45.292 | + functions-common:run_plugins:1738 : local plugins= 2022-06-21 18:12:45.295 | + functions-common:run_plugins:1739 : local plugin 2022-06-21 18:12:45.298 | + ./stack.sh:main:812 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-21 18:12:45.300 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-21 18:12:45.302 | + functions:set_systemd_override:821 : local value=2048 2022-06-21 18:12:45.305 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-21 18:12:45.307 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-21 18:12:45.360 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-21 18:12:45.360 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-21 18:12:45.362 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-21 18:12:45.738 | + ./stack.sh:main:814 : install_rpc_backend 2022-06-21 18:12:45.740 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-21 18:12:45.757 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:12:45.760 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-21 18:12:45.762 | + functions-common:install_package:1359 : update_package_repo 2022-06-21 18:12:45.765 | + functions-common:update_package_repo:1331 : NO_UPDATE_REPOS=False 2022-06-21 18:12:45.767 | + functions-common:update_package_repo:1332 : REPOS_UPDATED=True 2022-06-21 18:12:45.769 | + functions-common:update_package_repo:1333 : RETRY_UPDATE=False 2022-06-21 18:12:45.772 | + functions-common:update_package_repo:1335 : [[ False = \T\r\u\e ]] 2022-06-21 18:12:45.774 | + functions-common:update_package_repo:1339 : is_ubuntu 2022-06-21 18:12:45.776 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:45.779 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:45.782 | + functions-common:update_package_repo:1340 : apt_get_update 2022-06-21 18:12:45.784 | + functions-common:apt_get_update:1085 : [[ True == \T\r\u\e ]] 2022-06-21 18:12:45.786 | + functions-common:apt_get_update:1085 : [[ False != \T\r\u\e ]] 2022-06-21 18:12:45.788 | + functions-common:apt_get_update:1086 : return 2022-06-21 18:12:45.791 | + functions-common:install_package:1360 : real_install_package rabbitmq-server 2022-06-21 18:12:45.793 | + functions-common:real_install_package:1345 : is_ubuntu 2022-06-21 18:12:45.796 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:45.798 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:45.801 | + functions-common:real_install_package:1346 : apt_get install rabbitmq-server 2022-06-21 18:12:45.823 | + functions-common:apt_get:1126 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-06-21 18:12:45.934 | Reading package lists... 2022-06-21 18:12:46.197 | Building dependency tree... 2022-06-21 18:12:46.199 | Reading state information... 2022-06-21 18:12:46.501 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-21 18:12:46.501 | The following packages were automatically installed and are no longer required: 2022-06-21 18:12:46.502 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-21 18:12:46.502 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-21 18:12:46.502 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-21 18:12:46.502 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-21 18:12:46.502 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-21 18:12:46.502 | python3-zope.interface 2022-06-21 18:12:46.502 | Use 'sudo apt autoremove' to remove them. 2022-06-21 18:12:46.626 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-21 18:12:46.631 | + functions-common:apt_get:1130 : result=0 2022-06-21 18:12:46.633 | + functions-common:apt_get:1133 : time_stop apt-get 2022-06-21 18:12:46.635 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:46.638 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:46.640 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:46.642 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:46.644 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:46.646 | + functions-common:time_stop:2327 : name=apt-get 2022-06-21 18:12:46.648 | + functions-common:time_stop:2328 : start_time=1655835165820 2022-06-21 18:12:46.650 | + functions-common:time_stop:2330 : [[ -z 1655835165820 ]] 2022-06-21 18:12:46.653 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:46.657 | + functions-common:time_stop:2333 : end_time=1655835166655 2022-06-21 18:12:46.660 | + functions-common:time_stop:2334 : elapsed_time=835 2022-06-21 18:12:46.662 | + functions-common:time_stop:2335 : total=1616 2022-06-21 18:12:46.664 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:46.666 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=2451 2022-06-21 18:12:46.668 | + functions-common:apt_get:1134 : return 0 2022-06-21 18:12:46.671 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-21 18:12:46.673 | + functions-common:is_suse:462 : is_opensuse 2022-06-21 18:12:46.676 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-06-21 18:12:46.678 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-21 18:12:46.680 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-06-21 18:12:46.683 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-06-21 18:12:46.685 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-21 18:12:46.688 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-21 18:12:46.690 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-06-21 18:12:46.692 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-06-21 18:12:46.695 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-06-21 18:12:46.698 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-21 18:12:46.700 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-21 18:12:46.703 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-06-21 18:12:46.705 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-06-21 18:12:46.707 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-06-21 18:12:46.710 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-06-21 18:12:46.712 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-21 18:12:46.714 | + functions-common:is_suse:462 : is_opensuse 2022-06-21 18:12:46.717 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-06-21 18:12:46.719 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-21 18:12:46.721 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-06-21 18:12:46.724 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-06-21 18:12:46.726 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-21 18:12:46.728 | + ./stack.sh:main:815 : restart_rpc_backend 2022-06-21 18:12:46.731 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-21 18:12:46.749 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:12:46.751 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-21 18:12:46.754 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-06-21 18:12:46.756 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2022-06-21 18:12:46.758 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-21 18:12:46.761 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-21 18:12:46.766 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-21 18:12:46.769 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-21 18:12:46.771 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-21 18:12:46.773 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-21 18:12:46.776 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-21 18:12:46.778 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-21 18:12:46.782 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-21 18:12:47.470 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-21 18:12:47.470 | user tags 2022-06-21 18:12:47.470 | stackrabbit []' 2022-06-21 18:12:47.473 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-21 18:12:47.473 | user tags 2022-06-21 18:12:47.473 | stackrabbit []' 2022-06-21 18:12:47.474 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-21 18:12:47.483 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-21 18:12:47.486 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-21 18:12:47.488 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-21 18:12:48.182 | Changing password for user "stackrabbit" ... 2022-06-21 18:12:48.209 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-21 18:12:48.892 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-21 18:12:48.915 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-21 18:12:48.917 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-21 18:12:49.637 | Changing password for user "stackrabbit" ... 2022-06-21 18:12:49.662 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-21 18:12:49.664 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-21 18:12:49.667 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-21 18:12:50.346 | Deleting user "guest" ... 2022-06-21 18:12:50.361 | Error: 2022-06-21 18:12:50.361 | {:no_such_user, "guest"} 2022-06-21 18:12:50.373 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-21 18:12:50.376 | + ./stack.sh:main:817 : is_service_enabled mysql postgresql 2022-06-21 18:12:50.402 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:12:50.405 | + ./stack.sh:main:818 : install_database 2022-06-21 18:12:50.407 | + lib/database:install_database:116 : install_database_mysql 2022-06-21 18:12:50.410 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-06-21 18:12:50.412 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:50.414 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:50.417 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-06-21 18:12:50.638 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-21 18:12:50.648 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-06-21 18:12:50.650 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2022-06-21 18:12:50.653 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2022-06-21 18:12:50.655 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-06-21 18:12:50.658 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-06-21 18:12:50.660 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-06-21 18:12:50.662 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-06-21 18:12:50.665 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-21 18:12:50.667 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-21 18:12:50.669 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-06-21 18:12:50.672 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-06-21 18:12:50.674 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-06-21 18:12:50.678 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-06-21 18:12:50.682 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-06-21 18:12:50.684 | + functions-common:is_suse:462 : is_opensuse 2022-06-21 18:12:50.688 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-06-21 18:12:50.691 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-21 18:12:50.694 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-06-21 18:12:50.696 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-06-21 18:12:50.699 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-21 18:12:50.703 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-06-21 18:12:50.705 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:50.708 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:50.711 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-06-21 18:12:50.721 | + functions-common:install_package:1359 : update_package_repo 2022-06-21 18:12:50.723 | + functions-common:update_package_repo:1331 : NO_UPDATE_REPOS=False 2022-06-21 18:12:50.725 | + functions-common:update_package_repo:1332 : REPOS_UPDATED=True 2022-06-21 18:12:50.728 | + functions-common:update_package_repo:1333 : RETRY_UPDATE=False 2022-06-21 18:12:50.730 | + functions-common:update_package_repo:1335 : [[ False = \T\r\u\e ]] 2022-06-21 18:12:50.732 | + functions-common:update_package_repo:1339 : is_ubuntu 2022-06-21 18:12:50.735 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:50.737 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:50.740 | + functions-common:update_package_repo:1340 : apt_get_update 2022-06-21 18:12:50.743 | + functions-common:apt_get_update:1085 : [[ True == \T\r\u\e ]] 2022-06-21 18:12:50.745 | + functions-common:apt_get_update:1085 : [[ False != \T\r\u\e ]] 2022-06-21 18:12:50.748 | + functions-common:apt_get_update:1086 : return 2022-06-21 18:12:50.750 | + functions-common:install_package:1360 : real_install_package mysql-server 2022-06-21 18:12:50.753 | + functions-common:real_install_package:1345 : is_ubuntu 2022-06-21 18:12:50.755 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:50.758 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:50.760 | + functions-common:real_install_package:1346 : apt_get install mysql-server 2022-06-21 18:12:50.783 | + functions-common:apt_get:1126 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-06-21 18:12:50.894 | Reading package lists... 2022-06-21 18:12:51.164 | Building dependency tree... 2022-06-21 18:12:51.166 | Reading state information... 2022-06-21 18:12:51.468 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-21 18:12:51.468 | The following packages were automatically installed and are no longer required: 2022-06-21 18:12:51.469 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-21 18:12:51.469 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-21 18:12:51.469 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-21 18:12:51.469 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-21 18:12:51.469 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-21 18:12:51.470 | python3-zope.interface 2022-06-21 18:12:51.470 | Use 'sudo apt autoremove' to remove them. 2022-06-21 18:12:51.587 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-21 18:12:51.592 | + functions-common:apt_get:1130 : result=0 2022-06-21 18:12:51.594 | + functions-common:apt_get:1133 : time_stop apt-get 2022-06-21 18:12:51.596 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:51.598 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:51.600 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:51.603 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:51.604 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:51.607 | + functions-common:time_stop:2327 : name=apt-get 2022-06-21 18:12:51.609 | + functions-common:time_stop:2328 : start_time=1655835170780 2022-06-21 18:12:51.612 | + functions-common:time_stop:2330 : [[ -z 1655835170780 ]] 2022-06-21 18:12:51.614 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:51.618 | + functions-common:time_stop:2333 : end_time=1655835171616 2022-06-21 18:12:51.620 | + functions-common:time_stop:2334 : elapsed_time=836 2022-06-21 18:12:51.623 | + functions-common:time_stop:2335 : total=2451 2022-06-21 18:12:51.625 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:51.627 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=3287 2022-06-21 18:12:51.629 | + functions-common:apt_get:1134 : return 0 2022-06-21 18:12:51.632 | + ./stack.sh:main:820 : '[' -n mysql ']' 2022-06-21 18:12:51.634 | + ./stack.sh:main:821 : install_database_python 2022-06-21 18:12:51.636 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-06-21 18:12:51.639 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-06-21 18:12:51.641 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-21 18:12:51.644 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-21 18:12:51.647 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-21 18:12:51.649 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-06-21 18:12:51.651 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-21 18:12:51.656 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-21 18:12:51.656 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-21 18:12:51.661 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-06-21 18:12:51.663 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-06-21 18:12:51.665 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-06-21 18:12:51.668 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-21 18:12:51.671 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-21 18:12:51.693 | Using python 3.8 to install PyMySQL 2022-06-21 18:12:51.695 | + 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-21 18:12:52.427 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:52.427 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:52.427 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:12:52.427 | from cryptography.utils import int_from_bytes 2022-06-21 18:12:53.793 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:12:53.803 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-21 18:12:56.114 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:12:56.273 | + inc/python:pip_install:200 : result=0 2022-06-21 18:12:56.275 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:12:56.278 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:56.280 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:56.282 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:56.284 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:56.287 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:56.289 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:12:56.291 | + functions-common:time_stop:2328 : start_time=1655835171687 2022-06-21 18:12:56.294 | + functions-common:time_stop:2330 : [[ -z 1655835171687 ]] 2022-06-21 18:12:56.297 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:56.301 | + functions-common:time_stop:2333 : end_time=1655835176299 2022-06-21 18:12:56.304 | + functions-common:time_stop:2334 : elapsed_time=4612 2022-06-21 18:12:56.306 | + functions-common:time_stop:2335 : total=21732 2022-06-21 18:12:56.308 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:56.311 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=26344 2022-06-21 18:12:56.313 | + inc/python:pip_install:203 : return 0 2022-06-21 18:12:56.316 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-21 18:12:56.318 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-21 18:12:56.320 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-21 18:12:56.322 | + ./stack.sh:main:824 : is_service_enabled neutron 2022-06-21 18:12:56.339 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:12:56.342 | + ./stack.sh:main:825 : install_neutron_agent_packages 2022-06-21 18:12:56.345 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-06-21 18:12:56.348 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-21 18:12:56.348 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-06-21 18:12:56.354 | + 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-21 18:12:56.356 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-21 18:12:56.359 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,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-21 18:12:56.361 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-06-21 18:12:56.363 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-06-21 18:12:56.366 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:460 : is_service_enabled q-l3 2022-06-21 18:12:56.385 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:12:56.388 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : install_package radvd 2022-06-21 18:12:56.391 | + functions-common:install_package:1359 : update_package_repo 2022-06-21 18:12:56.393 | + functions-common:update_package_repo:1331 : NO_UPDATE_REPOS=False 2022-06-21 18:12:56.396 | + functions-common:update_package_repo:1332 : REPOS_UPDATED=True 2022-06-21 18:12:56.398 | + functions-common:update_package_repo:1333 : RETRY_UPDATE=False 2022-06-21 18:12:56.400 | + functions-common:update_package_repo:1335 : [[ False = \T\r\u\e ]] 2022-06-21 18:12:56.402 | + functions-common:update_package_repo:1339 : is_ubuntu 2022-06-21 18:12:56.405 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:56.408 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:56.410 | + functions-common:update_package_repo:1340 : apt_get_update 2022-06-21 18:12:56.412 | + functions-common:apt_get_update:1085 : [[ True == \T\r\u\e ]] 2022-06-21 18:12:56.415 | + functions-common:apt_get_update:1085 : [[ False != \T\r\u\e ]] 2022-06-21 18:12:56.417 | + functions-common:apt_get_update:1086 : return 2022-06-21 18:12:56.419 | + functions-common:install_package:1360 : real_install_package radvd 2022-06-21 18:12:56.422 | + functions-common:real_install_package:1345 : is_ubuntu 2022-06-21 18:12:56.424 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:56.426 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:56.429 | + functions-common:real_install_package:1346 : apt_get install radvd 2022-06-21 18:12:56.449 | + functions-common:apt_get:1126 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-06-21 18:12:56.563 | Reading package lists... 2022-06-21 18:12:56.836 | Building dependency tree... 2022-06-21 18:12:56.838 | Reading state information... 2022-06-21 18:12:57.122 | radvd is already the newest version (1:2.17-2). 2022-06-21 18:12:57.122 | The following packages were automatically installed and are no longer required: 2022-06-21 18:12:57.124 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-21 18:12:57.124 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-21 18:12:57.124 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-21 18:12:57.124 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-21 18:12:57.124 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-21 18:12:57.124 | python3-zope.interface 2022-06-21 18:12:57.124 | Use 'sudo apt autoremove' to remove them. 2022-06-21 18:12:57.247 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-21 18:12:57.255 | + functions-common:apt_get:1130 : result=0 2022-06-21 18:12:57.258 | + functions-common:apt_get:1133 : time_stop apt-get 2022-06-21 18:12:57.260 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:57.262 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:57.265 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:57.267 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:57.270 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:57.272 | + functions-common:time_stop:2327 : name=apt-get 2022-06-21 18:12:57.275 | + functions-common:time_stop:2328 : start_time=1655835176446 2022-06-21 18:12:57.277 | + functions-common:time_stop:2330 : [[ -z 1655835176446 ]] 2022-06-21 18:12:57.281 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:57.285 | + functions-common:time_stop:2333 : end_time=1655835177283 2022-06-21 18:12:57.287 | + functions-common:time_stop:2334 : elapsed_time=837 2022-06-21 18:12:57.289 | + functions-common:time_stop:2335 : total=3287 2022-06-21 18:12:57.296 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:57.304 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=4124 2022-06-21 18:12:57.306 | + functions-common:apt_get:1134 : return 0 2022-06-21 18:12:57.309 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:464 : is_service_enabled q-agt q-dhcp q-l3 2022-06-21 18:12:57.325 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:12:57.327 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:465 : neutron_plugin_install_agent_packages 2022-06-21 18:12:57.330 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-21 18:12:57.333 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-06-21 18:12:57.355 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-06-21 18:12:57.358 | + functions-common:install_package:1359 : update_package_repo 2022-06-21 18:12:57.360 | + functions-common:update_package_repo:1331 : NO_UPDATE_REPOS=False 2022-06-21 18:12:57.363 | + functions-common:update_package_repo:1332 : REPOS_UPDATED=True 2022-06-21 18:12:57.365 | + functions-common:update_package_repo:1333 : RETRY_UPDATE=False 2022-06-21 18:12:57.367 | + functions-common:update_package_repo:1335 : [[ False = \T\r\u\e ]] 2022-06-21 18:12:57.372 | + functions-common:update_package_repo:1339 : is_ubuntu 2022-06-21 18:12:57.374 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:57.377 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:57.379 | + functions-common:update_package_repo:1340 : apt_get_update 2022-06-21 18:12:57.381 | + functions-common:apt_get_update:1085 : [[ True == \T\r\u\e ]] 2022-06-21 18:12:57.383 | + functions-common:apt_get_update:1085 : [[ False != \T\r\u\e ]] 2022-06-21 18:12:57.386 | + functions-common:apt_get_update:1086 : return 2022-06-21 18:12:57.388 | + functions-common:install_package:1360 : real_install_package fakeroot make openvswitch-switch 2022-06-21 18:12:57.391 | + functions-common:real_install_package:1345 : is_ubuntu 2022-06-21 18:12:57.393 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:57.395 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:57.398 | + functions-common:real_install_package:1346 : apt_get install fakeroot make openvswitch-switch 2022-06-21 18:12:57.418 | + functions-common:apt_get:1126 : 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-21 18:12:57.530 | Reading package lists... 2022-06-21 18:12:57.798 | Building dependency tree... 2022-06-21 18:12:57.799 | Reading state information... 2022-06-21 18:12:58.073 | fakeroot is already the newest version (1.24-1). 2022-06-21 18:12:58.073 | make is already the newest version (4.2.1-1.2). 2022-06-21 18:12:58.073 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-21 18:12:58.073 | The following packages were automatically installed and are no longer required: 2022-06-21 18:12:58.074 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-21 18:12:58.075 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-21 18:12:58.075 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-21 18:12:58.075 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-21 18:12:58.075 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-21 18:12:58.075 | python3-zope.interface 2022-06-21 18:12:58.075 | Use 'sudo apt autoremove' to remove them. 2022-06-21 18:12:58.192 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-21 18:12:58.197 | + functions-common:apt_get:1130 : result=0 2022-06-21 18:12:58.199 | + functions-common:apt_get:1133 : time_stop apt-get 2022-06-21 18:12:58.202 | + functions-common:time_stop:2321 : local name 2022-06-21 18:12:58.204 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:12:58.206 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:12:58.208 | + functions-common:time_stop:2324 : local total 2022-06-21 18:12:58.211 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:12:58.213 | + functions-common:time_stop:2327 : name=apt-get 2022-06-21 18:12:58.215 | + functions-common:time_stop:2328 : start_time=1655835177415 2022-06-21 18:12:58.217 | + functions-common:time_stop:2330 : [[ -z 1655835177415 ]] 2022-06-21 18:12:58.220 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:12:58.224 | + functions-common:time_stop:2333 : end_time=1655835178222 2022-06-21 18:12:58.226 | + functions-common:time_stop:2334 : elapsed_time=807 2022-06-21 18:12:58.228 | + functions-common:time_stop:2335 : total=4124 2022-06-21 18:12:58.230 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:12:58.232 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=4931 2022-06-21 18:12:58.234 | + functions-common:apt_get:1134 : return 0 2022-06-21 18:12:58.237 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-06-21 18:12:58.239 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:12:58.241 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:12:58.244 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-21 18:12:58.246 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-06-21 18:12:58.249 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-06-21 18:12:58.253 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-06-21 18:12:58.255 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-06-21 18:12:58.259 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-06-21 18:12:58.259 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-06-21 18:12:58.264 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-06-21 18:12:58.266 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-06-21 18:12:58.269 | + functions:vercmp:628 : local v1=5.4 2022-06-21 18:12:58.271 | + functions:vercmp:629 : local 'op=<' 2022-06-21 18:12:58.273 | + functions:vercmp:630 : local v2=3.13 2022-06-21 18:12:58.275 | + functions:vercmp:631 : local result 2022-06-21 18:12:58.279 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-21 18:12:58.279 | ++ functions:vercmp:635 : head -1 2022-06-21 18:12:58.280 | ++ functions:vercmp:635 : sort -V 2022-06-21 18:12:58.285 | + functions:vercmp:635 : result=3.13 2022-06-21 18:12:58.287 | + functions:vercmp:637 : case $op in 2022-06-21 18:12:58.290 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-21 18:12:58.293 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-21 18:12:58.296 | + functions:vercmp:648 : return 2022-06-21 18:12:58.299 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-06-21 18:12:58.301 | + functions-common:restart_service:2205 : '[' -x /bin/systemctl ']' 2022-06-21 18:12:58.303 | + functions-common:restart_service:2206 : sudo /bin/systemctl restart openvswitch-switch 2022-06-21 18:12:58.793 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-21 18:12:58.796 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-06-21 18:12:58.805 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:58.807 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:58.811 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-06-21 18:12:58.814 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:58.816 | + ./stack.sh:main:828 : is_service_enabled etcd3 2022-06-21 18:12:58.834 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:12:58.837 | + ./stack.sh:main:829 : install_etcd3 2022-06-21 18:12:58.839 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-21 18:12:58.839 | Installing etcd 2022-06-21 18:12:58.841 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-21 18:12:58.856 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-21 18:12:58.868 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-21 18:12:58.871 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-21 18:12:58.885 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-21 18:12:58.891 | ++ 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-21 18:12:58.893 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-21 18:12:58.897 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-21 18:12:58.901 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-21 18:12:58.904 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-06-21 18:12:58.906 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-21 18:12:58.908 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-21 18:12:58.911 | ++ functions:get_extra_file:74 : return 2022-06-21 18:12:58.914 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-21 18:12:58.916 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-21 18:12:58.919 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-21 18:12:58.921 | + ./stack.sh:main:838 : is_service_enabled tls-proxy 2022-06-21 18:12:58.938 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:12:58.941 | + ./stack.sh:main:848 : install_dstat 2022-06-21 18:12:58.943 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-21 18:12:58.961 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:12:58.963 | + ./stack.sh:main:854 : echo_summary 'Installing OpenStack project source' 2022-06-21 18:12:58.965 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-06-21 18:12:58.968 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2022-06-21 18:12:58.970 | + ./stack.sh:main:857 : install_libs 2022-06-21 18:12:58.972 | + lib/libraries:install_libs:89 : _install_lib_from_source automaton 2022-06-21 18:12:58.975 | + lib/libraries:_install_lib_from_source:73 : local name=automaton 2022-06-21 18:12:58.977 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git automaton 2022-06-21 18:12:58.979 | + inc/python:use_library_from_git:250 : local name=automaton 2022-06-21 18:12:58.982 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:58.984 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:58.986 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-06-21 18:12:58.989 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:58.991 | + lib/libraries:install_libs:90 : _install_lib_from_source castellan 2022-06-21 18:12:58.993 | + lib/libraries:_install_lib_from_source:73 : local name=castellan 2022-06-21 18:12:58.995 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git castellan 2022-06-21 18:12:58.998 | + inc/python:use_library_from_git:250 : local name=castellan 2022-06-21 18:12:59.000 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.002 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.004 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-06-21 18:12:59.007 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.009 | + lib/libraries:install_libs:91 : _install_lib_from_source cliff 2022-06-21 18:12:59.011 | + lib/libraries:_install_lib_from_source:73 : local name=cliff 2022-06-21 18:12:59.014 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cliff 2022-06-21 18:12:59.016 | + inc/python:use_library_from_git:250 : local name=cliff 2022-06-21 18:12:59.018 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.021 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.023 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-06-21 18:12:59.025 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.027 | + lib/libraries:install_libs:92 : _install_lib_from_source cursive 2022-06-21 18:12:59.030 | + lib/libraries:_install_lib_from_source:73 : local name=cursive 2022-06-21 18:12:59.032 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cursive 2022-06-21 18:12:59.034 | + inc/python:use_library_from_git:250 : local name=cursive 2022-06-21 18:12:59.036 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.039 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.041 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-06-21 18:12:59.043 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.046 | + lib/libraries:install_libs:93 : _install_lib_from_source debtcollector 2022-06-21 18:12:59.048 | + lib/libraries:_install_lib_from_source:73 : local name=debtcollector 2022-06-21 18:12:59.050 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git debtcollector 2022-06-21 18:12:59.052 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-06-21 18:12:59.054 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.057 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.059 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-06-21 18:12:59.062 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.064 | + lib/libraries:install_libs:94 : _install_lib_from_source futurist 2022-06-21 18:12:59.066 | + lib/libraries:_install_lib_from_source:73 : local name=futurist 2022-06-21 18:12:59.068 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git futurist 2022-06-21 18:12:59.071 | + inc/python:use_library_from_git:250 : local name=futurist 2022-06-21 18:12:59.073 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.075 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.078 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-06-21 18:12:59.080 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.082 | + lib/libraries:install_libs:95 : _install_lib_from_source openstacksdk 2022-06-21 18:12:59.085 | + lib/libraries:_install_lib_from_source:73 : local name=openstacksdk 2022-06-21 18:12:59.087 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git openstacksdk 2022-06-21 18:12:59.089 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-06-21 18:12:59.092 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.094 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.096 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-06-21 18:12:59.099 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.101 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-lib 2022-06-21 18:12:59.103 | + lib/libraries:_install_lib_from_source:73 : local name=osc-lib 2022-06-21 18:12:59.105 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-lib 2022-06-21 18:12:59.108 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-06-21 18:12:59.110 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.112 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.114 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-06-21 18:12:59.117 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.119 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-placement 2022-06-21 18:12:59.121 | + lib/libraries:_install_lib_from_source:73 : local name=osc-placement 2022-06-21 18:12:59.124 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-placement 2022-06-21 18:12:59.126 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-06-21 18:12:59.129 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.131 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.133 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-06-21 18:12:59.136 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.138 | + lib/libraries:install_libs:98 : _install_lib_from_source os-client-config 2022-06-21 18:12:59.140 | + lib/libraries:_install_lib_from_source:73 : local name=os-client-config 2022-06-21 18:12:59.143 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-client-config 2022-06-21 18:12:59.145 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-06-21 18:12:59.147 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.150 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.152 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-06-21 18:12:59.154 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.157 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.cache 2022-06-21 18:12:59.159 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.cache 2022-06-21 18:12:59.161 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.cache 2022-06-21 18:12:59.164 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-06-21 18:12:59.166 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.168 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.171 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-06-21 18:12:59.173 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.176 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.concurrency 2022-06-21 18:12:59.178 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.concurrency 2022-06-21 18:12:59.180 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.concurrency 2022-06-21 18:12:59.182 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-06-21 18:12:59.186 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.188 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.190 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-21 18:12:59.192 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.195 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.config 2022-06-21 18:12:59.197 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.config 2022-06-21 18:12:59.199 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.config 2022-06-21 18:12:59.201 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-06-21 18:12:59.204 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.206 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.208 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-06-21 18:12:59.211 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.213 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.context 2022-06-21 18:12:59.215 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.context 2022-06-21 18:12:59.217 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.context 2022-06-21 18:12:59.220 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-06-21 18:12:59.222 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.224 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.227 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-06-21 18:12:59.229 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.231 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.db 2022-06-21 18:12:59.234 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.db 2022-06-21 18:12:59.236 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.db 2022-06-21 18:12:59.238 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-06-21 18:12:59.241 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.243 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.245 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-06-21 18:12:59.248 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.250 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.i18n 2022-06-21 18:12:59.253 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.i18n 2022-06-21 18:12:59.255 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.i18n 2022-06-21 18:12:59.257 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-06-21 18:12:59.259 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.262 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.264 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-21 18:12:59.266 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.268 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.log 2022-06-21 18:12:59.271 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.log 2022-06-21 18:12:59.273 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.log 2022-06-21 18:12:59.275 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-06-21 18:12:59.277 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.280 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.282 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-06-21 18:12:59.284 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.287 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.messaging 2022-06-21 18:12:59.289 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.messaging 2022-06-21 18:12:59.291 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.messaging 2022-06-21 18:12:59.293 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-06-21 18:12:59.296 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.299 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.301 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-21 18:12:59.303 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.305 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.middleware 2022-06-21 18:12:59.308 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.middleware 2022-06-21 18:12:59.311 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.middleware 2022-06-21 18:12:59.313 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-06-21 18:12:59.315 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.318 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.320 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-21 18:12:59.322 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.325 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.policy 2022-06-21 18:12:59.327 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.policy 2022-06-21 18:12:59.329 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.policy 2022-06-21 18:12:59.331 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-06-21 18:12:59.334 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.336 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.339 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-06-21 18:12:59.341 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.343 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.privsep 2022-06-21 18:12:59.345 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.privsep 2022-06-21 18:12:59.348 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.privsep 2022-06-21 18:12:59.350 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-06-21 18:12:59.352 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.355 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.358 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-21 18:12:59.360 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.362 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.reports 2022-06-21 18:12:59.364 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.reports 2022-06-21 18:12:59.367 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.reports 2022-06-21 18:12:59.369 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-06-21 18:12:59.371 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.374 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.376 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-06-21 18:12:59.378 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.381 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.rootwrap 2022-06-21 18:12:59.385 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.rootwrap 2022-06-21 18:12:59.388 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.rootwrap 2022-06-21 18:12:59.390 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-06-21 18:12:59.393 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.395 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.397 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-21 18:12:59.400 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.402 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.serialization 2022-06-21 18:12:59.405 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.serialization 2022-06-21 18:12:59.407 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.serialization 2022-06-21 18:12:59.409 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-06-21 18:12:59.412 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.414 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.416 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-21 18:12:59.419 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.421 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.service 2022-06-21 18:12:59.424 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.service 2022-06-21 18:12:59.426 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.service 2022-06-21 18:12:59.428 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-06-21 18:12:59.430 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.433 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.436 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-06-21 18:12:59.438 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.440 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.utils 2022-06-21 18:12:59.443 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.utils 2022-06-21 18:12:59.445 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.utils 2022-06-21 18:12:59.447 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-06-21 18:12:59.449 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.452 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.454 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-06-21 18:12:59.456 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.459 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.versionedobjects 2022-06-21 18:12:59.461 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.versionedobjects 2022-06-21 18:12:59.463 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.versionedobjects 2022-06-21 18:12:59.466 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-06-21 18:12:59.468 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.470 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.473 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-21 18:12:59.475 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.477 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.vmware 2022-06-21 18:12:59.479 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.vmware 2022-06-21 18:12:59.482 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.vmware 2022-06-21 18:12:59.485 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-06-21 18:12:59.487 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.489 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.491 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-21 18:12:59.495 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.497 | + lib/libraries:install_libs:117 : _install_lib_from_source osprofiler 2022-06-21 18:12:59.500 | + lib/libraries:_install_lib_from_source:73 : local name=osprofiler 2022-06-21 18:12:59.502 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osprofiler 2022-06-21 18:12:59.504 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-06-21 18:12:59.507 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.509 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.511 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-06-21 18:12:59.514 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.516 | + lib/libraries:install_libs:118 : _install_lib_from_source pycadf 2022-06-21 18:12:59.519 | + lib/libraries:_install_lib_from_source:73 : local name=pycadf 2022-06-21 18:12:59.521 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git pycadf 2022-06-21 18:12:59.523 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-06-21 18:12:59.525 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.528 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.531 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-06-21 18:12:59.533 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.535 | + lib/libraries:install_libs:119 : _install_lib_from_source stevedore 2022-06-21 18:12:59.538 | + lib/libraries:_install_lib_from_source:73 : local name=stevedore 2022-06-21 18:12:59.540 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git stevedore 2022-06-21 18:12:59.542 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-06-21 18:12:59.545 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.548 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.550 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-06-21 18:12:59.552 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.554 | + lib/libraries:install_libs:120 : _install_lib_from_source taskflow 2022-06-21 18:12:59.557 | + lib/libraries:_install_lib_from_source:73 : local name=taskflow 2022-06-21 18:12:59.559 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git taskflow 2022-06-21 18:12:59.561 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-06-21 18:12:59.564 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.566 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.568 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-06-21 18:12:59.570 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.573 | + lib/libraries:install_libs:121 : _install_lib_from_source tooz 2022-06-21 18:12:59.575 | + lib/libraries:_install_lib_from_source:73 : local name=tooz 2022-06-21 18:12:59.577 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git tooz 2022-06-21 18:12:59.580 | + inc/python:use_library_from_git:250 : local name=tooz 2022-06-21 18:12:59.582 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.584 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.587 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-06-21 18:12:59.589 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.592 | + lib/libraries:install_libs:125 : _install_lib_from_source os-brick 2022-06-21 18:12:59.594 | + lib/libraries:_install_lib_from_source:73 : local name=os-brick 2022-06-21 18:12:59.597 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-brick 2022-06-21 18:12:59.599 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-06-21 18:12:59.602 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.604 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.606 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-06-21 18:12:59.609 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.611 | + lib/libraries:install_libs:126 : _install_lib_from_source os-resource-classes 2022-06-21 18:12:59.614 | + lib/libraries:_install_lib_from_source:73 : local name=os-resource-classes 2022-06-21 18:12:59.617 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-resource-classes 2022-06-21 18:12:59.619 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-06-21 18:12:59.621 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.624 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.626 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-21 18:12:59.628 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.631 | + lib/libraries:install_libs:127 : _install_lib_from_source os-traits 2022-06-21 18:12:59.635 | + lib/libraries:_install_lib_from_source:73 : local name=os-traits 2022-06-21 18:12:59.637 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-traits 2022-06-21 18:12:59.639 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-06-21 18:12:59.642 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.644 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.646 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-06-21 18:12:59.649 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.651 | + lib/libraries:install_libs:130 : _install_lib_from_source python-barbicanclient 2022-06-21 18:12:59.657 | + lib/libraries:_install_lib_from_source:73 : local name=python-barbicanclient 2022-06-21 18:12:59.659 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git python-barbicanclient 2022-06-21 18:12:59.665 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-06-21 18:12:59.667 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:12:59.670 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:12:59.672 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-21 18:12:59.675 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:12:59.677 | + lib/libraries:install_libs:137 : pip_install etcd3 2022-06-21 18:12:59.698 | Using python 3.8 to install etcd3 2022-06-21 18:12:59.700 | + 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-21 18:13:00.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:00.420 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:00.420 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:00.420 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:01.781 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:13:01.791 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-06-21 18:13:01.799 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.39.0) 2022-06-21 18:13:01.800 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-06-21 18:13:01.802 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.17.3) 2022-06-21 18:13:01.803 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-06-21 18:13:04.155 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:13:04.307 | + inc/python:pip_install:200 : result=0 2022-06-21 18:13:04.309 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:13:04.311 | + functions-common:time_stop:2321 : local name 2022-06-21 18:13:04.313 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:13:04.316 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:13:04.318 | + functions-common:time_stop:2324 : local total 2022-06-21 18:13:04.320 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:13:04.322 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:13:04.324 | + functions-common:time_stop:2328 : start_time=1655835179692 2022-06-21 18:13:04.327 | + functions-common:time_stop:2330 : [[ -z 1655835179692 ]] 2022-06-21 18:13:04.330 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:13:04.334 | + functions-common:time_stop:2333 : end_time=1655835184331 2022-06-21 18:13:04.336 | + functions-common:time_stop:2334 : elapsed_time=4639 2022-06-21 18:13:04.338 | + functions-common:time_stop:2335 : total=26344 2022-06-21 18:13:04.341 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:13:04.344 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=30983 2022-06-21 18:13:04.346 | + inc/python:pip_install:203 : return 0 2022-06-21 18:13:04.349 | + lib/libraries:install_libs:138 : pip_install etcd3gw 2022-06-21 18:13:04.372 | Using python 3.8 to install etcd3gw 2022-06-21 18:13:04.375 | + 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-21 18:13:05.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:05.094 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:05.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:05.094 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:06.457 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:13:06.468 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.0) 2022-06-21 18:13:06.476 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-06-21 18:13:06.477 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.26.0) 2022-06-21 18:13:06.479 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-06-21 18:13:06.480 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.6.0) 2022-06-21 18:13:06.518 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.4) 2022-06-21 18:13:06.519 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.6) 2022-06-21 18:13:06.520 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2021.5.30) 2022-06-21 18:13:06.523 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.2) 2022-06-21 18:13:08.882 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:13:09.046 | + inc/python:pip_install:200 : result=0 2022-06-21 18:13:09.049 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:13:09.051 | + functions-common:time_stop:2321 : local name 2022-06-21 18:13:09.054 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:13:09.056 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:13:09.058 | + functions-common:time_stop:2324 : local total 2022-06-21 18:13:09.061 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:13:09.063 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:13:09.065 | + functions-common:time_stop:2328 : start_time=1655835184366 2022-06-21 18:13:09.067 | + functions-common:time_stop:2330 : [[ -z 1655835184366 ]] 2022-06-21 18:13:09.070 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:13:09.074 | + functions-common:time_stop:2333 : end_time=1655835189072 2022-06-21 18:13:09.077 | + functions-common:time_stop:2334 : elapsed_time=4706 2022-06-21 18:13:09.079 | + functions-common:time_stop:2335 : total=30983 2022-06-21 18:13:09.081 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:13:09.083 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=35689 2022-06-21 18:13:09.086 | + inc/python:pip_install:203 : return 0 2022-06-21 18:13:09.088 | + ./stack.sh:main:860 : install_apache_uwsgi 2022-06-21 18:13:09.091 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-06-21 18:13:09.093 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-06-21 18:13:09.095 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-06-21 18:13:09.098 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-06-21 18:13:09.100 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-06-21 18:13:09.103 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-21 18:13:09.105 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-21 18:13:09.108 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-06-21 18:13:09.111 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-06-21 18:13:09.113 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-06-21 18:13:09.115 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-06-21 18:13:09.118 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-06-21 18:13:09.121 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-06-21 18:13:09.124 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:09.126 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:09.129 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-21 18:13:09.131 | + lib/apache:install_apache_uwsgi:96 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-21 18:13:09.134 | + functions-common:install_package:1359 : update_package_repo 2022-06-21 18:13:09.136 | + functions-common:update_package_repo:1331 : NO_UPDATE_REPOS=False 2022-06-21 18:13:09.138 | + functions-common:update_package_repo:1332 : REPOS_UPDATED=True 2022-06-21 18:13:09.141 | + functions-common:update_package_repo:1333 : RETRY_UPDATE=False 2022-06-21 18:13:09.143 | + functions-common:update_package_repo:1335 : [[ False = \T\r\u\e ]] 2022-06-21 18:13:09.145 | + functions-common:update_package_repo:1339 : is_ubuntu 2022-06-21 18:13:09.148 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:09.152 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:09.155 | + functions-common:update_package_repo:1340 : apt_get_update 2022-06-21 18:13:09.157 | + functions-common:apt_get_update:1085 : [[ True == \T\r\u\e ]] 2022-06-21 18:13:09.160 | + functions-common:apt_get_update:1085 : [[ False != \T\r\u\e ]] 2022-06-21 18:13:09.162 | + functions-common:apt_get_update:1086 : return 2022-06-21 18:13:09.164 | + functions-common:install_package:1360 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-21 18:13:09.167 | + functions-common:real_install_package:1345 : is_ubuntu 2022-06-21 18:13:09.170 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:09.173 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:09.175 | + functions-common:real_install_package:1346 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-21 18:13:09.198 | + functions-common:apt_get:1126 : 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-21 18:13:09.313 | Reading package lists... 2022-06-21 18:13:09.597 | Building dependency tree... 2022-06-21 18:13:09.598 | Reading state information... 2022-06-21 18:13:09.910 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-21 18:13:09.910 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-21 18:13:09.910 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-06-21 18:13:09.910 | The following packages were automatically installed and are no longer required: 2022-06-21 18:13:09.911 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-21 18:13:09.911 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-21 18:13:09.911 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-21 18:13:09.911 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-21 18:13:09.911 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-21 18:13:09.911 | python3-zope.interface 2022-06-21 18:13:09.911 | Use 'sudo apt autoremove' to remove them. 2022-06-21 18:13:10.031 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-21 18:13:10.035 | + functions-common:apt_get:1130 : result=0 2022-06-21 18:13:10.037 | + functions-common:apt_get:1133 : time_stop apt-get 2022-06-21 18:13:10.040 | + functions-common:time_stop:2321 : local name 2022-06-21 18:13:10.042 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:13:10.044 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:13:10.046 | + functions-common:time_stop:2324 : local total 2022-06-21 18:13:10.048 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:13:10.051 | + functions-common:time_stop:2327 : name=apt-get 2022-06-21 18:13:10.053 | + functions-common:time_stop:2328 : start_time=1655835189195 2022-06-21 18:13:10.056 | + functions-common:time_stop:2330 : [[ -z 1655835189195 ]] 2022-06-21 18:13:10.058 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:13:10.063 | + functions-common:time_stop:2333 : end_time=1655835190061 2022-06-21 18:13:10.066 | + functions-common:time_stop:2334 : elapsed_time=866 2022-06-21 18:13:10.068 | + functions-common:time_stop:2335 : total=4931 2022-06-21 18:13:10.070 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:13:10.073 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=5797 2022-06-21 18:13:10.075 | + functions-common:apt_get:1134 : return 0 2022-06-21 18:13:10.078 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-06-21 18:13:10.080 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:10.082 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:10.085 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-06-21 18:13:10.149 | Module proxy already enabled 2022-06-21 18:13:10.154 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-06-21 18:13:10.237 | Considering dependency proxy for proxy_uwsgi: 2022-06-21 18:13:10.237 | Module proxy already enabled 2022-06-21 18:13:10.237 | Module proxy_uwsgi already enabled 2022-06-21 18:13:10.242 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-06-21 18:13:10.245 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-21 18:13:10.248 | + functions-common:restart_service:2205 : '[' -x /bin/systemctl ']' 2022-06-21 18:13:10.250 | + functions-common:restart_service:2206 : sudo /bin/systemctl restart apache2 2022-06-21 18:13:10.382 | + ./stack.sh:main:863 : install_keystoneauth 2022-06-21 18:13:10.384 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2022-06-21 18:13:10.387 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-06-21 18:13:10.391 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.395 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.397 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-06-21 18:13:10.400 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.403 | + ./stack.sh:main:864 : install_keystoneclient 2022-06-21 18:13:10.405 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2022-06-21 18:13:10.407 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-06-21 18:13:10.410 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.412 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.415 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-06-21 18:13:10.417 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.420 | + ./stack.sh:main:865 : install_glanceclient 2022-06-21 18:13:10.422 | + lib/glance:install_glanceclient:505 : use_library_from_git python-glanceclient 2022-06-21 18:13:10.425 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-06-21 18:13:10.427 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.429 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.432 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-06-21 18:13:10.434 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.437 | + ./stack.sh:main:866 : install_cinderclient 2022-06-21 18:13:10.439 | + lib/cinder:install_cinderclient:481 : use_library_from_git python-brick-cinderclient-ext 2022-06-21 18:13:10.442 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-06-21 18:13:10.444 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.446 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.449 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-06-21 18:13:10.451 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.453 | + lib/cinder:install_cinderclient:486 : use_library_from_git python-cinderclient 2022-06-21 18:13:10.456 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-06-21 18:13:10.458 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.460 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.463 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-06-21 18:13:10.465 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.468 | + ./stack.sh:main:867 : install_novaclient 2022-06-21 18:13:10.470 | + lib/nova:install_novaclient:814 : use_library_from_git python-novaclient 2022-06-21 18:13:10.472 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-06-21 18:13:10.475 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.477 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.479 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-06-21 18:13:10.482 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.485 | + ./stack.sh:main:868 : is_service_enabled swift glance horizon 2022-06-21 18:13:10.503 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:10.505 | + ./stack.sh:main:869 : install_swiftclient 2022-06-21 18:13:10.507 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-06-21 18:13:10.510 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-06-21 18:13:10.512 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.514 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.517 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-06-21 18:13:10.520 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.522 | + ./stack.sh:main:871 : is_service_enabled neutron nova horizon 2022-06-21 18:13:10.539 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:10.541 | + ./stack.sh:main:872 : install_neutronclient 2022-06-21 18:13:10.543 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-06-21 18:13:10.546 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-06-21 18:13:10.549 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.551 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.553 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-06-21 18:13:10.556 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.558 | + ./stack.sh:main:876 : install_keystonemiddleware 2022-06-21 18:13:10.561 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2022-06-21 18:13:10.563 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-06-21 18:13:10.566 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:10.568 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:10.571 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-06-21 18:13:10.573 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:10.576 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2022-06-21 18:13:10.579 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-21 18:13:10.581 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-21 18:13:10.584 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-21 18:13:10.587 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-06-21 18:13:10.589 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-21 18:13:10.593 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-21 18:13:10.593 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-21 18:13:10.598 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-06-21 18:13:10.601 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-06-21 18:13:10.603 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-06-21 18:13:10.606 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-21 18:13:10.608 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-21 18:13:10.629 | Using python 3.8 to install keystonemiddleware 2022-06-21 18:13:10.632 | + 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-21 18:13:11.345 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:11.345 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:11.345 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:11.345 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:12.688 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:13:12.698 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2022-06-21 18:13:12.754 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2022-06-21 18:13:12.755 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.26.0) 2022-06-21 18:13:12.757 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-06-21 18:13:12.758 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-06-21 18:13:12.760 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-06-21 18:13:12.761 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.6.0) 2022-06-21 18:13:12.763 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.10.2) 2022-06-21 18:13:12.765 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.3.2) 2022-06-21 18:13:12.766 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.8.2) 2022-06-21 18:13:12.768 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-06-21 18:13:12.769 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-06-21 18:13:12.771 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-06-21 18:13:12.772 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-06-21 18:13:12.774 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-06-21 18:13:12.836 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.4.0) 2022-06-21 18:13:12.838 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-06-21 18:13:12.839 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (0.1.16) 2022-06-21 18:13:12.880 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-06-21 18:13:12.923 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (5.4.1) 2022-06-21 18:13:12.924 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-06-21 18:13:12.926 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-06-21 18:13:12.928 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.3.0) 2022-06-21 18:13:12.978 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-06-21 18:13:12.983 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-06-21 18:13:12.993 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.1) 2022-06-21 18:13:12.995 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.2) 2022-06-21 18:13:13.010 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (2.4.7) 2022-06-21 18:13:13.012 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.0) 2022-06-21 18:13:13.015 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-06-21 18:13:13.081 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.2) 2022-06-21 18:13:13.083 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2021.5.30) 2022-06-21 18:13:13.086 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.4) 2022-06-21 18:13:13.087 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.6) 2022-06-21 18:13:13.142 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.12.1) 2022-06-21 18:13:13.156 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.0.9) 2022-06-21 18:13:15.527 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:13:15.706 | + inc/python:pip_install:200 : result=0 2022-06-21 18:13:15.709 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:13:15.711 | + functions-common:time_stop:2321 : local name 2022-06-21 18:13:15.714 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:13:15.716 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:13:15.719 | + functions-common:time_stop:2324 : local total 2022-06-21 18:13:15.721 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:13:15.723 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:13:15.726 | + functions-common:time_stop:2328 : start_time=1655835190624 2022-06-21 18:13:15.728 | + functions-common:time_stop:2330 : [[ -z 1655835190624 ]] 2022-06-21 18:13:15.731 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:13:15.735 | + functions-common:time_stop:2333 : end_time=1655835195733 2022-06-21 18:13:15.737 | + functions-common:time_stop:2334 : elapsed_time=5109 2022-06-21 18:13:15.740 | + functions-common:time_stop:2335 : total=35689 2022-06-21 18:13:15.742 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:13:15.744 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=40798 2022-06-21 18:13:15.746 | + inc/python:pip_install:203 : return 0 2022-06-21 18:13:15.749 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2022-06-21 18:13:15.751 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-21 18:13:15.754 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-21 18:13:15.759 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-21 18:13:15.762 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-06-21 18:13:15.765 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-06-21 18:13:15.769 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-21 18:13:15.769 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-06-21 18:13:15.774 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-06-21 18:13:15.777 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-06-21 18:13:15.780 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-06-21 18:13:15.783 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-21 18:13:15.785 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-21 18:13:15.812 | Using python 3.8 to install python-memcached 2022-06-21 18:13:15.814 | + 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-21 18:13:16.542 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:16.542 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:16.542 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:16.542 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:17.878 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:13:17.888 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-06-21 18:13:17.892 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-06-21 18:13:20.182 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:13:20.341 | + inc/python:pip_install:200 : result=0 2022-06-21 18:13:20.344 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:13:20.346 | + functions-common:time_stop:2321 : local name 2022-06-21 18:13:20.348 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:13:20.350 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:13:20.353 | + functions-common:time_stop:2324 : local total 2022-06-21 18:13:20.355 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:13:20.358 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:13:20.360 | + functions-common:time_stop:2328 : start_time=1655835195804 2022-06-21 18:13:20.362 | + functions-common:time_stop:2330 : [[ -z 1655835195804 ]] 2022-06-21 18:13:20.365 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:13:20.369 | + functions-common:time_stop:2333 : end_time=1655835200367 2022-06-21 18:13:20.371 | + functions-common:time_stop:2334 : elapsed_time=4563 2022-06-21 18:13:20.374 | + functions-common:time_stop:2335 : total=40798 2022-06-21 18:13:20.376 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:13:20.378 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=45361 2022-06-21 18:13:20.381 | + inc/python:pip_install:203 : return 0 2022-06-21 18:13:20.384 | + ./stack.sh:main:878 : is_service_enabled keystone 2022-06-21 18:13:20.400 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:20.403 | + ./stack.sh:main:879 : '[' 10.222.0.66 == 10.222.0.66 ']' 2022-06-21 18:13:20.405 | + ./stack.sh:main:880 : stack_install_service keystone 2022-06-21 18:13:20.407 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-21 18:13:20.410 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-21 18:13:20.412 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-21 18:13:20.414 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-21 18:13:20.417 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2022-06-21 18:13:20.433 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:20.436 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/xena 2022-06-21 18:13:20.438 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-21 18:13:20.441 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2022-06-21 18:13:20.443 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-06-21 18:13:20.445 | + functions-common:git_clone:526 : local orig_dir 2022-06-21 18:13:20.448 | ++ functions-common:git_clone:527 : pwd 2022-06-21 18:13:20.450 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-06-21 18:13:20.453 | + functions-common:git_clone:528 : local git_clone_flags= 2022-06-21 18:13:20.455 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-06-21 18:13:20.471 | + functions-common:git_clone:530 : RECLONE=False 2022-06-21 18:13:20.474 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-06-21 18:13:20.476 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-06-21 18:13:20.479 | + functions-common:git_clone:544 : echo stable/xena 2022-06-21 18:13:20.480 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-06-21 18:13:20.486 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2022-06-21 18:13:20.488 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-06-21 18:13:20.490 | + functions-common:git_clone:601 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-21 18:13:20.503 | + functions-common:git_clone:604 : cd /opt/stack/keystone 2022-06-21 18:13:20.506 | + functions-common:git_clone:605 : git show --oneline 2022-06-21 18:13:20.506 | + functions-common:git_clone:605 : head -1 2022-06-21 18:13:20.511 | ca93f062d Fix issue with LDAP backend returning bytes instead of string 2022-06-21 18:13:20.514 | + functions-common:git_clone:606 : cd /home/ubuntu/devstack 2022-06-21 18:13:20.516 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2022-06-21 18:13:20.519 | + inc/python:setup_develop:338 : local bindep 2022-06-21 18:13:20.522 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-21 18:13:20.524 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-06-21 18:13:20.527 | + inc/python:setup_develop:344 : local extras= 2022-06-21 18:13:20.531 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-21 18:13:20.534 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-21 18:13:20.536 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-21 18:13:20.539 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-06-21 18:13:20.541 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-21 18:13:20.544 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-21 18:13:20.548 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-06-21 18:13:20.551 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-21 18:13:20.554 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-06-21 18:13:20.557 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-21 18:13:20.560 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-06-21 18:13:20.562 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-21 18:13:20.568 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-06-21 18:13:20.571 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-06-21 18:13:21.222 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-06-21 18:13:21.224 | + inc/python:setup_package:418 : local bindep=0 2022-06-21 18:13:21.226 | + inc/python:setup_package:419 : local bindep_flag= 2022-06-21 18:13:21.229 | + inc/python:setup_package:420 : local bindep_profiles= 2022-06-21 18:13:21.231 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-21 18:13:21.234 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-06-21 18:13:21.236 | + inc/python:setup_package:427 : local flags=-e 2022-06-21 18:13:21.238 | + inc/python:setup_package:428 : local extras= 2022-06-21 18:13:21.240 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-06-21 18:13:21.243 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-06-21 18:13:21.245 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-06-21 18:13:21.248 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-06-21 18:13:21.250 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-06-21 18:13:21.253 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-06-21 18:13:21.283 | Using python 3.8 to install /opt/stack/keystone 2022-06-21 18:13:21.285 | + 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-21 18:13:22.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:22.021 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:22.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:22.021 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:23.346 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:13:23.355 | Obtaining file:///opt/stack/keystone 2022-06-21 18:13:23.357 | Preparing metadata (setup.py): started 2022-06-21 18:13:24.968 | Preparing metadata (setup.py): finished with status 'done' 2022-06-21 18:13:25.049 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (5.6.0) 2022-06-21 18:13:25.050 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.8.7) 2022-06-21 18:13:25.052 | Requirement already satisfied: Flask!=0.11,>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (2.0.1) 2022-06-21 18:13:25.053 | Requirement already satisfied: Flask-RESTful>=0.3.5 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (0.3.9) 2022-06-21 18:13:25.055 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.4.8) 2022-06-21 18:13:25.056 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.4.23) 2022-06-21 18:13:25.058 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (0.13.0) 2022-06-21 18:13:25.060 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.4.0) 2022-06-21 18:13:25.061 | Requirement already satisfied: passlib>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.7.4) 2022-06-21 18:13:25.063 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.3.0) 2022-06-21 18:13:25.064 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (9.3.0) 2022-06-21 18:13:25.066 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.2.0) 2022-06-21 18:13:25.067 | Requirement already satisfied: scrypt>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (0.8.18) 2022-06-21 18:13:25.068 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (2.8.2) 2022-06-21 18:13:25.070 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (8.7.1) 2022-06-21 18:13:25.071 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.3.2) 2022-06-21 18:13:25.073 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (12.9.3) 2022-06-21 18:13:25.074 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (11.0.0) 2022-06-21 18:13:25.076 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (5.1.0) 2022-06-21 18:13:25.078 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.6.0) 2022-06-21 18:13:25.079 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.4.0) 2022-06-21 18:13:25.081 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.8.3) 2022-06-21 18:13:25.082 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.2.0) 2022-06-21 18:13:25.084 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.4.0) 2022-06-21 18:13:25.086 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (4.10.2) 2022-06-21 18:13:25.087 | Requirement already satisfied: oauthlib>=0.6.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.1.1) 2022-06-21 18:13:25.088 | Requirement already satisfied: pysaml2>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (7.0.1) 2022-06-21 18:13:25.090 | Requirement already satisfied: PyJWT>=1.6.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (2.1.0) 2022-06-21 18:13:25.091 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.1.5) 2022-06-21 18:13:25.093 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.0.1.dev8) (3.2.0) 2022-06-21 18:13:25.094 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.1.1) 2022-06-21 18:13:25.095 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (1.0.2) 2022-06-21 18:13:25.097 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (3.4.2) 2022-06-21 18:13:25.098 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev8) (2021.1) 2022-06-21 18:13:25.110 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev8) (1.16.0) 2022-06-21 18:13:25.111 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev8) (1.14.6) 2022-06-21 18:13:25.159 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.0.1.dev8) (5.0.9) 2022-06-21 18:13:25.172 | Requirement already satisfied: Werkzeug>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.0.1.dev8) (2.0.1) 2022-06-21 18:13:25.173 | Requirement already satisfied: click>=7.1.2 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.0.1.dev8) (8.0.1) 2022-06-21 18:13:25.175 | Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.0.1.dev8) (2.0.1) 2022-06-21 18:13:25.176 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.0.1.dev8) (3.0.1) 2022-06-21 18:13:25.188 | Requirement already satisfied: aniso8601>=0.82 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==20.0.1.dev8) (9.0.1) 2022-06-21 18:13:25.254 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (4.4.0) 2022-06-21 18:13:25.256 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (2.26.0) 2022-06-21 18:13:25.354 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev8) (0.8.0) 2022-06-21 18:13:25.356 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev8) (1.5.0) 2022-06-21 18:13:25.357 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev8) (5.4.1) 2022-06-21 18:13:25.360 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev8) (2.3.0) 2022-06-21 18:13:25.448 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev8) (2.0.1) 2022-06-21 18:13:25.450 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev8) (0.5.0) 2022-06-21 18:13:25.452 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev8) (1.7.1) 2022-06-21 18:13:25.505 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.0.1.dev8) (0.9.6) 2022-06-21 18:13:25.507 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.0.1.dev8) (2.8.2) 2022-06-21 18:13:25.569 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (5.0.8) 2022-06-21 18:13:25.570 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (2.4.0) 2022-06-21 18:13:25.572 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (2.6.2) 2022-06-21 18:13:25.573 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (4.2.2) 2022-06-21 18:13:25.575 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (5.1.0) 2022-06-21 18:13:25.577 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (0.3.1) 2022-06-21 18:13:25.601 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.0.1.dev8) (3.3.0) 2022-06-21 18:13:25.650 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.0.1.dev8) (0.7.2) 2022-06-21 18:13:25.670 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev8) (2.4.7) 2022-06-21 18:13:25.672 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev8) (21.0) 2022-06-21 18:13:25.674 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev8) (0.1.16) 2022-06-21 18:13:25.675 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev8) (0.11.0) 2022-06-21 18:13:25.730 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.0.1.dev8) (4.4.1) 2022-06-21 18:13:25.844 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev8) (5.2.2) 2022-06-21 18:13:25.845 | Requirement already satisfied: xmlschema>=1.2.1 in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev8) (1.7.0) 2022-06-21 18:13:25.846 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev8) (20.0.1) 2022-06-21 18:13:25.847 | Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev8) (0.7.1) 2022-06-21 18:13:26.036 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.0.1.dev8) (1.1.1) 2022-06-21 18:13:26.059 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev8) (0.5.2) 2022-06-21 18:13:26.060 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev8) (0.4.1) 2022-06-21 18:13:26.130 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.0.1.dev8) (1.1.5) 2022-06-21 18:13:26.148 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (5.0.0) 2022-06-21 18:13:26.220 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.0.1.dev8) (2.20) 2022-06-21 18:13:26.264 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.0.1.dev8) (1.12.1) 2022-06-21 18:13:26.375 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.0.1.dev8) (2.0.1) 2022-06-21 18:13:26.452 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (1.7.0) 2022-06-21 18:13:26.582 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.0.1.dev8) (0.14.1) 2022-06-21 18:13:26.612 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (0.11.0) 2022-06-21 18:13:26.654 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (3.0.0) 2022-06-21 18:13:26.656 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (2.1.1) 2022-06-21 18:13:26.657 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (0.31.1) 2022-06-21 18:13:26.659 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (1.3.2) 2022-06-21 18:13:26.663 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (3.5.0) 2022-06-21 18:13:26.664 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (2.5.1) 2022-06-21 18:13:26.843 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (1.26.6) 2022-06-21 18:13:26.846 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (3.2) 2022-06-21 18:13:26.848 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (2.0.4) 2022-06-21 18:13:26.850 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev8) (2021.5.30) 2022-06-21 18:13:26.999 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.0.1.dev8) (2.5.0) 2022-06-21 18:13:27.077 | Requirement already satisfied: elementpath<3.0.0,>=2.2.2 in /usr/local/lib/python3.8/dist-packages (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==20.0.1.dev8) (2.2.3) 2022-06-21 18:13:27.157 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.0.1.dev8) (3.5.0) 2022-06-21 18:13:27.334 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (1.16.0) 2022-06-21 18:13:27.363 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.0.1.dev8) (1.6) 2022-06-21 18:13:27.505 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (57.4.0) 2022-06-21 18:13:27.600 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev8) (0.7) 2022-06-21 18:13:27.636 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.0.1.dev8) (1.0.0) 2022-06-21 18:13:29.391 | Installing collected packages: keystone 2022-06-21 18:13:29.391 | Attempting uninstall: keystone 2022-06-21 18:13:29.392 | Found existing installation: keystone 20.0.1.dev8 2022-06-21 18:13:29.399 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-06-21 18:13:29.402 | Running setup.py develop for keystone 2022-06-21 18:13:31.690 | Successfully installed keystone 2022-06-21 18:13:31.691 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:13:31.862 | + inc/python:pip_install:200 : result=0 2022-06-21 18:13:31.864 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:13:31.866 | + functions-common:time_stop:2321 : local name 2022-06-21 18:13:31.868 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:13:31.871 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:13:31.873 | + functions-common:time_stop:2324 : local total 2022-06-21 18:13:31.875 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:13:31.877 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:13:31.879 | + functions-common:time_stop:2328 : start_time=1655835201276 2022-06-21 18:13:31.882 | + functions-common:time_stop:2330 : [[ -z 1655835201276 ]] 2022-06-21 18:13:31.884 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:13:31.889 | + functions-common:time_stop:2333 : end_time=1655835211886 2022-06-21 18:13:31.891 | + functions-common:time_stop:2334 : elapsed_time=10610 2022-06-21 18:13:31.893 | + functions-common:time_stop:2335 : total=45361 2022-06-21 18:13:31.895 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:13:31.897 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=55971 2022-06-21 18:13:31.899 | + inc/python:pip_install:203 : return 0 2022-06-21 18:13:31.901 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-06-21 18:13:31.904 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-21 18:13:31.906 | + functions-common:safe_chown:2222 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-21 18:13:31.924 | + functions-common:_safe_permission_operation:2070 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-21 18:13:31.937 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-06-21 18:13:31.939 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-06-21 18:13:31.941 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:31.944 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:31.946 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-06-21 18:13:31.948 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:31.951 | + lib/keystone:install_keystone:508 : is_service_enabled ldap 2022-06-21 18:13:31.968 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:31.970 | + lib/keystone:install_keystone:512 : '[' uwsgi == mod_wsgi ']' 2022-06-21 18:13:31.972 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-21 18:13:31.975 | + ./stack.sh:main:881 : configure_keystone 2022-06-21 18:13:31.977 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2022-06-21 18:13:31.990 | + 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-21 18:13:31.993 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-06-21 18:13:31.999 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2022-06-21 18:13:32.016 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:32.018 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2022-06-21 18:13:32.064 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-06-21 18:13:32.098 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-06-21 18:13:32.131 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2022-06-21 18:13:32.166 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2022-06-21 18:13:32.199 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2022-06-21 18:13:32.238 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-06-21 18:13:32.271 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-06-21 18:13:32.301 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-06-21 18:13:32.304 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-06-21 18:13:32.306 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-06-21 18:13:32.309 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-06-21 18:13:32.312 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-21 18:13:32.314 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-21 18:13:32.331 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:32.334 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-21 18:13:32.337 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-21 18:13:32.339 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-21 18:13:32.356 | ++ functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:32.359 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-21 18:13:32.362 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-21 18:13:32.397 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-21 18:13:32.399 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-21 18:13:32.401 | + lib/keystone:configure_keystone:225 : local service_port=5000 2022-06-21 18:13:32.404 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2022-06-21 18:13:32.406 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2022-06-21 18:13:32.423 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:32.425 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.66/identity 2022-06-21 18:13:32.457 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.66/identity 2022-06-21 18:13:32.486 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2022-06-21 18:13:32.488 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2022-06-21 18:13:32.526 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2022-06-21 18:13:32.529 | ++ lib/database:database_connection_url:132 : local db=keystone 2022-06-21 18:13:32.531 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2022-06-21 18:13:32.534 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2022-06-21 18:13:32.537 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-06-21 18:13:32.540 | + 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-21 18:13:32.572 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2022-06-21 18:13:32.574 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2022-06-21 18:13:32.576 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-06-21 18:13:32.579 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-06-21 18:13:32.582 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-21 18:13:32.599 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-21 18:13:32.602 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-21 18:13:32.604 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-21 18:13:32.607 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-21 18:13:32.609 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-21 18:13:32.637 | + functions:setup_systemd_logging:704 : 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-21 18:13:32.666 | + functions:setup_systemd_logging:705 : 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-21 18:13:32.694 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-21 18:13:32.722 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-06-21 18:13:32.751 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2022-06-21 18:13:32.754 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-06-21 18:13:32.756 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-06-21 18:13:32.758 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-06-21 18:13:32.761 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-06-21 18:13:32.763 | + lib/apache:write_uwsgi_config:257 : local http= 2022-06-21 18:13:32.765 | + lib/apache:write_uwsgi_config:258 : local name= 2022-06-21 18:13:32.768 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-06-21 18:13:32.772 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-06-21 18:13:32.774 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-06-21 18:13:32.777 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-21 18:13:32.791 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-21 18:13:32.792 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-21 18:13:32.807 | d /var/run/uwsgi 0755 ubuntu root 2022-06-21 18:13:32.811 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-21 18:13:32.829 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-06-21 18:13:32.832 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-06-21 18:13:32.836 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-06-21 18:13:32.871 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-06-21 18:13:32.902 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-06-21 18:13:32.929 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-06-21 18:13:32.957 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-06-21 18:13:32.989 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-06-21 18:13:33.017 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-06-21 18:13:33.045 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-06-21 18:13:33.073 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-06-21 18:13:33.101 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-21 18:13:33.129 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-06-21 18:13:33.158 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-06-21 18:13:33.187 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-06-21 18:13:33.217 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-06-21 18:13:33.219 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-06-21 18:13:33.222 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-06-21 18:13:33.225 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-06-21 18:13:33.228 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-21 18:13:33.230 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:33.233 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:33.235 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-21 18:13:33.238 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-21 18:13:33.241 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-06-21 18:13:33.270 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-06-21 18:13:33.299 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-06-21 18:13:33.300 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-21 18:13:33.308 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-06-21 18:13:33.313 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-06-21 18:13:33.315 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-06-21 18:13:33.318 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-21 18:13:33.320 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-21 18:13:33.322 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-21 18:13:33.325 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:33.328 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:33.330 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-21 18:13:33.332 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-21 18:13:33.335 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:33.337 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:33.340 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-06-21 18:13:33.402 | Site keystone-wsgi-public already enabled 2022-06-21 18:13:33.406 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-06-21 18:13:33.409 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-21 18:13:33.412 | + functions-common:restart_service:2205 : '[' -x /bin/systemctl ']' 2022-06-21 18:13:33.414 | + functions-common:restart_service:2206 : sudo /bin/systemctl restart apache2 2022-06-21 18:13:33.561 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2022-06-21 18:13:33.564 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2022-06-21 18:13:33.567 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2022-06-21 18:13:33.569 | + lib/apache:write_uwsgi_config:256 : local url=/identity_admin 2022-06-21 18:13:33.572 | + lib/apache:write_uwsgi_config:257 : local http= 2022-06-21 18:13:33.574 | + lib/apache:write_uwsgi_config:258 : local name= 2022-06-21 18:13:33.577 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-admin 2022-06-21 18:13:33.582 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-admin 2022-06-21 18:13:33.584 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-06-21 18:13:33.587 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-21 18:13:33.603 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-21 18:13:33.604 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-21 18:13:33.616 | d /var/run/uwsgi 0755 ubuntu root 2022-06-21 18:13:33.620 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-21 18:13:33.636 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2022-06-21 18:13:33.639 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2022-06-21 18:13:33.643 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2022-06-21 18:13:33.676 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2022-06-21 18:13:33.706 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2022-06-21 18:13:33.738 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2022-06-21 18:13:33.770 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2022-06-21 18:13:33.803 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2022-06-21 18:13:33.835 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2022-06-21 18:13:33.865 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2022-06-21 18:13:33.895 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2022-06-21 18:13:33.928 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-21 18:13:33.957 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2022-06-21 18:13:33.987 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2022-06-21 18:13:34.016 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2022-06-21 18:13:34.046 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-06-21 18:13:34.049 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-06-21 18:13:34.052 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-admin 2022-06-21 18:13:34.054 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-admin 2022-06-21 18:13:34.057 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-21 18:13:34.060 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:34.063 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:34.065 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-21 18:13:34.068 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-21 18:13:34.070 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2022-06-21 18:13:34.099 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2022-06-21 18:13:34.129 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 ' 2022-06-21 18:13:34.129 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-06-21 18:13:34.138 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 2022-06-21 18:13:34.142 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-admin 2022-06-21 18:13:34.144 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-admin 2022-06-21 18:13:34.147 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-21 18:13:34.149 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-21 18:13:34.152 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-21 18:13:34.154 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:34.156 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:34.158 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-21 18:13:34.161 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-21 18:13:34.163 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:34.165 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:34.168 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-admin 2022-06-21 18:13:34.232 | Site keystone-wsgi-admin already enabled 2022-06-21 18:13:34.236 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-06-21 18:13:34.239 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-21 18:13:34.242 | + functions-common:restart_service:2205 : '[' -x /bin/systemctl ']' 2022-06-21 18:13:34.244 | + functions-common:restart_service:2206 : sudo /bin/systemctl restart apache2 2022-06-21 18:13:34.377 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-06-21 18:13:34.413 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-06-21 18:13:34.447 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-06-21 18:13:34.479 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2022-06-21 18:13:34.481 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-06-21 18:13:34.514 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-06-21 18:13:34.544 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-06-21 18:13:34.575 | + ./stack.sh:main:885 : is_service_enabled swift 2022-06-21 18:13:34.593 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:34.596 | + ./stack.sh:main:886 : is_service_enabled ceilometer 2022-06-21 18:13:34.613 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:34.616 | + ./stack.sh:main:889 : stack_install_service swift 2022-06-21 18:13:34.618 | + lib/stack:stack_install_service:20 : local service=swift 2022-06-21 18:13:34.620 | + lib/stack:stack_install_service:21 : type install_swift 2022-06-21 18:13:34.623 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-21 18:13:34.625 | + lib/stack:stack_install_service:32 : install_swift 2022-06-21 18:13:34.628 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/xena 2022-06-21 18:13:34.631 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2022-06-21 18:13:34.633 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2022-06-21 18:13:34.636 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-06-21 18:13:34.638 | + functions-common:git_clone:526 : local orig_dir 2022-06-21 18:13:34.641 | ++ functions-common:git_clone:527 : pwd 2022-06-21 18:13:34.644 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-06-21 18:13:34.646 | + functions-common:git_clone:528 : local git_clone_flags= 2022-06-21 18:13:34.649 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-06-21 18:13:34.666 | + functions-common:git_clone:530 : RECLONE=False 2022-06-21 18:13:34.669 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-06-21 18:13:34.671 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-06-21 18:13:34.674 | + functions-common:git_clone:544 : echo stable/xena 2022-06-21 18:13:34.674 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-06-21 18:13:34.680 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2022-06-21 18:13:34.682 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-06-21 18:13:34.684 | + functions-common:git_clone:601 : sudo git config --system --add safe.directory /opt/stack/swift 2022-06-21 18:13:34.698 | + functions-common:git_clone:604 : cd /opt/stack/swift 2022-06-21 18:13:34.702 | + functions-common:git_clone:605 : git show --oneline 2022-06-21 18:13:34.703 | + functions-common:git_clone:605 : head -1 2022-06-21 18:13:34.709 | 0fa745c7f s3api: Use constant-time string comparisons in check_signature 2022-06-21 18:13:34.716 | + functions-common:git_clone:606 : cd /home/ubuntu/devstack 2022-06-21 18:13:34.719 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2022-06-21 18:13:34.722 | + inc/python:setup_develop:338 : local bindep 2022-06-21 18:13:34.724 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-06-21 18:13:34.726 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-06-21 18:13:34.729 | + inc/python:setup_develop:344 : local extras=keystone 2022-06-21 18:13:34.731 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-06-21 18:13:34.734 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-21 18:13:34.736 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-06-21 18:13:34.738 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-06-21 18:13:34.741 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-21 18:13:34.744 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-06-21 18:13:34.747 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-06-21 18:13:34.750 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-21 18:13:34.753 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-06-21 18:13:34.755 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-21 18:13:34.757 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-06-21 18:13:34.760 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-06-21 18:13:34.767 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-06-21 18:13:34.773 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-06-21 18:13:35.411 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-06-21 18:13:35.414 | + inc/python:setup_package:418 : local bindep=0 2022-06-21 18:13:35.416 | + inc/python:setup_package:419 : local bindep_flag= 2022-06-21 18:13:35.418 | + inc/python:setup_package:420 : local bindep_profiles= 2022-06-21 18:13:35.421 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-06-21 18:13:35.423 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-06-21 18:13:35.425 | + inc/python:setup_package:427 : local flags=-e 2022-06-21 18:13:35.428 | + inc/python:setup_package:428 : local extras=keystone 2022-06-21 18:13:35.430 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-06-21 18:13:35.432 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-06-21 18:13:35.434 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-06-21 18:13:35.437 | + inc/python:setup_package:438 : extras='[keystone]' 2022-06-21 18:13:35.439 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-06-21 18:13:35.441 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-06-21 18:13:35.463 | Using python 3.8 to install /opt/stack/swift 2022-06-21 18:13:35.466 | + 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-21 18:13:36.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:36.206 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:36.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:36.206 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:37.550 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:13:37.560 | Obtaining file:///opt/stack/swift 2022-06-21 18:13:37.561 | Preparing metadata (setup.py): started 2022-06-21 18:13:38.865 | Preparing metadata (setup.py): finished with status 'done' 2022-06-21 18:13:38.909 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (0.31.1) 2022-06-21 18:13:38.910 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (1.1.1) 2022-06-21 18:13:38.912 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (0.11.0) 2022-06-21 18:13:38.913 | Requirement already satisfied: PasteDeploy>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (2.1.1) 2022-06-21 18:13:38.915 | Requirement already satisfied: lxml>=3.4.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (4.6.3) 2022-06-21 18:13:38.916 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (2.26.0) 2022-06-21 18:13:38.918 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (1.16.0) 2022-06-21 18:13:38.920 | Requirement already satisfied: xattr>=0.4 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (0.9.7) 2022-06-21 18:13:38.921 | Requirement already satisfied: PyECLib>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (1.6.0) 2022-06-21 18:13:38.922 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (3.4.8) 2022-06-21 18:13:38.924 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev8) (9.3.0) 2022-06-21 18:13:38.966 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.28.1.dev8) (1.14.6) 2022-06-21 18:13:38.975 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.28.1.dev8) (1.16.0) 2022-06-21 18:13:39.033 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (5.6.0) 2022-06-21 18:13:39.034 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (4.4.0) 2022-06-21 18:13:39.036 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (8.7.1) 2022-06-21 18:13:39.037 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (4.2.0) 2022-06-21 18:13:39.039 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (4.10.2) 2022-06-21 18:13:39.040 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (5.1.0) 2022-06-21 18:13:39.042 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (1.8.7) 2022-06-21 18:13:39.044 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (3.3.2) 2022-06-21 18:13:39.046 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (4.3.0) 2022-06-21 18:13:39.047 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (4.6.0) 2022-06-21 18:13:39.049 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (2.8.2) 2022-06-21 18:13:39.050 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (3.1.1) 2022-06-21 18:13:39.072 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=1.3.3->swift==2.28.1.dev8) (57.4.0) 2022-06-21 18:13:39.104 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev8) (2.0.4) 2022-06-21 18:13:39.108 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev8) (3.2) 2022-06-21 18:13:39.109 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev8) (1.26.6) 2022-06-21 18:13:39.111 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev8) (2021.5.30) 2022-06-21 18:13:39.135 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.28.1.dev8) (2.20) 2022-06-21 18:13:39.220 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (1.7.0) 2022-06-21 18:13:39.222 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (0.1.16) 2022-06-21 18:13:39.224 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (3.4.0) 2022-06-21 18:13:39.268 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (1.1.5) 2022-06-21 18:13:39.314 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (0.8.0) 2022-06-21 18:13:39.316 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (5.4.1) 2022-06-21 18:13:39.318 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (2.3.0) 2022-06-21 18:13:39.319 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (1.5.0) 2022-06-21 18:13:39.417 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (2.8.2) 2022-06-21 18:13:39.422 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (0.9.6) 2022-06-21 18:13:39.437 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (1.0.2) 2022-06-21 18:13:39.439 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (2021.1) 2022-06-21 18:13:39.457 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (2.4.7) 2022-06-21 18:13:39.459 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (21.0) 2022-06-21 18:13:39.570 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (1.12.1) 2022-06-21 18:13:39.585 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.28.1.dev8) (5.0.9) 2022-06-21 18:13:41.711 | Installing collected packages: swift 2022-06-21 18:13:41.711 | Attempting uninstall: swift 2022-06-21 18:13:41.712 | Found existing installation: swift 2.28.1.dev8 2022-06-21 18:13:41.719 | Can't uninstall 'swift'. No files were found to uninstall. 2022-06-21 18:13:41.721 | Running setup.py develop for swift 2022-06-21 18:13:43.828 | Successfully installed swift-2.28.1.dev8 2022-06-21 18:13:43.829 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:13:44.011 | + inc/python:pip_install:200 : result=0 2022-06-21 18:13:44.014 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:13:44.016 | + functions-common:time_stop:2321 : local name 2022-06-21 18:13:44.019 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:13:44.021 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:13:44.023 | + functions-common:time_stop:2324 : local total 2022-06-21 18:13:44.025 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:13:44.028 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:13:44.030 | + functions-common:time_stop:2328 : start_time=1655835215457 2022-06-21 18:13:44.032 | + functions-common:time_stop:2330 : [[ -z 1655835215457 ]] 2022-06-21 18:13:44.035 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:13:44.042 | + functions-common:time_stop:2333 : end_time=1655835224039 2022-06-21 18:13:44.044 | + functions-common:time_stop:2334 : elapsed_time=8582 2022-06-21 18:13:44.046 | + functions-common:time_stop:2335 : total=55971 2022-06-21 18:13:44.048 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:13:44.051 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=64553 2022-06-21 18:13:44.053 | + inc/python:pip_install:203 : return 0 2022-06-21 18:13:44.056 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-06-21 18:13:44.059 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-21 18:13:44.061 | + functions-common:safe_chown:2222 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-21 18:13:44.081 | + functions-common:_safe_permission_operation:2070 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-21 18:13:44.094 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-06-21 18:13:44.097 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-06-21 18:13:44.099 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:44.102 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:44.104 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-06-21 18:13:44.107 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:44.109 | + lib/swift:install_swift:746 : '[' False == True ']' 2022-06-21 18:13:44.112 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-21 18:13:44.114 | + ./stack.sh:main:890 : configure_swift 2022-06-21 18:13:44.117 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-06-21 18:13:44.119 | + lib/swift:configure_swift:335 : local node_number 2022-06-21 18:13:44.122 | + lib/swift:configure_swift:336 : local swift_node_config 2022-06-21 18:13:44.124 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-06-21 18:13:44.126 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-06-21 18:13:45.087 | No object-replicator running 2022-06-21 18:13:45.087 | No proxy-server running 2022-06-21 18:13:45.087 | No object-auditor running 2022-06-21 18:13:45.087 | No account-server running 2022-06-21 18:13:45.087 | No account-auditor running 2022-06-21 18:13:45.087 | No object-reconstructor running 2022-06-21 18:13:45.087 | No container-updater running 2022-06-21 18:13:45.087 | No object-server running 2022-06-21 18:13:45.087 | No account-replicator running 2022-06-21 18:13:45.087 | No container-replicator running 2022-06-21 18:13:45.087 | No container-server running 2022-06-21 18:13:45.087 | No container-reconciler running 2022-06-21 18:13:45.087 | No container-auditor running 2022-06-21 18:13:45.087 | No object-updater running 2022-06-21 18:13:45.087 | No container-sharder running 2022-06-21 18:13:45.087 | No object-expirer running 2022-06-21 18:13:45.087 | No container-sync running 2022-06-21 18:13:45.087 | No account-reaper running 2022-06-21 18:13:45.141 | + lib/swift:configure_swift:340 : true 2022-06-21 18:13:45.143 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2022-06-21 18:13:45.156 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-06-21 18:13:45.168 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-06-21 18:13:45.171 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2022-06-21 18:13:45.171 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2022-06-21 18:13:45.176 | + lib/swift:configure_swift:354 : sed -e ' 2022-06-21 18:13:45.176 | s/%GROUP%/ubuntu/; 2022-06-21 18:13:45.176 | s/%USER%/ubuntu/; 2022-06-21 18:13:45.176 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-06-21 18:13:45.176 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-06-21 18:13:45.180 | uid = ubuntu 2022-06-21 18:13:45.180 | gid = ubuntu 2022-06-21 18:13:45.180 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-06-21 18:13:45.180 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-06-21 18:13:45.180 | address = 127.0.0.1 2022-06-21 18:13:45.180 | 2022-06-21 18:13:45.180 | [account6612] 2022-06-21 18:13:45.180 | max connections = 25 2022-06-21 18:13:45.180 | path = /opt/stack/data/swift/1/node/ 2022-06-21 18:13:45.180 | read only = false 2022-06-21 18:13:45.180 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-06-21 18:13:45.180 | 2022-06-21 18:13:45.180 | [account6622] 2022-06-21 18:13:45.180 | max connections = 25 2022-06-21 18:13:45.180 | path = /opt/stack/data/swift/2/node/ 2022-06-21 18:13:45.180 | read only = false 2022-06-21 18:13:45.180 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-06-21 18:13:45.180 | 2022-06-21 18:13:45.180 | [account6632] 2022-06-21 18:13:45.180 | max connections = 25 2022-06-21 18:13:45.180 | path = /opt/stack/data/swift/3/node/ 2022-06-21 18:13:45.180 | read only = false 2022-06-21 18:13:45.180 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-06-21 18:13:45.180 | 2022-06-21 18:13:45.181 | [account6642] 2022-06-21 18:13:45.181 | max connections = 25 2022-06-21 18:13:45.181 | path = /opt/stack/data/swift/4/node/ 2022-06-21 18:13:45.181 | read only = false 2022-06-21 18:13:45.181 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-06-21 18:13:45.181 | 2022-06-21 18:13:45.181 | 2022-06-21 18:13:45.181 | [container6611] 2022-06-21 18:13:45.181 | max connections = 25 2022-06-21 18:13:45.181 | path = /opt/stack/data/swift/1/node/ 2022-06-21 18:13:45.181 | read only = false 2022-06-21 18:13:45.181 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-06-21 18:13:45.181 | 2022-06-21 18:13:45.181 | [container6621] 2022-06-21 18:13:45.181 | max connections = 25 2022-06-21 18:13:45.181 | path = /opt/stack/data/swift/2/node/ 2022-06-21 18:13:45.181 | read only = false 2022-06-21 18:13:45.181 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-06-21 18:13:45.181 | 2022-06-21 18:13:45.181 | [container6631] 2022-06-21 18:13:45.181 | max connections = 25 2022-06-21 18:13:45.181 | path = /opt/stack/data/swift/3/node/ 2022-06-21 18:13:45.181 | read only = false 2022-06-21 18:13:45.181 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-06-21 18:13:45.181 | 2022-06-21 18:13:45.181 | [container6641] 2022-06-21 18:13:45.181 | max connections = 25 2022-06-21 18:13:45.181 | path = /opt/stack/data/swift/4/node/ 2022-06-21 18:13:45.181 | read only = false 2022-06-21 18:13:45.181 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-06-21 18:13:45.181 | 2022-06-21 18:13:45.181 | 2022-06-21 18:13:45.181 | [object6613] 2022-06-21 18:13:45.181 | max connections = 25 2022-06-21 18:13:45.182 | path = /opt/stack/data/swift/1/node/ 2022-06-21 18:13:45.182 | read only = false 2022-06-21 18:13:45.182 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-06-21 18:13:45.182 | 2022-06-21 18:13:45.182 | [object6623] 2022-06-21 18:13:45.182 | max connections = 25 2022-06-21 18:13:45.182 | path = /opt/stack/data/swift/2/node/ 2022-06-21 18:13:45.182 | read only = false 2022-06-21 18:13:45.182 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-06-21 18:13:45.182 | 2022-06-21 18:13:45.182 | [object6633] 2022-06-21 18:13:45.182 | max connections = 25 2022-06-21 18:13:45.182 | path = /opt/stack/data/swift/3/node/ 2022-06-21 18:13:45.182 | read only = false 2022-06-21 18:13:45.182 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-06-21 18:13:45.182 | 2022-06-21 18:13:45.182 | [object6643] 2022-06-21 18:13:45.182 | max connections = 25 2022-06-21 18:13:45.182 | path = /opt/stack/data/swift/4/node/ 2022-06-21 18:13:45.182 | read only = false 2022-06-21 18:13:45.182 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-06-21 18:13:45.183 | + lib/swift:configure_swift:360 : is_ubuntu 2022-06-21 18:13:45.186 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:13:45.188 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:13:45.190 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-06-21 18:13:45.202 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-06-21 18:13:45.204 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-06-21 18:13:45.208 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-06-21 18:13:45.213 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-06-21 18:13:45.215 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-06-21 18:13:45.219 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-06-21 18:13:45.249 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.66:8080/v1/ 2022-06-21 18:13:45.275 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-06-21 18:13:45.293 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-06-21 18:13:45.321 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-06-21 18:13:45.338 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-06-21 18:13:45.367 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-06-21 18:13:45.387 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-06-21 18:13:45.416 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-06-21 18:13:45.435 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-06-21 18:13:45.464 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-06-21 18:13:45.485 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-06-21 18:13:45.514 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-06-21 18:13:45.532 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2022-06-21 18:13:45.547 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:45.549 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-06-21 18:13:45.580 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-06-21 18:13:45.607 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-06-21 18:13:45.634 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-06-21 18:13:45.662 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2022-06-21 18:13:45.677 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:45.679 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-06-21 18:13:45.706 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2022-06-21 18:13:45.721 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:45.724 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2022-06-21 18:13:45.738 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:45.740 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2022-06-21 18:13:45.743 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2022-06-21 18:13:45.762 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:45.764 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2022-06-21 18:13:45.766 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2022-06-21 18:13:45.768 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-06-21 18:13:45.774 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-06-21 18:13:45.780 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-06-21 18:13:45.809 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-06-21 18:13:45.839 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-06-21 18:13:45.873 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-06-21 18:13:45.904 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-06-21 18:13:45.932 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-06-21 18:13:45.935 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/swift/proxy-server.conf 2022-06-21 18:13:45.937 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=swift 2022-06-21 18:13:45.939 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=filter:authtoken 2022-06-21 18:13:45.941 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-06-21 18:13:45.969 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-06-21 18:13:45.998 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.66/identity 2022-06-21 18:13:46.026 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-06-21 18:13:46.057 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-06-21 18:13:46.088 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-06-21 18:13:46.118 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-06-21 18:13:46.147 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-06-21 18:13:46.175 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-21 18:13:46.204 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-06-21 18:13:46.233 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-06-21 18:13:46.261 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-06-21 18:13:46.292 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-06-21 18:13:46.320 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-06-21 18:13:46.351 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-06-21 18:13:46.381 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-06-21 18:13:46.402 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-06-21 18:13:46.430 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-06-21 18:13:46.458 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-06-21 18:13:46.462 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-06-21 18:13:46.490 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-06-21 18:13:46.518 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-06-21 18:13:46.547 | + lib/swift:configure_swift:478 : local node_number 2022-06-21 18:13:46.549 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-06-21 18:13:46.552 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2022-06-21 18:13:46.554 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-06-21 18:13:46.559 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-06-21 18:13:46.562 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-06-21 18:13:46.564 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-21 18:13:46.566 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-06-21 18:13:46.568 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-06-21 18:13:46.571 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-21 18:13:46.573 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-21 18:13:46.575 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-06-21 18:13:46.594 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-06-21 18:13:46.622 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-06-21 18:13:46.641 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-06-21 18:13:46.670 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-06-21 18:13:46.688 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-21 18:13:46.718 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-06-21 18:13:46.737 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-21 18:13:46.766 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-06-21 18:13:46.785 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-21 18:13:46.814 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-06-21 18:13:46.833 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-06-21 18:13:46.862 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-06-21 18:13:46.881 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-06-21 18:13:46.910 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-06-21 18:13:46.930 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-06-21 18:13:46.959 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-06-21 18:13:46.979 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-06-21 18:13:47.007 | + 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-21 18:13:47.012 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-06-21 18:13:47.033 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-21 18:13:47.064 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-06-21 18:13:47.098 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2022-06-21 18:13:47.100 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-06-21 18:13:47.104 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-06-21 18:13:47.107 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-06-21 18:13:47.109 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-21 18:13:47.112 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-06-21 18:13:47.114 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-06-21 18:13:47.116 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-21 18:13:47.118 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-21 18:13:47.121 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-06-21 18:13:47.143 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-06-21 18:13:47.177 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-06-21 18:13:47.196 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-06-21 18:13:47.235 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-06-21 18:13:47.260 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-21 18:13:47.293 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-06-21 18:13:47.317 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-21 18:13:47.349 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-06-21 18:13:47.368 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-21 18:13:47.401 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-06-21 18:13:47.421 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-06-21 18:13:47.450 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-06-21 18:13:47.469 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-06-21 18:13:47.499 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-06-21 18:13:47.519 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-06-21 18:13:47.551 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-06-21 18:13:47.571 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-06-21 18:13:47.600 | + 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-21 18:13:47.608 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-06-21 18:13:47.627 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-21 18:13:47.657 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2022-06-21 18:13:47.659 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-06-21 18:13:47.664 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-06-21 18:13:47.666 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-06-21 18:13:47.668 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-06-21 18:13:47.671 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-06-21 18:13:47.673 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-06-21 18:13:47.675 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-06-21 18:13:47.677 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-06-21 18:13:47.679 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-06-21 18:13:47.697 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-06-21 18:13:47.726 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-06-21 18:13:47.745 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-06-21 18:13:47.774 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-06-21 18:13:47.793 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-21 18:13:47.821 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-06-21 18:13:47.841 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-21 18:13:47.870 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-06-21 18:13:47.888 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-21 18:13:47.919 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-06-21 18:13:47.938 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-06-21 18:13:47.967 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-06-21 18:13:47.986 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-06-21 18:13:48.015 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-06-21 18:13:48.033 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-06-21 18:13:48.062 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-06-21 18:13:48.080 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-06-21 18:13:48.108 | + 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-21 18:13:48.113 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-06-21 18:13:48.132 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-21 18:13:48.161 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-06-21 18:13:48.190 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-06-21 18:13:48.221 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-06-21 18:13:48.251 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2022-06-21 18:13:48.253 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-06-21 18:13:48.257 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-06-21 18:13:48.286 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-06-21 18:13:48.320 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-06-21 18:13:48.350 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-06-21 18:13:48.383 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-06-21 18:13:48.415 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-06-21 18:13:48.443 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-06-21 18:13:48.473 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2022-06-21 18:13:48.501 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-06-21 18:13:48.532 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2022-06-21 18:13:48.550 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:48.552 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-06-21 18:13:48.571 | + lib/swift:configure_swift:521 : local auth_vers 2022-06-21 18:13:48.574 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2022-06-21 18:13:48.595 | + lib/swift:configure_swift:522 : auth_vers=3 2022-06-21 18:13:48.598 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.66 2022-06-21 18:13:48.629 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2022-06-21 18:13:48.631 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2022-06-21 18:13:48.659 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.66/identity 2022-06-21 18:13:48.688 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2022-06-21 18:13:48.690 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-06-21 18:13:48.718 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2022-06-21 18:13:48.734 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:48.737 | + lib/swift:configure_swift:541 : local user_group 2022-06-21 18:13:48.739 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2022-06-21 18:13:48.744 | + lib/swift:configure_swift:542 : user_group=1000 2022-06-21 18:13:48.747 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-06-21 18:13:48.760 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2022-06-21 18:13:48.763 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2022-06-21 18:13:48.781 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2022-06-21 18:13:48.784 | + lib/swift:configure_swift:548 : is_suse 2022-06-21 18:13:48.787 | + functions-common:is_suse:462 : is_opensuse 2022-06-21 18:13:48.789 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-06-21 18:13:48.791 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-21 18:13:48.794 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-06-21 18:13:48.796 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-06-21 18:13:48.798 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-21 18:13:48.801 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-06-21 18:13:48.813 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2022-06-21 18:13:48.815 | + lib/swift:configure_swift:561 : '[' False == True ']' 2022-06-21 18:13:48.818 | + ./stack.sh:main:893 : is_service_enabled s3api 2022-06-21 18:13:48.836 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:13:48.838 | + ./stack.sh:main:899 : is_service_enabled g-api n-api 2022-06-21 18:13:48.856 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:48.859 | + ./stack.sh:main:901 : stack_install_service glance 2022-06-21 18:13:48.861 | + lib/stack:stack_install_service:20 : local service=glance 2022-06-21 18:13:48.863 | + lib/stack:stack_install_service:21 : type install_glance 2022-06-21 18:13:48.866 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-21 18:13:48.868 | + lib/stack:stack_install_service:32 : install_glance 2022-06-21 18:13:48.871 | + lib/glance:install_glance:514 : glance_store_extras=() 2022-06-21 18:13:48.873 | + lib/glance:install_glance:514 : local glance_store_extras 2022-06-21 18:13:48.876 | + lib/glance:install_glance:516 : is_service_enabled cinder 2022-06-21 18:13:48.894 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:48.897 | + lib/glance:install_glance:517 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-06-21 18:13:48.899 | + lib/glance:install_glance:520 : is_service_enabled swift 2022-06-21 18:13:48.917 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:13:48.920 | + lib/glance:install_glance:521 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-06-21 18:13:48.924 | + lib/glance:install_glance:526 : use_library_from_git glance_store 2022-06-21 18:13:48.927 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-06-21 18:13:48.929 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:13:48.932 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:13:48.934 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-06-21 18:13:48.937 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:13:48.941 | ++ lib/glance:install_glance:532 : join_extras swift cinder 2022-06-21 18:13:48.943 | ++ inc/python:join_extras:29 : local IFS=, 2022-06-21 18:13:48.946 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-06-21 18:13:48.950 | + lib/glance:install_glance:532 : pip_install_gr_extras glance-store swift,cinder 2022-06-21 18:13:48.952 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-06-21 18:13:48.955 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-06-21 18:13:48.958 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-06-21 18:13:48.962 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-06-21 18:13:48.964 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-06-21 18:13:48.968 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-06-21 18:13:48.972 | +++ 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-21 18:13:48.972 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-06-21 18:13:48.978 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-06-21 18:13:48.981 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-06-21 18:13:48.984 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-06-21 18:13:48.987 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-06-21 18:13:48.989 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-06-21 18:13:49.013 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-06-21 18:13:49.016 | + 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-21 18:13:49.745 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:49.745 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:49.745 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:49.745 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:51.097 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:13:51.109 | Requirement already satisfied: glance-store[cinder,swift]!=0.29.0 in /usr/local/lib/python3.8/dist-packages (2.7.0) 2022-06-21 18:13:51.195 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.7.1) 2022-06-21 18:13:51.196 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-06-21 18:13:51.198 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.10.2) 2022-06-21 18:13:51.200 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.1) 2022-06-21 18:13:51.201 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-06-21 18:13:51.203 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.0) 2022-06-21 18:13:51.204 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-06-21 18:13:51.206 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.26.0) 2022-06-21 18:13:51.207 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.4.0) 2022-06-21 18:13:51.209 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.2.0) 2022-06-21 18:13:51.210 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-06-21 18:13:51.212 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.31.1) 2022-06-21 18:13:51.215 | Requirement already satisfied: python-cinderclient>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.1.0) 2022-06-21 18:13:51.218 | Requirement already satisfied: os-brick>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.0.2) 2022-06-21 18:13:51.220 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.6.2) 2022-06-21 18:13:51.223 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-06-21 18:13:51.225 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.19.1) 2022-06-21 18:13:51.228 | Requirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.12.0) 2022-06-21 18:13:51.239 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-06-21 18:13:51.241 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.1) 2022-06-21 18:13:51.246 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (2.4.7) 2022-06-21 18:13:51.321 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.6.0) 2022-06-21 18:13:51.322 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (0.1.16) 2022-06-21 18:13:51.325 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-06-21 18:13:51.350 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.3.2) 2022-06-21 18:13:51.351 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.5.0) 2022-06-21 18:13:51.353 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.0) 2022-06-21 18:13:51.356 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-06-21 18:13:51.358 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.6.2) 2022-06-21 18:13:51.369 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.14.1) 2022-06-21 18:13:51.413 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-06-21 18:13:51.414 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.3.0) 2022-06-21 18:13:51.416 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (5.4.1) 2022-06-21 18:13:51.418 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-06-21 18:13:51.439 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-06-21 18:13:51.442 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.14.6) 2022-06-21 18:13:51.457 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.1) 2022-06-21 18:13:51.475 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.0) 2022-06-21 18:13:51.477 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-06-21 18:13:51.496 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.7.2) 2022-06-21 18:13:51.498 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.5) 2022-06-21 18:13:51.579 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2021.5.30) 2022-06-21 18:13:51.582 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.2) 2022-06-21 18:13:51.585 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.4) 2022-06-21 18:13:51.586 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.6) 2022-06-21 18:13:51.677 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.20) 2022-06-21 18:13:51.705 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.12.1) 2022-06-21 18:13:51.734 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (1.6) 2022-06-21 18:13:51.903 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-06-21 18:13:51.907 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-06-21 18:13:51.942 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-06-21 18:13:51.944 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-06-21 18:13:51.946 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.2) 2022-06-21 18:13:51.948 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-06-21 18:13:51.950 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-06-21 18:13:51.951 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-06-21 18:13:52.170 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-06-21 18:13:52.211 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (57.4.0) 2022-06-21 18:13:52.297 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-06-21 18:13:52.425 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-06-21 18:13:54.347 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:13:54.509 | + inc/python:pip_install:200 : result=0 2022-06-21 18:13:54.511 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:13:54.514 | + functions-common:time_stop:2321 : local name 2022-06-21 18:13:54.516 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:13:54.519 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:13:54.522 | + functions-common:time_stop:2324 : local total 2022-06-21 18:13:54.524 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:13:54.527 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:13:54.529 | + functions-common:time_stop:2328 : start_time=1655835229006 2022-06-21 18:13:54.532 | + functions-common:time_stop:2330 : [[ -z 1655835229006 ]] 2022-06-21 18:13:54.535 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:13:54.539 | + functions-common:time_stop:2333 : end_time=1655835234536 2022-06-21 18:13:54.541 | + functions-common:time_stop:2334 : elapsed_time=5530 2022-06-21 18:13:54.544 | + functions-common:time_stop:2335 : total=64553 2022-06-21 18:13:54.546 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:13:54.549 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=70083 2022-06-21 18:13:54.551 | + inc/python:pip_install:203 : return 0 2022-06-21 18:13:54.554 | + lib/glance:install_glance:533 : copy_rootwrap /usr/local/etc/glance 2022-06-21 18:13:54.556 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-06-21 18:13:54.559 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-06-21 18:13:54.572 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-06-21 18:13:54.577 | + lib/glance:install_glance:536 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/xena 2022-06-21 18:13:54.579 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2022-06-21 18:13:54.582 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2022-06-21 18:13:54.584 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-06-21 18:13:54.587 | + functions-common:git_clone:526 : local orig_dir 2022-06-21 18:13:54.590 | ++ functions-common:git_clone:527 : pwd 2022-06-21 18:13:54.593 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-06-21 18:13:54.595 | + functions-common:git_clone:528 : local git_clone_flags= 2022-06-21 18:13:54.598 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-06-21 18:13:54.614 | + functions-common:git_clone:530 : RECLONE=False 2022-06-21 18:13:54.617 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-06-21 18:13:54.619 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-06-21 18:13:54.622 | + functions-common:git_clone:544 : echo stable/xena 2022-06-21 18:13:54.623 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-06-21 18:13:54.628 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2022-06-21 18:13:54.631 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-06-21 18:13:54.633 | + functions-common:git_clone:601 : sudo git config --system --add safe.directory /opt/stack/glance 2022-06-21 18:13:54.646 | + functions-common:git_clone:604 : cd /opt/stack/glance 2022-06-21 18:13:54.650 | + functions-common:git_clone:605 : head -1 2022-06-21 18:13:54.650 | + functions-common:git_clone:605 : git show --oneline 2022-06-21 18:13:54.655 | 316ce9659 Fix set_property_atomic() boolean type casting 2022-06-21 18:13:54.658 | + functions-common:git_clone:606 : cd /home/ubuntu/devstack 2022-06-21 18:13:54.661 | + lib/glance:install_glance:538 : setup_develop /opt/stack/glance 2022-06-21 18:13:54.663 | + inc/python:setup_develop:338 : local bindep 2022-06-21 18:13:54.666 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-06-21 18:13:54.668 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-06-21 18:13:54.671 | + inc/python:setup_develop:344 : local extras= 2022-06-21 18:13:54.673 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-06-21 18:13:54.676 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-21 18:13:54.678 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-06-21 18:13:54.681 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-06-21 18:13:54.684 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-21 18:13:54.686 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-21 18:13:54.689 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-06-21 18:13:54.692 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-21 18:13:54.695 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-06-21 18:13:54.697 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-21 18:13:54.700 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-06-21 18:13:54.703 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-06-21 18:13:54.710 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-06-21 18:13:54.712 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-06-21 18:13:55.332 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-06-21 18:13:55.335 | + inc/python:setup_package:418 : local bindep=0 2022-06-21 18:13:55.338 | + inc/python:setup_package:419 : local bindep_flag= 2022-06-21 18:13:55.340 | + inc/python:setup_package:420 : local bindep_profiles= 2022-06-21 18:13:55.343 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-06-21 18:13:55.345 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-06-21 18:13:55.348 | + inc/python:setup_package:427 : local flags=-e 2022-06-21 18:13:55.350 | + inc/python:setup_package:428 : local extras= 2022-06-21 18:13:55.352 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-06-21 18:13:55.355 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-06-21 18:13:55.358 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-06-21 18:13:55.360 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-06-21 18:13:55.363 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-06-21 18:13:55.366 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-06-21 18:13:55.387 | Using python 3.8 to install /opt/stack/glance 2022-06-21 18:13:55.390 | + 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-21 18:13:56.120 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:56.120 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:56.120 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:13:56.120 | from cryptography.utils import int_from_bytes 2022-06-21 18:13:57.458 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:13:57.467 | Obtaining file:///opt/stack/glance 2022-06-21 18:13:57.469 | Preparing metadata (setup.py): started 2022-06-21 18:13:58.752 | Preparing metadata (setup.py): finished with status 'done' 2022-06-21 18:13:58.828 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (5.6.0) 2022-06-21 18:13:58.830 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (0.7.1) 2022-06-21 18:13:58.831 | Requirement already satisfied: SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (1.4.23) 2022-06-21 18:13:58.833 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (0.31.1) 2022-06-21 18:13:58.834 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (2.1.1) 2022-06-21 18:13:58.835 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (2.5.1) 2022-06-21 18:13:58.837 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (1.8.7) 2022-06-21 18:13:58.838 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (0.4.1) 2022-06-21 18:13:58.840 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (1.7.1) 2022-06-21 18:13:58.842 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (0.19.1) 2022-06-21 18:13:58.844 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (8.7.1) 2022-06-21 18:13:58.845 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (4.4.1) 2022-06-21 18:13:58.846 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (3.3.2) 2022-06-21 18:13:58.848 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (1.4.0) 2022-06-21 18:13:58.849 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (4.10.2) 2022-06-21 18:13:58.851 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (3.4.0) 2022-06-21 18:13:58.852 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (2.4.0) 2022-06-21 18:13:58.854 | Requirement already satisfied: taskflow>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (4.6.2) 2022-06-21 18:13:58.856 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (4.4.0) 2022-06-21 18:13:58.857 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (9.3.0) 2022-06-21 18:13:58.859 | Requirement already satisfied: WSME>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (0.11.0) 2022-06-21 18:13:58.860 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (0.7.2) 2022-06-21 18:13:58.861 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (3.5.0) 2022-06-21 18:13:58.863 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==23.0.1.dev3) (3.2.0) 2022-06-21 18:13:58.864 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (4.3.0) 2022-06-21 18:13:58.866 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (20.0.1) 2022-06-21 18:13:58.867 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (1.16.0) 2022-06-21 18:13:58.868 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (11.0.0) 2022-06-21 18:13:58.870 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (5.1.0) 2022-06-21 18:13:58.871 | Requirement already satisfied: oslo.limit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (1.4.0) 2022-06-21 18:13:58.873 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (4.6.0) 2022-06-21 18:13:58.874 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (12.9.3) 2022-06-21 18:13:58.876 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (4.4.0) 2022-06-21 18:13:58.877 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (2.3.0) 2022-06-21 18:13:58.879 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (3.8.3) 2022-06-21 18:13:58.880 | Requirement already satisfied: retrying!=1.3.0,>=1.2.3 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (1.3.3) 2022-06-21 18:13:58.882 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (3.4.2) 2022-06-21 18:13:58.883 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (2.7.0) 2022-06-21 18:13:58.885 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (2.3.0) 2022-06-21 18:13:58.886 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (3.4.8) 2022-06-21 18:13:58.887 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (0.2.2) 2022-06-21 18:13:58.889 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (0.1.16) 2022-06-21 18:13:58.890 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (5.5.0) 2022-06-21 18:13:58.892 | Requirement already satisfied: castellan>=0.17.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev3) (3.9.1) 2022-06-21 18:13:58.908 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.1.dev3) (5.2.2) 2022-06-21 18:13:58.910 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.1.dev3) (1.1.5) 2022-06-21 18:13:58.932 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==23.0.1.dev3) (5.2.0) 2022-06-21 18:13:58.934 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==23.0.1.dev3) (2.26.0) 2022-06-21 18:13:58.978 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==23.0.1.dev3) (1.14.6) 2022-06-21 18:13:58.994 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==23.0.1.dev3) (4.2.0) 2022-06-21 18:13:59.007 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==23.0.1.dev3) (1.12.1) 2022-06-21 18:13:59.022 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.1.dev3) (1.1.1) 2022-06-21 18:13:59.023 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.1.dev3) (1.16.0) 2022-06-21 18:13:59.109 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==23.0.1.dev3) (2.4.7) 2022-06-21 18:13:59.185 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==23.0.1.dev3) (1.7.0) 2022-06-21 18:13:59.272 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.1.dev3) (2.8.2) 2022-06-21 18:13:59.274 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.1.dev3) (3.1.1) 2022-06-21 18:13:59.307 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==23.0.1.dev3) (0.14.1) 2022-06-21 18:13:59.353 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev3) (1.5.0) 2022-06-21 18:13:59.354 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev3) (0.8.0) 2022-06-21 18:13:59.358 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev3) (5.4.1) 2022-06-21 18:13:59.419 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev3) (0.5.0) 2022-06-21 18:13:59.422 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev3) (0.13.0) 2022-06-21 18:13:59.423 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev3) (2.0.1) 2022-06-21 18:13:59.449 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.0.0->glance==23.0.1.dev3) (0.59.0) 2022-06-21 18:13:59.500 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.0.1.dev3) (0.9.6) 2022-06-21 18:13:59.502 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.0.1.dev3) (2.8.2) 2022-06-21 18:13:59.564 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (5.1.0) 2022-06-21 18:13:59.566 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (4.2.2) 2022-06-21 18:13:59.570 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (0.3.1) 2022-06-21 18:13:59.571 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (5.0.8) 2022-06-21 18:13:59.573 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (2.6.2) 2022-06-21 18:13:59.598 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev3) (3.3.0) 2022-06-21 18:13:59.600 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev3) (3.2.0) 2022-06-21 18:13:59.603 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev3) (3.0.1) 2022-06-21 18:13:59.647 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==23.0.1.dev3) (5.8.0) 2022-06-21 18:13:59.692 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev3) (21.0) 2022-06-21 18:13:59.693 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev3) (2021.1) 2022-06-21 18:13:59.695 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev3) (0.11.0) 2022-06-21 18:13:59.784 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==23.0.1.dev3) (57.4.0) 2022-06-21 18:13:59.938 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==23.0.1.dev3) (0.7) 2022-06-21 18:14:00.205 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.0.1.dev3) (1.4.2) 2022-06-21 18:14:00.207 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.0.1.dev3) (6.3.1) 2022-06-21 18:14:00.210 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.0.1.dev3) (2.4.0) 2022-06-21 18:14:00.212 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.0.1.dev3) (2.6.2) 2022-06-21 18:14:00.270 | Requirement already satisfied: simplegeneric in /usr/local/lib/python3.8/dist-packages (from WSME>=0.8.0->glance==23.0.1.dev3) (0.8.1) 2022-06-21 18:14:00.295 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (5.0.0) 2022-06-21 18:14:00.415 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==23.0.1.dev3) (2.20) 2022-06-21 18:14:00.469 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance==23.0.1.dev3) (1.6) 2022-06-21 18:14:00.524 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==23.0.1.dev3) (2.0.1) 2022-06-21 18:14:00.749 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev3) (2.5.0) 2022-06-21 18:14:00.750 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev3) (1.32) 2022-06-21 18:14:00.753 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev3) (1.4.4) 2022-06-21 18:14:00.754 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev3) (0.10.0) 2022-06-21 18:14:00.756 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev3) (1.1.5) 2022-06-21 18:14:00.757 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev3) (1.4.0) 2022-06-21 18:14:00.759 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev3) (5.0.9) 2022-06-21 18:14:00.885 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (0.11.0) 2022-06-21 18:14:00.916 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==23.0.1.dev3) (1.0.2) 2022-06-21 18:14:00.963 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (1.3.2) 2022-06-21 18:14:00.971 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev3) (3.0.0) 2022-06-21 18:14:01.213 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev3) (3.9.0) 2022-06-21 18:14:01.403 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev3) (3.2) 2022-06-21 18:14:01.405 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev3) (2021.5.30) 2022-06-21 18:14:01.406 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev3) (1.26.6) 2022-06-21 18:14:01.409 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev3) (2.0.4) 2022-06-21 18:14:01.485 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==23.0.1.dev3) (0.5.2) 2022-06-21 18:14:01.639 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==23.0.1.dev3) (2.5.0) 2022-06-21 18:14:01.767 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->glance==23.0.1.dev3) (3.5.0) 2022-06-21 18:14:01.987 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev3) (0.4.0) 2022-06-21 18:14:01.991 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev3) (2.1.2) 2022-06-21 18:14:02.218 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev3) (2.1) 2022-06-21 18:14:02.530 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==23.0.1.dev3) (1.0.0) 2022-06-21 18:14:02.842 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev3) (0.4.4) 2022-06-21 18:14:02.843 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev3) (0.2.5) 2022-06-21 18:14:02.844 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev3) (21.2.0) 2022-06-21 18:14:02.846 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev3) (1.8.2) 2022-06-21 18:14:04.207 | Installing collected packages: glance 2022-06-21 18:14:04.207 | Attempting uninstall: glance 2022-06-21 18:14:04.208 | Found existing installation: glance 23.0.1.dev3 2022-06-21 18:14:04.216 | Can't uninstall 'glance'. No files were found to uninstall. 2022-06-21 18:14:04.218 | Running setup.py develop for glance 2022-06-21 18:14:06.474 | Successfully installed glance 2022-06-21 18:14:06.475 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:14:06.654 | + inc/python:pip_install:200 : result=0 2022-06-21 18:14:06.657 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:14:06.659 | + functions-common:time_stop:2321 : local name 2022-06-21 18:14:06.661 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:14:06.664 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:14:06.666 | + functions-common:time_stop:2324 : local total 2022-06-21 18:14:06.669 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:14:06.671 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:14:06.674 | + functions-common:time_stop:2328 : start_time=1655835235381 2022-06-21 18:14:06.676 | + functions-common:time_stop:2330 : [[ -z 1655835235381 ]] 2022-06-21 18:14:06.679 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:14:06.683 | + functions-common:time_stop:2333 : end_time=1655835246680 2022-06-21 18:14:06.686 | + functions-common:time_stop:2334 : elapsed_time=11299 2022-06-21 18:14:06.688 | + functions-common:time_stop:2335 : total=70083 2022-06-21 18:14:06.690 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:14:06.693 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=81382 2022-06-21 18:14:06.695 | + inc/python:pip_install:203 : return 0 2022-06-21 18:14:06.697 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-06-21 18:14:06.700 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-21 18:14:06.702 | + functions-common:safe_chown:2222 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-21 18:14:06.722 | + functions-common:_safe_permission_operation:2070 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-21 18:14:06.734 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-06-21 18:14:06.737 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-06-21 18:14:06.739 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:14:06.742 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:14:06.744 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-06-21 18:14:06.747 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:14:06.750 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-21 18:14:06.758 | + ./stack.sh:main:902 : configure_glance 2022-06-21 18:14:06.761 | + lib/glance:configure_glance:330 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-06-21 18:14:06.774 | + lib/glance:configure_glance:333 : local dburl 2022-06-21 18:14:06.777 | ++ lib/glance:configure_glance:334 : database_connection_url glance 2022-06-21 18:14:06.779 | ++ lib/database:database_connection_url:132 : local db=glance 2022-06-21 18:14:06.782 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2022-06-21 18:14:06.784 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2022-06-21 18:14:06.786 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-06-21 18:14:06.789 | + lib/glance:configure_glance:334 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-06-21 18:14:06.792 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-06-21 18:14:06.823 | + lib/glance:configure_glance:337 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-06-21 18:14:06.853 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-06-21 18:14:06.887 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-06-21 18:14:06.917 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-06-21 18:14:06.948 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-06-21 18:14:06.979 | + lib/glance:configure_glance:342 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-06-21 18:14:06.981 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/glance/glance-api.conf 2022-06-21 18:14:06.984 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=glance 2022-06-21 18:14:06.986 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-06-21 18:14:06.989 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-06-21 18:14:07.019 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-06-21 18:14:07.049 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.66/identity 2022-06-21 18:14:07.080 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-06-21 18:14:07.110 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-06-21 18:14:07.141 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-06-21 18:14:07.170 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-06-21 18:14:07.201 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-06-21 18:14:07.234 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-21 18:14:07.267 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-06-21 18:14:07.300 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-06-21 18:14:07.332 | + lib/glance:configure_glance:344 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-06-21 18:14:07.334 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-06-21 18:14:07.337 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-06-21 18:14:07.339 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-21 18:14:07.342 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-21 18:14:07.345 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-21 18:14:07.361 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:07.364 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-21 18:14:07.367 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-21 18:14:07.369 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-21 18:14:07.388 | ++ functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:07.390 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-21 18:14:07.394 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-21 18:14:07.425 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-21 18:14:07.427 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-21 18:14:07.429 | + lib/glance:configure_glance:345 : '[' libvirt = libvirt ']' 2022-06-21 18:14:07.432 | + lib/glance:configure_glance:345 : '[' kvm = parallels ']' 2022-06-21 18:14:07.435 | + lib/glance:configure_glance:349 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-06-21 18:14:07.465 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-06-21 18:14:07.495 | + lib/glance:configure_glance:353 : configure_glance_store False False 2022-06-21 18:14:07.498 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-06-21 18:14:07.501 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-06-21 18:14:07.503 | + lib/glance:configure_glance_store:254 : local be 2022-06-21 18:14:07.508 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-06-21 18:14:07.511 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-06-21 18:14:07.514 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-06-21 18:14:07.546 | + lib/glance:configure_glance:356 : '[' -n '' ']' 2022-06-21 18:14:07.548 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.66 2022-06-21 18:14:07.580 | + lib/glance:configure_glance:363 : [[ False == \F\a\l\s\e ]] 2022-06-21 18:14:07.582 | + lib/glance:configure_glance:365 : is_service_enabled s-proxy 2022-06-21 18:14:07.599 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:07.602 | + lib/glance:configure_glance:366 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-06-21 18:14:07.634 | + lib/glance:configure_glance:367 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-06-21 18:14:07.665 | + lib/glance:configure_glance:369 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-06-21 18:14:07.696 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-06-21 18:14:07.725 | + lib/glance:configure_glance:371 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-06-21 18:14:07.757 | + lib/glance:configure_glance:372 : is_service_enabled tls-proxy 2022-06-21 18:14:07.773 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:14:07.776 | + lib/glance:configure_glance:375 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-06-21 18:14:07.806 | + lib/glance:configure_glance:377 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-06-21 18:14:07.838 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-06-21 18:14:07.867 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.66/identity/v3 2022-06-21 18:14:07.898 | + lib/glance:configure_glance:381 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-06-21 18:14:07.930 | + lib/glance:configure_glance:387 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.66/image 2022-06-21 18:14:07.959 | + lib/glance:configure_glance:389 : is_service_enabled tls-proxy 2022-06-21 18:14:07.976 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:14:07.979 | + lib/glance:configure_glance:395 : setup_logging /etc/glance/glance-api.conf 2022-06-21 18:14:07.982 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-06-21 18:14:07.984 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-06-21 18:14:07.987 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-21 18:14:08.005 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-21 18:14:08.008 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-21 18:14:08.010 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-21 18:14:08.012 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-21 18:14:08.015 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-21 18:14:08.046 | + functions:setup_systemd_logging:704 : 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-21 18:14:08.076 | + functions:setup_systemd_logging:705 : 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-21 18:14:08.107 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-21 18:14:08.138 | + lib/glance:configure_glance:397 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-06-21 18:14:08.143 | + lib/glance:configure_glance:400 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-06-21 18:14:08.173 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-06-21 18:14:08.204 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-06-21 18:14:08.237 | + lib/glance:configure_glance:403 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.66/identity 2022-06-21 18:14:08.273 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-06-21 18:14:08.311 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-06-21 18:14:08.342 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-06-21 18:14:08.374 | + lib/glance:configure_glance:409 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-06-21 18:14:08.410 | + lib/glance:configure_glance:412 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-06-21 18:14:08.441 | + lib/glance:configure_glance:413 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-06-21 18:14:08.472 | + lib/glance:configure_glance:414 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-06-21 18:14:08.506 | + lib/glance:configure_glance:416 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-06-21 18:14:08.512 | + lib/glance:configure_glance:418 : 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-21 18:14:08.521 | + lib/glance:configure_glance:420 : is_service_enabled tls-proxy 2022-06-21 18:14:08.543 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:14:08.546 | + lib/glance:configure_glance:428 : [[ False == False ]] 2022-06-21 18:14:08.548 | + lib/glance:configure_glance:429 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-06-21 18:14:08.551 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-06-21 18:14:08.553 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-06-21 18:14:08.555 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-06-21 18:14:08.558 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-06-21 18:14:08.563 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-06-21 18:14:08.565 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-06-21 18:14:08.570 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-06-21 18:14:08.602 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-06-21 18:14:08.606 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-06-21 18:14:08.608 | ++ functions:get_random_port:837 : true 2022-06-21 18:14:08.610 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-06-21 18:14:08.613 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-06-21 18:14:08.615 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-06-21 18:14:08.676 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-06-21 18:14:08.678 | ++ functions:get_random_port:841 : break 2 2022-06-21 18:14:08.681 | ++ functions:get_random_port:845 : echo 60999 2022-06-21 18:14:08.683 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-06-21 18:14:08.686 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-06-21 18:14:08.713 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-06-21 18:14:08.750 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-06-21 18:14:08.778 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-06-21 18:14:08.809 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-06-21 18:14:08.837 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-06-21 18:14:08.866 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-06-21 18:14:08.893 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-06-21 18:14:08.921 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-21 18:14:08.954 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-21 18:14:08.985 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-06-21 18:14:09.013 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-21 18:14:09.041 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-06-21 18:14:09.069 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-06-21 18:14:09.098 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-06-21 18:14:09.125 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-06-21 18:14:09.154 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-06-21 18:14:09.182 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-06-21 18:14:09.210 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-06-21 18:14:09.238 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-06-21 18:14:09.241 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-06-21 18:14:09.243 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-21 18:14:09.246 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:09.248 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:09.250 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-06-21 18:14:09.253 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-06-21 18:14:09.306 | proxy (enabled by site administrator) 2022-06-21 18:14:09.310 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-06-21 18:14:09.312 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-06-21 18:14:09.315 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-21 18:14:09.317 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:09.320 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:09.322 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-06-21 18:14:09.325 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-06-21 18:14:09.378 | proxy_http (enabled by site administrator) 2022-06-21 18:14:09.382 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-06-21 18:14:09.386 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-06-21 18:14:09.389 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-06-21 18:14:09.393 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-21 18:14:09.396 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:09.398 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:09.402 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-21 18:14:09.405 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-21 18:14:09.408 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-06-21 18:14:09.408 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-21 18:14:09.418 | KeepAlive Off 2022-06-21 18:14:09.422 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-06-21 18:14:09.423 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-21 18:14:09.431 | SetEnv proxy-sendchunked 1 2022-06-21 18:14:09.436 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-06-21 18:14:09.436 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-21 18:14:09.445 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-06-21 18:14:09.449 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-06-21 18:14:09.452 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-06-21 18:14:09.454 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-21 18:14:09.456 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-21 18:14:09.460 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-21 18:14:09.463 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:09.466 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:09.469 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-21 18:14:09.475 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-21 18:14:09.477 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:09.480 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:09.482 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-06-21 18:14:09.548 | Site glance-wsgi-api already enabled 2022-06-21 18:14:09.552 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-06-21 18:14:09.555 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-21 18:14:09.557 | + functions-common:restart_service:2205 : '[' -x /bin/systemctl ']' 2022-06-21 18:14:09.559 | + functions-common:restart_service:2206 : sudo /bin/systemctl restart apache2 2022-06-21 18:14:09.695 | ++ lib/glance:configure_glance:432 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-06-21 18:14:09.702 | + lib/glance:configure_glance:432 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-06-21 18:14:09.738 | + lib/glance:configure_glance:442 : [[ False == True ]] 2022-06-21 18:14:09.741 | + ./stack.sh:main:905 : is_service_enabled cinder 2022-06-21 18:14:09.759 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:09.762 | + ./stack.sh:main:907 : stack_install_service cinder 2022-06-21 18:14:09.765 | + lib/stack:stack_install_service:20 : local service=cinder 2022-06-21 18:14:09.768 | + lib/stack:stack_install_service:21 : type install_cinder 2022-06-21 18:14:09.770 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-21 18:14:09.773 | + lib/stack:stack_install_service:32 : install_cinder 2022-06-21 18:14:09.775 | + lib/cinder:install_cinder:463 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/xena 2022-06-21 18:14:09.778 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2022-06-21 18:14:09.781 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2022-06-21 18:14:09.783 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-06-21 18:14:09.786 | + functions-common:git_clone:526 : local orig_dir 2022-06-21 18:14:09.790 | ++ functions-common:git_clone:527 : pwd 2022-06-21 18:14:09.793 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-06-21 18:14:09.795 | + functions-common:git_clone:528 : local git_clone_flags= 2022-06-21 18:14:09.799 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-06-21 18:14:09.816 | + functions-common:git_clone:530 : RECLONE=False 2022-06-21 18:14:09.818 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-06-21 18:14:09.820 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-06-21 18:14:09.824 | + functions-common:git_clone:544 : echo stable/xena 2022-06-21 18:14:09.824 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-06-21 18:14:09.830 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2022-06-21 18:14:09.832 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-06-21 18:14:09.835 | + functions-common:git_clone:601 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-06-21 18:14:09.849 | + functions-common:git_clone:604 : cd /opt/stack/cinder 2022-06-21 18:14:09.852 | + functions-common:git_clone:605 : git show --oneline 2022-06-21 18:14:09.853 | + functions-common:git_clone:605 : head -1 2022-06-21 18:14:09.858 | 845099818 Merge "Don't destroy existing backup by mistake on import" into stable/xena 2022-06-21 18:14:09.861 | + functions-common:git_clone:606 : cd /home/ubuntu/devstack 2022-06-21 18:14:09.864 | + lib/cinder:install_cinder:464 : setup_develop /opt/stack/cinder 2022-06-21 18:14:09.867 | + inc/python:setup_develop:338 : local bindep 2022-06-21 18:14:09.869 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-21 18:14:09.872 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-06-21 18:14:09.874 | + inc/python:setup_develop:344 : local extras= 2022-06-21 18:14:09.877 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-06-21 18:14:09.879 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-21 18:14:09.882 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-21 18:14:09.884 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-06-21 18:14:09.887 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-21 18:14:09.890 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-21 18:14:09.893 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-06-21 18:14:09.896 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-21 18:14:09.903 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-06-21 18:14:09.906 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-21 18:14:09.909 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-06-21 18:14:09.912 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-06-21 18:14:09.919 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-06-21 18:14:09.922 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-06-21 18:14:10.552 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-06-21 18:14:10.554 | + inc/python:setup_package:418 : local bindep=0 2022-06-21 18:14:10.556 | + inc/python:setup_package:419 : local bindep_flag= 2022-06-21 18:14:10.559 | + inc/python:setup_package:420 : local bindep_profiles= 2022-06-21 18:14:10.562 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-21 18:14:10.564 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-06-21 18:14:10.566 | + inc/python:setup_package:427 : local flags=-e 2022-06-21 18:14:10.569 | + inc/python:setup_package:428 : local extras= 2022-06-21 18:14:10.571 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-06-21 18:14:10.573 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-06-21 18:14:10.576 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-06-21 18:14:10.578 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-06-21 18:14:10.580 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-06-21 18:14:10.583 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-06-21 18:14:10.605 | Using python 3.8 to install /opt/stack/cinder 2022-06-21 18:14:10.608 | + 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-21 18:14:11.355 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:14:11.356 | from cryptography.utils import int_from_bytes 2022-06-21 18:14:11.356 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:14:11.356 | from cryptography.utils import int_from_bytes 2022-06-21 18:14:12.685 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:14:12.694 | Obtaining file:///opt/stack/cinder 2022-06-21 18:14:12.696 | Preparing metadata (setup.py): started 2022-06-21 18:14:14.673 | Preparing metadata (setup.py): finished with status 'done' 2022-06-21 18:14:14.812 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (5.6.0) 2022-06-21 18:14:14.813 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (5.0.9) 2022-06-21 18:14:14.814 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (0.31.1) 2022-06-21 18:14:14.816 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (1.1.1) 2022-06-21 18:14:14.817 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (0.19.1) 2022-06-21 18:14:14.819 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (0.1.16) 2022-06-21 18:14:14.820 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.1.dev12) (3.2.0) 2022-06-21 18:14:14.821 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.4.0) 2022-06-21 18:14:14.823 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (9.3.0) 2022-06-21 18:14:14.825 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.6.3) 2022-06-21 18:14:14.826 | Requirement already satisfied: oauth2client>=4.1.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.1.3) 2022-06-21 18:14:14.828 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (8.7.1) 2022-06-21 18:14:14.830 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.4.1) 2022-06-21 18:14:14.831 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.3.2) 2022-06-21 18:14:14.832 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (11.0.0) 2022-06-21 18:14:14.834 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.6.0) 2022-06-21 18:14:14.835 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (12.9.3) 2022-06-21 18:14:14.837 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.4.0) 2022-06-21 18:14:14.839 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.8.3) 2022-06-21 18:14:14.840 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.6.2) 2022-06-21 18:14:14.842 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.3.0) 2022-06-21 18:14:14.843 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (6.3.1) 2022-06-21 18:14:14.845 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.2.0) 2022-06-21 18:14:14.846 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.6.2) 2022-06-21 18:14:14.847 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (1.4.0) 2022-06-21 18:14:14.849 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.10.2) 2022-06-21 18:14:14.851 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.5.0) 2022-06-21 18:14:14.852 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.4.2) 2022-06-21 18:14:14.853 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (21.0) 2022-06-21 18:14:14.855 | Requirement already satisfied: paramiko>=2.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.7.2) 2022-06-21 18:14:14.856 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.5.0) 2022-06-21 18:14:14.858 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.1.1) 2022-06-21 18:14:14.859 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (5.8.0) 2022-06-21 18:14:14.860 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.4.7) 2022-06-21 18:14:14.862 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (5.2.0) 2022-06-21 18:14:14.864 | Requirement already satisfied: python-glanceclient>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.5.0) 2022-06-21 18:14:14.865 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.3.0) 2022-06-21 18:14:14.866 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (17.6.0) 2022-06-21 18:14:14.868 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.12.0) 2022-06-21 18:14:14.870 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2021.1) 2022-06-21 18:14:14.871 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.26.0) 2022-06-21 18:14:14.873 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.5.1) 2022-06-21 18:14:14.874 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (4.6.2) 2022-06-21 18:14:14.875 | Requirement already satisfied: rtslib-fb>=2.1.74 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.1.74) 2022-06-21 18:14:14.878 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (1.16.0) 2022-06-21 18:14:14.879 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (1.4.23) 2022-06-21 18:14:14.880 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (0.13.0) 2022-06-21 18:14:14.882 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.4.0) 2022-06-21 18:14:14.883 | Requirement already satisfied: tabulate>=0.8.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (0.8.9) 2022-06-21 18:14:14.885 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (6.3.1) 2022-06-21 18:14:14.886 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (1.8.7) 2022-06-21 18:14:14.888 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (5.1.0) 2022-06-21 18:14:14.889 | Requirement already satisfied: oslo.vmware>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.9.2) 2022-06-21 18:14:14.891 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (5.0.2) 2022-06-21 18:14:14.892 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (5.5.0) 2022-06-21 18:14:14.894 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.9.0) 2022-06-21 18:14:14.895 | Requirement already satisfied: google-api-python-client>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (2.19.0) 2022-06-21 18:14:14.897 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.9.1) 2022-06-21 18:14:14.898 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (3.4.8) 2022-06-21 18:14:14.900 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (0.2.2) 2022-06-21 18:14:14.901 | Requirement already satisfied: zstd>=1.4.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (1.5.0.2) 2022-06-21 18:14:14.902 | Requirement already satisfied: boto3>=1.16.51 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.1.dev12) (1.18.33) 2022-06-21 18:14:14.917 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.1.dev12) (0.10.0) 2022-06-21 18:14:14.919 | Requirement already satisfied: botocore<1.22.0,>=1.21.33 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.1.dev12) (1.21.33) 2022-06-21 18:14:14.920 | Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.1.dev12) (0.5.0) 2022-06-21 18:14:14.987 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.1.dev12) (1.14.6) 2022-06-21 18:14:15.019 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.1.dev12) (1.16.0) 2022-06-21 18:14:15.034 | Requirement already satisfied: google-api-core<3.0.0dev,>=1.21.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.1.dev12) (2.0.1) 2022-06-21 18:14:15.036 | Requirement already satisfied: uritemplate<4dev,>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.1.dev12) (3.0.1) 2022-06-21 18:14:15.072 | Requirement already satisfied: google-auth-httplib2>=0.1.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.1.dev12) (0.1.0) 2022-06-21 18:14:15.073 | Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.1.dev12) (2.0.2) 2022-06-21 18:14:15.167 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.1.1.dev12) (1.7.0) 2022-06-21 18:14:15.224 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.1.dev12) (3.1.1) 2022-06-21 18:14:15.228 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.1.dev12) (2.8.2) 2022-06-21 18:14:15.256 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.1.dev12) (0.4.8) 2022-06-21 18:14:15.258 | Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.1.dev12) (0.2.8) 2022-06-21 18:14:15.260 | Requirement already satisfied: rsa>=3.1.4 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.1.dev12) (4.7.2) 2022-06-21 18:14:15.317 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.1.1.dev12) (0.14.1) 2022-06-21 18:14:15.368 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.1.dev12) (5.4.1) 2022-06-21 18:14:15.370 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.1.dev12) (1.5.0) 2022-06-21 18:14:15.373 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.1.dev12) (2.3.0) 2022-06-21 18:14:15.375 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.1.dev12) (0.8.0) 2022-06-21 18:14:15.462 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.1.dev12) (0.5.0) 2022-06-21 18:14:15.465 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.1.dev12) (1.7.1) 2022-06-21 18:14:15.467 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.1.dev12) (2.0.1) 2022-06-21 18:14:15.528 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.1.dev12) (0.9.6) 2022-06-21 18:14:15.531 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.1.dev12) (2.8.2) 2022-06-21 18:14:15.595 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.1.dev12) (4.2.2) 2022-06-21 18:14:15.600 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.1.dev12) (5.1.0) 2022-06-21 18:14:15.602 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.1.dev12) (5.0.8) 2022-06-21 18:14:15.603 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.1.dev12) (2.4.0) 2022-06-21 18:14:15.605 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.1.dev12) (0.3.1) 2022-06-21 18:14:15.630 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.1.dev12) (3.0.1) 2022-06-21 18:14:15.633 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.1.dev12) (3.2.0) 2022-06-21 18:14:15.635 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.1.dev12) (3.3.0) 2022-06-21 18:14:15.682 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.1.1.dev12) (1.0.2) 2022-06-21 18:14:15.797 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.1.dev12) (1.3.2) 2022-06-21 18:14:15.804 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.1.dev12) (3.0.0) 2022-06-21 18:14:15.835 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.1.1.dev12) (0.7.2) 2022-06-21 18:14:15.874 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.1.1.dev12) (0.11.0) 2022-06-21 18:14:15.945 | Requirement already satisfied: suds-jurko>=0.6 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.8.0->cinder==19.1.1.dev12) (0.6) 2022-06-21 18:14:15.949 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.8.0->cinder==19.1.1.dev12) (1.26.6) 2022-06-21 18:14:16.091 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.2->cinder==19.1.1.dev12) (1.4.0) 2022-06-21 18:14:16.118 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.1.dev12) (57.4.0) 2022-06-21 18:14:16.281 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.1.1.dev12) (3.9.0) 2022-06-21 18:14:16.321 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.1.dev12) (1.12.1) 2022-06-21 18:14:16.322 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.1.dev12) (1.3.3) 2022-06-21 18:14:16.325 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.1.dev12) (20.0.1) 2022-06-21 18:14:16.537 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.1.dev12) (2.0.4) 2022-06-21 18:14:16.540 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.1.dev12) (3.2) 2022-06-21 18:14:16.542 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.1.dev12) (2021.5.30) 2022-06-21 18:14:16.578 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.1.dev12) (0.7) 2022-06-21 18:14:16.609 | Requirement already satisfied: pyudev>=0.16.1 in /usr/local/lib/python3.8/dist-packages (from rtslib-fb>=2.1.74->cinder==19.1.1.dev12) (0.22.0) 2022-06-21 18:14:16.823 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.1.dev12) (0.4.1) 2022-06-21 18:14:16.827 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.1.dev12) (0.5.2) 2022-06-21 18:14:16.971 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.1.dev12) (2.4.0) 2022-06-21 18:14:16.976 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.1.dev12) (2.6.2) 2022-06-21 18:14:16.977 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.1.dev12) (1.4.2) 2022-06-21 18:14:17.147 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.1.dev12) (0.12.1) 2022-06-21 18:14:17.266 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.1.dev12) (5.2.2) 2022-06-21 18:14:17.267 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.1.dev12) (1.1.5) 2022-06-21 18:14:17.303 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.1.1.dev12) (5.0.0) 2022-06-21 18:14:17.557 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.1.dev12) (2.20) 2022-06-21 18:14:17.638 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.1.dev12) (2.1.2) 2022-06-21 18:14:17.640 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.1.dev12) (0.4.0) 2022-06-21 18:14:17.765 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=4.4.0->cinder==19.1.1.dev12) (1.6) 2022-06-21 18:14:17.814 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.1.dev12) (2.5.0) 2022-06-21 18:14:17.911 | Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.6.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.1.dev12) (1.53.0) 2022-06-21 18:14:17.914 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.1.dev12) (3.17.3) 2022-06-21 18:14:18.088 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.1.1.dev12) (2.0.1) 2022-06-21 18:14:18.536 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.1.1.dev12) (1.1.5) 2022-06-21 18:14:18.609 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.1.1.dev12) (0.11.0) 2022-06-21 18:14:19.811 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.1.dev12) (1.32) 2022-06-21 18:14:20.093 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.1.dev12) (21.2.0) 2022-06-21 18:14:20.095 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.1.dev12) (0.2.5) 2022-06-21 18:14:20.096 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.1.dev12) (0.4.4) 2022-06-21 18:14:20.098 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.1.dev12) (1.8.2) 2022-06-21 18:14:20.245 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.1.dev12) (2.1) 2022-06-21 18:14:20.491 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.1.dev12) (1.0.0) 2022-06-21 18:14:20.565 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.1.dev12) (3.5.0) 2022-06-21 18:14:22.198 | Installing collected packages: cinder 2022-06-21 18:14:22.199 | Attempting uninstall: cinder 2022-06-21 18:14:22.201 | Found existing installation: cinder 19.1.1.dev12 2022-06-21 18:14:22.208 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-06-21 18:14:22.210 | Running setup.py develop for cinder 2022-06-21 18:14:25.823 | Successfully installed cinder 2022-06-21 18:14:25.824 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-21 18:14:26.042 | + inc/python:pip_install:200 : result=0 2022-06-21 18:14:26.045 | + inc/python:pip_install:202 : time_stop pip_install 2022-06-21 18:14:26.047 | + functions-common:time_stop:2321 : local name 2022-06-21 18:14:26.050 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:14:26.052 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:14:26.054 | + functions-common:time_stop:2324 : local total 2022-06-21 18:14:26.057 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:14:26.059 | + functions-common:time_stop:2327 : name=pip_install 2022-06-21 18:14:26.063 | + functions-common:time_stop:2328 : start_time=1655835250599 2022-06-21 18:14:26.065 | + functions-common:time_stop:2330 : [[ -z 1655835250599 ]] 2022-06-21 18:14:26.068 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:14:26.073 | + functions-common:time_stop:2333 : end_time=1655835266070 2022-06-21 18:14:26.076 | + functions-common:time_stop:2334 : elapsed_time=15471 2022-06-21 18:14:26.079 | + functions-common:time_stop:2335 : total=81382 2022-06-21 18:14:26.082 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:14:26.085 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=96853 2022-06-21 18:14:26.088 | + inc/python:pip_install:203 : return 0 2022-06-21 18:14:26.091 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-06-21 18:14:26.094 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-21 18:14:26.097 | + functions-common:safe_chown:2222 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-21 18:14:26.117 | + functions-common:_safe_permission_operation:2070 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-21 18:14:26.133 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-06-21 18:14:26.135 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-06-21 18:14:26.139 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:14:26.143 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:14:26.146 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-06-21 18:14:26.149 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:14:26.152 | + lib/cinder:install_cinder:465 : [[ lioadm == \t\g\t\a\d\m ]] 2022-06-21 18:14:26.155 | + lib/cinder:install_cinder:467 : [[ lioadm == \l\i\o\a\d\m ]] 2022-06-21 18:14:26.157 | + lib/cinder:install_cinder:468 : is_ubuntu 2022-06-21 18:14:26.160 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:26.162 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:26.165 | + lib/cinder:install_cinder:470 : sudo mkdir -p /etc/target 2022-06-21 18:14:26.179 | + lib/cinder:install_cinder:472 : install_package targetcli-fb 2022-06-21 18:14:26.182 | + functions-common:install_package:1359 : update_package_repo 2022-06-21 18:14:26.185 | + functions-common:update_package_repo:1331 : NO_UPDATE_REPOS=False 2022-06-21 18:14:26.188 | + functions-common:update_package_repo:1332 : REPOS_UPDATED=True 2022-06-21 18:14:26.191 | + functions-common:update_package_repo:1333 : RETRY_UPDATE=False 2022-06-21 18:14:26.194 | + functions-common:update_package_repo:1335 : [[ False = \T\r\u\e ]] 2022-06-21 18:14:26.196 | + functions-common:update_package_repo:1339 : is_ubuntu 2022-06-21 18:14:26.199 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:26.201 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:26.205 | + functions-common:update_package_repo:1340 : apt_get_update 2022-06-21 18:14:26.207 | + functions-common:apt_get_update:1085 : [[ True == \T\r\u\e ]] 2022-06-21 18:14:26.210 | + functions-common:apt_get_update:1085 : [[ False != \T\r\u\e ]] 2022-06-21 18:14:26.213 | + functions-common:apt_get_update:1086 : return 2022-06-21 18:14:26.215 | + functions-common:install_package:1360 : real_install_package targetcli-fb 2022-06-21 18:14:26.218 | + functions-common:real_install_package:1345 : is_ubuntu 2022-06-21 18:14:26.221 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:26.223 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:26.226 | + functions-common:real_install_package:1346 : apt_get install targetcli-fb 2022-06-21 18:14:26.262 | + functions-common:apt_get:1126 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-06-21 18:14:26.378 | Reading package lists... 2022-06-21 18:14:26.685 | Building dependency tree... 2022-06-21 18:14:26.686 | Reading state information... 2022-06-21 18:14:27.075 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-06-21 18:14:27.075 | The following packages were automatically installed and are no longer required: 2022-06-21 18:14:27.077 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-21 18:14:27.077 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-21 18:14:27.077 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-21 18:14:27.077 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-21 18:14:27.077 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-21 18:14:27.077 | python3-zope.interface 2022-06-21 18:14:27.077 | Use 'sudo apt autoremove' to remove them. 2022-06-21 18:14:27.242 | 0 upgraded, 0 newly installed, 0 to remove and 145 not upgraded. 2022-06-21 18:14:27.248 | + functions-common:apt_get:1130 : result=0 2022-06-21 18:14:27.251 | + functions-common:apt_get:1133 : time_stop apt-get 2022-06-21 18:14:27.254 | + functions-common:time_stop:2321 : local name 2022-06-21 18:14:27.257 | + functions-common:time_stop:2322 : local end_time 2022-06-21 18:14:27.259 | + functions-common:time_stop:2323 : local elapsed_time 2022-06-21 18:14:27.262 | + functions-common:time_stop:2324 : local total 2022-06-21 18:14:27.265 | + functions-common:time_stop:2325 : local start_time 2022-06-21 18:14:27.268 | + functions-common:time_stop:2327 : name=apt-get 2022-06-21 18:14:27.271 | + functions-common:time_stop:2328 : start_time=1655835266258 2022-06-21 18:14:27.274 | + functions-common:time_stop:2330 : [[ -z 1655835266258 ]] 2022-06-21 18:14:27.279 | ++ functions-common:time_stop:2333 : date +%s%3N 2022-06-21 18:14:27.283 | + functions-common:time_stop:2333 : end_time=1655835267280 2022-06-21 18:14:27.286 | + functions-common:time_stop:2334 : elapsed_time=1022 2022-06-21 18:14:27.288 | + functions-common:time_stop:2335 : total=5797 2022-06-21 18:14:27.291 | + functions-common:time_stop:2337 : _TIME_START[$name]= 2022-06-21 18:14:27.294 | + functions-common:time_stop:2338 : _TIME_TOTAL[$name]=6819 2022-06-21 18:14:27.297 | + functions-common:apt_get:1134 : return 0 2022-06-21 18:14:27.300 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-21 18:14:27.303 | + ./stack.sh:main:908 : configure_cinder 2022-06-21 18:14:27.306 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-06-21 18:14:27.320 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-06-21 18:14:27.326 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-06-21 18:14:27.329 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-06-21 18:14:27.332 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-06-21 18:14:27.336 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-06-21 18:14:27.337 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-06-21 18:14:27.342 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-06-21 18:14:27.345 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-06-21 18:14:27.347 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-06-21 18:14:27.349 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-06-21 18:14:27.352 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-06-21 18:14:27.355 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-06-21 18:14:27.357 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-06-21 18:14:27.360 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-06-21 18:14:27.374 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-06-21 18:14:27.390 | + 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-21 18:14:27.405 | + 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-21 18:14:27.422 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-06-21 18:14:27.436 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-06-21 18:14:27.440 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-06-21 18:14:27.445 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.pHsx8PGDVC 2022-06-21 18:14:27.448 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-06-21 18:14:27.451 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-06-21 18:14:27.454 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-06-21 18:14:27.456 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.pHsx8PGDVC 2022-06-21 18:14:27.461 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.pHsx8PGDVC 2022-06-21 18:14:27.474 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.pHsx8PGDVC /etc/sudoers.d/cinder-rootwrap 2022-06-21 18:14:27.490 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-06-21 18:14:27.494 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-06-21 18:14:27.498 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-06-21 18:14:27.501 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-06-21 18:14:27.503 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-06-21 18:14:27.506 | + 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-21 18:14:27.509 | + 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-21 18:14:27.512 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-06-21 18:14:27.514 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-06-21 18:14:27.519 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-06-21 18:14:27.524 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-06-21 18:14:27.548 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-06-21 18:14:27.572 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-06-21 18:14:27.597 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-06-21 18:14:27.619 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-06-21 18:14:27.643 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-06-21 18:14:27.666 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-06-21 18:14:27.689 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-06-21 18:14:27.709 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-06-21 18:14:27.712 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2022-06-21 18:14:27.715 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=cinder 2022-06-21 18:14:27.719 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-06-21 18:14:27.722 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-06-21 18:14:27.760 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-06-21 18:14:27.796 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.66/identity 2022-06-21 18:14:27.831 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-06-21 18:14:27.869 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-06-21 18:14:27.901 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-06-21 18:14:27.933 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-06-21 18:14:27.964 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-06-21 18:14:27.995 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-21 18:14:28.026 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-06-21 18:14:28.058 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-06-21 18:14:28.094 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-06-21 18:14:28.127 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-06-21 18:14:28.130 | ++ lib/database:database_connection_url:132 : local db=cinder 2022-06-21 18:14:28.132 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2022-06-21 18:14:28.135 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2022-06-21 18:14:28.138 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-06-21 18:14:28.141 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-06-21 18:14:28.181 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-06-21 18:14:28.212 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-06-21 18:14:28.246 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-06-21 18:14:28.279 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-06-21 18:14:28.313 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-06-21 18:14:28.350 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-06-21 18:14:28.387 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-06-21 18:14:28.390 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.66 2022-06-21 18:14:28.424 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-06-21 18:14:28.461 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-06-21 18:14:28.470 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key afc6a90c83ba06372a7cd8dc05cefd9e 2022-06-21 18:14:28.503 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-06-21 18:14:28.505 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-06-21 18:14:28.541 | + lib/cinder:configure_cinder:294 : is_service_enabled c-vol 2022-06-21 18:14:28.559 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:28.562 | + lib/cinder:configure_cinder:294 : [[ -n lvm:lvmdriver-1 ]] 2022-06-21 18:14:28.564 | + lib/cinder:configure_cinder:295 : local enabled_backends= 2022-06-21 18:14:28.567 | + lib/cinder:configure_cinder:296 : local default_name= 2022-06-21 18:14:28.569 | + lib/cinder:configure_cinder:297 : local be be_name be_type 2022-06-21 18:14:28.572 | + lib/cinder:configure_cinder:298 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-06-21 18:14:28.575 | + lib/cinder:configure_cinder:299 : be_type=lvm 2022-06-21 18:14:28.578 | + lib/cinder:configure_cinder:300 : be_name=lvmdriver-1 2022-06-21 18:14:28.580 | + lib/cinder:configure_cinder:301 : type configure_cinder_backend_lvm 2022-06-21 18:14:28.584 | + lib/cinder:configure_cinder:302 : configure_cinder_backend_lvm lvmdriver-1 2022-06-21 18:14:28.587 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-06-21 18:14:28.590 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-06-21 18:14:28.631 | + 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-21 18:14:28.665 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-06-21 18:14:28.699 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-06-21 18:14:28.733 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-06-21 18:14:28.767 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-06-21 18:14:28.804 | + lib/cinder:configure_cinder:304 : [[ -z '' ]] 2022-06-21 18:14:28.807 | + lib/cinder:configure_cinder:305 : default_name=lvmdriver-1 2022-06-21 18:14:28.810 | + lib/cinder:configure_cinder:307 : enabled_backends+=lvmdriver-1, 2022-06-21 18:14:28.813 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-06-21 18:14:28.848 | + lib/cinder:configure_cinder:310 : [[ -n lvmdriver-1 ]] 2022-06-21 18:14:28.851 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-06-21 18:14:28.887 | + lib/cinder:configure_cinder:313 : configure_cinder_image_volume_cache 2022-06-21 18:14:28.890 | + lib/cinder:configure_cinder_image_volume_cache:616 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-06-21 18:14:28.893 | + lib/cinder:configure_cinder_image_volume_cache:617 : local be_name=lvmdriver-1 2022-06-21 18:14:28.896 | + lib/cinder:configure_cinder_image_volume_cache:619 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-06-21 18:14:28.930 | + lib/cinder:configure_cinder_image_volume_cache:621 : [[ -n '' ]] 2022-06-21 18:14:28.932 | + lib/cinder:configure_cinder_image_volume_cache:625 : [[ -n '' ]] 2022-06-21 18:14:28.935 | + lib/cinder:configure_cinder:316 : is_service_enabled c-bak 2022-06-21 18:14:28.956 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:28.959 | + lib/cinder:configure_cinder:316 : [[ -n swift ]] 2022-06-21 18:14:28.963 | + lib/cinder:configure_cinder:317 : type configure_cinder_backup_swift 2022-06-21 18:14:28.968 | + lib/cinder:configure_cinder:318 : configure_cinder_backup_swift 2022-06-21 18:14:28.971 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-06-21 18:14:29.008 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.66:8080/v1/AUTH_ 2022-06-21 18:14:29.045 | + lib/cinder:configure_cinder:324 : is_service_enabled ceilometer 2022-06-21 18:14:29.066 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:14:29.068 | + lib/cinder:configure_cinder:328 : is_service_enabled tls-proxy 2022-06-21 18:14:29.093 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:14:29.096 | + lib/cinder:configure_cinder:342 : '[' False '!=' False ']' 2022-06-21 18:14:29.099 | + lib/cinder:configure_cinder:346 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-06-21 18:14:29.103 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-06-21 18:14:29.106 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-06-21 18:14:29.108 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-21 18:14:29.111 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-21 18:14:29.113 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-21 18:14:29.133 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:29.136 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-21 18:14:29.139 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-21 18:14:29.142 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-21 18:14:29.163 | ++ functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:29.167 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-21 18:14:29.171 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-21 18:14:29.209 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-21 18:14:29.212 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-21 18:14:29.215 | + lib/cinder:configure_cinder:349 : setup_logging /etc/cinder/cinder.conf True 2022-06-21 18:14:29.218 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-06-21 18:14:29.220 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-06-21 18:14:29.224 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-21 18:14:29.244 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-21 18:14:29.247 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-21 18:14:29.250 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-21 18:14:29.252 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-21 18:14:29.255 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-21 18:14:29.286 | + functions:setup_systemd_logging:704 : 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-21 18:14:29.317 | + functions:setup_systemd_logging:705 : 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-21 18:14:29.351 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-21 18:14:29.384 | + lib/cinder:configure_cinder:351 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-06-21 18:14:29.387 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-06-21 18:14:29.390 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-06-21 18:14:29.393 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-06-21 18:14:29.395 | + lib/apache:write_uwsgi_config:257 : local http= 2022-06-21 18:14:29.398 | + lib/apache:write_uwsgi_config:258 : local name= 2022-06-21 18:14:29.402 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-06-21 18:14:29.407 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-06-21 18:14:29.409 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-06-21 18:14:29.411 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-21 18:14:29.426 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-21 18:14:29.426 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-21 18:14:29.436 | d /var/run/uwsgi 0755 ubuntu root 2022-06-21 18:14:29.440 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-21 18:14:29.459 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-06-21 18:14:29.462 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-06-21 18:14:29.467 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-06-21 18:14:29.502 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-06-21 18:14:29.535 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-06-21 18:14:29.566 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-06-21 18:14:29.598 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-06-21 18:14:29.632 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-21 18:14:29.664 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-06-21 18:14:29.695 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-06-21 18:14:29.728 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-06-21 18:14:29.759 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-21 18:14:29.793 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-06-21 18:14:29.828 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-21 18:14:29.863 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-06-21 18:14:29.896 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-06-21 18:14:29.899 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-06-21 18:14:29.902 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-06-21 18:14:29.905 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-06-21 18:14:29.907 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-21 18:14:29.910 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:29.912 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:29.915 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-06-21 18:14:29.918 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-06-21 18:14:29.920 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-06-21 18:14:29.953 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-06-21 18:14:29.986 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-06-21 18:14:29.987 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-06-21 18:14:29.996 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-06-21 18:14:30.000 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-06-21 18:14:30.003 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-06-21 18:14:30.005 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-21 18:14:30.008 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-06-21 18:14:30.011 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-06-21 18:14:30.021 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:30.023 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:30.026 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-21 18:14:30.028 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-21 18:14:30.031 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-06-21 18:14:30.034 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-06-21 18:14:30.037 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-06-21 18:14:30.125 | Enabling site cinder-wsgi. 2022-06-21 18:14:30.131 | To activate the new configuration, you need to run: 2022-06-21 18:14:30.131 | systemctl reload apache2 2022-06-21 18:14:30.137 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-06-21 18:14:30.145 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-21 18:14:30.148 | + functions-common:restart_service:2205 : '[' -x /bin/systemctl ']' 2022-06-21 18:14:30.150 | + functions-common:restart_service:2206 : sudo /bin/systemctl restart apache2 2022-06-21 18:14:30.304 | + lib/cinder:configure_cinder:353 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-06-21 18:14:30.307 | + lib/cinder:configure_cinder:357 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-06-21 18:14:30.352 | + lib/cinder:configure_cinder:359 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.66/image 2022-06-21 18:14:30.388 | + lib/cinder:configure_cinder:360 : is_service_enabled tls-proxy 2022-06-21 18:14:30.413 | + functions-common:is_service_enabled:1977 : return 1 2022-06-21 18:14:30.416 | + lib/cinder:configure_cinder:366 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-06-21 18:14:30.419 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2022-06-21 18:14:30.426 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-06-21 18:14:30.427 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2022-06-21 18:14:30.430 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-06-21 18:14:30.470 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova interface public 2022-06-21 18:14:30.504 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.66/identity 2022-06-21 18:14:30.538 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova username nova 2022-06-21 18:14:30.586 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-06-21 18:14:30.620 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-06-21 18:14:30.656 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf nova project_name service 2022-06-21 18:14:30.690 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-06-21 18:14:30.721 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-06-21 18:14:30.757 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-06-21 18:14:30.792 | + lib/cinder:configure_cinder:367 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-06-21 18:14:30.828 | + lib/cinder:configure_cinder:368 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-06-21 18:14:30.863 | + lib/cinder:configure_cinder:370 : [[ ! -z '' ]] 2022-06-21 18:14:30.866 | + lib/cinder:configure_cinder:372 : is_service_enabled etcd3 2022-06-21 18:14:30.887 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:30.890 | + lib/cinder:configure_cinder:373 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.66:2379 2022-06-21 18:14:30.932 | + lib/cinder:configure_cinder:376 : [[ False == True ]] 2022-06-21 18:14:30.935 | + ./stack.sh:main:911 : is_service_enabled neutron 2022-06-21 18:14:30.957 | + functions-common:is_service_enabled:1977 : return 0 2022-06-21 18:14:30.960 | + ./stack.sh:main:913 : stack_install_service neutron 2022-06-21 18:14:30.963 | + lib/stack:stack_install_service:20 : local service=neutron 2022-06-21 18:14:30.966 | + lib/stack:stack_install_service:21 : type install_neutron 2022-06-21 18:14:30.969 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-21 18:14:30.971 | + lib/stack:stack_install_service:32 : install_neutron 2022-06-21 18:14:30.974 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2022-06-21 18:14:30.978 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-21 18:14:30.978 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-06-21 18:14:30.985 | + 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-21 18:14:30.988 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-21 18:14:30.990 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,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-21 18:14:30.994 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-06-21 18:14:30.997 | + lib/neutron:install_neutron:659 : install_mutnauq 2022-06-21 18:14:31.000 | + lib/neutron-legacy:install_mutnauq:444 : use_library_from_git neutron-lib 2022-06-21 18:14:31.003 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-06-21 18:14:31.005 | + inc/python:use_library_from_git:251 : local enabled=1 2022-06-21 18:14:31.008 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-06-21 18:14:31.011 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-06-21 18:14:31.013 | + inc/python:use_library_from_git:253 : return 1 2022-06-21 18:14:31.016 | + lib/neutron-legacy:install_mutnauq:449 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/xena 2022-06-21 18:14:31.019 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2022-06-21 18:14:31.021 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2022-06-21 18:14:31.023 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-06-21 18:14:31.026 | + functions-common:git_clone:526 : local orig_dir 2022-06-21 18:14:31.029 | ++ functions-common:git_clone:527 : pwd 2022-06-21 18:14:31.032 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-06-21 18:14:31.035 | + functions-common:git_clone:528 : local git_clone_flags= 2022-06-21 18:14:31.039 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-06-21 18:14:31.060 | + functions-common:git_clone:530 : RECLONE=False 2022-06-21 18:14:31.063 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-06-21 18:14:31.065 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-06-21 18:14:31.068 | + functions-common:git_clone:544 : echo stable/xena 2022-06-21 18:14:31.069 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-06-21 18:14:31.075 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2022-06-21 18:14:31.077 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-06-21 18:14:31.080 | + functions-common:git_clone:601 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-06-21 18:14:31.094 | + functions-common:git_clone:604 : cd /opt/stack/neutron 2022-06-21 18:14:31.097 | + functions-common:git_clone:605 : git show --oneline 2022-06-21 18:14:31.097 | + functions-common:git_clone:605 : head -1 2022-06-21 18:14:31.110 | 669993550d Merge commit 'refs/changes/31/846031/3' of ssh://review.openstack.org:29418/openstack/neutron into HEAD 2022-06-21 18:14:31.115 | + functions-common:git_clone:606 : cd /home/ubuntu/devstack 2022-06-21 18:14:31.117 | + lib/neutron-legacy:install_mutnauq:450 : setup_develop /opt/stack/neutron 2022-06-21 18:14:31.120 | + inc/python:setup_develop:338 : local bindep 2022-06-21 18:14:31.122 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-21 18:14:31.125 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-06-21 18:14:31.128 | + inc/python:setup_develop:344 : local extras= 2022-06-21 18:14:31.131 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-06-21 18:14:31.134 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-06-21 18:14:31.137 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-21 18:14:31.139 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-06-21 18:14:31.142 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-06-21 18:14:31.145 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-06-21 18:14:31.149 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-06-21 18:14:31.153 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-06-21 18:14:31.156 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-06-21 18:14:31.159 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-06-21 18:14:31.162 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-06-21 18:14:31.165 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-06-21 18:14:31.173 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-06-21 18:14:31.176 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-06-21 18:14:31.868 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-06-21 18:14:31.871 | + inc/python:setup_package:418 : local bindep=0 2022-06-21 18:14:31.873 | + inc/python:setup_package:419 : local bindep_flag= 2022-06-21 18:14:31.876 | + inc/python:setup_package:420 : local bindep_profiles= 2022-06-21 18:14:31.878 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-21 18:14:31.881 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-06-21 18:14:31.884 | + inc/python:setup_package:427 : local flags=-e 2022-06-21 18:14:31.886 | + inc/python:setup_package:428 : local extras= 2022-06-21 18:14:31.889 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-06-21 18:14:31.892 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-06-21 18:14:31.894 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-06-21 18:14:31.897 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-06-21 18:14:31.900 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-06-21 18:14:31.903 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-06-21 18:14:31.928 | Using python 3.8 to install /opt/stack/neutron 2022-06-21 18:14:31.931 | + 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-21 18:14:32.843 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:14:32.843 | from cryptography.utils import int_from_bytes 2022-06-21 18:14:32.843 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-21 18:14:32.843 | from cryptography.utils import int_from_bytes 2022-06-21 18:14:34.221 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-21 18:14:34.231 | Obtaining file:///opt/stack/neutron 2022-06-21 18:14:34.232 | Preparing metadata (setup.py): started 2022-06-21 18:14:36.430 | Preparing metadata (setup.py): finished with status 'done' 2022-06-21 18:14:36.531 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (5.6.0) 2022-06-21 18:14:36.532 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (3.5.0) 2022-06-21 18:14:36.534 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.1.1) 2022-06-21 18:14:36.535 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.5.1) 2022-06-21 18:14:36.537 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.3.0) 2022-06-21 18:14:36.538 | Requirement already satisfied: decorator>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (5.0.9) 2022-06-21 18:14:36.540 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (0.31.1) 2022-06-21 18:14:36.541 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (1.3.3) 2022-06-21 18:14:36.543 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (0.19.1) 2022-06-21 18:14:36.545 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.26.0) 2022-06-21 18:14:36.546 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (3.0.1) 2022-06-21 18:14:36.548 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (9.3.0) 2022-06-21 18:14:36.549 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (0.8.0) 2022-06-21 18:14:36.550 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (0.11.0) 2022-06-21 18:14:36.552 | Requirement already satisfied: neutron-lib>=2.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.15.2) 2022-06-21 18:14:36.554 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (7.6.0) 2022-06-21 18:14:36.555 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (6.3.1) 2022-06-21 18:14:36.556 | Requirement already satisfied: SQLAlchemy>=1.3.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (1.4.23) 2022-06-21 18:14:36.558 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (1.8.7) 2022-06-21 18:14:36.559 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (4.4.0) 2022-06-21 18:14:36.561 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (1.7.1) 2022-06-21 18:14:36.562 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (3.4.0) 2022-06-21 18:14:36.563 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.8.2) 2022-06-21 18:14:36.565 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (4.4.1) 2022-06-21 18:14:36.567 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (8.7.1) 2022-06-21 18:14:36.568 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (3.3.2) 2022-06-21 18:14:36.569 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (11.0.0) 2022-06-21 18:14:36.571 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (5.1.0) 2022-06-21 18:14:36.573 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (4.6.0) 2022-06-21 18:14:36.574 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (12.9.3) 2022-06-21 18:14:36.575 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (4.4.0) 2022-06-21 18:14:36.577 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (3.8.3) 2022-06-21 18:14:36.579 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.6.2) 2022-06-21 18:14:36.580 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.3.0) 2022-06-21 18:14:36.581 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (6.3.1) 2022-06-21 18:14:36.583 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (4.2.0) 2022-06-21 18:14:36.585 | Requirement already satisfied: oslo.service>=1.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.6.2) 2022-06-21 18:14:36.587 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (1.4.0) 2022-06-21 18:14:36.588 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (4.10.2) 2022-06-21 18:14:36.590 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.5.0) 2022-06-21 18:14:36.592 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (3.4.2) 2022-06-21 18:14:36.594 | Requirement already satisfied: os-ken>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.1.0) 2022-06-21 18:14:36.595 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (1.1.0) 2022-06-21 18:14:36.596 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.3.1.dev37) (2.13.3) 2022-06-21 18:14:37.105 | ERROR: Cannot install neutron==19.3.1.dev37 because these package versions have conflicting dependencies. 2022-06-21 18:14:37.106 | 2022-06-21 18:14:37.106 | The conflict is caused by: 2022-06-21 18:14:37.106 | neutron 19.3.1.dev37 depends on ovsdbapp>=1.12.2 2022-06-21 18:14:37.106 | The user requested (constraint) ovsdbapp===1.12.1 2022-06-21 18:14:37.106 | 2022-06-21 18:14:37.106 | To fix this you could try to: 2022-06-21 18:14:37.106 | 1. loosen the range of package versions you've specified 2022-06-21 18:14:37.106 | 2. remove package versions to allow pip attempt to solve the dependency conflict 2022-06-21 18:14:37.106 | 2022-06-21 18:14:37.106 | ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts 2022-06-21 18:14:37.253 | + inc/python:pip_install:1 : exit_trap 2022-06-21 18:14:37.256 | + ./stack.sh:exit_trap:507 : local r=1 2022-06-21 18:14:37.259 | ++ ./stack.sh:exit_trap:508 : jobs -p 2022-06-21 18:14:37.263 | + ./stack.sh:exit_trap:508 : jobs= 2022-06-21 18:14:37.266 | + ./stack.sh:exit_trap:511 : [[ -n '' ]] 2022-06-21 18:14:37.268 | + ./stack.sh:exit_trap:517 : '[' -f '' ']' 2022-06-21 18:14:37.270 | + ./stack.sh:exit_trap:522 : kill_spinner 2022-06-21 18:14:37.273 | + ./stack.sh:kill_spinner:417 : '[' '!' -z '' ']' 2022-06-21 18:14:37.275 | + ./stack.sh:exit_trap:524 : [[ 1 -ne 0 ]] 2022-06-21 18:14:37.277 | + ./stack.sh:exit_trap:525 : echo 'Error on exit' 2022-06-21 18:14:37.277 | Error on exit 2022-06-21 18:14:37.280 | + ./stack.sh:exit_trap:527 : type -p generate-subunit 2022-06-21 18:14:37.282 | + ./stack.sh:exit_trap:528 : generate-subunit 1655835108 169 fail 2022-06-21 18:14:37.891 | + ./stack.sh:exit_trap:530 : [[ -z /opt/stack/logs ]] 2022-06-21 18:14:37.893 | + ./stack.sh:exit_trap:533 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-21 18:14:38.376 | + ./stack.sh:exit_trap:542 : exit 1